/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	margin:0;
	padding:0;
	background-image: url(images/bkgrd.gif);
	background-repeat: repeat-x;
	background-color:#990033;
	line-height:130%;
}

ul {
	margin-left: 40px;
	margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	position:relative;
	text-transform:capitalize;
}


a {
	color:#b30a3f;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000;
	font-weight:bold;
	padding:5px 0 15px;
	text-transform:capitalize;
    line-height:120%;

}

h2 {
	font-size:18px;
	padding:5px 0 0;
}



h3 {
	font-size:14px;
	color:#b30a3f;
	padding:5px 0 0;
}

h4 {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#8a2b39;
	margin:0;
	padding:0;
	line-height:130%;
	font-style:italic;
	padding-bottom: 10px;
}

h5 {
	font-size:16px;
	color:#333;
	padding:5px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#8a2b39;
}

h6 {
	font-size:14px;
	color:#b30a3f;
	padding:5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}


/* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background-color:#666666;
	margin: 0 auto;
	width: 800px;
}

#wrapper {
	margin:0 auto;
	width:800px;
	background-color: #FFFFFF;
}

#header {
	height:280px;
	width: 800px;
	background: url(images/header.jpg) no-repeat;
}

#content {
	padding:0 0 25px;
}

#footer {
	height:70px;
	background-color: #cccccc;
	border-top:#9d0c29 solid 4px;
}


#innerFooter {
	width:800px;
	margin:0 auto;
	background:url(images/) 100% 50% no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	line-height:16px;
	text-align:center;
	color: #000;
	font-size: 12px;
}

#innerFooter .ribbon {
	width:38px;
	margin:0 auto;
	text-align:left;
	float: left;
	margin-left: 10px;
	color: #c1478b;
	font-size: 12px;
	margin-bottom: 10px;
}

#innerFooter .ribbon-text {
	width:260px;
	margin:0 auto;
	text-align:left;
	float: left;
	color: #c1478b;
	font-size: 12px;
	margin-top: 8px;
	border-right: #c1478b solid 1px;
	padding-right: 5px;
}

#innerFooter .footer-text {
	width:470px;
	margin:0 auto;
	text-align:right;
	float: left;
	color: #000000;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 10px;
}


#innerFooter a {
	color:#000000;
}

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

/* HEADER ELEMENTS 
--------------------------------------------------*/


#topheadline {
	position:absolute;
	top:77px;
	left:240px;
	background:url(images/) 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

#header .contact {
	float: right;
	background: url("images/contact.gif");
	background-repeat:no-repeat;
	margin-top: 50px;
	margin-right: 20px;
	text-decoration:none;
}

a.rollover { 
   	display: block; 
	width: 94px; 
   	height: 98px; 
   	text-decoration: none; 
   	background: url("images/contact.gif"); 
   
	
} 




/** MENU */

#menu {
	width: 800px;
	height: 35px;
	margin: 0 auto;
	float: right;
	padding: 0;
	margin-top: 216px;
}

#menu ul {
	float:right;
	list-style: none;
	margin:0;
	padding: 0;
}

#menu li {
	margin:0px;
	float:left;
	display: inline;
    line-height: 2px;

}

#menu a {
	padding: 6px 8px 6px 8px; 
	margin: 5px 0 0 0; 
	display: block; 
	font-size: 11px;
	font-weight:bold;
	border-left: 1px solid #990033;
	line-height: 3px; 
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#menu a:hover {
	color: #990033;
	text-decoration: underline;
}

#menu a:active, #menu a.selected {
	color: #b30a3f;
	text-decoration: underline;
}

/*CONTENT ELEMENTS
--------------------------------------------*/

#content p {
	margin:0.7em 0;
}

#colLeft {
	float:left;
	width:500px;
	padding-right:20px;
	background:url(images/bk_vertline.jpg) 100% 0 repeat-y;
	margin-top:15px;
	padding-left:10px;
	margin-left:20px;
}

#colLeftInner1 {
	width:255px;
	float:left;
	background:url(images/bk_vertline.jpg) 100% 0 repeat-y;
	padding-right:20px;
}

#colLeftInner2 {
	float:left;
	width:500px;
	padding-right:20px;
	background:url(images/bk_vertline.jpg) 100% 0 repeat-y;
	margin-top:15px;
	padding-left:10px;
	margin-left:20px;
	
}

#colLeftHomeL {
	float:left;
	width:200px;
	padding-right:20px;
	background:url(images/bk_vertline.jpg) 100% 0 repeat-y;
	margin-top:15px;
	padding-left:opx;
	margin-left:20px;
}

#colLeftHomeR {
	float:left;
	width:200px;
	padding-right:20px;
	margin-top:15px;
	padding-left:opx;
	margin-left:20px;
}

#colLeftHomeM {
	float:left;
	width:450px;
	padding:20px;
	margin-top:15px;
	background-color: #d8d5b2;
	border: #a8b191 solid 1px;
}



 ul.latestPosts {
	margin-top:10px;
}

 ul.latestPosts li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding:0;
	list-style:none;
}

* html ul.latestPosts li {
	float:left;
	width:100%;
}

ul.latestPosts li a {
	display:block;
	background:url(images/ico_post.jpg) 0 4px no-repeat;
	padding:2px 0 6px 20px;
	text-decoration:none;
	margin:0;
	list-style:none;
}

ul.latestPosts li a:hover {
	color:#333;
}

ul.latestPosts li a span.date {
	font-size:10px;
	color:#999;

}


#contactside {
	float:left;
	width:175px;
	padding: 10px 10px 10px 0;
	margin: auto 0;
	text-decoration: none; 
	border: none;
	
}

#colRight {
	float:left;
	width:225px;
	margin-left:20px;
	margin-top:15px;
	
}

#colRight p.line {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	display:block;
	padding:10px 0;
	margin:0;
}

#colRight p img {
	vertical-align:middle;
	padding-right:5px;
}

#colRight .featured {
	margin:10px 0;
}

#colRight .featured img{
	background:#fff;
	padding:6px;
	border:none;
}

.pic1 {
	background-image:url(images/cavs.png);
	margin: 0 20px 20px 0;
	float:left;
	height: 256px;
	width: 313px;
	position: relative;
}

.pic2 {
	background-image:url(images/pic2.png);
	margin: 0 0 20px 20px;
	float:right;
	height: 293px;
	width: 387px;
	position: relative;
}

#contact {
	padding-left: 50px;
}

#contactForm .cf-textbox, #contactForm .cf-textarea, #contactForm .cf-button 
{
	border:1px solid #ccc;
	padding:4px;
	font-size:1em;
	background:#fafafa;
	font-weight:bold;
	color: #666666;
	width:200px
}
#contactForm .cf-textbox, #contactForm .cf-textarea
{
	width:200px;
}
#contactForm div
{
	margin:0 0 15px 0;
}
#contactForm label.error { 
	color:red;
	display:block;
	font-weight:bold;
	font-size:0.8em;
}

/* BLOG 
--------------------------------------------*/
.post {
	padding:0 0 5px;
	position:relative;
}

.post h2 {
	padding-bottom:8px;
}

.post small {
	color:#666;
	display:block;
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding-bottom:6px;
}

.postmetadata {
	color:#666;
	font-size:11px;
}

.post .entry {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding-bottom:5px;
}

.post .entry img {
	border:1px solid #ddd;
	background:#fff;
	padding:7px;
}

h2 a{
	text-decoration:none;
	color:#555;
	padding:10px 0;
	
}

h2 a:hover {
	color:#333;
}

.post .ribbonType {
	position:absolute;
	top:58px;
	left:568px;
	width:45px;
	height:43px;
}

*html .post .ribbonType {
	top:71px;
}

#sidebar ul {
	background:url(images/bk_horizline.jpg) 100% 0 repeat-x;
	margin:10px 0;
}

#sidebar ul li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	padding:0;
}

* html #sidebar ul li {
	float:left;
	width:100%;
}

#sidebar ul li a {
	display:block;
	padding:6px 0 8px 16px;
	text-decoration:none;
	margin:0;
	list-style: none;
	list-style-type: none;
}

#sidebar ul li a:hover {
	color:#333;
}

/* Comments */

h3#comments {
	padding:10px 0 15px;
}

.navigation {
	font-weight:bold;
}

.navigation div {
	float:left;
	margin-right:20px;
}


ul.commentlist {
	border-top:4px solid #e5e5e5;
}

ul.commentlist li {
	background:url(images/bk_horizline.jpg) 0 100% repeat-x;
	text-transform:none;
}

ul li.comment {
	padding-left:0;
	margin-bottom:5px;
	display:block;
}

.commentmetadata {
	font-size:10px;
}

.comment-author {
	font-style:normal;
	font-size:11px;
	padding-left:16px;
	background:url(images/ico_comment.jpg) 0 4px no-repeat;
}

.comment-author cite {
	font-weight:bold;
	font-style:normal;
}

#respond h2 {
	clear:left;
	padding-top:15px;
}

*html #respond h2 {
	padding-top:7px;
}









/* FORMS
-------------------------------------------------*/
form label, form#commentform label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form input, form#commentform input, form textarea, form#commentform textarea  {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}


form textarea, form#commentform textarea {
	width:300px;
}

form input#submit, form#commentform input#submit, form input#searchsubmit{
	border:none;
	width:103px;
	height:24px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(images/bk_submit.jpg) 0 0 no-repeat;
	font-size:11px;
}

form input#searchsubmit {
	background:url(images/bk_search.jpg) 0 0 no-repeat;
	width:60px;
	margin:0;
}

form#searchform input#s {
	width:143px;
	margin:0;
}

form#searchform div {
	padding:0 0 10px;
}

form#searchform label {
	padding:0;
	margin:0;
}



/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

