/* STYLESHEET FOR SALON THEME BY DEVHUB */
@import url(http://s3.amazonaws.com/devhub/template/theme/dh-columns.css); /* Standard column elements */
@import url(/static/shared/fonts/script/Saginaw/stylesheet.css);

#sitelogo a { font-family: SaginawBold; }

.col-padding { padding-right: 35px; }
.box,
.gallery {
	margin-bottom: 15px;
}
.box {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.box-inner {
	padding: 0 0 0 15px;
}

#body,
#footer,
#header,
#sitelogo {
	width: 1000px;
	margin: 0 auto 0;
	text-align: center;
}

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

#wrapper {
  text-align: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;

}

body {
	font-family: Helvetica,Arial,sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
    background:url(/img/upload/graffiti_art_dusseldorf_germany.jpg) top center no-repeat #000000;
}

body {
	color: #ffffff;
}

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

a:hover {
	color: ;
	text-decoration: underline;
}

#header {
	border-radius-topleft: 6px;
	border-radius-topright:6px;
	padding-top: 1.5em;
	margin-top:.5em;
}

#sitelogo {
	letter-spacing: 0.05em;
	margin-bottom: 16px;
}
#sitelogo a {
	color: #ffffff;
	text-decoration: none;
	letter-spacing: -.03em;
	font-size:3.25em;
}

#sitelogo img {
	border: medium none;
	max-width: 600px;
}

#sitelogo a img {
	border: medium none;
}

#searchbox {
	float: right;
	width: 245px;
	padding-right:1em;
}

#search {
color:#9BC8DA;
}

.search {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-color:#FFFFFF;
border: 1px solid #000000;
color:#333333;
cursor:text;
font-family:helvetica,arial,sans-serif;
margin-right:-3px;
padding:8px 5px;
}

.search_button {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: #474747 url(images/nav-bg.png) repeat-x scroll 0 0;
border:medium none;
color: #ffffff ;
cursor:pointer;
font-family:helvetica,arial,sans-serif;
font-weight: bold;
font-size:0.75em;
margin:0 0 0 4px;
padding:7px 8px;
}

.search_button:hover {
background: #474747 url(images/hover-bg.png) repeat-x scroll 0 0;
}

input.button {
	color: #ffffff ;
	background: #474747 url(images/nav-bg.png) repeat-x scroll 0 0;
	border: 1px solid #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px;
}

input.button:hover {
background: #474747 url(images/hover-bg.png) repeat-x scroll 0 0;
}

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

#nav {
	/*background: #474747 url(images/nav-bg.png) repeat-x scroll 0 0;*/
	margin-top: 0px;
	font-size: 15px;
	font-weight:bold;
	text-align: center;
}

#nav ul {
	text-align: center;
}

#nav li {
display: inline;
	list-style: none;
	padding-left: 4px;
}
#nav li a {
	color: #ffffff;
	display: inline;
	font-size: .9em;
	font-weight:normal;
	text-decoration: none;
	padding:8px 13px;
	text-transform: uppercase;
}
#nav li a:hover, #nav li.selected a{
	background: #474747;
	text-decoration: none;
}

#picturerow {
float:left;
width: 175px;
margin-right: 30px;
}
#picturerow span {
	display: block;
	width: 270px;
    height: 185px;
	margin: 0;
	overflow: hidden;
}
#picturerow span.last {
	margin-right: 0px;
}
#picturerow span img {
	width: inherit;
	height: auto;
}

#content_right {
float: right;
width: 730px;
}

#body {
	/*-moz-box-shadow:4px 0 10px #333333, -4px 0 10px #333333, 0 38px 36px -24px #333333;*/
	background: #000000;
	padding-right:10px;
}

img {
	border:medium none;
}

.post .title body_headline

.post h2.title {
	font-size:1.8em;
	color: #333;
}

.content,
.entry {
	font-size:.75em;
	line-height:1.575em;
	text-align: left;
}
.content a,
.entry a {
	color:#ffffff;
	text-decoration: none;
}

.content img,
.entry img {
	border:medium none;
}


.headline {
	position:relative;
	margin-bottom:5px;
	text-align: left;
}

h1 {
color:#a3db62;
font-size:1.3em;
line-height:1.3em;
}

.headline h1,
.headline h2,
.headline h3 {
	font-weight: normal;
	color: #a3db62;
}
.headline h1 {
	font-size:1.8em; 
	color: #333333;
}
.headline h2 {
	font-size:1.3em;
}
.headline h3 {
	font-size:1.1em;
	font-weight: bold;
 }
 
.headline h1 a{
	color: #a3db62;
}
.headline h2 a{
	color: #a3db62;
}
.headline h3 a{
	color: #a3db62;
 } 

.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: #000000;
	text-decoration:none;
	padding:8px 6px;
	color:#ffffff;
	float:left;
	margin-right:4px;
}

.post .social a:hover {
	background: 1px solid #a3db62;
}

.paginate {
	margin-top:14px;
}
.paginate .button {
	display:block;
	padding:8px 9px;
	background: #000000;
	color:#ffffff;
	text-decoration:none;
	float:left;
}

.paginate .button:hover {
	background: 1px solid #a3db62;
}

.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:.9em;
}
.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;
	text-decoration: none;
}

.item .meta a:hover,
.item .social a:hover {
	text-decoration: underline;
}

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

.rating img {
	border: none;
}

.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: #ffffff;
	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 a{

}

.list li {
	padding:2px 0;
}
.list ul {
	margin:0;
	padding:6px 0 6px 25px;
}

.title{

}

.title a {
	color:#a3db62;
	text-decoration: none;
	letter-spacing: -.02em;
}

.title a:hover { text-decoration: underline; }

.products {
	padding:12px 0;
	border-bottom:1px solid #ccc;
	position:relative;
	clear: both;
}

.product {
	padding:12px 0;
	border-bottom:1px solid #ccc;
	position:relative;
}
.product.last {
	padding-bottom:0;
	border:0;
}
.product .details {
/*	float:right; */
	width:100%;
}
.product .graphic {
	float:left;
	width:25%;
	overflow:hidden;
	clear: both;
	padding-right:8px;
}
.product .graphic img {
	max-width:100%;
	border:3px solid #fff;
	margin-right:8px;
	clear: both;
}
.product .title {
	margin:0;
	padding:0 0 8px;
}
.product h3 {
	font-size:1em;
}
.product p {
	font-size:.9em;
	margin:0;
	padding:0 0 8px;
}
.product .price {
	color:red;
}
.product .button {
	background: #000000;
	display:block;
	text-decoration:none;
	padding:6px 8px;
	color:#ffffff;
	float:left;
	margin-right:4px;
	font-size:.9em;
	font-weight:bold;
	margin:0.5em 1em 0.5em 0;
	text-transform:capitalize;
}

.product .button:hover {
	border: 1px solid #a3db62; 
}

.form {
	padding:8px 0 0;
}
.form br {
	display:none;
	visibility:hidden;
}
.form fieldset {
	border:1px solid #ccc;
	background:#fff;
	padding:15px 5px 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 150px;
	position:relative;
}

.embed {
	padding-top:5px;
}

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

#socialicons {
	padding:10px 10px 15px 0;
	text-align: right;
}
#footer {
	/*-moz-box-shadow:4px 0 10px #333333, -4px 0 10px #333333, 0 38px 36px -24px #333333;*/
	color: #ffffff;
	text-align: center;
	padding: 10px 0;
}

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

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding-right: 15px;
	text-align: right;
}

.adcontainer .ads {
	padding: 5px 0;
	padding-right: 10px;
}

.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 {
	color:#a3db62;
	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;
}

.col_2_2 .box-inner,
.col_2_3 .box-inner {
padding-right: 15px;
}
