/*
Design by CSS Templates For Free
http://www.csstemplatesforfree.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background:url(images/pattern.jpg) repeat-x 0 0 #B26A22;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	color: #625B4A;
}

h2 {
}

h3 {
	font-weight: bold;
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
	padding-left: 3em;
	padding-right: 3em;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #330010;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	color:#7C7D10;
}

a:hover {
	text-decoration: none;
	color:#7C7D10;
}

img {
	border: none;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	height: 23px;
	padding: 15px 0 0 19px;
	background: #8CBEF5 url(images/img03.gif) repeat-x left bottom;
	border: 1px solid #4F9CEF;
	font-size: 1em;
	color: #FFFFFF;
}

.boxed .content {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #DCEBFC;
}

/* Post */

.post {
	padding: 10px 20px 0 20px;
}

.post .title {
	margin-bottom: 0px;
	padding: 3px 0 15px 0;
	background: url(images/img04.gif) repeat-x left bottom;
	border-bottom: 1px dashed #DE6300;
	font-size: 2em;
}

.post .date {
	float: right;
	padding: 10px 20px;
	font-size: x-small;
}


.post p {
	clear: both;
	padding: 5px;
}

.post  p, .post .story blockquote, .post .story ul, .post .story ol {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

/* Page */

#page {
	width: 600px;
	margin: 0 auto;
	background:url(images/bodytopbg.gif) repeat-x 0 0 #F6E4BA;
	border:solid  1px #F0E1BD;
}

/* Logo */

#logo {
	height: 200px;
	background: url(images/header.jpg);
}

#logo h1 {
	padding: 135px 0 0 380px;
	letter-spacing: -1px;
	font-size: 2.4em;
}

#logo h2 {
	margin-top: -8px;
	padding: 0 0 0 410px;
	font-size: 1.3em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Content */

#content {
}

#extra {
}

/* Content > Main */

#main {
}

#main a {
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
}

#sidebar a {
}

/* Content > Menu */

#menu {
	height: 30px;
	background: #EFDCAE;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	height: 30px;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 10px;
	padding: 10px 0 2px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	color: #625B4A;
}

#menu a:hover {
	border-bottom: 1px dashed #625B4A;
}

#menu .active a {
	border-bottom: 1px dashed #625B4A;
}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background:  #F0DDB0;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #999999;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

/** Table*/
table{width:100%;}
table tr{	border-bottom: 1px dashed #DE6300;}
table tr td{}
table tr td img{ padding:2px;}