/*
Style Name: On The Moon
Theme URI: http://pygmypuff.info
Description: Cartooned theme for Pygmypuff's first layout
Version: 1
Author: Senyth
Author URI: http://rawrbie.com
*/

* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background: url(images/bg.png) repeat-x;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #5a3d1b;
	background-color: #ffffff;
}

#container {
	width: 790px;
	margin: 0px auto;
	padding: 0px;
}

#header{
	background-image: url(images/header.png);
	width: 790px;
	height: 460px;
	margin: auto;
}

/** Navigation  **/
#nav{
	width: 790px;
	height: auto;
	margin-top: 10px;
	margin-left: 100px;
	margin-bottom: 30px;
}

#menu ul, #menu li, #menu ul a{
	padding-right: 35px;
	margin: 0 auto;
	list-style-type: none;
	list-style: none;
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-transform: uppercase;
	color: #7c9cbb;
}

.navlist a:link, .navlist a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #7c9cbb;
}

.navlist a:hover{
	color: #ed7d94;
}

#content{
	background-image: url(images/bg_text.png);
	line-height: 20px;
	text-align: left;
	float: left;
	width: 790px;
	line-height: 20px;
}

#content p{
	margin-bottom: 10px;
}

#left{
	width: 440px;
	float: left;
	margin-left: 35px;
}

#right{
	width: 255px;
	float: right;
	margin-right: 35px;
}

b, strong{
	color: #7c9cbb;
}

i, em {
	color: #88d66d;
}

a:link, a:visited{
	color: #d34f65;
	border-bottom: 1px dotted #7c9cbb; 
	text-decoration: none;
}

a:hover{
	color: #7c9cbb;
	text-decoration: none;
	border-bottom: 1px dotted #d34f65; 
}

h1{
	font-size: 22px;
	font-family: Georgia, "Times New Roman";
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -2px;
	text-align: center;
	color: #a2b390;
	margin-bottom: 10px;
}

h2{
	border-bottom: 2px solid #e9597e;
	padding: 7px 0px 7px 0px;
	text-align: right;
	font-family: Arial;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/** Footer Starts **/
#footer{
	background: url(images/footer.png) no-repeat;
	height: 70px;
	clear: both;
	margin: 0px auto;
	width: auto;
}

#footer p{
	font-size: 12px;
	margin-left: 40px;
	padding-top: 30px;
}

.pic{
	text-align: left;
	border: 5px solid #f1e7db;
	margin: 5px 3px 0px 0px;
}

.show_owned_credits, .show_joined_credits{
	font-size: 12px;
	margin-top: 25px;
}

.commentsbody{
	width: 500px;
	float: left;
}

.gravatarcont{
	float: left;
}

.gravatar{
	margin-right: 5px;
	border: 3px solid #f1e7db;
}

.buang{
	float: left;
}

#cmt-rules{
	font-size: 12px;
}

#newComment{
	margin-top: 20px;
	margin-bottom: 20px;
}

.post{
	margin-bottom: 20px;
}

h3{
	margin-bottom: 10px;
}

ul{
	margin: 0px 0px 15px 30px;
	list-style-type: circle;
}

li{
	margin-bottom: 5px;
}


blockquote{
	font-size: 12px;
	text-align: justify;
	margin: 0px 30px 0px 30px;
	margin-bottom: 20px;
}

textarea, input, select, button, submit, checkbox, select , radio{ 
	background-color: #f7f0e8;
	color : #5a3d1b; 
	text-decoration : none; 
	text-align : left; 
	border: 1px solid #83785c;
	padding: 3px;
}