@charset "UTF-8";

body{
	background:url(../images/body_back.gif);
	background-position:center;
}

/*youtube*/

.ytvideo { 
    position: relative;
	margin-bottom:20px;	
    height: 0;
    padding-top: 56.25%;
    width: auto;
}

.ytvideo iframe {
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    width:100%;
}

#postHeader h1{
	color: #000;
	background:#E9EDDA;
}

.post h2{
	/*
			margin: 1.2em 0 0.8em;
			padding: 2px 5px 0px 10px;
			font-size: 20px;
			font-size: 1.4em;
			color: #333;
			line-height:1.4;
			border-style:solid ;

			border-color:#aaaaaa #aaaaaa #aaaaaa #ff0000;
			*/
			
			padding-left:10px;
	border-width:0px !important;
	background:#E9EDDA;
}

.sidelabel{
	color: #000;
	background:#E9EDDA;	
}

#footer{
	background-color:#666163;
}