@import url( table.css );


body {	
	margin-top: 24px;
	padding:0;	
	background-image:url(images/gradient.jpg);
	background-repeat:repeat-x;
	background-color: #C6C7C6;
	text-align: justify;
	font-family: Arial,Verdana,sans-serif;
	font-size: 16px;
	color: #363636;
	
}

h1, h2, h3 {
	margin-top: 0;
	color: #8C0209;
}

h1 {
	font-size: 1.6em;
	font-weight:300;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: underline;
	color: blue;
}

a:hover {
	border-bottom: none;
}



a img {
	border: none;
}





/* Header */

#logo {
	width: 890px;
	height: 140px;
	margin: 0 auto;
	color:#FFFFFF;

}




/* Horizontal Navigation Bar Menu */

#menu {
	width: 890px;
	margin: 0 auto;
	padding: 0;
	height: 55px;	
	background: url(images/navi.jpg) no-repeat left top;
	
}



#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;

}

#menu a {
	display: block;
	float: left;
	height: 55px;
	margin: 0;
	padding: 18px 30px 0 20px;
	text-decoration: none;
	text-transform: capitalize;
	background: url(images/div.jpg) no-repeat right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
		background-image: url(images/hover.jpg);
		color: #fafad2;
}

#menu .current_page a {
	color: #eee8aa;
	background-image: url(images/hover.jpg); 
}

/* Wrapper */

#wrapper {
}


/* Page Set-up */

#page {
	width: 890px;
	margin: 0 auto;
min-height:700px;
	padding: 50px 0px;
	background: #FFFFFF;

}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 550px;
}

.post {
	padding-bottom: 15px;
	line-height: 190%;
}

.post h1 {
font-family: Arial,Verdana,sans-serif;	
font-weight: bold;
}

.title {
	margin: 0;
	padding: 10px 0 4px 20px;
	font-weight: normal;
}

.title a {
	border-bottom: none;
	color: #8C0209;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}

.byline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 20px 20px 20px;
}


.underline {
	border-bottom: 1px #BBBBBB dashed;
	margin: -10px 30px 20px 20px;
}

.index {line-height:1.2;
	font-family: Arial,Verdana,sans-serif;
	font-size: 1em;

}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0 20px;
	line-height: 170%;
}

.links {
	padding: 4px 0px;
	text-align: right;
	font-weight: bold;
}

.links a {
	border: none;
}

.links a:hover {
}


/* Sidebars */

#sidebar1 {
	float: left;
}

#sidebar1 a:hover {
		font-weight: bold;

}

#sidebar1 .current_page a {font-weight:bold;

}

.sidebar {
	float: left;
	width: 220px;
	padding: 0;
	font-size: 16px;
	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #BBBBBB dashed;
}


.sidebar li h2 {
	height: 23px;
	margin: 1px 20px 10px 12px;
	padding: 10px 0px 0px 10px;
	background: #890208 url(images/about_bar.jpg) no-repeat left top;
	letter-spacing: 0px;
	font-size: 15px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

.sidebar a { text-decoration: none;
	     color: #8C0209;
}


/* Footer */

#footer {
	width: 890px;
	height: 70px;
	margin: 0 auto;
	padding: 0 0px;
	background: url(images/footer.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {text-decoration: none;
	color: #8C0209;
}

#footer .link {
	float: right;
	padding:30px 20px 0px 0px;
	
}

#footer .copyright {
	float: left;
	padding:30px 0 0 20px;
}

.pic {
	padding-left: 20px;
}
