/*
Theme Name: PDN Pulse Updated Theme (May 2012)
Theme URI: http://wordpress.org/
Description: This is a modified version of the PDN Photo of the Day theme 
Version: .01
Author: Sarah Braun


Tags: Please note that this is designed to display images at a size of 954 pixels wide.

*/


/* --- CSS Reset --- */

/* http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* ----- END CSS Reset ----- */


/* ----- Base Styles ----- */

body { font:13px/1.231 sans-serif; *font-size: small;  }
select, input, textarea, button { }
pre { font-family: monospace, sans-serif; }

body, select, input, textarea { color:#444; font-family: sans-serif; }
h1,h2,h3,h4,h5,h6 { font-weight:bold; }
html { overflow-y:scroll; }
 
a:hover, a:active { outline:none; }
a, a:active { color:#607890; text-decoration:none; }
a:hover { color:#036; }
ul, ol { margin-left:1.8em; }
ol { list-style-type:decimal; }

nav ul, nav li { margin:0; } 
small { font-size:85%; }
strong, th { font-weight:bold; }
em, i {font-style:italic; }
td, td img { vertical-align:top; } 
sub { vertical-align:sub; font-size:smaller; }
sup { vertical-align:super; font-size:smaller; }
textarea { overflow:auto; } 
input:focus, textarea:focus { outline: none; }

.ie6 legend, .ie7 legend { margin-left:-7px; } 
input[type="radio"] { vertical-align:text-bottom; }
input[type="checkbox"] { vertical-align:bottom; }
.ie7 input[type="checkbox"] { vertical-align:baseline; }
.ie6 input { vertical-align:text-bottom; }

label, input[type=button], input[type=submit], button { cursor:pointer; }
button, input, select, textarea { margin:0px; }

::-moz-selection { background:#4e689d; color:#fff; text-shadow:none; }
::selection { background:#4e689d; color:#fff; text-shadow:none; } 
a:link { -webkit-tap-highlight-color:#ff5e99; } 
button {  width:auto; overflow:visible; }

img.scale-with-grid {
		max-width: 100%;
		height: auto; }

/* ----- END Base Styles ----- */




/* ----- Primary Styles ------ */


/* Begin Typography & Colors */

body
{
	margin: 0;
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	background:url(http://pdnpulse.pdnonline.com/images/body_bg.gif) repeat;
	margin:0;
	padding:0;
}

a:link {color:#0299CC;text-decoration:none; }
a:visited { color:#0299CC;}
a:hover { color: #272727; font-weight:bold;}
a:active { color:#0299CC;}

/* Top Nav */

#topnav {width:974px;height:54px;margin:0 auto;}


#topnav ul.top {
	margin: 0 0 0 0px;
	padding: 0;
	list-style: none;
	position: relative;

}

#topnav ul.top li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#topnav ul.top li span {
	position: absolute;
/*	color:#EEEEEE;  */
	text-indent: -999px;
	overflow: hidden;
}

/*  border:solid 1px #33ff00;  */
#topnav ul.top li#top_1 { position:absolute; width:72px; left: 10px; height: 54px; }         /* pdnNetwork    */
#topnav ul.top li#top_2 { position:absolute; width:55px; left: 82px; height: 108px; }     /*  pdn   */
#topnav ul.top li#top_3 { position:absolute; width:124px;left: 137px; height: 108px;  }    /* photoserve    */
#topnav ul.top li#top_4 { position:absolute; width:115px;left: 261px; height: 108px; }    /*  photosource  */
#topnav ul.top li#top_5 { position:absolute; width:156px;left: 376px; height: 108px; }    /* ipnstock    */
#topnav ul.top li#top_6 { position:absolute; width:81px; left: 532px;height:  108px;}    /* pdnedu */
#topnav ul.top li#top_7 { position:absolute; width:133px; left: 613px; height: 108px; }   /*emerging      */
#topnav ul.top li#top_8 { position:absolute; width:142px; left: 746px; height: 108px; }    /* pdnphotoplus  */


li a#top_pdnNetwork {
	display: block;
	width: 72px;
	height: 54px;
	background: url(http://www.pdnonline.com/pdn/static/structural_images/pdnNetwork_logo.gif) no-repeat;
}


li a#top_pdn {
	display: block;
	width: 55px;
	height: 54px;
	background: url(http://www.pdnonline.com/pdn/static/structural_images/pdn_topNav.gif) no-repeat;
	background-position:0 0;
}

li.current a#top_pdn {
	background: url(http://www.pdnonline.com/pdn/static/structural_images/pdn_topNav.gif) no-repeat;
	background-position:0 -54px;
}


li a#top_photoserve {
	display: block;
	width: 124px;
	height: 54px;
	background: url(http://www.pdnonline.com/pdn/static/structural_images/photoserve_topNav.gif) no-repeat;
	background-position:0 0;
}
li a#top_pdn:hover, li.rollover a#top_pdn, li.current a#top_pdn , li a#top_photoserve:hover, li.rollover a#top_photoserve, li.current a#top_photoserve, li a#top_photosource:hover, li.rollover a#top_photosource, li.current a#top_photosource, li a#top_ipnstock:hover, li.rollover a#top_ipnstock, li.current a#top_ipnstock,li a#top_pdnedu:hover, li.rollover a#top_pdnedu, li.current a#top_pdnedu, li a#top_emerging:hover, li.rollover a#top_emerging, li.current a#top_emerging, li a#top_photoplus:hover, li.rollover a#top_photoplus, li.current a#top_photoplus {
    background-position:0 -54px;	 
}



li a#top_photosource {
	display: block;
	width: 115px;
	height: 54px;
	background: url(http://www.pdnonline.com/pdn/static/structural_images/photosource_topNav.gif) no-repeat;
}




li a#top_ipnstock{
	display: block;
	width: 156px;
	height: 54px;
	background: url(http://www.pdnonline.com/pdn/static/structural_images/ipnStock_topNav.gif) no-repeat;
}
 


li a#top_pdnedu {
	display: block;
	width: 81px;
	height: 54px;
	background: url(http://www.pdnonline.com/pdn/static/structural_images/pdnedu_topNav.gif) no-repeat;
}

li a#top_emerging {
	display: block;
	width: 133px;
	height: 54px;
	background: url(http://www.pdnonline.com/pdn/static/structural_images/emerging_topNav.gif) no-repeat;
}
 

li a#top_photoplus {
	display: block;
	width: 142px;
	height: 54px;
	background: url(http://www.pdnonline.com/pdn/static/structural_images/pdnPhotoplus_topNav.gif) no-repeat;
}

/** photoserve **/

span a#sub_pserveHome {
	color:#1EB2E4;
	text-decoration:none;

}
span a#sub_pserveHome:hover, span.rollover a#sub_pserveHome, span.current a#sub_pserveHome,
span a#sub_pservePortfolios:hover, span.rollover a#sub_pservePortfolios, span.current a#sub_pservePortfolios,
span a#sub_pserveNews:hover, span.rollover a#sub_pserveNews, span.current a#sub_pserveNews,
span a#sub_pserveFeatures:hover, span.rollover a#sub_pserveFeatures, span.current a#sub_pserveFeatures {
	color:#fff;
	text-decoration:none;
}

a.yellowHover {color:#fffc17;}

a.yellowHover:hover {color:#fff;text-decoration:none;}


/* Header */

#main-bg
{
	background-image: url("images/bg_img.jpg");
	background-repeat:repeat;
	width: 980px;
	padding:0px 10px 0px 10px;
}


#container 
{ 
	width:976px!important;
	margin:0px auto;
	overflow:hidden;
 }

header
{
	height: 126px;
	background: url(http://pdnpulse.com/wp-content/themes/pdnpulse6/images/add-bg.jpg) repeat-x #979797;
	text-align: left;
}

	header .logo {
		float:left;	
		height:126px;
	}
	
	header #top-ad {
		float:left;
		margin:17px 0 0 5px;	
	}


/* -- Nav -- */



nav#main {
    height: 37px;
    margin: 0 auto 0 0px;
    padding: 0 0 0 10px;
	background:#000;
}
nav#main li:hover a, nav#main li.current a {
    background-color: #666666;
    background-image: none;
    color: #FFFFFF;
    text-decoration: none;
}
nav#main li.current {
    text-decoration: none;
}
nav#main ul {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}
nav#main ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}
nav#main li a {
    background-image: none;
    color: #FFFFFF;
    display: block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 5px;
    padding: 7px 8px 9px;
    text-decoration: none;
    text-transform: uppercase;
}
nav#main li#subscribe-menu a {
    color: #FFFC17;
}
nav#main li:first-child a {
    padding-left: 10px;
}
nav#main li:last-child a {
    padding-right: 5px;
}


/* -- Social -- */

.social {
	float:left;
	text-align:center;
	background:url(http://www.pdnonline.com/pdn/static/structural_images/nav_div.gif) no-repeat left top;	
	width:119px;
	padding-left: 10px;
	height:37px;
}

.social h3 {
	color:#7D7D7D;
	font:normal 10px Arial,Helvetica;
	line-height:12px;
	text-transform:uppercase;
	text-align:center;
	width:90px;
	margin:0px;
}

nav#main .social ul {
	margin:-3px 0 0 0px;	
}

.ie7 nav#main .social ul {
	margin:-3px 0 0 23px;	
}

nav#main .social ul li a {
	text-indent:0px;
	padding:0px 3px;
}	

nav#main .social ul li a:hover {
	background:none;	
}

#banner {
	width:976px;
	overflow:hidden;	
	height:60px;
}


/* --- Content --- */


#mid-section {
	background:#666667;
	padding: 21px 15px 15px 15px;		
}

	#mid-inner {
		background:#E3E2E2;	
	}

#content {
	background:#FFFFFF;
	padding:10px;
	width:580px;
	float:left;
	min-height: 3840px;
}
	
	h1, h2, h3 {
		font-family: 'Trebuchet MS','Lucida Grande',Verdana,Arial,Sans-Serif;
		font-weight: normal !important;
	}
	
	h3 {
		padding: 0;
		margin: 30px 0 0;
		text-align: left;
	}
	
	a, h2 a:hover, h3 a:hover {
    	color: #0066CC;
		font-weight:normal;
	}
	
	a:hover {
		color: #114477;
		font-weight: normal;
		text-decoration: none;	
	}
	
	.post small {
		font: normal 15px Verdana,Arial,Sans-Serif;
    	line-height: 1.5em;	
		color:#000000
	}
	
	.post p {
		font-size:13px;
		margin:13px 0px;	
	}
	
	.post h2 {
		font-size:20px;	
	}
	
	.search .post h2 {
		font-size:18px;	
	}
	
	h2.pagetitle {
    margin-top: 30px;
    text-align: center;
	}

	h2.pagetitle {
		font-size: 1.6em;
	}
	
	.post ul, ol {
		margin-left: 0px;
		padding: 0 0 0 30px;
		list-style: none;
		padding-left: 10px;
		font-size:13px;
	}

	.post li {
		margin: 7px 0 8px 10px;
		}
	
	.post ul li:before, #right ul ul li:before {
		content: "\00BB \0020";
		}	
	
	.entry {
		margin:0px;	
	}
	
	.home .entry {
		margin:35px 0px;	
	}

	.post p.postmetadata {
		clear: both;
		padding-top:5px;
		margin:30px 0px;
	}
	
	.single p.postmetadata {
		margin:0px;	
	}
	
		.postmetadata ul, .postmetadata li {
			display: inline;
			list-style-type: none;
			list-style-image: none;
		}
		
		.post p.postmetadata small {
			font-size:14px;	
		}
		
	.post {
		margin: 0 0 40px;
		text-align: left;
		border-bottom: 1px solid #333333;
		clear:both;
	}
	
	.post hr {
		display: block;
		}	
	
	.page-desc {
		text-align:center;
		padding:10px 15px 15px;	
	}
	
	/* Pagination */	
	.navigation {
		display: block;
		text-align: center;
		margin-top: 10px;
		margin-bottom: 60px;
		font-size:13px;
	}
	
	/* Begin Images */

	p img {
		padding: 0;
		max-width: 100%;
		z-index:101;
		}
		
	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	
	img.alignright {
		padding: 4px;
		margin: 0 0 2px 7px;
		display: inline;
		}
	
	img.alignleft {
		padding: 4px;
		margin: 0 7px 2px 0;
		display: inline;
		}
	
	.alignright {
		float: right;
		}
	
	.alignleft {
		float: left
		}
	/* End Images */


	/* Captions */
	
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.wp-caption {
		border: 1px solid #ddd;
		text-align: center;
		background-color: #f3f3f3;
		padding-top: 4px;
		margin: 10px;
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	
	.wp-caption p.wp-caption-text {
		font-size: 11px;
		line-height: 17px;
		padding: 0 4px 5px;
		margin: 0;
	}
	/* End captions */


	/* AddThis */
	
	.addthis_default_style {
		margin-bottom:15px;	
	}

/* -- Sidebar -- */

#right h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
#right h2 a {
	text-decoration: underline;
	}

#right h2 {
background-color:#989898;
color:#FFFFFF;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bolder !important;
line-height:normal;
padding:5px;
text-align:left;
text-transform:uppercase;
margin:5px 0 0;
text-align:left;
}	

#right ul, #right ul ol {
	margin: 0;
	padding: 0;
	}

#right ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	color: #777777;
	}

#right ul p, #right ul select {
	margin: 5px 0 8px;
	}

#right ul ul, #right ul ol {
	margin: 5px 0 0 10px;
	}

#right ul ul ul, #right ul ol {
	margin: 0 0 0 10px;
	}

ol li, #right ul ol li {
	list-style: decimal outside;
	}

#right ul ul li, #right ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}


#right #searchform #s {
	width: 108px;
	padding: 2px;
	}

#right #searchsubmit {
	padding: 1px;
	}

#right {
background-color:#E3E2E2;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
padding:15px;
text-align:left;
width:312px;
}

#right form {
	margin: 0;
	}

#right select {
	width: 312px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	}
	
.module-subscribe img {
	vertical-align:middle;	
	padding:0px 5px 0px 0px;
}
	

/* -- Footer -- */

footer {
	background:#666667;	
}

#bottom-ad {
	background:none repeat scroll 0 0 #666667;
	width:976px;
	text-align:center;
	margin-bottom:15px;
}


/* SEO Text */

#seo-text {
	border:0 none;
	clear:both;
	margin:0 auto;
	text-align:left;
}

#seo-text h1 {
	color:#CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	margin:5px 16px 0px 0px;
	padding:0px 0px 0px 16px;
	float:left;
}

#seo-text p {
	padding:3px 15px 6px 0px;
}

#seo-text p {
	color:#CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	line-height:18px;
	margin:0px 0px 0px 15px;
	clear:both;
	text-decoration:none;
}

 #seo-text p a {
	color:#0EB3EB;	
 }

#seo-text p a:hover {
	text-decoration:underline;
}


/* Footer Links */

#footlinks-main {
	background-color:#000000;
	height:30px;
	width:974px;
}

#footlinks-main ul {
	margin:0px 0px 0px 12px;
	padding:0px;	
}

#footlinks-main ul li {
color:#FCFCFC;
margin:6px 0px;
border-right:1px solid #fcfcfc;
padding:0px 6px;
float:left;
display:block;
}

#footlinks-main ul li a {
color:#FCFCFC;
font:normal 12px Arial;
text-align:right;
text-transform:uppercase;
text-decoration:none;
}

	#footlinks-main ul li.last {
		border:none;	
	}

#footlinks-main ul li a:hover {
text-decoration:underline;
}

#footlinks {
	width:974px;
}

#footlinks ul {
	padding:15px 18px 0px 18px;
	line-height:18px;
	margin:0px;
	width:740px;
}

#footlinks ul li {
color:#CCCCCC;
display:inline;
border-right:1px solid #CCCCCC;
padding:0px 3px 0px 0px;
}

#footlinks ul li a {
color:#CCCCCC;
font:normal 10px Verdana,Arial,Helvetica,sans-serif;
line-height:18px;
text-decoration:none;
}

	#footlinks ul li.last {
		border:none;	
	}

#footlinks ul li a:hover {
text-decoration:underline;
}

footer p {
color:#CCCCCC;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
line-height:18px;
margin:0px 18px;
padding:0px 0px 15px;
}

footer p a {
color:#CCCCCC;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
line-height:18px;
font-weight:normal;
}

footer p a:link, footer p a:active, footer p a:visited {
color:#CCCCCC;
text-decoration:none;
font-weight:normal;
}

footer p a:hover {
color:#CCCCCC;
font-weight:normal;
text-decoration:underline;
}

.terms {
	text-transform:uppercase;	
}

/* End Footer Links */



/* All tags below are from standard WordPress template deleted? */


/* --- Comments --- */

/* Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

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

#commentform #submit {

	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}


.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


/* Comments*/

h3#comments {
	text-align: left;
	font-size:16px;
	}
	
h3#respond {
	margin-left:20px;
	font-size:16px;	
}

.alt {
	margin: 0;
	padding: 10px;
	}

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

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

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

#commentform p {
	text-align: left;
	padding-left: 20px;
	margin: 5px 0;
	}

.nocomments {
	margin: 0;
	padding: 0;
	}

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


/* 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;
	}	
	
/* End Calendar */






/* ----- End Primary Styles ------- */



/* ----- Extra Classes ----- */

/* image replacement */
.ir { 
	display:block; 
	text-indent:-999em; 
	overflow:hidden; 
	background-repeat:no-repeat; 
	text-align:left; 
	direction:ltr; 
	}

/* Hide but maintain layout */
.invisible { visibility:hidden; }

/* Clearfix */
.clearfix:before, 
.clearfix:after { 
	content:"\0020"; 
	display:block; 
	height:0; 
	visibility:hidden; } 
.clearfix:after { clear:both; }
.clearfix { zoom:1; clear:both; }

/* ----- END Extra Classes ----- */



/* ------ Start Photogroup Navigation ------ */


nav#wrap, nav#network-subnav {   
     margin: 0px;
     padding: 0px;
     border: 0px none;
     vertical-align: baseline;
     display:block
}


#wrap, #network-subnav {
    padding:0px; 
    background:#353535;
    height:32px;
    margin:0px;}

#wrap {height:34px}

#network-subnav {background:#000}
.displayNav {display:block;}

#megaMenu,
.mega-menu-bar{
    padding:0;
}
.mega-menu-bar{
    border-color:#666;
}
#megaMenu ul li a{
    padding:8px 16px 7px;
}

#megaMenu ul{
    list-style:none;
    margin:0;
    border-color:transparent;
}
#megaMenu ul li a, #megaMenu ul li a:link, #megaMenu ul li a:visited {color:#FFF; font:bold 12px Arial, Helvetica, sans-serif;text-transform:uppercase; }

#megaMenu ul ul{
    border:none;
    padding:0px;
}
#megaMenu ul li.mega a:hover, #megaMenu ul li span:hover, #megaMenu ul li.mega:hover, #megaMenu ul.megaMenu > li.active > span:hover{
    background:#00a780;
    color:#fff;
    text-decoration:none;
}

#megaMenu ul li.mega a:hover {border-top:1px solid #00a780;text-decoration:none;}

#megaMenu ul li a#top_19 {color:#fffc17}
#megaMenu ul li a#top_19:hover {color:#fffc17}

#megaMenu ul.megaMenu{
    position:relative;
    margin:0 auto 0px 100px;
    padding:0px;
}
#megaMenu ul.megaMenu > li{
    display:inline-block;
}
#megaMenu ul.megaMenu > li.mega{
    position:static;
    margin-right:5px;
    padding:9px 0px 8px;
    margin-top: 1px;
}
#megaMenu ul.megaMenu > li.active  {
    background:#00a780;
    padding:9px 0px 8px;
    margin-top:1px;
}

/*@-moz-document url-prefix() { 
  #megaMenu ul.megaMenu > li.active, #megaMenu ul.megaMenu > li.mega{
        padding:5px 0px 7px;
  }
}*/

#megaMenu ul.megaMenu > li.active > ul li.widget a {background:none;}
#megaMenu ul.megaMenu > li.active > ul li.widget {margin-right:1px}
#megaMenu ul.megaMenu > li.active > ul li.widget a.active {background:#00a780;}
#megaMenu ul.megaMenu > li > ul li.widget a:hover {    background:#00a780;    border:none;}

#megaMenu ul.megaMenu > li > a {display:block;}
#megaMenu ul.megaMenu > li.active > span {padding:0px;background:#00a780;}

#megaMenu ul.megaMenu ul.sub-menu{
    display:none;
    position:absolute;
    left:11px;
    top:34px;
    height:32px;
}
#megaMenu ul.megaMenu ul.sub-menu a {    padding:9px 17px;display:block;    font-weight:bold;}
#megaMenu ul.megaMenu li.mega ul.sub-menu > li{
    float:left;
    padding:0 16px;
    min-width:100px;
    margin-right:5px;
    padding-top:0px;
}

#megaMenu ul.megaMenu li.mega ul.sub-menu li li{
    float:left;
}
#megaMenu ul.megaMenu li.mega ul.sub-menu li li:last-child{
    margin-bottom:0;
}

ul.widget-area {padding:0px;}

#megaMenu .widget-item .widget{
    float:left;
    clear:none;
}
#megaMenu .widget-item li.widget a {background:none;}
#megaMenu .widget-item .widget-area li.clear{
    height:0;
    width:0;
    overflow:hidden;
    padding:0;
    float:none;
    clear:both;
    border:none;
}

#menu{
    width:970px;
    margin:0 auto;
}
 
.networkImg {margin-top:7px; float:left;margin-right:30px;}
