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

#sitelogo a { font-family: Garamond,"Times New Roman",serif; }

.col-padding { padding-right: 15px; }
.box,
.gallery {
	margin-bottom: 0;
}
.box {
	padding: 10px 20px;
	background: transparent;
}
.box-inner {
}

#searchbar,
#innerwrapper,
#body,
#footer,
#header,
#nav {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#outerwrapper {
	padding: 10px 0;
}

/************/

body {
	font-family: Georgia,Garamond,serif;;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #ccc url(images/body-grad.png) repeat-x scroll 0 0;
	background-position:0 80px;
}
body {
	color: #000;
}

a {
	color: #1C3790;
}

#searchbar {
	height: 26px;
	background: transparent;
	padding: 0px 0;
	line-height: 23px;
	margin: 0 auto;
}

#searchbox {float: right;}

.identity span a{
	color:#508421;
}

#sitelogo {
	padding-left: 15px;
	font-size:1.3em;
	letter-spacing:-0.05em;
	line-height:1em;
}
#sitelogo a { text-decoration: none; font-weight: normal; }
#sitelogo #logotext {
    font-size: 42px;
    margin: 27px 0;
    }

#innerwrapper {
	background: #fff none repeat-x scroll 0 58px;
	padding: 0;
	position: relative;
	border-width: 0 1px 1px;
	border-style: none solid solid;
	border-color: transparent #fff;
}

#nav {
	margin: 0 -1px 0;
	width: auto;
	background: #fff repeat-x scroll 0 0;
}

#sitenav {
	padding-left: 1px;
	margin: 0;
	line-height: 15px;
	width: auto;
	background: #111;
	font-size:.95em;
}

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

#sitenav li a {
	color:#333333; 
	text-decoration: none;
	font-weight: thin; 
	padding: 8px 12px;
	margin:1px 0 0;
	margin-right: 2px;
	display: block;
	background: #dddddd url(images/gradient-hover.png) repeat-x scroll 0 0;
	font-size:0.85em;

}

#sitenav li a:hover, #sitenav li.selected a {	
	background-image: url(images/gradient-hover.png);
	background-color: #1C3790;
	background-repeat:repeat-x;
	background-position: center bottom;
	color: #fff;
}

.post .title {
	margin:0;
	padding:10px 0 10px;
}
.post h2.title {
	font-size:1.4em;
	line-height: 1.25em;
}

.content,
.entry {
	font-size:.9em;
	line-height:1.3em;
}
.content a,
.entry a {
	color:#1C3790;;
}
.content img,
.entry img {
	border:0;
}

.headline {
	border-bottom:1px solid #ccc;
	position:relative;
	margin-bottom:5px;
}
.headline h1,
.headline h2,
.headline h3 {
	margin:0;
	padding:5px 0 10px;
	color: #1C3790;
}
.headline h1 { font-size:1.8em; }
.headline h2 { font-size:1.3em; }
.headline h3 { 
	font-size: .9em;
	text-transform: uppercase;
}
.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;
	font-family: Lucida Grande, Arial, sans-serif;
}
.post .social a {
	display:block;
	padding:6px 26px;
	color:#1C3790;
	float:left;
	margin-right:2px;
}

.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;}

.paginate {
	margin-top:14px;
}
.paginate a.button,
.paginate a.button:visited {
	font-family: Lucida Grande, Arial, sans-serif;
	display:block;
	padding:8px 10px;
	background:#ddd;
	color:#1C3790;
	border:1px solid #aaa;
	text-decoration:none;
	float:left;
}

.paginate a.button:hover {
	background: #1C3790;
	color: #fff;
}

.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: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;
	border:3px solid #fff;
}
.item .meta {
	color:#555;
}
.item .meta a,
.item .meta span,
.item .social a {
	margin-right:5px;
}

.item .social a {
	font-family: Lucida Grande, Arial, sans-serif;
	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;
	padding: 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 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%;
	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:#1C3790 url(images/bg-button.png) repeat-x scroll 0 0;
	font-family: Lucida Grande, Arial, sans-serif;
	text-decoration:none;
	padding:6px 8px;
	color:#fff;
	float:left;
	margin-right:2px;
	font-size:.9em;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.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;
}
.embed img {
	border: 0;
	height: 100px;
}

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

#evri_links {
	background:#DDDDDD none repeat scroll 0 0;
	border:1px solid #FFFFFF;
	font-size:0.9em;
	margin:15px auto;
	padding:12px;
}

#sitefooternav{
	font-size:0.8em;
	height:50px;
}

#sitefooternav a {
	color: #000;
	text-decoration: underline
}
#sitefooternav a:hover {
	color:#1C3790;
}


.compact fieldset {
	background: transparent url(images/bg-search.png) scroll 0 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

input.button {
	color: white;
	background: #1C3790 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;
}

.comment {
	padding: 6px 0;
	border-bottom: 1px solid #ccc;
}
.comment .commenter {
    background: #eee;
    margin-bottom: 5px;
    padding: 5px 10px;
    font-size: .8em;
    color: #555;
}
.comment .comment-content {
    padding: 5px 10px;
}
.comments ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


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

