/** structure **/
body{
	width: 816px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	color: #C2C2C2;
}

body, p, h1, h2{
	line-height: 1.5em;
}

#outer{
	position: relative;
	z-index: 0;
}
#container{
	position:relative;
}
a:hover {
	color:#111111;
}

a {
	color:#C2C2C2;
}

h2{
	font-size: 20px;
}

#content{
	margin-top: 12px;
	float: right;
	width: 545px;
}

.main{
	margin-top: 10px;
}
/** nav **/
.nav{
	float: right;
	background-color: #111111;
	padding-left: 10px;
	margin-right: 2px;
}

.nav li{
	float: left;
}

.nav li a{
	display: block;
	padding: 5px 25px 5px 15px;
	font-size: 130%;
	color: #ffffff;
	text-transform:lowercase;
	background-image: url(images/menu-border.gif);
	background-position: 100% 60%;
	background-repeat: no-repeat;
}

/** sidebar **/
#sidebar{
	margin-top: 15px;
	float:left;
	width: 205px;
}
#sidebar .twitter{
	padding-top: 10px;
}

.twitter-message{
	padding-bottom: 5px;
}

#emailForm .titleContainer span,#sidebar .titleContainer span{
	padding: 7px;
	display: inline;
	color: #ffffff;
	background-color: #111111;
	margin-bottom: 20px;
	text-transform: lowercase;
}

#sidebar li {
	text-align: right;
	margin-bottom: 15px;
	padding-bottom: 10px;	
	zoom: 1;
}

#sidebar li li{
	padding-bottom: 0px;
	margin-bottom: 0px;
} 
#sidebar li h2{
	display: none;
}
#sidebar li img{
	float: right;
}
#emailForm .titleContainer, #sidebar .titleContainer{
	text-align: right;
}

#emailForm .titleContainer{
	padding-bottom: 10px;
}
.blogroll li{
	margin-bottom: 0px !important;
	padding: 0px !important;
}

#sidebar li h2{
	display: none;
}

#sidebar a{
	color: #C2C2C2;
}

#sidebar a:hover{
	color: #111111;
}
/** post **/
.postattr{
	padding-top: 10px;
	float:right;
	color: #777778;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.post .titleContainer{
	float: right;
	min-height: 45px;
}

.post p, .single-main p{
	color:#777778;
}

.single-main img, .post img{
	margin:0px 0px;
}
.copyright{
	float: right;
}
.post{
	margin-bottom: 25px;
}

.single-main{
	padding-top: 12px;
}
a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.clear {
	clear:both;
	font-size:1px;
	height:0;
	overflow:hidden;
}

.comment {
	margin-bottom: 10px;
}
.comments{
	color: #777778;
}
.comment-meta{
	font-size: 90%;
}
textarea{
	border-color:#cccccc #cccccc #cccccc #cccccc;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	color:#111111;
	font-family:Arial,Helvetica,sans-serif;
	padding:2px;
	width:500px;
	margin-bottom: 10px;
}

.numcomments{
	float: right;
}
.numcomments a{
	color: #666666;	
	padding-left: 25px;
}
 
.numcomments a:hover{
	text-decoration:underline;
}
.nobackground{
	background:none !important;
}

.schedule{
	display: block;
}
.schedule img{
	border: 1px solid #111111;
}

.navigation a{
	color: #666666;	
	font-weight: bold;
}
.twitter-link{
	color: #777777;
}

#tweetlist li{
	padding-top: 0px !important;
	padding-bottom: 5px !important;
	border-top: none !important;
	min-height: 30px !important;
}
#tweetblender ol{
	border-bottom: none !important;
}
.tb_msg,.tb_author, .tb_tweetinfo{
	line-height: 1.0em;
	font-size: 11px;
}
.twitterLink{
	background-image:url(images/twitter_icon2.gif);
	background-position:top right;
	background-repeat:no-repeat;
	padding: 5px 30px 5px 0px;
	display: block;
	color: #4dc0e0 !important;
	font-weight: bold;
}

#sponsors a img{

	border: 1px solid #C2C2C2;
}
#archivelink{
	font-weight: bold;
}

#googlead{
	float: right;
	padding-top: 15px;
        padding-bottom: 15px;
}

#chikita-ad{
	float: right;
	padding-top: 15px;
}

/********** Email Form *********************/
#subForm{
	text-align: right;
}
#header{ position: relative; } 
#emailForm{ width: 205px; position: absolute; padding-top: 50px; padding-right: 50px; z-index: 10; bottom: 27px; left: 0px; }
#emailForm input[type="text"]{ 
	margin-right:3px;
	overflow:hidden;
	padding:5px 2px;
}
#emailForm #submitbutton{ color: #ffffff;
background: #111111;
font-size: 110% !important;
text-transform: lowercase;
cursor:pointer;
border: 0px; padding:6px 3px; }
#emailForm .defaultTextActive { font-size: 100%; font-family: Arial,Helvetica,sans-serif;  color: #666666; width:80px;} 
#emailForm span.multiple {float:left;} 
#emailForm #hhihhu-hhihhu{ width: 119px;  }
#emailForm span.button { padding-left:5px; padding-top: 5px;} 

#emailForm div.clear {clear:both;padding-top:5px;} 

/********** // Email Form *********************/

