
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8c8c8c;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #3E3530;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
}

img {
	border: 0px;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #0000FF;
}

a:hover {
	color: #FF0000;
	
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 80px;
	background: #4d0509;
	border-bottom: 60px solid #7f0015;
		/*background: #585858;*/
	/*border-bottom: 10px solid #858585;*/
	
}

#header {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
}

/* Logo */

#logo {
	float: left;
	width: 100%;
	padding: 0;
	color: #000000;
	margin-left: 0px;
	margin-top: 15px;
	background-color: redc;
}

#logo h1, #logo p {
}

#logo h1 {
	margin-left: 0px;
	padding: 50p 0px 0px 80px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 1.5em;
	background: redc;
	color: #FFFFFF;
	font-weight: bold;
}

#logo p {
	margin: 0;
	padding: 0px 0 0 62px;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
} 

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 70px;
	margin: 10px ;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 20px 0px 10px 0px;
	list-style: none;

}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 2px;
	padding: 5px 10px 8px 10px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #4d070b;
	border-radius:5px;
	text-decoration: none;
}


/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#page-bgtop {
	padding: 20px 0px;
}
/* Content */

#content {
	float: left;
	width: 980px;
	padding: 0px;
}

.post {
	margin-bottom: 30px;
	/*border-bottom: 1px dotted #E7E2DC; */
}

.post .title {
	height: 35px;
	padding: 7px 0px 0px 30px;
	letter-spacing: -.5px;
	font-size: 2em;
	text-decoration: none;
	font-weight: bold;
}

.post .title a {
	color: #333;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #339CCB;
	padding-left: 10px;
}

.post .meta {
	margin-bottom: 30px;
	padding: 0px 30px 0px 30px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 10px 10px 20px 20px;
	color: #787878;
	line-height: 25px;
}

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

#sidebar li {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#sidebar li ul {
	margin: 10px 0px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dotted #E7E2DC;
	margin: 0px 30px;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 13px;
	font-style: italic;
}

#sidebar li li a {
	padding: 0px 0px 0px 15px;
	background: url(images/img01.jpg) no-repeat left 5px;
}

#sidebar h2 {
	height: 38px;
	padding-left: 30px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	font-weight: bold;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #339CCB;
	background-image: url(images/img01.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
}

#sidebar a:hover {
	color: #8A8A8A;
	text-decoration: none;
}

/* Footer */

#footer {
	height: 45px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #4d0509;
	border-top: 1px solid #1885B0;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	line-height: 3em;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #999999;
}

#footer a {
	color: #FFFFFF;
}


/*  td*/
#table{
	border: 1px dotted #BEBEBE;
	border-radius: 7px;
	padding: 0.5em;
	margin-bottom: 5em;
	width: 94%;
	color: #333;
	text-decoration: none;
	float: right;
	margin-right: 3em;
}
#table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.3em;
	background-color: #FFCC33;
}

#table td
{
	padding: 0.5em;
}
#table td
{
	padding: 0.5em;
}

#table tr.rowA
{
	background-color: #F7F8FD;
	color: inherit;
	vertical-align: top;
}

#table tr.rowB
{
	background-color: #E6E6E6;
	color: inherit;
	vertical-align: top;
}

#table tr.rowC
{
	background-color: #F6F6E6;
	color: inherit;
	vertical-align: top;
}