@charset "UTF-8";

@import "common.css";

body{
	margin:0;
	padding:0;
	background:#000;
	color:#fff;
	font-size:11px;
	font-family:"Myriad Pro" , "Tahoma";
	text-align:center;
}

a{
	color:#fff;
	text-decoration:none;
}

a:hover{
	color:#666;
	text-decoration:none;
}

a:hover img{
	opacity:0.6;
	filter: alpha(opacity=80);
}


/*-------ID-------*/

#PT{
	height:0px;
}


#Wrapper{
	width:410px;
	margin:0 auto;
	text-align:left;
}

#Contents{
	padding:0 45px;
}

#flashcontent{
	width:410px;
	height:500px;
	color:#000;
}

/*-------SearchPage-------*/
body.mt-search-results h3.search-results-header{
	margin:10px 0 25px 0;

}

/*-------SearchBox-------*/
#Search{
	margin:0 0 30px 0;
}

/*-------MonthlyArchive-------*/
#MonthlyArchive{
	margin:0 0 30px 0;
}

#MonthlyArchive li{
	float:left;
	width:106px;
	line-height:1.5;
	font-size:x-small;
}

/*entry*/

.entry{
	line-height:1.8;
	color:#888;
}

.entry h2{
	font-weight:normal;
	font-size:28px;
	color:#000;
}

.entry h3{
	margin:15px 0 22px 0;
	padding:0 0 0 37px;
	background:url(http://blog.active-u.com/img/titleLine.gif) no-repeat left center;
	font-size: 14px;
	font-weight:bold;
	color: #ff0;
}

.entry img{
	padding:0 0 1px 0;
}

.entry p{
	margin:0 0 1em 0;
}

.entry .metaData{
	margin:25px 0 0 0;
	padding:0 0 60px 0;
	background:url(http://blog.active-u.com/img/metaDataBack.gif) no-repeat left top;
	font-size:10px;
	text-align:right;
	text-transform:uppercase;
}

/*Comments*/
#Comments a{
	color:#888;
}

#Comments h2{
	margin:15px 0 15px 0;
	color:#000;
	font-weight:normal;
	font-size:21px;
}

#Comments .comment{
	margin:25px 0;
	color:#888;
}

#Comments .comment p{
	line-height:1.6;
	margin:0 0 1em 0;	
}

#PostedtTime{
	margin:5px 0 0 0;
	color:#fff;
	text-transform:uppercase;
}

#PostedtTime a{
	color:#fff;
}

input#comment-author,
input#comment-email,
input#comment-url{
	margin:0 0 15px 0;
}

#Comments form textarea#comment-text{
	width:320px;
	height:150px;
	margin:0 0 15px 0;
}

label{
	text-transform:uppercase;
}

div#Pagetop{
	margin:0 0 -20px 0;
	text-align:right;
	text-transform:uppercase;
}

/*Comment Preview*/
body.mt-comment-preview h2{
	margin:15px 0 15px 0;
	color:#000;
	font-weight:normal;
	font-size:26px;
}

/*Comment End*/
body.mt-comment-confirmation h2{
	margin:5px 0 0 0;
	color:#000;
	font-weight:normal;
	font-size:22px;
}

body.mt-comment-confirmation h3{
	margin:20px 0 0 0;
	text-transform:uppercase;	
}

/*Comment Error*/
body.mt-comment-error h2{
	margin:20px 0;
	color:#000;
	font-weight:normal;
	font-size:22px;
}

body.mt-comment-error h3{
	margin:20px 0;
	font-size:16px;
	text-transform:uppercase;	
}

body.mt-comment-error p{
	margin:20px 0;
	font-size:12px;
}

/*Footer*/

#Footer{margin:-35px 0 30px 0;}

body.permalinkpage #Footer,
body.mt-comment-confirmation #Footer,
body.mt-comment-preview #Footer,
body.mt-comment-error #Footer,
body.mt-search-results #Footer{
	margin:35px 0 30px 0;
}

