/* --
	
	* Light CSS File *
	This file contains styles related to the colour scheme of the theme
	--
	Please make any amendments to "custom.css" rather than this file
	This will make updating your theme files much easier without overwriting your changes!

-- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
a, 
.post p.meta a:hover,
.sidebar .widget ul li a:hover, 
ol.commentlist li.comment h4 a:hover,
ol.commentlist li.bypostauthor h4 a {
	color: #4ab2dc;
}

#header h1 a {
	color: #333;
}

#masthead {
	background: #eee url(../img/light/bg-masthead.png) repeat-x;
}

/*#masthead .inner {
	background: transparent url(../img/light/bg-masthead-inner.png) top center no-repeat;
}*/
#masthead{ background:none}
body {
	/*background: #eaeaea url(../img/light/bg-masthead-inner.png) top center no-repeat;*/
	background: #edeeee url(../img/light/bg-masthead-inner.png) top center no-repeat;
	
	
}

#featured div.slide-nav ul li a,
div.slider-nav a {
	background: url(../img/light/bg-slidenav.png) 0 0 no-repeat;
}

p.highlight a:hover { color: #888; }


li { list-style: url(../img/light/bullet.png); }
#header h1 {margin:0!important; padding:20px 0 0 0; height:0px;}

#header{
	
	background: transparent url(../img/light/border_header.jpg) repeat-x;
	background-position:0% 90%;
	margin-bottom:10px;
	 }
#header ul{ margin-top:70px;}
#header ul li a {
	color: #4ab2dc;
	text-shadow: 0 1px 0 #fff;
	text-transform:uppercase;
}

#header ul li:hover a, #header ul li.current-menu-item a, #header ul li.current-page-item a, #header ul li.current-page-parent a, #header ul li.current-menu-parent a, #header ul li.current-page-ancestor a, #header ul li.current-menu-ancestor a {
	color: #000;
	text-shadow: 0 1px 0 #FFF;
}

#header ul li ul li a {
	color: #bbb !important;
	text-shadow: 0 1px 0 #FFF;
}

#header ul li ul li:hover a, #header ul li ul li.current-menu-item a, #header ul li ul li.current-page-item a, #header ul li ul li.current-page-parent a, #header ul li ul li.current-menu-parent a, #header ul li ul li.current-page-ancestor a, #header ul li ul li.current-menu-ancestor a {
	color: #000 !important;
}

#header ul li ul li ul li a {
	color: #bbb !important;
	text-shadow: 0 1px 0 #000;
}

#header ul li ul li ul li:hover a, #header ul li ul li ul li.current-menu-item a, #header ul li ul li ul li.current-page-item a, #header ul li ul li ul li.current-page-parent a, #header ul li ul li ul li.current-menu-parent a, #header ul li ul li ul li.current-page-ancestor a, #header ul li ul li ul li.current-menu-ancestor a {
	color: #000 !important;
}

#featured h2, #featured p{
	color: #333;
	text-shadow: 0 1px 0 #fff;
}




.main{ background-image:none!important;}
.homepage_welcome{background-color:white; padding:30px 55px; background: url(../img/welcome_bg.jpg) 0 0 no-repeat; }
.homepage_welcome p{font-family:'Open Sans', Arial; font-weight: 300; margin:40px; font-size:20px; color:#555656; line-height:30px;}
.homepage_welcome img{display:block; float:left;}
h3{font-family:'Open Sans', Arial; text-transform:uppercase; font-size:16px; color:#666666;}

.footer { padding: 20px; background:#e3e4e4; background-image:none; border-top: 1px solid #d3d4d4; width:900px; margin:0 auto; }
.footer inner{width:900px; }
div.filter {background:none; margin:10px 0; padding:10px 0;}
.content { margin-top: 10px; }
.footer p a { color: #999; border-bottom: none; }
div.portfolio .portfolio_link{}
div.portfolio p{ margin:0; padding:0;}
div.portfolio h4{ margin:5px 0; line-height:1; font-weight:normal; font-size:16px;}
div.portfolio h4 a{color:#000}
.portfolio_images img {margin-bottom:20px;}
h2 a{color:#000; font-weight:normal;}
.post p.meta { background: none; line-height: 10px; font-size: 11px; color: #666; padding: 0; margin: 0 0 20px 0; border:none; -webkit-box-shadow: 0px 1px 1px #fff; }

#searchform { background-color: #ddd; border-top: 1px solid #d4d4d4; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -moz-box-shadow: inset 0px 1px 1px #eaeaea; -webkit-box-shadow: inset 0px 1px 1px #eaeaea; box-shadow: inset 0px 1px 1px #d4d4d4; padding: 2px 4px 2px 10px; overflow: hidden; }

#searchform input[type=submit] { float: right; border: 1px solid #dadada; background: #fff; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdfdfd), to(#f8f8f8)); background: -moz-linear-gradient(0% 0% 90deg, #fdfdfd, #f8f8f8); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 0px 1px 1px #e2e2e2; -webkit-box-shadow: 0px 1px 1px #e2e2e2; box-shadow: 0px 1px 1px #e2e2e2; font: bold 12px Arial, sans-serif; color: #575757; text-transform: lowercase; padding: 5px 20px; }

#searchform input[type=submit]:hover { cursor: pointer; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#fdfdfd)); background: -moz-linear-gradient(0% 0% 90deg, #f8f8f8, #fdfdfd); }

#commentform textarea, #contactForm textarea { background-color: #FFF; border: none; border-bottom: 1px solid rgba(255,255,255,0.5); -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.07); font: normal 12px Arial, sans-serif; padding: 10px; width: 95%; color: #666; margin-bottom: 12px; }


.footer p.right { text-align: right; float:right; width:200px; margin-right:40px; }
/*Homepage hover logos*/
.homepage_widgets_wide .home-col{width:950px; float:none; clear:both;}
div.fadehover { position: relative; float:left; width:134px; height:134px;  margin:0 24px 1px 0; overflow:hidden; }
img.a {position: absolute; left: 0; top: 0; z-index: 10;}
img.b {position: absolute; left: 0; top: 0; }



.prevnext div, .nav-next, .nav-previous{display: inline-block; color: #333; border: none; margin-bottom: 15px;
background: url(../img/dark/bg-button-small-lt.png) left 0 no-repeat;}

.prevnext a, .nav-next a, .nav-previous a {color: #666;  display: block; padding: 0 15px; height: 34px; text-align: center; font: bold 12px/32px Arial, sans-serif;
 background: transparent url(../img/dark/bg-button-small-lt.png) right -34px no-repeat; font-weight:normal;}
.prevnext a:hover, .nav-next a:hover, .nav-previous a:hover { background: transparent url(../img/dark/bg-button-small-lt.png) right -102px no-repeat; color:#000}
.prevnext div:hover, .nav-next:hover, .nav-previous:hover { background: url(../img/dark/bg-button-small-lt.png) left -68px no-repeat; }
.next_post, .nav-previous{float:right;}
.portfolio_images img{border:1px solid #999; margin-bottom:60px;}

.youtube_video{margin-bottom:60px;}

#networking span{

	margin-left:-2000px;

}

#networking div{

width:36px;

height:36px;

float:left;

margin:5px 16px 30px 0;

}

#networking a{

width:36px;

height:36px;

display:block;

}


#linkedin{

	background-image:url(/wp-content/images/social/36X36/linkedin.png);

}

#facebook{

	background-image:url(/wp-content/images/social/36X36/facebook.png);

}

#twitter{

	background-image:url(/wp-content/images/social/36X36/twitter.png);

}

#stumble{

	background-image:url(/wp-content/images/social/36X36/stumbleupon.png);

}

#delicious{

	background-image:url(/wp-content/images/social/36X36/delicious.png);

}

#flickr{

	background-image:url(/wp-content/images/social/36X36/flickr.png);

}

.portfolio li{
height:0px;	
}

.homepage_widgets_wide .portfolio, .sd_portfolio_widgets-3,.homepage_widgets_wide .screenshots ul{
height:150px;	overflow:none;
}