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

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

#sitelogo img {
	border: medium none;
}

.col-padding { padding-right: 12px; }
.box,
.gallery {
	margin-bottom: 12px;
}

.box {
	padding: 12px 18px;
	background: #def0f7;
	color: #2c467d;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.box-inner {
}

.box .form p {color: #fff;}

#footer,
#header {
	width: 975px;
	margin: 0;
	text-align: left;
}

#header {
	padding:35px 40px 30px;
	position: relative;	
	width: px;
}
#header a {
	color: #def0f7;
	float: left;
	font-size: 2.4em;
	font-weight: bold;
	letter-spacing: -2px;
	text-decoration: none;
}


#search { float: right; }

#nav { float:left; width: 175px; margin-right: 30px; padding-left:40px; }
#nav ul { list-style: none; font-size: 0.9em; margin: 0; padding: 0; }
#nav ul a {
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background: #5c8099;
	display: block;
	color: #5c8099;
	margin-bottom: 2px;
	padding: 7px 10px;
	text-decoration: none;
}
#nav ul li { text-align: left; }
#nav ul li.selected a {
	color: #3274d0;
}

#nav ul li.selected a, #nav ul li a:hover {
	background: #def0f7; 
}

.site-messages ul {
    margin: 0;
    padding: 0;
}

#nav ul li a:hover {
background-color: #def0f7;
color: #132344;
}

#body {
	float: left;
	width: 755px;
}

#footer {
	color: #2c467d;
	margin-left: 40px;
	padding: 12px 10px 8px;
}

#footer p {
	margin: 0;
	padding: 0 12px;
}

#footer a {
	color: #2c467d;
}
/************/

body {
	background: url(/images/body-grad.png) 0 80px repeat-x #5c8099;
	font-family: Helvetica,Arial,sans-serif;
	margin: 0;
	text-align: left;
	padding-left: 0px;
}

body {
	color: ;
}

a, a:visited { color: #132344; }
a:hover { color: #1ecc71;}

img {
border: medium none;
}

.graphic img {
border: medium none;
}

.post .title {
	margin:0;
	padding:10px 0 10px;
}
.post h2.title {
	font-size:1.5em;
}

.posts {
margin-bottom: 40px;
}

.content,
.entry {
	font-size:.9em;
	line-height:1.3em;
}
.content a,
.entry a {
	color: #132344;
}

.content a,
.entry a:hover{
	color: #1ecc71;
}

.content h1 {
	color: #132344
}


.headline {
	border-bottom:1px solid #ccc;
	position:relative;
	margin-bottom:5px;
}
.headline h1,
.headline h2,
.headline h3 {
	color: #132344;
	margin:0;
	padding:5px 0 10px;
}
.headline h1 { font-size:1.8em; }
.headline h2 { font-size:1.3em; }
.headline h3 { font-size:1.1em; }
.headline .more {
	position:absolute;
	top:8px;
	right:0;
	font-size:.8em;
}

.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;
	background:#3b6887;
	color:#ffffff;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
	text-decoration:none;
	padding:6px 8px;
	float:left;
	margin-right:2px;
}

.post .social a:hover {
	background: #1d9154;
	color: #ffffff;
}

.paginate {
	margin:14px 0;
}
.paginate .button {
	display:block;
	padding:8px 10px;
	background:#3b6887;
	color:#ffffff;
	text-decoration:none;
	float:left;
	-moz-border-radius: 6px;
	-webkit-border-radius:6px;
}
.paginate .button.alt {
	float:right;
	text-align:right;
}

.paginate .button:hover {
	background: #1d9154;
	color: #ffffff;
}

.item {
	padding:12px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
.item.last {
	padding-bottom:0;
	border:0;
}
.item .title {
	margin:0;
	padding:0 0 6px;
}
.item h3 {
	font-size:1.1em;
}
.item p {
	font-size:.8em;
	margin:0;
	padding-bottom:6px;
}
.item .graphic {
	float:left;
	margin-right:15px;
	margin-bottom:6px;
	position:relative;
}
.item .graphic img {
	width:60px;
	height:60px;
}
.item .meta {
	color:#ddd;
}
.item .meta a,
.item .meta span,
.item .social a {
	margin-right:5px;
}
.item .rating {
	position:absolute;
	top:10px;
	right:0;
	margin-left: 80px;
}

.gallery {
	margin-bottom:15px;
}
.gallery .caption {
	margin:0;
	position:absolute;
	bottom:0;
	left:0;
	background:url(http://dh.devhub.com/static/dh/dev/html-sample/black-opacity75.png) top left repeat;
	color:#fff;
	padding:15px;
	width:100%;
	text-shadow:0 -1px 0 #222;
}
.gallery .gallery-image {
	position:relative;
	height:350px;
	overflow:hidden;
	margin:0;
	border:1px solid #555;
	background:#000;
}
.gallery .image img {
	width:100%;
}
.gallery a {
	color: #132344;
	text-decoration:none;
}
.gallery h3 {
	margin:0;
	font-size:1.2em;
	padding-bottom:5px;
}
.gallery p {
	margin:0;
	color:#ccc;
	font-size:.8em;
}

.list {
	font-size:.8em;
}
.list li {
	padding:2px 0;
}
.list ul {
	margin:0;
	padding:6px 0 6px 25px;
}

.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%;
	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:yellow;
}
.product .button {
	display:block;
	background:#3b6887;
	text-decoration:none;
	padding:6px 8px;
	color:#ffffff;
	float:left;
	margin-right:2px;
	font-size:.9em;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

.product .button:hover {
	background: #1d9154;
	color: #ffffff;
}

.form {
	padding:8px 0 0;
}
.form br {
	display:none;
	visibility:hidden;
}
.form fieldset {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background: #4c809a;
	border:0 none;
	color: #cddeea;
	margin-bottom:10px;
	padding-left:12px;
	padding-right:12px;
	padding-top:12px;
}

.form fieldset #search{
float: none;
}

.form label {
	position:absolute;
	top:0;
	left:0;
	padding:10px 0;
	font-size:0.83em;
	font-weight:bold;
	color: #fff;
}
.form legend {
	background:#fff;
	padding:5px 10px;
	border-top:1px solid #ccc;
}
.form p {
	margin:0;
	padding:5px 0 5px 110px;
	position:relative;
}

.dataset.spread, .spread select {
margin-bottom:10px;
width:97%;
}

.embed {
	padding-top:5px;
}

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



.adcontainer .ads {
	padding: 0px 0;
	margin-bottom:1.1em;
}
.adcontainer a,
.adcontainer a:hover p {
	text-decoration: none !important;
}
.adcontainer a:hover h6 {
	text-decoration: underline;
}
.adcontainer a h6 {
	font-size:13px !important;
	text-decoration:underline;
	margin: 0;
	padding: 0;
}
.adcontainer a p {
	font-size: 11px !important;
	margin: 0;
	padding: 0;
	color: #000;
}
.adcontainer a p.url {
	color: ;
}
.adcontainer .sponsored {
	font-size: 11px;
	margin: 0;
	padding: 0 0 2px;
	text-align: right;
}

/* COMMENT STYLES */
div.commenter {
	margin-bottom: 8px;
}
div.comment-content {
	margin-bottom: 1em;
	padding-left: 60px;
}
div.comment-content p {
	font-size: .875em;
}
div.reply {
	font-size: .85em;
	margin-left: 60px;
	margin-bottom: 20px;
}
div.reply a,
p.submit input.button {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	background: #3b6887;
	padding:5px; 
	color: #ffffff;
	text-decoration:none;
	border: none;
}
div.reply a:hover,
p.submit input.button:hover {
	background-color: #1d9154;
	color: #ffffff;
}
.commenter img {
	border: 4px solid white;
	float: left;
	margin-right: 15px;
}
.comments ul {
	padding-left: 0;
}
.comments li.comment {
	list-style: none;
}
span.comment-author {
	font-weight: bold;
}
div.commenter span.time {
	font-size: .7em;
}
.image-wrap img {
	margin-bottom: 10px !important;
}