/* 
Theme Name: Video Blog Dream Theme
Theme URI: http://videoblogdreamtheme.com/
Description: A Premium WordPress Theme Designed Exclusively For Video Bloggers.
Version: 1.0
Author: Ben Cope - The Internet Genius
Author URI: http://videoblogdreamtheme.com/
*/


body {
background: #FFF url(images/bodybg.gif) repeat-x;
text-align:center;
font-size:12px;
font-family:Verdana, sans-serif;
color:#333;
margin: 0;
}
#wrap {
width: 900px;
margin:0 auto;
text-align:left;
}
#header {
	text-align:center;
	/*padding:12px 0 20px 0;*/
	padding-bottom: 20px;
	/*border-bottom: 4px #00b7ea solid;*/
	background: url(images/logo.gif) top center no-repeat;
	min-height: 100px;
}
#header h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size:42px;
color:#00b7ea;
margin:0;
padding:0;
font-weight: normal;
}
#header h1 a{
color:#00b7ea;
text-decoration:none;
}
#header h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: normal;
color:#FFF;
margin:0;
padding:0;
}

#left {
	float:left;
	width:615px;
	padding-top:30px;
}

#home {
	margin: 0 auto;
	width: 730px;
	padding-top:30px;
}

.post {
	margin-bottom:20px;
}

.post h2 {
font-family:Verdana, sans-serif;
font-size:18px;
color:#333;
margin:0;
padding:5px 0 0 0;
}
.post h2 a{
color:#00b7ea;
text-decoration:none;
}

a img {
	border: none;
}
	
.post h3 {
font-size:16px;
}
.post h2 a:hover {
	color: #000;
}

h2.sectionhead {
	padding:2px 0px 0px 0px;
	letter-spacing: 0;
	margin: 0px;
	border-bottom: 2px solid #00b7ea;
	color: #00b7ea;
	font-size:18px;
	margin-bottom:10px;
}
	
.post_date {
float:left;
text-align:center;
margin-right:10px;
background:url(images/calendar-blue.gif) no-repeat;
width:60px;
height:55px;
padding-top:5px;
}
.post_month {
font-size:15px;
color:#333;
font-family:Verdana, sans-serif;
font-weight:bold;
color:#FFF;
}
.post_date{
font-size:22px;
color:#00b7ea;
font-family:Verdana, sans-serif;
font-weight:bolder;
}
.post_user {
font-style:italic;
}
.post_user a{
color:#00b7ea;
text-decoration:none;
}
.post_comments {
background:url(images/comment.jpg) no-repeat;
padding-left:18px;
}
.post p {
	/*clear:left;*/
}
.post a {
color:#00b7ea;
text-decoration:none;
}
p a {
color:#00b7ea;
text-decoration:none;
}
.post blockquote {
border-left: 2px #00b7ea solid;
padding-left: 6px;
font-style:italic;
}

#right {
float:right;
width:205px;
padding-top:30px;
}

.sidebar_item {
	border-bottom: 2px #00b7ea solid;
	margin-bottom:10px;
	padding: 10px 0;
}
.sidebar_item h3 {
font-size:18px;
color:#00b7ea;
margin:0;
padding:0;
}
.sidebar_item ul li {
list-style-image:url(images/bullet.gif);
}
.sidebar_item ul li a{
color:#333;
text-decoration:none;
}

.sidebar_item ul li a:hover {
	color: #00b7ea;
	text-decoration: underline;
}

/*.sidebar_item input {
width:190px;
margin-bottom:10px;
padding:0;
}*/
#searchform {
margin: 0 0 10px 0;
padding:0;
}
#searchform input {
width:190px;
}

/*--- IMAGES --- */

img.alignright {
	float: right;
	clear: right;
	margin: 0 0 5px 10px;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	}

img.alignleft {
	float: left;
	clear: left;
	margin: 0 10px 5px 0px;
	background: #fff;
	padding: 2px;
	border: 1px solid #ccc;
	}

img.centered { 
	display: block; 
	padding: 2px; 
	margin: 0 auto 20px auto; 
	border: 1px solid #ccc; 
	float: none; 
	clear: both;
	}


/*--- COMMENTS --- */
.post textarea {
	width:600px;
}

/*--- CUSTOM --- */
.tvbg {
	width: 730px;
	height: 573px;
	background:#FFF url(images/tvbg.jpg) no-repeat;
}

.tvbg .entry {
	padding-top: 38px;
	margin: 0 auto;
	color:#FFF;
}

.navigation {
	width: 360px;
	float:right;
	text-align:right;
}

.navigation a {
	color:#00b7ea;
	text-decoration:none;
}

.postmetadata {
	width: 360px;
	float:left;
}


/*--- SEARCH FORM ---*/

#search_form { 
	margin: 0 0 0.5833em 0; 
}

html[xmlns*=""] body:last-child #search_form {  /* This is a hack for Safari */
	margin: 0 0 0.75em 0; 
} 

#search_form .search_input { 
	width: 15.91667em; 
	padding: 0.25em; 
	color: #777; 
	font: normal 1.0em Verdana, Arial, Helvetica, sans-serif; 
	border: 0.083333em solid #999; 
	border-right-color: #eee; 
	border-bottom-color: #eee; 
}
	
#search_form .search_input:focus { 
	border-top-color: #666; 
	border-left-color: #666; 
	border-right-color: #ddd; 
	border-bottom-color: #ddd; 
}
	
#content .search_input { 
	font-size: 0.9231em !important; 
}

/*--- SIDEBAR STYLES ---*/
#rss {
	 width: 70px; 
	 height: 70px; 
	 margin: 0 auto;
	 margin-bottom: 1em; 
	 background: url(images/rss.gif) 50% 0 no-repeat; 
	 text-align: center; 
}

#rss a { 
	display: block; 
	width: 70px; 
	height: 70px; 
	margin: 0 auto; 
}

/*--- FOOTER ---*/

#footer {
	clear:both;
	border-top: 2px #00b7ea solid;
	font-size:11px;
	text-align:center;
	margin: 10px 0 0 0;
}

#footer a {
text-decoration:none;
color:#333;
}

#footer-bg {
	background:#000 url(images/footer-bg.gif) repeat-x top;
	border-top: 5px #00b7ea solid;

}

#footer-home {
	clear:both;
	width: 960px;
	/*height: 400px;*/
	color: #FFFFFF;
	margin: 0px auto 0px;
	text-align: left;
	position: relative;
	line-height: 17px;
	font-size:11px;
}

#footer-home #footer {
	border-top: 1px solid #666;
	color: #666;
}

#footer-home #footer a {
	color: #666;
}

#footer-home #footer a:hover {
	color: #00b7ea;
	text-decoration: underline;
}

#footer-home h3 {
	color: #00b7ea;
	/*border-bottom: 2px #00b7ea solid;*/
}

#footer-home .sidebar_item {
	border-bottom: none;
}

#footer-home .sidebar_item ul li a{
color:#FFF;
text-decoration:none;
}
#footer-home .sidebar_item ul li a:hover {
	color: #00b7ea;
	text-decoration: underline;
}
	
#footerbottom {
	height: 5px;
	background: #FFF;
	position: relative;
	}
	
#footerleft {
	float: left;
	width: 225px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	}
	
#footermiddle1 {
	float: left;
	width: 225px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	}
	
#footermiddle2 {
	float: left;
	width: 225px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	}
	
#footerright {
	float: right;
	width: 225px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}

.th{
	border: 1px solid #c0c0c0;
	float: left;
	margin: 5px 10px 15px 0;
	padding: 2px;
}
.postinfo {
	margin: 0px;
	font-size: 8pt;
	padding: 0px 0px 0px 0px;
	}