/*
	Author	:	MackDunnie
	Email	:	www.gr8designs.net
	Website	:	http://www.gr8designs.net/
*/
* {
	border:0;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#900010;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color:#000;
	text-decoration: none;
}

em {
	color:#900010;
	text-decoration:none;
	font-size: 9px;
}



.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

img.alignright { padding: 4px; margin: 0 0 2px 15px; display: inline; border: 0; }
img.alignleft { padding: 4px; margin: 0 15px 2px 0; display: inline; border: 0; }
img.centered { display: block; margin-left: auto; margin-right: auto; border: 0; }
.alignright { float: right; }
.alignleft { float: left }

a img.alignleft, a img.alignright, a img.centered { border: 8px solid #333; }
a:hover img.alignleft, a img.alignright, a img.centered { border: 8px solid #ffa227; }

/* body */
body {
	color:#777;
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	text-align:justify;
	background-color: #fff;
	background-image: url(images/background_body.gif);
	background-repeat: repeat-x;
}

/* header */
#header {
	height:315px;
	margin:0 auto;
	position:relative;
	width:760px;
}	
	
#homepic {
	width:758px;
	height:300px;
	background-image: url(images/2011.gif);
	background-repeat: no-repeat;
}

/* header menu */
#header ul {
	position: absolute;
	right: 23px; 
	top: 0;
	font: bolder 1.1em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0; padding: 3;		
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 3px 18px 3px 18px;
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	border-right: 2px solid #ccffff;
}
#header li a:hover {
	background: #ccffff;
	color: #000;
}
#header li a#current  {
	background: #000;
	color: #FFF;
}

#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}

/* content */
#content {
	height:auto;
	margin:7px auto 0 auto;
	width:760px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 

span {
	color: #bfa38d;
	padding-left: 10px;	
}


/*  sidebar */
#sidebar {
	float: left;
	width: 335px;
	margin: 0 0px 15px 20px;
	padding: 5px 35px 0 0;
	border-top:18px solid #d8d8d8;
}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial;
	border-bottom:1px solid #d8d8d8;
	color:#88bbb5;
	font-size:24px;
	font-weight:bold;
	line-height:14px;
	padding:10px 15px 5px 0;
}

#sidebar h6 {
	font-family:"Trebuchet MS", Arial;
	border-bottom:1px solid #d8d8d8;
	letter-spacing:2px;
	color:#88bbb5;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-top: 0px;
	padding:50px 0 2px 0;
}

#sidebar p {
	color:#111;
	line-height:18px;
	padding:2px 10px 10px 0;
}

#sidebar h3 {
	font-family:"Trebuchet MS", Arial;	
	letter-spacing:2px;
	color:#bfa38d;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	margin-top: 2px;
	padding:8px 0 6px 0;
	border-bottom:1px solid #d8d8d8;		
}

#sidebar h5 {
	font-family:"Trebuchet MS", Arial;
	letter-spacing:2px;
	color:#88BBB5;
	font-size:14px;
	font-weight:bold;
	line-height:18px;;
	margin-bottom: 10px;
	padding:5px 0 4px 0;
	border-bottom:1px solid #d8d8d8;
}

#sidebar h4 {
	font-family:"Trebuchet MS", Arial;
	letter-spacing:2px;
	color:#bfa38d;
	font-size:12px;
	font-weight:bold;
	line-height:18px;
	margin-top: 2px;
	padding:8px 0 6px 0;
	font-variant: small-caps;
}

#sidebar blockquote {
	background:#eee;
	color:#aaa;
	border:1px dotted #d8d8d8;	
	display:block;
	line-height:20px;
	margin:5px 0 10px 0;
	padding:5px 10px 5px 10px;
}

#sidebar h2 {
	font-family:"Trebuchet MS", Arial;
	letter-spacing:2px;
	color:#88bbb5;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:5px 0 2px 0;
}


#sidebar ul.sidemenu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px solid #d8d8d8;	
}
#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #d8d8d8;
}
#sidebar ul.sidemenu a {
	display: block;
	font-family:"Verdana", Arial;
	font-weight:bold;
	letter-spacing:1px;
	font-size:10px;
	color: #555;
	text-decoration: none;
	padding:8px 0 4px 1px;
	width: 99%;
}

#sidebar ul.sidemenu p {
	display: block;
	font-family:"Verdana", Arial;
	font-weight:bold;
	letter-spacing:1px;			
	font-size:10px;		
	color: #333; 
	text-decoration: none;
	padding:4px 0 3px 1px;		
	width: 101%;
}

#sidebar ul.sidemenu a:hover {
	color: #555;
	background: #ccffff;	
}

/* Thumbnails*/
#sidebar img.figure2 {
	float: left;
	margin: 10px 0px 10px 0px;
	border: 8px solid #000;
	}
	
#sidebar img.figure2:hover {
	border: 8px solid #DB2128;
	}

/* Lists */

#main ul li {
	color: #bfa38d;
	list-style: square;
	line-height: 16px;
}

#main ul {
	text-align: left;
	display: block;
	margin: 0 0 15px 1.4em;	
}

#main ul li span, #main ul li b, #main ul li strong {
	color: #111;
	font-weight: normal;
	font-size: 1em;
}

/* Main */
#main {
	width:330px;
	margin-left:370px;
	padding-top: 2px;
	padding-left: 20px;
	padding-bottom: 10px;
	border-top:18px solid #d8d8d8;
	border-left:18px solid #d8d8d8;
}
#main p {
	color:#000;
	line-height:18px;
	padding:5px 0 10px 0;
}

#main a:hover {	
	border-bottom:1px solid #d8d8d8;		
}

#main h1 {
	font-family:"Trebuchet MS", Arial;
	border-bottom:1px solid #d8d8d8;
	letter-spacing:0px;
	color:#88BBB5;
	font-size:24px;
	line-height:18px;
	padding:10px 0 5px 0;
	text-transform: capitalize;
}

#main h3 {
	font-family:"Trebuchet MS", Arial;
	letter-spacing:2px;
	color:#900010;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:15px 0 5px 0;
	margin-top: 0px;
}

#main h2 {
	font-family:"Trebuchet MS", Arial;	
	border-bottom:1px solid #d8d8d8;
	letter-spacing:2px;
	color:#bfa38d;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:15px 0 5px 0;
	margin-top:15px;
}

#main h5 {
	font-family:"Trebuchet MS", Arial;
	letter-spacing:2px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin-top: 2px;
	padding:4px 0px 6px 0px;
}

#main blockquote {
	background:#010101;
	color:#eee;
	display:block;
	line-height:20px;
	margin:8px 0 8px 0;
	padding:8px 10px 8px 10px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CFF;
}

#main blockquote:hover {
	color:#000;
	background-color: #d8fcf8;
}

/* Thumbnails Main */
#main img.figure2 {
	float: left;
	border: 8px solid #56565a;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 12px;
	margin-left: 1px;
	}
	
#main img.figure2:hover {
	border: 8px solid #bfa38d;
	}


#footer {
	height: 230px;
	min-height: 190px;
	padding: 40px 0 20px 0;
	background: #000 url(images/foot.gif) repeat-x;
	text-decoration: none;
}

html>body #footer {
	height: auto;
}

#footer .wrap {
	width: 760px;
	margin: 0 auto;
	text-decoration: none;
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #777;
	text-decoration: none;
}

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

#legal a:hover {
	color: #88bbb5;
	text-decoration: none;
}

#fbox1, #fbox2, #fbox3 {
	float: left;
}

/* Thumbnails Footer */
#footer ul.thumbs { 
	margin: 0;
	padding: 0;
	}
#footer ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#footer ul.thumbs li { 
	float: left;
	margin: 0 0 0 5px;
	padding: 10px 4px 5px 8px;
	background-image: none;
	list-style:none;	
	}
#footer ul.thumbs li a img { border: 6px solid #222; }
#footer ul.thumbs li a:hover img { border: 6px solid #666; }	
html>body #footer ul.thumbs li a { background-image: url(image/list.gif) }

#fbox1 {
	width: 750px;
	background: background: #333;
}


#fbox1 {
	width:745px;
	background: background: #333;
	font-family:"Verdana", Arial sans-serif;
	font-size:11px;
	line-height:10px;
}

#fbox1 h1 {
	font-family:"Trebuchet MS", Arial;
	text-align:center;
	letter-spacing:2px;
	padding:5px 0 8px 0;
	margin-bottom:20px;	
	font-size:14px;
	color:#444;
	padding-bottom:4px;	
	line-height:18px;
}

#fbox1 p {
	font-family:"Verdana", Arial;
	font-size:11px;
	line-height:12px;
	color:#88bbb5;
}

