@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body {
	margin:0px;
	padding:0px;
	text-align: center;
	color: #666666;
	background-image:url(images/header_bg.gif);
	background-repeat:repeat-x;
}

/* general params
--------------------*/
h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote,{
	padding: 0;
	text-align: left;
	display: block;
	margin: 0px;
	
}
table {
	margin:0;
	border-collapse:collapse;
	vertical-align:top;
}
img {
	border: none;
}

ul{
	list-style:none;
}

/* link setting
--------------------*/
a{
	color:#666666;
	text-decoration:none;
}

a:link{
	color:#666666;
}

a:hover{
	color:#666666;
	text-decoration:underline;
}

a:visit{
	color:#666666;
}

/* general params end
--------------------*/

/* layout settings
--------------------*/
#maincontent{
	margin:0px auto;
	width:950px;
	text-align:left;
}

#sidebar {
	width:170px;
	border:1px solid #B7B7B7;
	float:left;
}
#outline{
	width:780px;
	float:right;
	margin-left:-2px;
}

#contentarea {
	width:520px;
	float:left;
	margin-left:2px;
}

#sidebar2{
	width:256px;
	border:1px solid #B7B7B7;
	float:right;
	margin-left:-2px;

}

#footer{
	clear:both;
}

/* header layout
--------------------*/
#recommend{
	font-size:75%;
	width:950px;
	text-align:center;
	padding:5px 0px;
	vertical-align:center;
}
#header{
	margin-bottom:9px;
}

h1{
	font-size:70%;
	font-weight:normal;
	margin:5px 0px 3px 3px;
}

.logo{
	float:left;
	margin-top:3px;
	margin-left:10px;
}
.utility{
	margin-top:-15px;
	margin-left:775px;
}

.google_searchbox{
	margin-top:5px;
	margin-left:680px;
}


#footer{
	background-color:#E2E2E2;
	text-align:right;
}
/* the content
--------------------*/
.header_style{

	padding-bottom:40px;
	background-image:url(images/title_h2_unit.gif);
	background-repeat:no-repeat;
}

.header_style h2{
	padding:20px 5px 20px 15px;
}

.photo{
	width:522px;
	text-align:center;
}
.youtube{
	width:522px;
	text-align:center;
}
.yt2{
	width:522px;
	text-align:center;
}

.postmetadata{
	font-size:75%;
	margin:3px 0px 10px 10px;
	float:left;
}

.addclips{
	float:right;
	margin:2px 10px 0px 0px;
}
.postfoot{
	margin:3px 5px;
	padding:2px 0px;
	border-top:3px double #ccc;
	border-bottom:3px double #ccc;
	width:515px;
}
.post h2,h3{
	font-size:90%;
}
.cat_title,#respond{
	font-size:90%;
}
.commentlist li{
	font-size:80%;
}

.post p{
	font-size:80%;
	padding:10px;
	line-height:180%;
}

#sidebar p{
	font-size:75%;
}

#sidebar2 li{
	font-size:75%;
	margin:5px 2px 2px 5px;
	line-height:130%;
	border-bottom:1px solid #e3e3e3;
}

#sidebar li{
	font-size:75%;
	margin:5px 2px 2px 5px;
	line-height:130%;
	border-bottom:1px solid #e3e3e3;
}



h3{
	background-image:url(images/title_h3.gif);
	background-repeat:no-repeat;
	padding:6px 7px 8px;
}


.alt{
	margin-left:25px;
	border-bottom:1px solid #e3e3e3;
}

#comments{
	background-image:url(images/title_h3.gif);
	background-repeat:no-repeat;
	padding:6px 7px 8px;
}
