/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body { 
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-family:Arial, Helvetica, sans-serif;*/
       /*background:url(images/bg.jpg)*/
	background:denim blue;
	padding:0;
	margin:0;
}
.wpLogo a{
	width:260px;
	height:60px;
	display:block;
	margin:18px 0 0 38px;
}
.himeMe{
     position: absolute;
     left: -9999px;
}
#container{
	border:none;
	border-width:0;
}
.banner{
	width:100%;
	background:url(images/headerBg.jpg) no-repeat;
	height:250px;
	text-align:center;
	margin-bottom:23px;
}
.banner h1{
	width:340px;
	padding-left:26px;
	padding-top:15px;
	
}
.banner h1 a{
	 font-size:36px;
	 line-height:40px;
}
.banner h1 label{
	width:340px; 
	font-size:12px; 
}

.menu, .menu a, .menu li ul { border-color: #EFEFEF; }
.menu ul .current a { border-bottom-color: #EFEFEF; }
.menu ul .current-cat > a { border-bottom-color: #EFEFEF; }
.menu a, .menu .current ul a { color: #111111; background: url(images/navBg.jpg) repeat-x; }
.menu a:hover, .menu .current ul a:hover { color: #111111; background:url(images/navBgHover.jpg) repeat-x; }
.menu .current a, .menu .current a:hover { color: #111111; background:url(images/navBgHover.jpg) repeat-x; }
.menu .current .tab { border-bottom-color: #FFFFFF; }
.menu .current-cat > a { color: #111111; background: #FFFFFF; border-bottom-color: #FFFFFF; }

#multimedia_box{ 
	border:none;
}
#video_box{
	background:url(images/videoBg.jpg) no-repeat;
	width:550px;
	height:304px;  
}
#video_box p{
	margin:18px 0 0 18px;
}
#video_box object{ 
	background:#CCCCCC;
}
.headline_meta span{
	display:none;
}
#content{ 
}
.sociable{
	width:100%;
	float:left; 
}
.sociable_tagline{
	display:none;
}
.sociable ul{
	position:relative;
	left:-20px;
	width:550px;
	overflow:hidden;
}
.sociable ul li{
	list-style:none;
	float:left;
	padding-right:10px;
}
.entry-content .to_comments a{
	color:#0094C3;
	font-size:14px;
}
.entry-content .to_comments a:hover{
	color:#0083A2;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft { 
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
#multimedia_box{
	margin-bottom:0px; 
}
#video_box{
	height:284px;
}
.connectMeArea{
	width:100%;
	margin:25px 0;overflow:hidden;
}
.connectMeArea h1{
	width:100%;
	margin-left:12px;
}
.connectMeBtn{
	width:100%;
	overflow:hidden;

}
.connectMeBtn a{ 
	width:47px;
	height:47px;
	display:block;
	float:left;
	margin-left:12px;
	}
.facebookBtn{
	background:url(images/facebook.png) no-repeat;
}
.betternetworkBtn{
	background:url(images/betternetwork.png) no-repeat;
}
.linkedinBtn{
	background:url(images/linkedin.png) no-repeat;
}
.myspaceBtn{
	background:url(images/myspace.png) no-repeat;
}
.twitterBtn{
	background:url(images/twitter.png) no-repeat;
}
.youtubeBtn{
	background:url(images/youtube.png) no-repeat;
} 
#content .teasers_box .post{
	width:100%;
	padding:20px 0 5px 0;
	border-bottom:1px  dotted #bbb; 
}

.entry-content{
	width:100%;  
}

.teasers_box{
	border:none;
	padding:0;
	margin:0;
}
.sociable{
	padding:15px 0 15px 0;  
}

 