/*
Design by Protek

Body Background: #fff56e
Green Contrast: #147605
Main Text: #3b3b3b
High Light Red: #d12329
*/

body {
	margin: 30px 0 0 0;
	padding: 0;
	background: #fff56e url(images/img01.png) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b3b3b;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
}

h1 {
	letter-spacing: -1px;
	font-size: 22px;
}

h2 {
	font-size: 20px;
	padding: 0px 2px;
}

h4 {
	font-size: 25px;
	padding: 0px 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #d12329;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 20px;
}

a:link {
	color: #d12329;
}

a:hover, a:active {
	text-decoration: none;
}

a:visited {
	color: #3b3b3b;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 15px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Video */
object.right {
	float: right;
	margin: 7px 0 0 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3b3b3b;
}

/* Header */

#header {
	width: 850px;
	height: 110px;
	margin: 0 auto 20px auto;
}

#logo {
	float: left;
	height: 130px;
	width: 150px;
	background: url(/images/logo_01.png) no-repeat left top;
}

#banner {
	float: right;
	height: 60px;
	width: 675px;
	background: url(/images/banner.png) no-repeat right top;
}

#logo h1 {
	font-size: 38px;
	color: #FFFFFF;
}

#logo h1 sup {
	vertical-align: text-top;
	font-size: 24px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3b3b3b;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {	
}

#menu ul {
	margin: 0;
	padding: 5px 0 0 0;
}

#menu li {
}

#menu a {
	float: left;
	display: inline;
	margin-left: 6px;
	padding: 5px 0px;
}

#menu a:hover {
	text-decoration: #d12329
}

#menu .active a {
}
/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 600px;
}

/* Comment */

#comment {
	margin-bottom: 2px;
	padding-bottom: 3px;
	background: url(images/img_sun.gif) no-repeat left 50%;
	border-bottom: 2px dashed #147605;
}

/* Post */

.post {
}

.post .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(images/img03.gif) no-repeat right 50%;
	border-bottom: 2px solid #147605;
}

.post .mini_title_sun {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(images/img_sun.gif) no-repeat right 50%;
	border-bottom: 2px solid #147605;
}

.post .mini_title_cool {
	margin-bottom: 5px;
	padding-bottom: 5px;
	background: url(images/img_cool.gif) no-repeat right 50%;
	border-bottom: 2px solid #147605;
}

.post .entry {
}

.post .cart {
}

.post .meta {
	padding: 10px 0 10px 0;
	background: url(images/img13.jpg) repeat-x left top;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #147604;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img06.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 18px;
	background: url(images/img07.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
	border-left: 2px solid #147605;
	border-right: 2px solid #147605;
	border-bottom: 2px solid #147605;
	padding: 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
}

#sidebar h2 {
	margin-bottom: 5px;
	background: #d12329 url(images/mini_head.png) repeat 100%;
	padding-top: 3px;
	font-size: 15px;
	font-weight: normal;
	color: #fff56e;
	text-align: center;
	height: 25px;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(images/img05.gif) no-repeat;
}

.box2 {
	color: #fff56e;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(images/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #FFFFFF;
}

/* Footer */

#footer {
	height: 80px;
	min-height: 74px;
	padding: 10px 0 0 0;
	background: #fff56e url(images/img01.png) repeat-x;
}

html>body #footer {
	height: auto;
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #fff56e;
}

#legal a {
	color: #fff56e;
}
