/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

body {
	background: #FFFFFF;
 }

#header	{
	background: url(../images/header_background.jpg) repeat-x bottom  #FFFFFF;
	border-bottom: 0px solid #383332;
	padding: 0 0 15px 0;
 }
.blog-name{
	font-size: 2.5em;
	text-transform: none;
 }
.blog-name a:link, .blog-name a:visited	{
	color: #333333;
	text-decoration: none;
 }
.blog-description{ 
	font-size: 1.1em;
	text-transform: none;
 }

	
/* featured slideshow */
.featured	{
	width: 938px;
	margin: 10px auto;
 }
.featured-article{
	width: 935px;
 }
.featured-entry	{ background: url(../images/overlay-white.png); height: 85px; color: #333333; padding: 0; display: block; }
.featured-entry .entry-title	{ color: #000000; padding: 10px 15px 5px; display: block; font-size: 16px; font-weight: bold; }

#controls{ 
	width: 935px;
 }
 
 .posts-default .post	{ width: 190px; float: left; margin: 0 7px 10px 0; background: url(../images/techblue/content-bg.jpg) repeat-x #FFF; border: 1px solid #CCC; height: 220px; padding: 10px; font-size: 11px; }
.posts-default img		{ float: left; width: 190px; height: 100px; background: #111; text-indent: -9000px; }
.entry-thumbnails-link {
    float: left;
    margin-right: 15px;
    border: none;
    width: 150px;
    height: 150px;
    background:none;
    display: block;
    text-indent: 0;
}

.entry-thumbnails{
    width:160px;
    height:150px;
}

.posts-default .entry-meta, 
.posts-quick .entry-meta{
 color: #CCC;
 float: left;
 background: url(../images/overlay.png);
 width: 150px;
 height: 25px;
 display: block;
 margin: -25px 0 0;
 font-weight: bold;
 
 }


.widgetcontainer input[type=text], .widgetcontainer input[type=password]	{ width: 70%; }


#breadcrumb { 
    zoom: 1; 
    max-height: 32px; 
    margin: 0 auto; 
    padding: 0 0 0 0;
    text-indent: 15px;
    width: 960px; 
    background: url(../images/topnav.jpg) repeat-x #E5E5E5; 
    border: solid #CCC; 
    border-width:  1px 1px; 
}
#breadcrumb .menu{
	height: 32px;
	line-height:32px;
	text-indent: -8px;
}
#breadcrumb .menu span{ 
   position:absolute;
   background:url(../images/bg-breadcrumb.png) no-repeat left center;
   overflow:hidden;
   height: 32px;
   margin: 0;
   text-indent:100px;
   padding:0 0 0 10px;
   width:10px;
   filter:alpha(opacity=80); /* for IE */
   opacity:0.8;
}
#breadcrumb .menu em{ 
	margin: auto 15px;
}
#breadcrumb .menu a{ 
	margin: auto 3px auto 15px;
	text-decoration: none;
}
#breadcrumb .menu a[title=Home]{ 
}