/*  
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: Netconcepts Theme.
Version: 1.0
Author: Netconcepts
Author URI: http://www.netconcepts.com/

*/

/* Begin Typography & Colors */

/*

TOC ---------------------------

>1: RESET
>2: DEFAULT CLASSES
>3: ACCESSIBILITY
>4: DEFAULT STYLES
	>4a: Colours, Sizes, Etc
>5: LAYOUT STYLES
>6: GENERAL STYLES
>7: PAGE SPECIFIC STYLES
	>7a: Home page
	>7b: Another Page
>8: SNIPPETS

*/

/* -- >1: RESET (Resets styles to common format across browsers) ---------------------------------------------------- */
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
a{outline: none;}



/* -- >2: DEFAULT CLASSES (Commonly used classes) -------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.imgRight{float: right; margin: 70px 30px 20px 5px;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* -- >3: ACCESSIBILITY (Quick access for screen readers)------------------------------------------------------------- */
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

.hide { display: none; }


/* -- >4: DEFAULT STYLES (Default element styles)--------------------------------------------------------------------- */
/* >4a: colours, sizes, etc of elements */
body {
	font: 62.5%/1.6 Arial, Verdana, sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background: #d5d6d7 url('images/bodyBg.png');
	color: #464646;
	text-align: center;
}

h1 {
	font-size: 5em; 
	color: #555555;
	margin: 0.65em 0 0.3em 0;
	letter-spacing: 0.05em;
	font-weight: 400;
}

#post-3 h1{
	text-indent: -999em;
	background: url(images/homeHeading.gif) no-repeat;	
	width: 716px;
	height: 52px;
}

h2 { 
	font-size: 1.54em;
	font-weight: normal;
	letter-spacing: -0.01em;}

h3 { font-size: 1.6em; }

h4 { font-size: 1.4em; }

a {  color: #5774AB;}

a:hover, a:active { text-decoration: none; }

p{margin: 0 0 1.4em 0;}

.entry ul{ 
		margin: 0 1.4em;
		border-top: 1px solid #ececec;
		padding: 0;
		float: left;}
		
.gravitymarket-ecommerce .entry ul {float:none;width:225px;}

.online-shopping-cart .entry ul,
.product-merchandising .entry ul,
.customer-interface .entry ul,
.administrative-interface .entry ul,
.check-out-process .entry ul,
.ecommerce-website-design .entry ul,
.website-hosting .entry ul,
.realestate-website-solutions .entry ul
 {float:none; width:auto;clear:both;}

.website-development .entry ul
{width: 100%; margin: 1.4em;}

	.entry ul li{ 
		margin: 0;
		border-bottom: 1px solid #ececec;
		padding: 0.4em 1em;}
		
		.entry ul li.alt{ background: #fff;}
	
.entry b, .entry strong{ font-weight: bold;}
	
.entry em{	font-style: italic;}

#post-54 ul, #post-54 li {border:0;float:none;}



/* -- >5: LAYOUT STYLES (Core site structure and layout)-------------------------------------------------------------- */
#header, #nav-top, #content, #nav, #footer { float: left; }

.container{
	width: 970px;
	text-align: left;
	margin: 0 auto;
	font-size: 1.2em;
}


#header { /* header */
	width: 100%;
	background: #fff url(images/headerBg.gif) repeat-x;
}

#header .container{
	height: 88px;
}

#header  a.logo{
	float: left;
	width: 177px;
	height: 51px;
	text-indent: -999em;
	background: url(images/netconcepts.gif) no-repeat;
	margin: 23px 0 0 0;
}

#header ul { /* top navigation */
	float: right;
	width: 700px;
	padding: 0;
	margin: 4.9em 0 0 0;
	color: #e1e1e1;
}

	#header ul li{float: left;}
	
		#header ul li a{
			float: left;
			color: #5774ab;
			padding: 0 0.8em;
			text-decoration: none;
			font-family: Verdana, Arial, sans-serif;
			font-size: 0.9em;
		}
		
		#header ul li.last a{padding-right: 0px;}
		
			#header ul li a:hover{text-decoration: underline;}

	#content { /* main content area (middle column) */
		width: 716px;
		overflow: hidden;
		margin-bottom:40px;
	}

	#sidebar { /* right bar (sub content) */
		float: right;
		overflow: hidden;
		width: 204px;
		padding: 0 19px 19px 19px;
		background: #fff;
	}
	
	#sidebar #video p{font-size: 0.9em;}
	
	#sidebar #contactUs h3{
		margin: 1em 0 0 0;
		padding: 0;
		color:#464646!important;
	}
	
	
.contactDetails{
	float: left;
	width: 185px;
	margin: 2em 0 1em 0;
	border: 1px solid #ccc;
	padding: 10px;
	background: #ececec;
}

#sidebar #contactUs .contactDetails h3{margin: 0 0 0.2em 0;}

.entry ul.contactMain, .entry ul.contactMainFirst {
	float: left;
	width: 195px;
	margin: 1em!important;
	border: 1px solid #ccc!important;
	padding: 10px;
	background: #ececec;
}	

	.entry ul.contactMainFirst {margin-left:0!important;}
	.entry ul.contactMain li, .entry ul.contactMainFirst li {padding:.1em 1em;}

	.entry ul.contactMain h3, .entry ul.contactMainFirst h3 {margin: 0.5em 0!important;}

#nav { /* left bar (navigation) */
	width: 185px;
	overflow: hidden;
}

#footer { /* at the bottom of the page */
	width: 100%;
	border-top: 1px solid #ccc;
	background: #3a4d70;
}

.editEntry{display: none;}


#footer .container{
	background: #3a4d70 url(images/footerBg.gif) no-repeat;
	height: 109px;
	color: #fff;
}

	#footer .container h3{
		float: right;
		width: 269px;
		height: 53px;
		text-indent: -999em;
		background: url(images/footerLogo.gif) no-repeat;
		display: inline;
		padding: 0;
		margin: 1em 0 0.8em 0;
	}
	
	#footer .container p{
		float: right;
		width: 100%; 
		text-align: right;
		margin: 0 40px 0 0;
		}
		#footer .container p a {
			color: #ECECEC;
			}
	
#siteSearch{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #4D5E7E;
}

#searchContainer{
	width: 970px;
	text-align: left;
	margin: 0 auto;
	font-size: 1.2em;
}

	#searchContainer .tabs-container{
		float: right;
		margin: 0.4em 0 0 0;
		width: 235px;
		}
		
		#searchContainer form{
			float: left;
			width: 220px;
		}
		
		#searchContainer .tabs-container a.closeTab{
			float: left;
			width: 18px;
			height: 18px;
			clear: none;
			background: transparent url(images/closeBtn.gif) no-repeat;
			text-indent: -999em;
			margin: 1px 0px 0px -4px;
		}
		
			#searchContainer .tabs-container a:hover.closeTab{background: transparent url(images/closeBtnHover.gif) no-repeat;}
		
		#searchContainer form input#s{
			background: #ABB9D5;
			border: 1px solid #888888;
			padding: 0 3px;
		}
		
		#searchContainer form input:hover#s{background: #CEDDDF;}
		
		#searchContainer form input#searchsubmit{
			background: transparent url(images/button-bg.gif) repeat-x scroll;
			border: 1px solid #888;
			cursor: pointer;
			font-size: 0.9em;
			letter-spacing: 0.03em;
			margin: 0;
			padding: 0px 2px 2px 2px;
			width: 64px;
			height: 17px
		}		
			#searchContainer form input#searchsubmit:hover { background:transparent url(images/button-bg-hover.gif) repeat-x;}
	
	#searchContainer a#siteSearchT {
		float: right;
		clear: both;
		width: 66px;
		height: 10px;
		background: #4d5e7e url(images/searchBtnBg.gif) no-repeat left bottom;
		margin: 0.2em 0 -1em 0;
		padding: 0 0 8px 0;
		text-align: center;
		text-decoration: none;
		color: #fff;
		font-size: 0.9em;
	}
	
	a.closeTab{
		
	}
	
#subpage{}
	
	#subpage h1{ font-size: 3.2em;}
	
	#subpage .entry h3{
		margin: 2em 0 0.5em 0;
		font-size: 1.6em;
		font-weight: normal;
	}
			

/* >6: GENERAL STYLES (Recurring styles)------------------------------------------------------------------------------ */

.triCol{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 3.5em 0;
	overflow: hidden;
	position: relative;
}

	.triCol li{
		float: left;
		width: 215px;
		margin: 0 25px 0 0;
		padding: 0;
	}
	
	.triCol li h2 { 
		padding: 3px 0 10px 0;
		font-size: 1.3em!important;
		font-weight: bold;
		}
		.triCol li h2 a { text-decoration: none!important; }
		.triCol li h2 a:hover { text-decoration: none!important; }
	
	.triCol li.orange{background: url(images/tree.gif) no-repeat 0px 83%;}
	
	.triCol li.orange p {
		text-align: right;
	}
	
		.triCol li.orange h2,.triCol li.orange a{color: #f26522;}
		
		.triCol li.orange h2{background: url(images/h2Orange.gif) no-repeat left top;}
	
	.triCol li.green{ background: url(images/bird.gif) no-repeat 100% 35px;}
	
	.triCol li.green p{}
	

	.triCol li.green h2,.triCol li.green a{color: #8e970f;}
	
	.triCol li.green h2{background: url(images/h2Green.gif) no-repeat left top;}
	
	.triCol li.red{
		margin-right: 0;
		background: url(images/world.gif) no-repeat 100% 85%;
	}
	
	.triCol li.red h2,.triCol li.red a{color: #b7004a;}
	
	.triCol li.red h2{background: url(images/h2Red.gif) no-repeat left top;}
	
.readMore{ 
	border-bottom: 1px solid #E3E5E3;
	margin: -1.4em 0 1.6em;
	padding: 0 0 1.4em;
}
		
/* >7: PAGE SPECIFIC STYLES (Specific to single page only)------------------------------------------------------------ */
/* >7a: home page */

#onlineMarketer h2{
	float: left;
	width: 100%;
	padding: 0 0 0.6em 0;
	border-bottom: 1px solid #E3E5E3;
	margin: 0 0 1em 0;
}

	#onlineMarketer h2 a{
		float: left;
		width: 388px;
		height: 37px;
		text-indent: -999em;
		background: url(images/onlinemarketer.gif) no-repeat;
		margin: 0;
	}

#onlineMarketer ul{
	float: left;
	width: 100%;
}

	#onlineMarketer ul li{
		float: left;
		width: 100%;
		margin: 0;
	}

		#onlineMarketer ul li .metaData{
			float: left;
			width: 40px;
			height: 46px;
			padding: 8px 8px 0px 8px;
			color: #fff;
			background: url(images/metaBg.gif) no-repeat;
			text-align: center;
		}
		
		#onlineMarketer ul li h3{
			float: right;
			width: 640px;
			color: #5774AB;
			font-size: 1.3em;
		}
		
		#onlineMarketer ul li p{
			float: right;
			width: 640px;
		}
		
		#onlineMarketer p a.readMore{
			border:none;
			float: left;
			margin: -1.5em 0 0;
		}

	#onlineMarketer p.omTag{
		margin: 0 0 0.35em 0; padding: 0;}
		
		
/* >7b: paid-search-marketing */
.paid-search-marketing #content{background:transparent url(images/sub-page-bird.gif) no-repeat 100% 2%}
	
.paid-search-marketing .entry h2 {
		color: #8e970f;
		background:transparent url(images/h2Green.gif) no-repeat scroll left top;
	}
	
.paid-search-marketing .entry h3 {color: #8e970f;}
	
/* >7c: natural-search-marketing-seo */

.natural-search-marketing-seo h1{ width:480px; line-height: 1.1em;}

.natural-search-marketing-seo #content{background:transparent url(images/sub-page-tree.gif) no-repeat 100% 4%}


.natural-search-marketing-seo .entry h2 {
		color: #F26522;
		background:transparent url(images/h2Orange.gif) no-repeat scroll left top;
	}
	
	.seo-consulting .entry h2 {color:#F26522;}

.natural-search-marketing-seo .entry h3 {color: #F26522;}
	
/* >7d: paid-search-marketing */

.web-business-development #content{background:transparent url(images/sub-page-world.gif) no-repeat 100% 3px}


.web-business-development .entry h2, 
.gravitymarket-ecommerce .entry h2,
.search-engine-friendly-ecommerce .entry h2,
.online-shopping-cart .entry h2,
.product-merchandising .entry h2,
.customer-interface .entry h2,
.administrative-interface .entry h2,
.back-office-integration .entry h2,
.check-out-process .entry h2,
.open-source .entry h2,
.technical-environment .entry h2,
.ecommerce-website-design .entry h2,
.website-hosting .entry h2,
.website-development .entry h2,
.realestate-website-solutions .entry h2,
.web-development-portfolio .entry h2 {
	color: #B7004A;
	background:transparent url(images/h2Red.gif) no-repeat scroll left top;
	}
	
.web-development-portfolio .entry h2 {background:none;}

.web-business-development .entry h3, 
.gravitymarket-ecommerce h3,
.search-engine-friendly-ecommerce h3,
.online-shopping-cart h3,
.product-merchandising h3,
.customer-interface h3,
.administrative-interface h3,
.back-office-integration h3,
.check-out-process h3,
.open-source h3,
.ecommerce-website-design h3,
.website-hosting h3,
.website-development h3
 {color: #B7004A;}

/* >7e: Portfolio Article */

.portfolioItem .promoImage{
	margin-top: 10px;
}

.portfolioItem .portfolioDetails{
	background:transparent url(/wp-content/themes/default/images/titleBG.png) repeat-x scroll 0 0;
	float:left;
	height:34px;
	margin:10px 0;
	padding:8px 0 0;
	width:100%;
}
.portfolioItem .portfolioDetails ul{
	float:left;
	margin-top:5px;
	width:260px;
}

.portfolioItem .portfolioDetails ul li{ display: inline;}

.portfolioItem .portfolioDetails ul li a{
	font-size:11px;
	color: #939292;
}

.liveLink {
	background:transparent url(/wp-content/themes/default/images/button.png) no-repeat scroll 0 0;
	color:#939292;
	float:right;
	font-size:10px;
	font-weight:bold;
	margin:1px 10px 0 0;
	padding:4px 0 4px;
	text-decoration:none;
	text-indent:5px;
	width:88px;
}
	a.liveLink:hover{color:#5774AB;}

.liveLink img{
	display:inline;
	margin:0 0 -4px 3px;
}

#subpage .portfolioItem h1{
	float: left;
	color: #5774AB;
	margin: 0 20px 0 0;
	font-size: 18px;
	text-indent: 10px;
}

.portfolioItem .entry p:first-child{ font-weight: bold;}
/* >7f: Portfolio Section */
.portfolio ul {
	width:700px;
	border:none;
	margin:0;
	}

.portfolio ul li {
	width:340px;
	float:left;
	padding:0;
	border-bottom:0px;
	}

	.portfolio ul li.first {margin-right:19px;}
	
	.portfolio ul li img {
		border:1px solid #ccc;
	}
	
	.portfolio ul li h3 {
		font-size:1.3em!important;
		margin:0.5em 0 0.5em!important;}

/* >8: SNIPPETS (Style snippets/ bundles)-------------------------------------------------------------------------- */
/* Flash Player Content */
.flashContent {
	color: #FFF;
	padding: 0 8px 0 0;
	}
	.flashContent p {
		margin: 0;
		padding: 0 0 10px 0;
		line-height: 1.2em;
		}
		.flashContent a {
			color: #F26522;
			}
			.flashContent span {
				color: #E1E1E1;
				}
				#sidebar ul li#video p.title {
					line-height: 1.3em;
					}
					#sidebar ul li#video p.title span { color: #8f8f8f; }