@import url(http://s3.amazonaws.com/devhub/template/theme/dh-columns.css); /* Standard column elements */

#sitelogo a { font-family: Verdana,Helvetica,Arial,serif; }

a {color: #333333; text-decoration: none; }
a:hover { color:#541010;text-decoration: underline; }
a img,
.gallery img {border: none;}

#searchbar,
#innerwrapper,
#header,
#nav,
#body,
#footer {
	width: 900px;
	margin: 0 auto;
	}
	
body {
	font-family: Helvetica,Arial,sans-serif;
	background: ;
	padding: 0;
	margin: 0;
	color: #333333;
	}
h1,h2,h3,h4,h5,h6 {
	letter-spacing: -0.03em;
}

#outerwrapper {
	margin: 0 auto;
}

#outerwrapper {
	background: #004969 url(images/header-gradient.png) repeat-x scroll 0 85%;
	border-bottom: 1px solid #fff;
}

#searchbox #search {
	background: transparent url(images/search-background.png) repeat scroll 0 0;
	padding: 4px;
	position: relative;
	top: 4px;
	right: 4px;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	float: right;
	}

#searchbox #search label {
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	padding: 0 4px 0 6px;
	}

#header {
	background-repeat: no-repeat;
	background-position: right 0;
	height: 195px;	
}

#sitelogo {
	font-size: 1.2em;
	padding: 40px 450px 48px 22px;
	letter-spacing: -.05em;
	line-height: 1.2em;
}

#sitelogo a {
	text-decoration: none;
	color: #ffffff;
}

#picture {
	padding-left: 526px;
	margin-top: 0;
	padding-bottom: 0;
	top: 515px;
	padding-top: 20px;
}

#innerwrapper {
	padding: 0;
	position: relative;
	}
	
#nav {
	width: auto;
	margin-top: -10px;
	background: #FFF url(images/nav-gradient.png) repeat-x scroll 0 0;
	border-color: #FFF 1px solid;
	border-style: solid;
	border-width: 2px 2px 0;
	border-color: #fff;
	-moz-border-radius: 3px 0 0 0;
	-webkit-border-top-left-radius: 3px;
	font-size: .9em;
}

#nav a {
	background:#333333 url(images/button-gradient.png) repeat-x scroll 0 0;
	border:2px solid #333333;
	color:#ffffff;
	display:block;
	float:left;
	margin-right:1px;
	text-decoration:none;
}

#nav a:hover {
	background-color: #541010;
	border: 2px solid #541010;
}

#sitenav {
	padding-left: 0px;
	margin: 0;
	line-height: 20px;
	width: auto;
	background: #111;
}

#sitenav li {
	float: left;
	list-style: none;
}

#sitenav li a {
    color: #ffffff;
	text-decoration: none;
	font-weight: bold; 
	padding: 8px 12px;
	display: block;
}
#sitenav li a:hover, #sitenav li.selected a {
  background-image: url(images/button-gradient.png);
  background-repeat:repeat-x;
  background-position: center top;
  color: #ffffff;
}


#body {
	width: auto;
	margin-top: 15px;
}

.box {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background-color: #FFF;
	margin-bottom: 15px;
}

.box p,
.box ul {
	font-size: .85em;
	line-height: 1.5em;
}

.box p {
	font-family: inherit;
}

.box ul {
	list-style: none;
	padding-left: 15px;
}

.col-padding {
	padding-right: 15px;
}

.content img,
.entry img {
	border:10px solid #fff;
}


.headline {
	letter-spacing: -.03em;
	margin: 5px auto;
	}

.headline h1,
.headline h2,
.headline h3 {
	font-weight: bold;
}

.post .meta {
	display:block;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.post .meta .comments {
	float:right;
}

.post .social {
	font-size:.7em;
}

.post .social a {
	display:block;
	padding:6px 0 6px 25px;
	float:left;
	margin:5px 14px 0 0;
}

.paginate {
	margin:14px 0;
}
.paginate .button {
	display:block;
	padding:8px 10px;
	background:#d1d1d1;
	color:#777;
	border:1px solid #777;
	text-decoration:none;
	float:left;
}
.paginate .button.alt {
	float:right;
	text-align:right;
}

.item {
	padding-bottom: 20px;
	border-bottom: 1px dotted #777;
	position:relative;
}
.item.last {
	padding-bottom:0;
	border:0;
}
.item .title {
	margin: 10px 0 0;
	padding:0 0 6px;
}
.item h3 {
	font-size:1em;
}
.item p {
	font-size:.8em;
	margin:0;
	padding-bottom:6px;
}
.item .graphic {
	float:left;
	margin-right:10px;
	margin-top:5px;
	position:relative;
}
.item .graphic img {
	width:60px;
	height:60px;
	border:0px solid #fff;
}
.item .meta {
	color:#555;
}
.item .meta a,
.item .meta span,
.item .social a {
	margin-right:5px;
}

.item .social a {
	margin: 5px 0 0 15px;
	padding: 5px 0 5px 27px;
	line-height: 2.5em;
}

.item .rating {
	position:absolute;
	top:10px;
	right:0;
}

.box-inner,
.gallery {
	padding: 5px 15px 15px;
}

.form fieldset {
	border: none;
}

.product {
	padding:12px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
.product.last {
	padding-bottom:0;
	border:0;
}
.product .details {
	float:right;
	width:70%;
}
.product .graphic {
	float:left;
	width:30%;
	overflow:hidden;
}
.product .graphic img {
	max-width:75%;
	border:3px solid #fff;
	margin-left:5px;
}
.product .title {
	margin:0;
	padding:0 0 8px;
}
.product h3 {
	font-size:1.1em;
}
.product p {
	font-size:.9em;
	margin:0;
	padding:0 0 8px;
}
.product .price {
	color:red;
}
.product .button {
	display:block;
	background:#333;
	text-decoration:none;
	padding:6px 8px;
	color:#fff;
	float:left;
	margin-right:2px;
	font-size:.9em;
}

.form {
	padding:8px 0 0;
}
.form br {
	display:none;
	visibility:hidden;
}

.form fieldset,
.form label,
.form p {
	font-family: Helvetica,Arial,sans-serif;
}

.form fieldset {
	border:1px solid #ccc;
	background:#fff;
	padding:15px 10px;
}
.form label {
	position:absolute;
	top:0;
	left:0;
	padding:5px 10px;
	font-weight:bold;
}
.form legend {
	background:#fff;
	padding:5px 10px;
	border-top:1px solid #ccc;
}
.form p {
	margin:0;
	padding:5px 0 5px 155px;
	position:relative;
}

.embed {
	padding-top:5px;
}

.clear {
	clear:both;
	display:block;
}

#footer {
	padding-top: 0;
}

#evri_links {
	background:#DDDDDD url(images/bg.gif) repeat scroll 0 0;
	border:1px solid #a1a1a1;
	font-size:0.9em;
	padding:0 35px 15px;
	margin: 0 -1px 0;
	color: white;
	height: auto;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.footercolumns {
	float: left;
	margin-right: 10px;
	width: 24%;
}

.lastone {
	margin-right: 0;
}

.footerlinks {
	list-style: none;
	padding-left: 0;
}

#sitefooternav p {
	font-size: .83em;
}

#sitefooternav a {color: #4f4f4f; text-decoration: none;}
#sitefooternav a:hover {text-decoration: underline;}

.center {
	float: right;
}

.bookmark {background: transparent url(images/bookmark.png) no-repeat scroll -2px 0;}
.twitter {background: transparent url(images/tweets.png) no-repeat scroll -2px 0;}
.facebook {background: transparent url(images/facebooking.png) no-repeat scroll -2px 0;}
.comment {background: transparent url(images/comment.png) no-repeat scroll -2px 0;}

.compact fieldset {
	background: transparent;
	padding: 5px 0 6px 6px;
}
	
input.button {
	color: white;
	background: #333333 url(images/button-gradient.png) repeat-x scroll 0 -6px;
	border: 1px solid #333333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px 5px;
	font-weight: bold;
}

input.button:hover {
	background-color: #541010;
	border-color: #541010;
}

.adcontainer .ads {
	padding:0 10px 0 0;
}

.adcontainer a,
.adcontainer a:hover p {
	text-decoration: none !important;
	padding-right: 10px;
}

.adcontainer a:hover h6 {
	text-decoration: underline;
	padding-right: 10px;
}

.adcontainer a h6 {
	font-size: 14px !important;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

.adcontainer a p {
	font-size: 12px !important;
	margin: 0;
	padding: 0;
	color: #000;
	padding-right: 10px;
}

.adcontainer a p.url {
	color: #555;
}

.adcontainer .sponsored {
	font-size: 11px;
	margin: 0;
	padding:0 15px 5px 0;;
	text-align: right;
}
