/*
Theme Name: NetworkPr
Theme URI: http://www.networkpr.co.nz
Description: Theme of NetworkPR
Version: 1.0
Author: Netconcepts
Author URI: http://www.netconcepts.com

*/
/*

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

>1: RESET
>2: DEFAULT CLASSES
>3: ACCESSIBILITY
>4: DEFAULT STYLES
	>4a: Colours, Sizes, Etc
>5: LAYOUT STYLES
>6: GENERAL STYLES
>7: FORM STYLES
>8: PAGE SPECIFIC STYLES
	>8a: Home page
	>8b: Category Page
	>8c: Product Page
>9: 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,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; }
.large{ font-size: 1.1em;}
.larger{ font-size: 1.2em;}
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.imgRight, .alignright {float: right; margin: 0 0 0.2em 1em;}
.imgLeft, .alignleft {float: left; margin: 0 1em 0.2em 0;}
.clear { clear: both; }
.hidden { display: none; }

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.orange{ color: #f17c00;}
.green{ color: #003869;}

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


/* -- >4: DEFAULT STYLES (Default element styles)--------------------------------------------------------------------- */
/* >4a: colours, sizes, etc of elements */
body {
	font: 62.5%/1.4 sans-serif; /* set font size to 10px/1em(a nice round number) - 1.4 line height */
	background: #fff;
	color: #666;
}

h1 { 
	float: left;
	color: #003869;
	font-size: 2em;
	margin: 10px 0 12px 0;
	padding: 0;
	line-height: 1.4em;
	font-weight: 100;
	width: 100%;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #969d1b;
	margin-bottom: 0.3em;
}


#caseStudyPopup h2 a:link,#caseStudyPopup h2 a:visited{ font-size: 14px; color: #969d1b;}

h3 { 
	font-size: 15px; 
	color: #515151;
}


h4 { font-size: 1.4em; }

a { color: #f17c00; text-decoration: none;}

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

p{
	margin: 0 0 1em 0;}



	.entry ul li{
		list-style: disc;
		margin: 1em 0 1em 1.3em;
	}

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

#page { 
	width: 980px;
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
}


#header { 
	width: 980px;	
	border-bottom: 6px solid #f17c00;
	margin-bottom:2em;
}

	#header #logo h1{
		float: left;
		width: 221px;
		height: 91px;
		margin: 0;
	}

	#header #logo a{
		float: left;
		width: 314px;
		height: 91px;
		text-indent: -999em;
		background: url('images/foodinfo-logo.png') no-repeat top left;
		margin: 10px 0 0 0;
	}
	
	#header #logo .description{ text-indent: -999em;}
	
#nav{ 
	float: left;
	width: 680px;
	margin-left: 79px;
	}
	
	#nav li{
		float: left;
		padding: 70px 0 23px 0;
		margin-left: 0.98em;
	}
	
	#nav li:hover{
		background: url('/wp-content/themes/networkpr/images/hoverBG.gif') repeat-x top left;
	}
	
	#nav li.current_page_item,
	#nav li.current_item_parent,
	.s-category-case-studies #nav li.expertise-page{background: url('/wp-content/themes/networkpr/images/currentBG.gif') repeat-x top left;}
	
	#nav li a{
		display: block;
		padding: 0 5px;
		color: #081629;
	}
	
		#nav li a:hover{ 
			text-decoration: none;
			color: #f17c00;
		}
		
		
#subNav{
	float: right;
	border-bottom: 2px solid #d0cece;
	padding-bottom: 3px;
	margin: 4px 0 0 0;
	width: 100%;
	}
	
	#subNav li {
		float: left;
		margin: 0 0 0 12px;
	}
		#subNav li:first-child{margin-left: 0;}
	
		#subNav li a{
			color: #666;
			padding-bottom: 5px;
			font-size: 11px;
		}
		
		#subNav li a:hover{
			border-bottom: 2px solid #f46600;
			text-decoration: none;
		}
		
		#subNav li.current_page_item a,
		#subNav li.current_page_item a:hover,
		.parent-pageid-47 .page-item-47 a{
			border-bottom: 2px solid #f46600;
		}
		
#searchform{
	float: right;
	border: 1px solid #cbc9c9;
	background: #e8e8e8;
	padding: 5px;
	width: 279px;
	margin-top: -111px;
}

	#searchform input#s{
		width: 220px;
		padding: 2px 4px;
		margin-right: 10px;
		color: #666;
		border: 1px solid #cbc9c9;
	}
	
	#searchform input#searchsubmit{
		background: url('/wp-content/themes/networkpr/images/searchIcon.gif') no-repeat top left;
		width: 24px;
		height: 24px;
		cursor: pointer;
		text-indent: -999em;
		border: none;
	}

#sidebar{
	float: right;
	width: 200px;
	margin: 0;
}

	#sidebar h2{ 
		background:transparent url(/wp-content/themes/networkpr/images/dottedDivider.gif) repeat-x scroll left bottom;
		color:#001235;
		display:block;
		font-weight:normal;
		margin:1.5em 0 0.5em;
		padding:2px 0 0.1em;
		width:100%;
	}
	
	#sidebar h2:first-child{margin-top: 0;}
	
	#sidebar .movie h2,
	#sidebar .gallery h2,
	#sidebar .audio h2{
		text-indent: -999em;
		
	}
	
	#sidebar .movie h2{background: url('/wp-content/themes/networkpr/images/movie-icon.png') no-repeat top left;}
	#sidebar .gallery h2{background: url('/wp-content/themes/networkpr/images/photo-icon.png') no-repeat top left;}
	#sidebar .audio h2{background: url('/wp-content/themes/networkpr/images/audio-icon.png') no-repeat top left;}
	
	#sidebar ul{
		display: block;
	}
	
	#sidebar li{
		display: block;
		width: 100%;
		margin:1em 0;
		padding: 1em 0 0 0;
	}
	
		#sidebar li:first-child{
			margin-top: 0;
			padding-top: 0;
		}
	
	#sidebar li li, #sidebar ul ul li{
		background: none;
		display: block;
		width: 100%;
		margin: 0.4em 0 0 0;
		background: url('images/arrow-green.gif') no-repeat left 5px;
		padding: 0 0 2px 15px;
	}
	
	#sidebar li.moreCaseStudies ul {margin-top: 12px;}

#subFooter{
	float: left;
	width: 100%;
	border-top: 6px solid #002144;
	padding: 10px 0 6px;
	margin: 10px 0;
}	

	#subFooter h2{ color: #002144;}
	
	#subFooter li{
		float: left;
		width: 275px;
		margin: 0 75px 0 0;
		
	}
	
		#subFooter ul{ 
			float: left;
			width: 100%;
			background: url('/wp-content/themes/networkpr/images/dottedDivider.gif') repeat-x top left;
		}
		
		#subFooter li li{
			float: left;
			width: 100%;
			background: url('/wp-content/themes/networkpr/images/dottedDivider.gif') repeat-x top left;
			margin: 0;
		}
		
		#subFooter ul a{
			display: block;
			padding: 10px 0;
			color: #667897;
		}
		
		#subFooter li.categoryList a{
			background: url('/wp-content/themes/networkpr/images/rssIcon.gif') no-repeat center right;
		}
		
		#subFooter li.officeList{ margin: 0;}
		
		#subFooter li.officeList a{
			background: url('/wp-content/themes/networkpr/images/phoneIcon.gif') no-repeat center right;
		}
	
#footer{
	float: left;
	width: 100%;
	border-top: 6px solid #f17c00;
	padding: 8px 0;
	font-size: 11px;
	margin-top: 20px;
}


/* -- >6: GENERAL STYLES-------------------------------------------------------------- */

.readMore{
	text-transform: uppercase;
	background: url('/wp-content/themes/networkpr/images/moreArrow.gif') no-repeat center left;
	padding: 0 0 2px 15px;
}

.postmetadata{
	padding: 0.3em 0;
	border-top:1px solid #f17c00;
	border-bottom:1px solid #f17c00;
	margin: 1em 0 2em 0;
}

/* -- >7: FORM STYLES-------------------------------------------------------------- */


/* -- >8: PAGE SPECIFIC STYLES-------------------------------------------------------------- */
/* -- 8a: Home page -- */


	
/* -- 8b: Category Page -- */ 
/* -- 8c: Article Page -- */
#content{
	width: 740px;
}

#content h2{ font-size: 22px;}

.single .post{ 
	margin:15px 0 0;
	background: url('/wp-content/themes/networkpr/images/content-icon.png') no-repeat scroll left top;}


.single #content h1{
	margin-top:30px;
}

.entry ul {
	margin-bottom:1.5em;
	margin-left:40px;
	padding:0;
	}

.entry li {
	margin: 7px 0 8px 10px;
	list-style: disc;
	}

.entry ul li:before, #sidebar ul ul li:before {
	/*content: "\00BB \0020";*/
	}
	

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 7px 0 8px 10px;
	list-style: decimal;
	}
	
.entry strong {font-weight: bold;}

.entry em {font-style: italic;}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


.archive .archiveList .entry li{background:none;}

.rss {background: url('/wp-content/themes/networkpr/images/rssIcon.gif') no-repeat center left;
padding:3px 0 3px 28px;}

/* -- 8c: Case Study Page -- */

#caseStudyPopup #canvas{
	float:left;
	height:335px;
	margin:10px 0;
	overflow:hidden!important;
	width:550px;
}

#caseStudyPopup #canvas img{ max-height: 335px; }

#caseStudyPopup #excerpt{
	float:left;
	margin:5px 0 0;
	vertical-align:top;
	width:380px;
}

#caseStudyPopup #excerpt h1{
	margin-top: 0;
}

#caseStudyPopup #gallery{
	border-top:1px dotted #999999;
	float: left;
	height:150px;
	width:100%;
}

	#caseStudyPopup #gallery ul{
		float:left;
		margin-top:11px;
	}
	
	#caseStudyPopup #gallery ul li{
		float:left;
		list-style:none;
		margin:0 3em 0 0;
		padding:0;
	}
	
	#caseStudyPopup .ngg-galleryoverview{
		clear:none;
		display:inline !important;
		float:left;
		margin:-3px 0 0;
	}
	
#caseStudyPopup .seeMoreLink{
	color:#f17c00!important;
}

/* -- 8d: Archive Page -- */




.archive .archiveList{
	float: left;
	width: 100%;
}

.archive .archiveList li{
	background:transparent url('/wp-content/themes/networkpr/images/dottedDivider.gif') repeat-x scroll left top;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
}

/* -- 8e: Page -- */


/* -- 8f: Clients Page -- */
.logos a {float:left;margin:0 5px 5px 0;height:181px; width:181px;}

.logos a.logos-right {margin-right:0px;}

.logos a:hover {background:#f17c00;}
	
/* -- >9: SNIPPETS-------------------------------------------------------------- */
>9: SNIPPETS

.ngg-gallery-thumbnail-box{margin: 0 0.5em 0 0!important;}
#ngg-image-3 {margin-right: 0;}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
/* COMMENTS */
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
	#commentform input {
		width: 170px;
		padding: 2px;
		margin: 5px 5px 1px 0;
		}

	#commentform textarea {
		width: 100%;
		padding: 2px;
		}

	#commentform #submit {
		margin: 0;
		float: right;
		}
	/* End Form Elements */



	/* Begin Comments*/
	.alt {
		margin: 0;
		padding: 10px;
		}

	.commentlist {
		padding: 0;
		text-align: justify;
		}

	.commentlist li {
		margin: 15px 0 3px;
		padding: 5px 10px 3px;
		list-style: none;
		}

	.commentlist p {
		margin: 10px 5px 10px 0;
		}

	#commentform p {
		margin: 5px 0;
		}

	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

	.commentmetadata {
		margin: 0;
		display: block;
		}

.navigation{
	float: left;
	width: 100%;
	margin: 0 0 1.5em 0;
}
