* { margin: 0; padding: 0; }
body {
	font: 12px Georgia, Verdana, Arial, sans;
	background: #e5e5e5 url(images/bg.gif);
	color: #ffffff;
}
h1 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	color: #ca0b0b;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 8px;
}
p { letter-spacing:1px; }
img { border: 0px; }
img.floatRight { float: right; }

#top {
	width: 100%;
	background: #090909;
	color: #ffffff;
}
#top p { padding: 5px; }

#headerContainer {
	width: 100%; height: 400px;
	background: url(images/headbg.gif) repeat-y center;
	margin: 0 auto;
	
}

#header {
	width: 1000px; height: 400px;
	margin: 0 auto;
}

#nav {
	width: 100%; height: 40px;
	background: #1a1818;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
}

#content {
	width: 960px;
	margin: 0px auto;
	padding: 20px;
}

#left {
	width: 445px;
	background: #0c0c0c url(images/content_bg.jpg) no-repeat;
	float: left;
	margin-bottom: 10px;
}

#right {
	width: 445px;
	background: #0c0c0c url(images/content_bg.jpg) no-repeat;
	float: right;
	margin-bottom: 10px;
}

#main {
	width: 1000px;	
	background: #0c0c0c url(images/content_main_bg.jpg) no-repeat;
	margin: 0px auto;
	margin-top: 20px;
	min-height: 400px;
}
#main p { margin-bottom: 7px; }

#right .padding, #left .padding, #main .padding { padding: 18px 11px 11px 11px }

#footer {
	width: 100%;
	color: #000000;
	text-align: center;
	font-size: 10px;
	padding: 10px 0 10px 0;
}
#footer a {
	color: #000000;
}

/* navigation */

#navigation {
   list-style: none;
   margin: 0; padding: 0;
}
#navigation li {
   float: left;
}
#navigation li a {
   display: block;
   width: 73px; height: 40px;
   line-height: 40px;
   text-align: center;
   color: #ffffff;
   text-decoration: none;
   font-weight: bold;
}
#navigation li a:hover {
   height: 40px;
   background: url(images/nav_hover.jpg) left bottom;
   color: #666;
}

/* links */

a, a:active, a:visited {
	text-decoration: none;
	color: #acacac;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #ffffff;
}

/* BLOG */

.cols img{margin:15px 0;}
#blog #content{clear:both;padding-top:10px;}
.time{color:#9e9e9e; margin-top:10px; text-transform:capitalize;}
.title{font-size:18px; font-weight:normal;}
.hr{border-bottom:1px dotted #252525; width:100%;margin:4px 0 8px 0;}
.userComment{background-color:#252525; padding:4px; margin-top:10px;min-height:14px;}
.userComment a{display:inline;}
p.comment { letter-spacing:1px; font-size: 11px; }
.comment{margin-bottom:10px;}
.accent{color:#933; font-style:italic;}
/*comment window rules*/
#blog #container.commentWindow{width:380px;}
.commentWindow .cols{width:300px;}
.commentWindow .hr{width:300px;}
.commentWindow fieldset{border:1px solid #c77; margin:15px 0;}
.commentWindow legend{font-size:12px; font-weight:bold;}

#blog h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #ca0b0b;
	text-transform:none;
	font-weight: normal;
}

/*cms rules*/
#blog table{
background-color:#ddd;
border:1px solid #777; 
border-bottom:0;}

#blog td{height:16px; 
padding:2px 5px;
border-bottom:1px solid #777;}

#blog textarea{height:420px; width:420px;}

#blog table input{width:420px;}

#cmsNav{list-style: none; margin:15px 0; padding:0;height:15px;}
#cmsNav li{float:left;display:inline; margin:0 5px;padding:0 6px; border-left:1px dotted #333;border-right:1px dotted #333;}

/*forms*/
form div { display: none; }
input {
	width: 213px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #484848;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	margin: 3px; padding: 4px;
}
textarea {
	width: 430px; height: 200px;
	font: 12px "Lucida Console", Monaco, monospace;
	color: #484848;
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px;
	margin: 5px; padding: 6px;
}
label { font-size: 10px; }
form span.button	{
	padding: 0;
	border: none;
	outline: none;
	width: 80px; height: 27px;
	display: block;
	position: relative;
	margin: 4px;
}
form span.button button	{ width: 80px; height: 29px; }
form span.button .bg	{
	width: 80px; height: 29px;
}
form span.button .bgCopy	{
	width: 80px; height: 29px;
}
.bg, .bgCopy {
	top: 0; left: 0;
	width: 100%; height: 100%;
	position: absolute;
}
span { color: #8b1111; }
