/*
Theme Name: ALP Online Green
Theme URI: http://september9th.net
Description: Theme base designed by september9th.net
Version: 1.0
Author: Lucash
Author URI: http://september9th.net
*/

body {
	background: url(images/grass.jpg) repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1a3401;
	text-align: center;
}

/*
---------------
*/

#wrap {
	width: 840px;
	height: auto;
	margin: 0px auto;
}
#header {
	width: 840px;
	height: 431px;
}
#contents {
	float: left;
	margin-left: 10px;
	width: 488px;
	height: auto;
}
#sidebar {
	float: right;
	margin-right: 10px;
	width: 324px;
	height: auto;
}
#footer {
	width: 840px;
	height: auto;
	clear: both;
}

/*
---------------
*/

a {
	text-decoration: none;
	font-weight: bold;
	color: #ebfd81;
}
#sidebar a {
	color: #C1D64A;
}
a:hover,
#sidebar a:hover {
	color: #205501;
}
b, strong {
	color: #1a3703;
}
#sidebar b {
	color: #b4ed7d;
}
em, u, i {
	font-weight: bold;
	color: #a1ec66;
}
a img {
	border: 3px solid #ebfd81;
	margin-right: 3px;
}
a:hover img {
	border: 3px solid #205501;
	margin-right: 3px;
}
.noborder a img {
	border: 0px solid #ebfd81;
	margin-right: 0px;
}
.noborder a:hover img {
	border: 0px solid #205501;
	margin-right: 0px;
}
textarea, input, select, button {
	background: #67bb17;
	border: 1px solid #275502;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3a3f1d;
	padding: 5px;
}
blockquote {
	background: #67bb17;
	border-bottom: 1px solid #3F6020;
	border-left: 1px solid #3F6020;
	text-align: justify;
	font-size: 11px;
	color: #b3ff77;
	padding: 5px;
}

/*
---------------
*/

#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 25px;
	text-align: center;
	color: #805220;
	text-shadow: 2px 2px 2px #ea6f34;
}
#header div.sitename {
	position: relative;
	top: 80px;
	padding: 5px;
	margin: 0px 64px 0px 64px;
	color: #805220;
}

/*
---------------
*/

#contents h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	font-size: 20px;
	text-align: left;
	color: #ffffff;
text-shadow: 1px 1px 0 #305f03;
	margin: 0px;
}
#contents div.date {
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	color: #9DD06C;
	margin-bottom: 10px;
}
#contents div.main {
	background: #58a114;
border: 1px solid #366907;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
#contents div.maintext {
	text-align: justify;
	font-size: 11px;
text-shadow: 1px 1px 0 #6ec021;
}
#contents div.entrymeta {
	background: #67bb17;
	border-left: 1px solid #3f6020;
	font-size: 10px;
	padding: 10px;
	text-align: justify;
}

/*
---------------
*/

#page h2 {
	margin-bottom: 10px;
}

/*
---------------
*/

#sidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	color: #9DD06C;
text-shadow: 1px 1px 0 #6ec021;
	margin: 0px 0px 10px 0px;
}
#sidebar div.main {
	background: #46800f;
	border: 1px solid #2B5305;
	padding: 10px;
	margin: 0px 0px 10px 0px;
}
#sidebar div.maintext {
	text-align: justify;
	font-size: 11px;
	color: #b4ed7d;
text-shadow: 1px 1px 0 #27450a;
}
#sidebar img {
	border: 2px solid #205501;
	padding: 0px;
	margin-right: 10px;
}
#sidebar a img {
	border: 3px solid #ebfd81;
	margin-right: 3px;
}
#sidebar a:hover img {
	border: 3px solid #205501;
	margin-right: 3px;
}
#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#sidebar li {
	border-bottom: 0px dashed #a3ba2b;
	list-style: none;
	padding: 3px 1px 3px 1px;
	margin: 0px;
}
.cat-list li {
list-style:none;
display:inline;
}
/*
---------------
*/

div.wp-caption {
	background: #d3e25c;
	border: 1px solid #b7ce3c;
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 5px 0px;
}
div.alignleft {
	float: left;
	margin-right: 5px;
}
div.alignright {
	float: right;
	margin-left: 5px;
}

/*
---------------
*/

ol.commentlist {
	background: #58a114;
	padding: 10px;
}
li.comment {
	background: #67bb17;
	list-style: none;
	border-left: 3px solid #507929;
	border-bottom: 1px dashed #507929;
	padding: 5px;
	font-size: 11px;
	text-align: justify;
	margin-bottom: 5px;
}
li.comment li {
	margin: 5px 0px 5px 5px;;
	padding: 5px 0px 5px 5px;
}
img.avatar {
	float: right;
}
