
/* CSS Document */

html, body {
	background-color:#66635a;
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
}
h1, h2, h3, p, ol, ul {
	margin:0 0 10px 0;
}
p, ul, ol {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
	text-align: left;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #d5e161;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #d5e161;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #d5e161;
}
em {
	font-style:italic !important;	
}
/* List margins */
ul li, ol li {
	margin:0 0 0 40px;
}
/* Blog Styling */
h1.postTitle {
	margin:0;
	padding:0;
}
h1.postTitle a {
	font-size:18px;
	text-decoration:none;
}
h1.postTitle a:hover {
	color:#fff;
}
img.postImage {
	margin:0 0 10px 0;
	padding:9px;
	border:1px solid #5c5951;
	background:#737168;
}
p.date {
	margin:0 0 10px 0;
	font-size:10px;
}

a {
	color:#9eb41a;
	font-size: 11px;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.input {
	font-size:13px;
	padding: 3px 10px 3px 10px;
	width: 200px;
}

.textarea {
	font-size:13px;
	padding: 3px 10px 3px 10px;
	width: 300px;
	height: 100px;
}

.alternate {
	font-size: 10px;
	color:#aaa;
}
/*---- Gallery ---- */

/* Gallery
put it in here cause we need it in the admin section as well */

ul#gallery {
	margin:0;
	width:100%;
	float:left;
}
ul#gallery li {
	margin:0;
	padding:10px;
	width:144px;
	height:108px;
	list-style:none;
	background:url(../../images/thumbshadow.png) center top no-repeat;
	float:left;
}