/*
Theme Name: Cult of Luna 1.0
Theme URI: http://wordpress.org/
Description: Bla bla.
Version: 1.6
Author: Johan Åhman
Author URI: http://binarybonsai.com/
Tags: 
*/

@import "shopp.css";

html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol,ul {
	list-style: none;
}
q:before,q:after,
blockquote:before,blockquote:after {
	content: "";
}

*{
	font-family: Georgia, Times;
}
body{
	background: #f3f2e9;
}
.loading{
	cursor: wait;
}
p, h1, h2, h3, h4, h5, h6{
	font-size: 15px;
	line-height: 18px;
}

#wrap{
	width: 900px;
	margin: 0 auto;
}
#header{
	/*height: 194px;
	background: url(images/header.gif);
	*/
	margin-bottom: 20px;
	
}
#left{
	width: 200px;
	float: left;
	font-size: 10px;
	text-align: right;
}
#left p{
	text-align: right;
	font-size: 10px;
	line-height: 17px;
	letter-spacing: 1px;
}
#left strong{
	color: #781E14;
	font-weight: bold;
}
#center{
	margin: 0px 10px 20px 10px;
	padding: 0px 20px 0px 20px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	width: 438px;
	float: left;
}
a, a:visited, a:active{
	color: #781E14;
	text-decoration: none;
}
#center h1{
	letter-spacing: 1px;
	color:#781E14;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 18px;
	letter-spacing: 1px;
}
h3{
	width: 200px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid #999;
	color:  #781E14;
	font-size: 10px;
	text-transform: uppercase;
}

#center h3 a:hover{
	text-decoration: underline;
}

#right{
	height: 20px;
	width: 200px;
	float: left;
}

#sidebar ul {
	
	list-style-type: upper-alpha;
}
#sidebar .cat-item a{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
#sidebar .cat-item a{
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
}
#sidebar ul.children{
	margin-left: 20px;
}
#sidebar ul.children a{
	color: black;
	font-weight: normal;
}

.widget_categories .widgettitle{
	display: none;
}


/* COMMENTS */
input {
	width: 100%;
	border: 1px solid #666;
}
input[type=submit],input[type=button], button, a.button{
	border: none;
	background: black;
	color: white;
	width: auto;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
	
	cursor: pointer;
}
button{
	margin:0;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}
textarea{
	width: 440px;
	height: 100px;
	border: 1px solid #666;
}
h3.comment{
	border:none;
	width: 440px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3.count{
	margin-bottom: -10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px solid #999;
}