@import url("../css/reset.css");

*{

}

body{
	background:#aaaaaa;
	font-size:12px;
	color:#000000;
	font-family:Verdana,Arial,Helvetica,Tahoma,sans-serif;
}

html, body {
	text-align:center;
}

div {
/* border:1px solid red;*/
}

h2 {
	font-weight:bold;
	font-size:11px;
	color:#c8272f;
}

h3 {
  font-weight:bold;
  font-size:11px;
  color:#c8272f;
}

#outer_canvas {
	text-align:left;
	margin:0 auto;
	width:760px;
	font-size:10px;
}

#inner_canvas {
	background:#ffffff;
}

#header {
	height:55px;
	width:760px;
	background: #c8272f;
}

.logo {
	left:0px;
	top:0px;
	width:185px;
	height:55px;
	float:left;
}

.tools {
	width:200px;
	top:0px;
	float:right;
	text-align:right;
}

.buttons {
	padding:5px;
}

.weather {
	padding:6px 0;
	float:left;
	color:#ffffff;
}

#breadcrumb {
	display:none;
}

#mainmenu {
	background:#c8272f;
	height:20px;
	width:760px;
}

#mainmenu li {
	float:left;
	border-right:1px solid #ffffff;
	height:20px;
}

#mainmenu a {
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none;
	font-weight:bold;
	line-height:20px;
}

#mainmenu .active {
	background:#ffffff;
	height:20px;
}

#mainmenu .active a {
	color:#ca272f;
}

#mainmenu li a:hover {
	color:#ca272f;
	background:#ffffff;
	line-height:20px;
	display:block;
}

#mainmenu .current_page_item {
  background:#ffffff;
  height:20px;
}

#mainmenu .current_page_item a {
  color:#ca272f;
}

#content_canvas {
	min-height:500px !important;
	margin-top:5px;
	padding:0;
}

#footer {
	height:19px;
	width:760px;
	background: #c8272f;
	color:#ffffff;
	margin-bottom:10px;
}

#footer a {
	color:#ffffff;
	font-weight:normal;
}

#footer a:hover {
	text-decoration:underline;
	font-weight:normal;
}

#footer p {
	padding:3px;
}
.footer_left {
	float:left;
}
.footer_right {
	float:right;
}

.clearfix {
	clear:both;
}

#left_nav {
	float:left;
	width:147px;
	margin:0 4px;
	padding:0;
}

#main_content {
	float:left;
	width:400px;
	margin:0 2px 10px;
	background:url('../images/mainrep.gif') repeat-y;
}

.mc_top {
        background:url('../images/maintop.gif') no-repeat left top;
}

.mc_bottom {
        padding:20px 20px 20px 20px;
	background:url('../images/mainbottom.gif') no-repeat left bottom;
}

.right_nav {
	float:right;
	width:190px;
	margin-right:3px;
	padding:0;
  background:url('../images/rightrep.gif') repeat-y;
  margin-bottom:10px;
}

.rn_top {
        background:url('../images/righttop.gif') no-repeat left top;
}

.rn_bottom {
        padding:10px 10px 10px 10px;
        background:url('../images/rightbottom.gif') no-repeat left bottom;
}


#searchsidebar #s {
	width:100px;
}
#searchsidebar #searchsubmit {
	width:38px;
}

#sidebar {
	margin-top:5px;
	background:url('../images/greyrndtop.gif') no-repeat #dadada;
}

.sidebarbottom {
        padding:7px;
	background:url('../images/greyrndbottom.gif') no-repeat bottom left;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
a:hover {
	color:#c8272f;
}

p {
	padding:5px 0 3px 0;
}

#comment {
	width:355px;
}

.mc_bottom h3 {
	margin-top:10px;
}

.post h3 a {
  color:#c8272f;
  margin:3px 0;
}

.post h2 a {
	color:#c8272f;
	margin:3px 0;
}


hr {
	background-color:#999999;
	border-style:none;
	color:#999999;
	height:1px;
	margin:10px 0 10px 0;
}

.sidebarbottom ul {
	margin-bottom:10px;
}

strong {
	font-weight:bold;
}

/*
#tag_cloud {
	font-size:6px;
}
*/

.photolinks img:hover {
	color:#AAAAAA;
	opacity:0.80;
	filter: alpha(opacity = 80);
}

#author {
	border:1px solid black;
	background:#FAFAFA;
}

#email {
	border:1px solid black;
	background:#FAFAFA;
}

#comment {
  border:1px solid black;
  background:#FAFAFA;
}

#url {
  border:1px solid black;
  background:#FAFAFA;
}


.loginheading {
  color:#C8272F;
  font-size:11px;
  font-weight:bold;
}

.date {
	margin-bottom:4px;
	display:block;
}
