/* 
Theme Name: Crew 2085
The CSS/XHTML is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/* = GLOBAL = */
* {margin:0;padding:0;}
body {
        background: #6695c3;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	line-height:21px;
	color: #635537;
        background: url(../images/bg.jpg) fixed bottom center repeat-x;
}
#background{
        background: url(../images/bg.jpg) fixed bottom center repeat-x;
	position: static;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	min-height:1036px;
}
a:link, a:visited, a:active {
	color: #d21600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:2px;
}
h2 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:11px;
	padding-top:15px;

}
h3 {
	font-size:17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	padding-bottom:10px;
	padding-top:14px;
}
/* === HEADER === */
#header-container {
	width: 990px;
	margin: auto;
	padding: 0;
}
#header{
	position:relative;
	height:295px;
}
#logo {
/*	margin-left:-37px;*/
	float:left;
	width:304px;
	height:170px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
}
#logo p{
	color:black;
	margin-left:25px;
	text-align:center;
	}
#headerright{
	float:right;
	background:url(../images/logo_top.png) no-repeat;
	width:300px;
	height:300px;
	
}

/* === MENU === */
.mainlevel-nav{
	padding:0px;
	margin:0px;
}

#header .moduletable {
	height:60px;
	left:20px;
	margin:0px;
	padding:10px;
	position:absolute;
	text-transform:uppercase;
	top:230px;
	float: left;
	width: auto;
}
#header .moduletable{
line-height:3.5;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#header .moduletable a, #header .moduletable a:hover {
text-decoration:none;
}
#header .moduletable a {
	float:left;
	height:60px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:0px;
	margin-right:0px;
	text-align:center;
	width:99px;
	padding-top:18px;
	background-image: url(../images/menu_button2.png);
	background-repeat: no-repeat;
	background-position: 0 -25px;
}

#header .moduletable a, #header .moduletable a:visited {
	color:#0F0;
	font-weight:bold;
}

#header .moduletable a:hover, #header .moduletable a:active {
color:#D21600;
text-decoration:none;
}



/* === MAIN AREA == */ 
.clear {
	position: relative;
	clear: both;
	height: 5px;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	width: 977px;
	background-image: url(../images/mainmidpart.png);
	background-repeat: repeat-y;
}
#mainwrap{	
	width:990px;
	margin:0 auto;
	}
#maintop {
	margin: 0 auto;
	position: relative;
	width: 977px;
}
#maintopimg {
	position: relative;
	padding:0;
	background:url(../images/maintoppart.png);
	height:113px;
}
#content {
	position: relative;
	width: 950px;
	margin: 0 0 0 45px;
}

/* === MAIN BLOG === */

#main-blog {
	float:left;
	width:580px;
	padding:15px 10px 10px 10px;
}

#content .contentpagetitle{
	font-size: 18px;
	color: #5A4E32;
	font-weight: bold;
	text-decoration: underline;
}

.contentpagetitle a:hover{
	color: #72633F;
	text-decoration: none;	
}

/* === SIDEBAR == */
#sidebar-top {
	background: url(../images/sidebartop.png) no-repeat;
	height: 90px;
	min-height: 90px;
}
#sidebar-content {
	background: url(../images/sidebarmid.png) repeat-y;
	padding:9px 30px 30px 30px;
}
#sidebar-bottom {
	background: url(../images/sidebarbottom.png) no-repeat;
	height: 37px;
	min-height: 37px;
	text-align:right;
	margin-left:-1px;
}
#sidebar {
	width:305px;
	position:relative;
	float:left;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -8px;
}		

#sidebar .moduletable {
	width:252px;
	margin-left:4px;
	background:url(../images/widgetbck.png) repeat-y;
	border-bottom:1px solid #e3dccb;
	margin-bottom:20px;
	text-align:center;
	padding-bottom:10px;
	margin-top:10px;
	
}

#sidebar h3 {
	height:40px;
	width:252px;
	background:url(../images/widgeth2.png) no-repeat;
	text-align:center;
	padding:22px 0 0 0;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:normal;
	color:#4a4131;
	margin:0;
}

#sidebar .input{
	border:none;
}

#sidebar p{
	margin-bottom: 5px;	
	padding:0px;
}



/* == FOOTER == */
#bottom{
	background:url(../images/footer2.png) no-repeat;
	height:154px;
}
#bottom .inside{
	text-align:center;
	padding-top: 110px;
}

/* == Misc == */
a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}