/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Tahoma,Geneva,sans-serif;
	vertical-align: top;
	color: #000;
	background:url(images/body-bg.jpg) repeat-x #000;
	overflow-x:hidden;
}
p {
	line-height:1.5em;
	margin:5px 0 20px 0;
}
small {
	font-size:10px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #8a0a00;
	text-decoration: none;
}
a:hover {
	color:#cd0f00;
}
a:active {
	color:#cd0f00;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em Tahoma, Geneva, sans-serif;
	color:#000;
	margin-bottom:5px;
}
h2 {
	font: bold 1.5em Tahoma, Geneva, sans-serif;
	color:#000;
	margin-bottom:5px;
}
h3 {
	font: bold 1.2em Tahoma, Geneva, sans-serif;
	color:#000;
	margin-bottom:5px;
}
h4 {
	font: bold 1em Tahoma, Geneva, sans-serif;
	color:#000;
	margin-bottom:5px;
}
h5 {
	font: bold .9em Tahoma, Geneva, sans-serif;
	color:#000;
	margin-bottom:5px;
}
/* =4 Header // Wrappers
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#background {
	background:url(images/main-bg.jpg) no-repeat top center;
	width:1011px;
	margin:auto;
	position:relative;
	height:1000px;
}
#header {
	height:265px;
	overflow:hidden;
}
#logolink {
	height:200px;
	width:300px;
	margin:20px 0 0 30px;
}
#curl1 {
	background:url(http://31ed496896cb439507e54e1df4877c234eefce47.gripelements.com/img/curl.png);
	height:109px;
	width:160px;
	position:absolute;
	right:15px;
	top:180px;
}
* html #curl1 {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/curl.png", sizingMethod="image");
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#nav {
	width:500px;
	position:absolute;
	height:50px;
	right:28px;
	top:200px;
}
#nav img {
	background:url(http://31ed496896cb439507e54e1df4877c234eefce47.gripelements.com/img/nav.png) no-repeat;
	height:42px;
	float:left;
}
#nav a {
	height:42px;
	float:left;
	
}
#nav .a img {background-position:0 1px;width:175px;margin:8px 0 0 8px;}
#nav .b img {background-position:-175px -5px;width:118px;margin:12px 0 0 0;height:37px;}
#nav .c img {background-position:-293px 0;width:56px;margin:9px 0 0 0;}
#nav .d img {background-position:-349px 0;width:133px;margin:8px 0 0 0;}

#nav .a:hover img {background-position:0 -39px;}
#nav .b:hover img {background-position:-175px -45px;}
#nav .c:hover img {background-position:-293px -40px}
#nav .d:hover img {background-position:-349px -40px;}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content-wrap {
	margin-left:24px;
	width:960px;
	background:url(images/background-extend.gif) repeat-x 0 393px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
}
#leftcolumn {
	float:left;
	width:650px;
	margin-left:20px;
}
#rightcolumn {
	float:right;
	width:240px;
	margin-right:20px;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
li#search {
	left:-18px;
	margin:10px 0;
	position:relative;
}
#searchform {
	background:url(images/search.png);
	height:76px;
}
#searchform input.text {
	background:none;
	border:medium none;
	color:#FFFFFF;
	font-size:14px;
	margin:44px 0 0 26px;
}
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.entry ul {
	margin-left:15px;
	line-height:1.5em;
	list-style:disc;
}
.entry ul li {
	margin-bottom:10px;
}
#rightcolumn ul ul {
	margin-bottom:20px;
}
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#page-btm {
	height:29px;
	background:url(images/page-btm.jpg) no-repeat;
}
#footer {
	color:#fff;
	text-align: center;
	padding:20px 0;
}
#footer img {
	padding:5px;
}

/* =9 Comments
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.commentlist li, 
#commentform input, 
#commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
	padding:15px 0;
	border-top:solid 1px #d2ad59;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}