/* @override http://localhost:8888/tutorials/iblog/wp-content/themes/ideateVideo/style.css */

/*  
Theme Name: Youtube Feature
Theme URI: http://nettuts.com/
Description: A theme that mimics <a href="http://ideate.co.za/>ideate's</a> videobox!
Version: 1.0
Author: Harley Alexander
Author URI: http://www.baffleinc.com/

*/

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	font: 75%/18px Helvetica, Arial, Tahoma;
	background: #998835 url(images/bg.png) repeat-x;
	margin: 0;
	padding: 0;
}

#wrapper{
	width: 800px;
	margin: 0 auto;
}

h1{
	margin-top: 30px;
	padding-left: 90px;
}

#tvSection{
	float: right;
	background: url(images/tv.png) no-repeat left top;
	width: 374px;
	height: 290px;
	padding-top: 39px;
	padding-left: 55px;
	margin-top: -70px;
}

#container{
	margin-top: 20px;
	background: url(images/containerBg.png) repeat-x center top #fff;
}

#tag{
	padding: 70px 0 0 34px;
}

#content{
	clear: both;
	width: 425px;
	background: url(images/contentTop.png) no-repeat center top;
	padding: 40px;
}

.post{
	margin-bottom: 30px;
}

.post h2{
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #b30d0d;
	margin-bottom: 0.5em;
}

.post p{
	color: #555;
}

.post p a{
	border: 0;
	color: #a80509;
}

.post p img{
	float: left;
	padding: 0 10px 0 0;
	border: 0;
}

a.more-link{
	display: block;
	padding-top: 5px;
}