/* @override http://www.mocoro.com/blog/wp-content/themes/mocoro/style.css */

/*  
Theme Name: Mocoro blog
Theme URI: http://www.mocoro.com
Description: copyright 2007 Mocoro
Version: 1.0
Author: Mocoro
Author URI: http://www.mocoro.com
*/

/* 
	Mocoro - blog
	css for modern browsers 
	copyright 2007 Mocoro
	www.mocoro.com

*/

/*------------------------------
	BODY & TAG DEFINITIONS
--------------------------------*/



body {
	background-position: 100%;
/*	text-shadow: 1px 1px 4px #838383;*/
	margin: 0px;
	background-color: white;
/*	background-image: url(../img/texture.jpg);*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	/*font-weight: bold;*/
	text-transform: uppercase;
	color: #39352d;
	font-size: 150%;

}
	

a:link, a:visited {
			text-decoration: none;
			color: #39352d;
			background-color: #FCFB99;
			}
	
a:hover, a:active {
			text-decoration: underline;
			color: black;
			background-color: #FCFB99;
			}
.aim:link, .aim:visited, .aim:hover, .aim:active{
	background: none;
	border: none;
}
.mocoro img {
	width:  70%;
	border-left: 1px solid #ffbad3;
	margin: 0 0 84px;
	padding: 0;
	padding-left: 10px;
	border-left: 1px solid #ffbad3;
}	

.mocoro:link, .mocoro:visited, .mocoro:hover, .mocoro:active{
	background: none;
	/*width: 70%;*/
	/*padding-left: 10px;*/
	/*margin-bottom: 40px;*/
	/*border-left: 1px solid #ffbad3;*/
	}

			
p, h1, h2, h3, h4 {margin-left: 0px;}

h1 { font-size: 160%; text-transform: uppercase; margin-bottom: 0px; margin-top: 0px;
	letter-spacing: -2px; word-spacing: 5px;
}
h2 { font-size: 70%; margin-top: 0px; margin-bottom: 10px; color:#999;
	text-transform: uppercase;
}
h3 { font-size: 100%; margin-top: 0px; margin-bottom: 0px;
	text-transform: uppercase;
}



p { font-size: 65%; margin-top: 0px; margin-bottom: 0px; line-height: 150%; color: #333; 	text-transform: none;}
.pclass { font-size: 65%; margin-top: 0px; margin-bottom: 0px; line-height: 150%; color: #333;}
.note {font-weight: normal; font-style:italic; font-size: 50%; text-align: right; color: #999;}
.posted {font-weight: normal; font-size: 45%; color: #222;}
.comments {font-weight: normal; font-size: 50%; color: #222;}

.entry {border-bottom: 1px solid #999; margin-top: 100px;}
.entry img {margin: 0px; padding: 5px 0px 1px 0px; border: none; background: none;/*width:670px;*/} 
.entry img:link, .entry img:visited, .entry img:hover, .entry img:active{
	background: none;
	border: none;
}
/*.entry_h1 { font-size: 160%; text-transform: uppercase; margin-bottom: 0px; margin-top: 0px; letter-spacing: -1em;}*/

#header {
/* 	background-image: url(../img/intro_background.jpg);  */
	position: relative;
	margin-left: 20px;
	margin-top: 50px;
	width: 670px;
	height: 100%;
	float: left;
	z-index: 0;	
	font-size: 50%;
	text-transform: lowercase;
	/*font-weight: bold;*/
	
}

	
#content {
	position: relative;
	margin-left: 20px;
	width: 670px;
	height: 100%;
	z-index: 0;
	float: left;	
}

#content h1 a:link, h1 a:visited{background: none; color: #000;
	/*letter-spacing: -2px;*/
	/*word-spacing: 5px;*/
}
#content img{border: none;}
#content a img:link, a img:visited{border: none; background: none;}
/*#content a img:hover{border: 2px solid #FCFB99;}*/

ul {
	font-size: 80%;
	list-style-type: circle;
}

#footer {
	padding-top: 10px;
	padding: 20px;
	font-size:70%;
/*	position: relative;*/
	width: 670px;
	float: left;
}
#sidebar {
	font-size: 80%;
	margin-top: 48px;
	margin-left: 750px;
	position:absolute;
	float: left;
	width: 200px;
	z-index: 0;
	padding-left: 40px;

}

#sidebar h2 {font-size: 60%; text-transform:uppercase; margin-bottom: 0px; margin-top: 0px; /*border-bottom: 1px solid #999;}*/ }

#sidebar .sidecontent {margin-bottom: 19px;	padding-left: 10px;	border-left: 1px solid #ffbad3;}
	
#sidebar h4 { color: #555; font-size: 84%;
	margin: 0 0 71px;
	padding: 0;
	letter-spacing: -0.1em;
	text-transform: uppercase;
	line-height: 17px;
	font-style: normal;
	padding-left: 10px;
	border-left: 1px solid #ffbad3;
	font-weight: normal;
}

#superdiv {
	margin: 0px;
	width: 980px;
	float: none;
	}
	
	


.user_comment {
	
	font-size: 90%;
	padding: 10px 0 0;
	margin-top: 10px;
	border-bottom: 1px dotted silver;
	text-transform: none;
	width: 100%;
}

.user_comment a {
	font-size: 90%;
	background-color: #fcfb99;
	text-transform: none;
}

.commentdate {
	font-size: 50%;
	margin-top: 10px;
	background-color: #fff;
}

.comment_form {
	font-size: 60%;
	padding: px;
	margin-top: 10px;
	/*float: both;*/
	text-transform: none;
}

.text {
	/*float: left*/;

}
.textfield {

	float: none;
}
.commentbox {

	float: none;
	clear: left;
}

.submit {
	float: none;
	clear: none;
	display: block;
}


.drop_comments {
	/*width: 100%;*/
}
	