body {

	font-family: Georgia, "Times New Roman", Times, serif;
	font: 10pt;
	color: #333333;
	background: #ffffff url(images/slice.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
	
#main {

	margin: 0px auto;
	width: 1000px;
	background: #ffffff; 
	border: thin solid grey;
}

#header {

	background: #ffffff url(images/header.png) no-repeat;
	height: 314px;
	position: relative;
}
	
	
#menu {
	list-style: none;
	margin: 0px;
	position: absolute;
	top: 293px;
}

#menu li {
	float: left;
	margin-left: 10px;
}

#menu .current_page_item a, #menu .current_page_item a:visited{
	color: #000000;
	text-decoration: none;
}

#menu .page_item a{
	color: #ffffff;
	text-decoration: none;
	padding: 3px 10px;
	font:14pt Georgia, "Times New Roman", Times, serif;
	display: block;
	background-color: #3982bf;

}

#menu .page_item a:hover {
	color: #555555;
}


h1 {
	margin:0px;
	height: 40px;
	font: bold 22pt Georgia, "Times New Roman", Times, serif;
	color: #fff;
}

h1 a, h1 a:visited{
	color: #fff;
	text-decoration: none;
}

h1 a:hover{
	color: #fe5e00;
	text-decoration: none;
}

h2 {
	color: #18629b;
	margin: 0px 0px 0px;
	border-bottom:none;
	letter-spacing: -1px;
	font:26pt Georgia, "Times New Roman", Times, serif;
	padding:0px 0px 0px 10px;
}

h2 a, h2 a:visited {
	color: #18629b;
	text-decoration: none;
}

h2 a:hover {
	color: #649dcd;
	text-decoration: none;
}

h3 {
	color: #555555;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font:18pt Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
}

h4 {
	color: #777777;
	margin: 0px 0px 2px;
	letter-spacing: -1px;
	font:16pt Georgia, "Times New Roman", Times, serif;
	padding-bottom: 3px;
}

a,a:visited {
	color: #649dcd;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}


#content {
	padding: 0px 0px 30px 20px;
	float: left;width: 725px;
	overflow: hidden;
	line-height: 16px;
	text-align: justify;
	font: 12pt Georgia, "Times New Roman", Times, serif;
	color: #707070;
}

.post {
	clear:both;
	padding-top: 15px;
	border-bottom: solid #0072bc thin;
	margin-top: 20px;
}

.title {
	float: left;
	margin-left: 0px;
	width: 630px;
}




.post-month {
	font-size: 11px;
	text-transform: uppercase;color: #000000;
	text-align: center;display:block;
	line-height: 11px;
	padding-top: 5px;
	margin-left: -3px;
}

.post-day {
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 10px;
	margin-left: -3px;
}

.entry {
	clear: both;
	padding-top: 5px;
}

.comments {
	display: block;
	font:10px;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 4px 0px 4px 5px; 
	color: #979797;
}

.author {
	display: block;
	margin: 0;
	padding:0px 0px 4px 10px;
	font-weight: normal;
	color: #99c0d7;
}

.navigation {
	clear: both;
	padding: 10px 0px;
}

.navigation a, .navigation a:visited {
	color: #ffffff;
}

.previous-entries a {
	float: left;
	padding-left: 1pt;
	}
	
.next-entries a {
	float: right;
	padding-right: 1pt;
}

/* Sidebar */

#sidebar {
	float: right;
	padding: 0px 10px 20px 0px;
	width: 200px;color: #666666;
	overflow: hidden;
	margin-top: 13px;
}

#sidebar h2, #sidebar .sidebartitle{
	font: 16pt  Georgia, "Times New Roman", Times, serif;
	color: #2e8cdb;
	background:#ffffff ;
	margin: 20px 0px 0px 0px;
	padding:5px 0px 3px 10px;
	margin-bottom:2px;
	letter-spacing: 0px;
}

#sidebar a, #sidebar a:visited{
	display: block;
	padding: 7px 0;
	width: 200px;
	font: 14pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-indent: 10px;color: #000000;
	background:#ffffff;
}

#sidebar a:hover{
	color: #000000 ;
	text-decoration: none;
	padding: 7px 0px;
	color:#cccccc;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar ul li ul {
	padding: 0;
	margin: 0;
	background:#000000
}

#sidebar ul li ul li{
	padding: 0px 0 0px 0px;
	background:#000000;
}
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

ul.sidecol li{
	padding-left: 0px !important;
}

ul.sidecol li,{
	padding-left: 0px ;
}

li.widget_calendar td {
	padding: 1px 7px;
}

.textwidget {
	padding-top: 5px;
}


#comments, #respond {
	padding: 10px 0 5px 10px;
	clear: both;
}

.cleft {
	float:left;
	width:60px;
	border:3px double #dadada;
	margin:0px 10px 10px 0px; 
}

.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}

.commentlist li{
	padding: 5px 10px;
}
.commentlist cite {
	font-size: 14px;
	color: #fe5e00;
	}
	
.commentlist cite a, .commentlist cite a:visited {
	color: #fe5e00;
}

.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}

#commentform {
	margin-top: 10px;
	font: 10px;
}

#commentform p {
	padding: 6px 0px;
	margin-left: : 10px;
}

#commentform label{
	color: #888888;
	font-size: 77%;
}

#commentform input{
	width: 200px;
	background:#ffffff;
	border: 1px solid #97a9ae;
	padding: 3px;
	margin-top: 3px;
}

#commentform textarea{
	width: 570px;
	height: 115px;
	background:#ffffff;
	border: 1px solid #97a9ae;
	padding: 2px;
	margin-top: 3px;
}

#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit{
	font: 14px ;color: #000000;
	border:1px solid #000;
	float:left;width: 147px;
	height: 30px;
	cursor: pointer;
}


#searchform {
	margin: 15px 0 0;
}

#searchform br {
	display: none;
}

#searchform #s {
	width: 140px;
	height: 20px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #99c0d7;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}

#searchform input {
	border:1px solid #000000;
	width: 37px;
	height: 28px;
	font:22px ;
	color: #000000;
	vertical-align: middle;
}


#footer {
	clear: both;
	background: #0072bc;
	padding:10px 10px 0px 10px;
	height: 20px;
	font-size: 10pt;
	color: #ffffff;
	padding-bottom: 20px;
}

#footer a {
	text-decoration: none;
	font-size: 10pt;
	color: white;
}

#footer a:hover {
	color: #ffffff;
}
.center {
	text-align: center;
}

/* Fix floats */

img {
	border: none;
}

form {
	margin:0px;
	padding:0px;
}

p {
	padding: 0px 0px 15px;
	margin-left: 10px;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}

.alignright {
	float: right;
}

img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}

.clear {
	clear:both;
}

hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
