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

a img,
.gallery img {border: none;}

.box,
.gallery {
	margin-bottom:10px;
}

.box {
	padding: 0;
}

.box-inner {
}


#searchbox,
#header,
#nav,
#body,
#footer {
	width: 1000px;
	margin: 0 auto;
}
	
/************/

body {
	font-family: Helvetica,Arial,sans-serif;
	padding: 0;
	margin: 0;
	color: #333333;
	background: ;
}

a,
a:visited {color: #000000; text-decoration: none;}

a:hover {text-decoration: underline;}

ul { padding: none; }
#header { margin-top: 2em; }

#searchbar {
	margin: 0 auto;
}
	
#searchbar {
	height: 26px;
	background: #0071bc;
	padding: 8px 0;
	line-height: 23px;
	border-bottom: 1px solid #121212;
	border-top: 1px solid #555;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
	-khtml-opacity:0.6;
}
	
#search {float: right;}

#sitelogo {
	float: left;
	font-size: 2.25em;
	font-weight: 600;
	letter-spacing: -.05em;
}

#sitelogo a {
	font-size: 1.7em;
	font-weight: lighter;
	text-decoration: none;
	color: #27282c;
}
	
#nav {
	background: #27282c url(images/nav-background.png) repeat-x scroll 0 0;
	border-top: 1px solid #27282c;
	margin: 2em 0 1.25em;
/*	padding: 5px 5px 0px 20px; */
}

#sitenav {
	padding: 0;
	display: block;
	list-style: none;
	font-size: .9em;
	margin-top: 0;
	width: auto;
}

#sitenav li {
	float: left;
	padding: 0;
	display: inline;
	margin: 0;

}

#sitenav li a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 0.57em .9em;
	margin: 0;
	display: block;
}
#sitenav li a:hover, #sitenav li.selected a {
	background: #ffffff url(images/nav-background-hover.png) repeat-x scroll 0 0;
	color: #0f709a;
}

.col_2_1 {
	background: white;
}

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

.col_2_2 .col-padding,
.col_3_3 .col-padding {
	padding-left: 0;
}

.box p,
.box ul {
	font-size: 1em;
	line-height: 1.125em;
}

.box p {
	font-family: inherit;
}

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

.post .title {
	margin:0;
	padding:10px 0 10px;
}
.post h2.title {
	font-size:1em;
	text-transform:uppercase;
}

.content,
.entry {
	font-size:.9em;
	line-height:1.3em;
}
.content a,
.entry a {
	color:#000000;
}
.content img,
.entry img {
	border:6px solid #fff;
}

.content h1 {
	color: #000000;
}

.headline {
	border-bottom:1px solid #ccc;
	position:relative;
	margin-bottom:5px;
}
.headline h1,
.headline h2,
.headline h3 {
	margin:0;
	padding:5px 0 10px;
	text-transform:uppercase;
}
.headline h1 { font-size:1.8em; }
.headline h2 { font-size:1.2em; }
.headline h3 { font-size: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;
	padding:6px 0 6px 25px;
	float:left;
	margin:5px 14px 0 0;
}

.paginate {
	margin-top:14px;
}
.paginate a.button {
	display:block;
	padding:8px 10px;
	background: url(images/nav-background.png) repeat-x scroll 0 0 #27282c;
	background-position: top;
	color:#fff;
	border-top: 1px solid #27282c;
	text-decoration:none;
	float:left;
}

.paginate a.button:hover {
	background: #ffffff;
	color: #0f709a;
	border: solid 1px #0f709a;
}
.paginate .button.alt {
	float:right;
	text-align:right;
}

.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:0.8em;
}
.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;
	border:3px 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;
}

.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:#fff;
	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 15px;
}

.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:.8em;
}
.product p {
	font-size:.8em;
	margin:0;
	padding:0 0 8px;
}
.product .price {
	color:red;
}
.product a.button {
	display:block;
	background: url(images/nav-background.png)#27282c;
	border:1px solid #27282c;
	text-decoration:none;
	padding:6px 8px;
	color:#fff;
	float:left;
	margin-right:2px;
	font-size:0.8em;
	font-weight:bold;
	text-transform: uppercase;
}

.product a.button:hover {
	background: #ffffff;
	color: #0f709a;
	border: solid 1px #0f709a;
}

.form {
	padding:8px 0 0;
}
.form br {
	display:none;
	visibility:hidden;
}
.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;
	text-align: right;
}

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

.lastone {
	margin-right: 0;
}

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

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

.center span {color: #BFEDFF;}
#sitefooternav a {color: #BFEDFF; 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 url(images/bg-search.png) scroll 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.compact fieldset #search { float: none; }
input.button {
	color: #FFFFFF;
	background: #27282c url(images/bg-button.png) repeat-x scroll 0 0;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 5px;
}

.col-inner {
	padding-left: 10px;
	}


.adcontainer .ads {
	padding:0 10px 5px 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: 13px !important;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

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

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

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

.cs-clip {
	padding-bottom: 15px;
}
