/*
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: Arial;
	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: 368px;
	margin: auto;
}

#header p{
	padding-top: 250px;
	padding-left: 110px;
	width: 240px;
	color: #447ea1;
	font-size: 17px;
	font-family: Georgia;
	font-style: italic;
	text-shadow: 1px 1px 1px #c9b49c;
}

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

#menu ul, #menu li, #menu ul a{
	padding-right: 40px;
	margin: 0 auto;
	list-style-type: none;
	list-style: none;
	display: inline;
	font-family: "Trebuchet MS";
	font-size: 22px;
	font-style: italic;
	text-transform: lowercase;
}

.style1 a:link, .style1 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #8f6f4a;
}

.style2 a:link, .style2 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #61c2e0;
}

.style3 a:link, .style3 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #e5be61;
}

.style4 a:link, .style4 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #88d66d;
}

.style5 a:link, .style5 a:visited{
	border-bottom: none;
	text-decoration: none;
	color: #e9597e;
}

.style1 a:hover, .style2 a:hover, .style3 a:hover, .style4 a:hover, .style5 a:hover{
	border-bottom: 5px solid #ad9983;
	color: #36add2;
}

#content{
	line-height: 20px;
	text-align: left;
	margin-top: 20px;
	float: left;
	width: 790px;
	line-height: 20px;
}

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

#left{
	width: 500px;
	float: left;
	margin-left: 15px;
}

#right{
	width: 248px;
	float: right;
	margin-right: 15px;
}

b, strong{
	color: #e9597e;
}

i, em {
	color: #88d66d;
}

a:link, a:visited{
	color: #61c2e0;
	text-decoration: none;
}

a:hover{
	color: #8f6f4a;
	text-decoration: none;
	border-bottom: none;
}

h1{
	font-size: 24px;
	font-family: Georgia, "Times New Roman";
	font-style: italic;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -2px;
	color: #e5be61;
	border-bottom: 1px dotted #e9597e;	
	padding: 7px 0px 7px 15px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #ccc;
}

h2{
	background-color: #f1e7db;
	border-bottom: 3px dashed #e9597e;
	padding: 7px 0px 7px 0px;
	text-align: center;
	font-family: Arial;
	font-size: 18px;
	text-transform: lowercase;
	margin-bottom: 10px;
}

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

.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-left: 30px;
}

blockquote{
	margin: 0 auto;
	width: 380px;
	border-left: 10px solid #e9597e;
	margin: 20px;
	margin-left: 35px;
	padding: 10px;
	color: #5E2605;
}

.ownedwrap{
	background-color: #f1e7db;
	margin: 5px;
	width: 450px;
	padding: 10px 0px 10px 10px;
}

.ownedimg{
	padding: 7px;
	background-color: #88d66d;
	margin-right: 5px;
}	

.desc{
	background-color: #f1e7db;
}