

* {
	margin: 0;
	padding: 0;
}

body {
	background: #9bd62f; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #9bd62f 3%, #4a720e 13%, #96e50d 23%, #7aad29 36%, #517f1c 54%, #96e50d 76%, #5e8c21 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(3%,#9bd62f), color-stop(13%,#4a720e), color-stop(23%,#96e50d), color-stop(36%,#7aad29), color-stop(54%,#517f1c), color-stop(76%,#96e50d), color-stop(100%,#5e8c21)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #9bd62f 3%,#4a720e 13%,#96e50d 23%,#7aad29 36%,#517f1c 54%,#96e50d 76%,#5e8c21 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #9bd62f 3%,#4a720e 13%,#96e50d 23%,#7aad29 36%,#517f1c 54%,#96e50d 76%,#5e8c21 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #9bd62f 3%,#4a720e 13%,#96e50d 23%,#7aad29 36%,#517f1c 54%,#96e50d 76%,#5e8c21 100%); /* IE10+ */
background: linear-gradient(135deg,  #9bd62f 3%,#4a720e 13%,#96e50d 23%,#7aad29 36%,#517f1c 54%,#96e50d 76%,#5e8c21 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bd62f', endColorstr='#5e8c21',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B985F;
}

h1, h2, h3 {
	margin-bottom: 15px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #CEEA70;
}

h1 {
	letter-spacing: -1px;
	font-size: 197%;
}

h2 {
	letter-spacing: -1px;
}

h3 {
}

p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding: 0 3em;
	background: url(../images/img05.gif) no-repeat 1em 0;
	font-style: italic;
}

a:link {
	text-decoration: none;
	color: #2b411b;
}

a:hover, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	color: #8B985F;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 710px;
	height: 305px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
	background: #b2d488 url(../../images/halong.jpg) no-repeat center top;
}

#header h1 {
	margin: 0;
	padding: 200px 0 0 40px;
	letter-spacing: -2px;
	font-size: 40px;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 175px;
	letter-spacing: normal;
	font: bold 10px Arial, Helvetica, sans-serif;
}

#header h2 a {
	color: #CAF368;
}

#header a {
	text-decoration: none;
}

/* Page */

#page {
	width: 710px;
	margin: 0 auto;
	padding: 0 25px;
	background: #2b411b url(../images/img02.gif) repeat-y center top;
}

/* Content */

#content {
	float: left;
	width: 460px;
	padding: 5px 0 0 5px;
	background: #2b411b url(../images/img03.gif) no-repeat;
}

.post {
	width: 420px;
	padding: 20px 0 0 20px;
}

.post h1, .post h2, .post h3 {
}

.post .title {
	padding: 0 0 5px 0;
	background: url(../images/img08.gif) repeat-x left bottom;
}

.post .title span {
	padding-right: 30px;
	background: url(../images/img06.gif) no-repeat right center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 5px 5px 0 0;
	background: #b2d488 url(../images/img04.gif) no-repeat;
}

.box {
	width: 239px;
	padding-left: 1px;
}

.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: #4a720e; /* Old browsers */
background: -moz-linear-gradient(top,  #4a720e 0%, #93de10 3%, #4a720e 21%, #93de10 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a720e), color-stop(3%,#93de10), color-stop(21%,#4a720e), color-stop(100%,#93de10)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4a720e 0%,#93de10 3%,#4a720e 21%,#93de10 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4a720e 0%,#93de10 3%,#4a720e 21%,#93de10 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4a720e 0%,#93de10 3%,#4a720e 21%,#93de10 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4a720e 0%,#93de10 3%,#4a720e 21%,#93de10 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a720e', endColorstr='#93de10',GradientType=0 ); /* IE6-9 */

 url(../images/img09.gif) repeat-x;
	font-size: 18px;
}

.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}

.box li {
	padding: 5px 0;
	background: url(../images/img10.gif) repeat-x;
}

.box li.first {
	background: none;
}

.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #8B985F;
}

.box p {
	margin: 0;
	line-height: normal;
}

.box a {
	padding-left: 10px;
	background: url(../images/img11.gif) no-repeat 0 5px;
}

/* Footer */

#footer {
	width: 710px;
	height: 45px;
	margin: 0 auto;
	padding: 0 25px 25px 25px;
	background: #4a720e; /* Old browsers */
background: -moz-linear-gradient(top,  #4a720e 0%, #93de10 3%, #4a720e 21%, #93de10 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4a720e), color-stop(3%,#93de10), color-stop(21%,#4a720e), color-stop(100%,#93de10)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4a720e 0%,#93de10 3%,#4a720e 21%,#93de10 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4a720e 0%,#93de10 3%,#4a720e 21%,#93de10 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4a720e 0%,#93de10 3%,#4a720e 21%,#93de10 100%); /* IE10+ */
background: linear-gradient(to bottom,  #4a720e 0%,#93de10 3%,#4a720e 21%,#93de10 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a720e', endColorstr='#93de10',GradientType=0 ); /* IE6-9 */ url(../images/img12.gif) no-repeat center top;
}

#footer p {
	margin: 0;
	padding: 14px 20px;
	line-height: normal;
	font-size: 77%;
	color: #2b411b;
}

#footer a {
	color: #565736;
}

#footer a:hover {
	text-decoration: underline;
}

#legal {
	float: left;
}

#links {
	float: right;
}