/*-------------------------------------------------
Title:		Steel Heart LTD styles
Author:		info@kimberlyhaffey.com
Created:	Jun 30, 2009
Updated:    
------------------------------------------------- */

/* --- BASELINES --- */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
* a:link,
* a:visited,
* a:hover,
* a:active {
	line-height: normal;
	color: #fff;
	}
	
* a:hover {
	text-decoration: underline;
	}
	
* body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height:1em;
	background-color:#dde5d1; /* 97AC48 CBDB2A */
	letter-spacing:.05em;
	}

img, a img {
	border: none;
	}
	
.clear {
	clear:both;
	}
	
.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
    }

/* notices and errors */

#flashMessage, .error, .error_message {
    color:#900;
    font-size: 12px;
    background-color: #fff;
    margin: 8px 0px;
    font-weight: bold;
    }

.error_message {
    clear: both;
    }

.error em {
    font-size: 18px;
    color: #003d4c;
    }

.notice {
    color: green;
    font-size: 14px;
    background-color: #f4f4f4;
    padding: 0.5em;
    margin: 1em 0;
    display:block;
    }

.tip {
    color: #656565;
    background-color: #ddd;
    }

/* --- HEADINGS --- */

h1, h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:20px;
	}


/* --- STRUCTURE --- */

#wrap {
	width: 980px;
	background:#5a6645;
	padding:0;
	margin:5px auto;
	}
	
#content {
	background-color:#FFF;
	position:relative;
	width:auto;
	padding:0;
	min-height:400px;
	}
	
.right {
	margin-right:7px;
	float:right;
	text-align:right;
	display:inline;
	}
	
.left {
	margin-left:7px;
	float:left;
	text-align:left;
	display:inline;
}


/* --- SIDE NAV --- */

.sidenav {
	width:130px;
	background:#5a6645;
	padding:5px 0 0 0;
	font-size:80%;
	float:left;
}

.sidenav img {
	float:right;
	margin-bottom:5px;
}

.sidenav a {
	text-decoration:none;
	}

.nav {
	clear:both;
	padding-top:5px;
}

.nav ul {
	color:#fff;
	line-height:1.25em;
	margin:0;
	padding:0;
	width:138px;
	list-style:none;
	}
	
.nav ul li {
	position:relative;
	border-top:1px solid #728157;
	border-bottom:1px solid #4f593d;
	}
	
.nav ul li a {
	display: block;
	text-decoration: none;
	padding:8px 5px;
	border-bottom: 0;
}

.nav ul li a:hover {
	background:url(../img/sidenav.jpg) repeat-y;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

.nav li ul {
	position: absolute;
	left: 138px;
	top:0;
	display: none;
	border:1px solid #333;
	background:#5a6645;
	}

.nav li:hover ul, .nav li.over ul { 
	display: block; }

/* --- TOP NAV / HEADER --- */

.topnav {
	width:850px;
	float:left;
	background:#5a6645;
	padding:7px 0 0 0;
	font-size:80%;
}

.topbar {
	padding:3px 0;
	background:#728157;
	border-top:1px solid #dde5d1;
	border-bottom:1px solid #dde5d1;
	color:#fff;
	height:24px;
	}

.topbar a {
	margin:0px 0 0 5px;
	text-decoration:none;
	color:#fff;
	}
	
.topbar a:hover {
	text-decoration:underline;
	}
	
.topbar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 
	
.topbar .right {
	margin-top:4px;
}

.topbar ul li {
	margin-left: 0;
	padding:1px 2px 0 2px;
	border-left: 1px solid #dde5d1;
	list-style: none;
	display: inline;
	}
		
.topbar ul li.first {
    border-left: none;
	list-style: none;
	display: inline;
	}
	
.topbar ul li.last {
	margin-right:0;
	padding-right:0;
	}
	
.search {
	padding:2px 0 0px 0;
	margin-left:5px;
}

.breadcrumb {
	height:13px;
	font-size:95%;
	color:#fff; 
	margin:8px auto;
}

.breadcrumb a {
	color:#fff;
	text-decoration:none;
}

.breadcrumb a:hover {
	text-decoration:underline;
}

.breadcrumb ul {
	list-style:none;
	margin:0;
	}
	
.breadcrumb li {
	display:inline;
	list-style:none;
	}
	
/* .breadcrumb li:before {
	content: "> ";
} */
	
.breadcrumb li a {
	color:#fff;
	text-decoration:none;
}

breadcrumb li a:hover {
	text-decoration:underline;
}

.breadcrumb .left li {
	background:url(../img/breadcrumb_arrow.png) no-repeat bottom right;
	padding:0 13px 0 2px;
}

.breadcrumb .right li {
	border-left:1px solid #dde5d1;
	padding:0 0 0 7px;
	margin-left:5px;
}

.breadcrumb .right li.first {
	border:0;
}


/* --- BANNER --- */

.banner {
	width:832px;
	height:195px;
	border:0px dashed #000;
	float:right;
	text-align:center;
	vertical-align:middle;
	margin:0 7px 5px 0;
}

/* --- BIRD --- */

.bird {
	z-index:10;
	position:relative;
	bottom:-10px;
	left:-60px;
	width:115px;
	height:95px;
}

/* --- MAIN CONTENT  --- */

.mainContent {
	width:820px;
	background: url(../img/bkgd2.jpg) right bottom no-repeat #fff;
	min-height: 700px;
	border:1px solid #666;
	float:right;
	padding:15px 10px 20px 10px;
	font-weight:normal;
	font-size:90%;
}

.mainContent_home{
	width:820px;
	background: url(../img/bkgd2.jpg) right bottom no-repeat #fff;
	min-height: 500px;
	border:1px solid #666;
	float:right;
	padding:15px 10px;
	font-weight:normal;
}

.mainContent h1 {
	color:#5a6645;
	font-size:1.6em;
	margin-bottom:25px;
	line-height:1.25em;
}

.mainContent h2 {
	font-size:1em;
	color:#333;
	border-bottom:1px dashed #333;
	padding-bottom:5px;
	padding-left:10px;
}

.mainContent p {
	line-height:1.25em;
	margin-bottom:20px;
	margin-right:15px;
}

.mainContent .contact {
	margin-left:50px;
	float:left;
}

.mainContent a {
	color:#00F;
	text-decoration:none;
}

.mainContent a:hover {
	text-decoration:underline;
}

.mainContent img {
	vertical-align:text-top;
}

.mainContent table {
	background:#728157;
	border:1px solid #333;
	margin:25px auto;
	width:780px;
	text-align:center;
	vertical-align:middle;
	padding:0 5px;
}

.mainContent td {
	text-align:left;
	vertical-align:top;
	color:#000;
	width:100px;
	padding:10px;
}

.mainContent th {
	font-weight:normal;
}

.mainContent table img {
	border:1px solid #333;
	margin-bottom:3px;
}

.mainContent table p {
	text-align:left;
}

.mainContent form table, .mainContent fieldset table {
	float:left;
	background:none;
	border:0;
	text-align:left;
	width:700px;
	padding:0 5px;
	margin:0 0 40px 45px;
}

.mainContent form th, .mainContent fieldset th {
	padding-left:5px;
	white-space:nowrap;
}

.mainContent form td, .mainContent fieldset td{
	background:none;
	border:0;
	text-align:left;
	padding-bottom:8px;
	vertical-align:middle;
}

.mainContent input {
	height:18px;
	width:280px;
}

.mainContent input.button {
	width:100px;
	margin-right:15px;
	height:auto;
}

.mainContent li {
	margin-bottom:10px;
	margin-left:20px;
}

.mainContent .register {
	float:left;
	width:350px;
	margin:0 30px 0 20px;
}

.mainContent .register fieldset {
	background:none;
	border:none;
}

.mainContent .register table {
	width:auto;
	margin:0 0 20px 10px;
	background:none;
	border:none;
	text-align:left;
	white-space:nowrap;
}

.mainContent input.terms {
	width:auto;
}

.red {
	color:#F00;
}

/* --- PAGINATION --- */
.pagination {
	text-align:center;
}

.pagination ul {
	padding-top:5px;
}

.pagination li {
	list-style:none;
	display:inline;
	border-left:1px solid #999;
	padding-left:6px;
	margin-left:0px;
}

.pagination li.first {
	border:0;
}

.pagination li.page {
	font-style:italic;
}

/* .pagination li a {
	color:#5a6645;
}
*/

.pagination .arrow {
	border:0;
}


/* --- DETAILS --- */
.details img {
	border:1px solid #333;
	float:left;
	margin-bottom:15px;
}

.details table {
	width:400px;
	float:left;
	background:none;
	border:0px solid #ccc;
	margin:0 0 0 15px;
	padding:0;
}

.details th {
	text-align:right;
	font-weight:bold;
	vertical-align:top;
	padding:5px 5px 5px 0;
	width:33%;
}

.mainContent .details td {
	text-align:left;
	vertical-align:top;
	padding:5px 0;
}

.nowrap {
	white-space:nowrap;
}

/* --- HOME PG --- */

.home {
	width:80%;
	margin:0 auto;
	text-align:center;
	font-size:90%;
}

.home img {
	margin:20px 0;
}

.home p {
	text-align:left;
	margin:0 15px 15px 15px;
	line-height:1.25em;
	font-size:95%;
}

p.home_bold {
	text-align:center;
	font-weight:bold;
	font-size:1.15em;
	letter-spacing:.1em;
	padding:10px 0;
}
	
.home h1 {
	font-size:115%;
	text-align:center;
	line-height:1.25em;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:15px 0;
	}
	
.home h2 {
	font-size:90%;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	margin-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.home a {
	color:blue;
	text-decoration:none;
	font-weight:bold;
	}
	
.home a:hover {
	text-decoration:underline;
	}

.categories {
	width:auto;
	margin-bottom:20px;
}

.categories  ul {
    width:400px;
	margin:0 auto;
	font-size:90%;
	text-align:left;
  }

.categories  ul li
  {
    float: left;
    width: 180px;
	list-style:circle;
	margin-left:20px;
  }
									   								   

/* --- DETAILS --- */

#col2 {
	background:#5a6645;
	float:right;
	width:645px;
	min-height:320px;
	overflow:auto;
	border-right:0px solid #5a6645;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#details {
	background:#FFF;
	float:right;
	width:642px;
	min-height:500px;
	overflow:auto;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #5a6645;
	padding:0px;
	display:inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#details h1 {
	font-size:160%;
	text-align:left;
	letter-spacing:.1em;
	line-height:1.25em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 15px;
	color:#5a6645;
	}
	
#details h2 {
	font-size:90%;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#details p {
	margin:0 15px 10px 15px;
	line-height:1.25em;
	font-size:85%;
	}
	
#details a {
	color:blue;
	text-decoration:none;
	font-weight:bold;
	}
	
#details a:hover {
	text-decoration:underline;
	}
	
#details table {
	border:1px solid #000;
	width:550px;
	background:#5a6645;
	margin:auto auto 10px auto;
	}
	
#details td {
	font-size:80%;
	padding:0 5px;
	}
	
#details td img {
	border:1px solid #000;
	margin-top:8px;
	background:#fff;
	}
	
#pagination {
	text-align:center;
	}
	
#pagination a {
	color:#5a6645;
	font-weight:normal;
	}
									   
/* --- FOOTER --- */

.footer {
	width:100%;
	color:#333;
	background:#dde5d1;
	font-size:70%;
	line-height:150%;
	padding:10px 0;
	text-align:center;
	margin:auto;
	clear:both;
	}
	
.footer a {
	color:#0000FF;
	text-decoration:none;
	}
	
.footer a:hover {
	color:#0000FF;
	text-decoration:underline;
	}