/*
Theme Name: Screens For Bikes
Version: 0.1
Author: Shadow Productions
Author URI: http://www.shadowsplace.net
Tags:

*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Typography */

body {
	height: 100%;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Open Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	
	background-image: url('//cdn.screensforbikes.com/wp-uploads/bg.jpg');
	background-position: left top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	
	margin: 30px;
}

strong, b, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

/* Page Structure */

#page {
	text-align: left;
	position: relative;
	clear: both;
	overflow: visible;
	
	border: 1px solid rgba(0,0,0,0.12)

    -o-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(4, 4, 4, 0.10);
    -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(4, 4, 4, 0.10);
    -moz-box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(4, 4, 4, 0.10);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(4, 4, 4, 0.10);
    
    margin: 0 auto;
    max-width: 968px;
}

.content {	
	background: white;
	padding: 0px 10px 0px 0px;
}

#primary-wrapper {
	margin: 0px 7px 0px 247px;
}

#primary  {
	width: 100%;
	float: right;
}

* html #primary {
	display: inline;
}

/* Headings */

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2.5em;
	font-weight: normal;
}

h3 {
	font-size: 2.4em;
	font-weight: normal;
}

h4 {
	font-size: 2.0em;
	font-weight: normal;
}


.entry-head .entry-edit {
	position: absolute;
	right: 0;
	top: 7px;
	font-size: 1.1em;
	display: inline;
}

.entry-edit a { /* Rounded Buttons */
	border: none;
	padding: 4px 8px;
	height: 16px;
	line-height: 16px;
	color: #333;
	background: #e7e7e7;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: inline;
}

.entry-edit a:hover {
	background-color: #333;
	color: #fff;
	text-decoration: none;
}


/* Header */

#header {
	background-color: rgba(57,57,57,0.90);
	position: relative;
	overflow: hidden;
	height: 165px;
	background-image: url("//cdn.screensforbikes.com/wp-uploads/header_03.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#header .left {
	width: 562px;
	float: left;
	margin-left: 27px;
	margin-top: 10px;
}

#header .right {
	padding-top: 27px;
	height: 131px;
	width: 185px;
	float: right;
}

/* Main Menu in Header */

#menu-header-navigation {
	margin: 10px 0px 0px 20px;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#menu-header-navigation,
#menu-header-navigation li {
	float: left;
	list-style: none;
}

#menu-header-navigation li {
	margin-right: 4px;
}

#menu-header-navigation li a {
	display: block;
	padding: 7px 15px 6px;
	font-size: 1.3em;
	color: #ccc;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	margin: 0;
}

#menu-header-navigation li a:hover {
	background-color: rgba(0,0,0,0.24);
	color: #eee;
	text-decoration: underline;
}

#menu-header-navigation li.current-menu-item a,
#menu-header-navigation li.current-menu-item a:hover,
#menu-header-navigation li.current-page-ancestor a,
#menu-header-navigation li.current-page-ancestor a:hover {
	background: rgba(0,0,0,0.24);
	text-decoration: none;
}

/* Sidebar Generic */

.sidebar {
	font-size: 1.25em;
	line-height: 1.5em;
	height: 100%;
	color: #666;
	overflow: hidden;
}

.sidebar h4 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 0;
	display: block;
	margin-bottom: 5px;
}

.sidebar div {
	margin: 20px 0 0;
	padding: 0;
	position: relative;
}

.sidebar div div {
	margin: 0;
}

.sidebar div p {
	margin-top: 0.5em;
}

.sidebar ul, .sidebar ol {
	margin: 5px 0 0;
	padding-left: 0;
}

.sidebar ul ul, .sidebar ol ol {
	margin: 0 0 0 10px;
}

.sidebar ul ul ul, .sidebar ol ol ol {
	margin: 0 0 0 20px;
}

.sidebar ol {
	margin-left: 15px;
}

.sidebar ul li, .sidebar ol li {
	margin: 0;
	padding: 1px 0;
}

.sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

.sidebar span a {
	margin-left: 10px;
}

/* Sidebar: Side */

#sidebar-1 {
	float: left;
	width: 200px;
	padding: 0 10px 20px 20px;
	background-color: #FDFDFD;
	border-right: 1px solid rgba(0,0,0,0.12);
}

/* Sidebar: Menu Top */

.sidebar li.current-menu-item a,
.sidebar li.current-page-ancestor a {
	font-weight: bold;
}

/* Collapsing Pages */

.sidebar  span.collapsing.pages {
	border: 0;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.sidebar li.collapsing.pages a.self {
	font-weight: bold;
}

.sidebar li.widget_collapspage h2 span.sym {
	float: right;
	padding: 0 .5em;
}

.sidebar ul.collapsing.pages.list li.collapsing.pages {
	list-style-type: none;
}

.sidebar ul.collapsing.pages.list li.collapsing.pages .sym {
	cursor: pointer;
	font-family: Monaco, "Andale Mono", "FreeMono", "Courier new", "Courier", monospace;
	font-size: 1.2em;
	margin-right: -5px;
	padding-right: 0;
	padding-right: 5px;
}

.sidebar ul.collapsing.pages.list li.collapsing.pages {
	font-size: 1em;
}

.sidebar  ul.collapsing.pages.list li.collapsing.pages li.collapsing.pages.item {
	/* (Sub-sub pages) */
	list-style-type: disc;
	padding: 0px;
	margin-left: 27px;
}

.sidebar ul.collapsing.pages.list li.collapsing.pages li.collapsing.pages li.collapsing.pages.item {
	/* (Sub-sub-sub pages) */
	font-size: 0.9em;
	list-style-type: circle;
	margin-left: 23px;
}

/* Sidebar Footer */

.sidebar .sidebar-footer {
	font-size: 0.8em;
	font-style: italic;
	padding: 5px 10px 0px 0px;
	color: #DDDDDD;
	text-align: center;
	line-height: 1.5em;
}

.sidebar .sidebar-footer a {
	font-weight: bold;
	color: #DDDDDD;
}

.sidebar .sidebar-footer a:hover {
	border: none;
	text-decoration: none;
	color: #aaaaaa;
}


/* Primary Contents */

.entry-head {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0,0,0,0.12);
}

.entry-title {
	font-size: 2.4em;
	font-weight: normal;
	margin: 0px 40px;
	text-align: center;
}

.entry-content h2 {
	font-size: 1.7em;
	display: block;
	margin: 15px 0 7px 0;
}

.entry-content h3 {
	font-size: 1.6em;
	display: block;
	margin: 15px 0 7px 0;
}

.entry-content h4 {
	font-size: 1.5em;
	display: block;
	margin: 15px 0 7px 0;
}

.hentry {
	margin: 0 0 25px;
	position: relative;
}

.entry-content {
	font-size: 1.25em;
	line-height: 1.8em;
	color: #444;
	padding-top: 13px;
}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 0px 0px 13px 0px;
}

.entry-content .map div { /* Google Maps Support */
	margin: 0;
}

/* Footer */

#footer {
	clear: both;
	margin: 0px;
	padding: 7px;
	text-align: center;
	color: #777;
	background: url(images/footer-low.png) repeat-x #333;
	border-top: 1px solid #222222;
	line-height: 1.6em;
}

#footer a {
	color: #888;
	font-weight: bold;
}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #666;
}

#footer .left {
	float: left;
	text-align: left;
}

#footer .right {
	float: right;
	text-align: right;
}

/* Standard Lists */

.entry-content ol, .entry-content ul {
	padding: 0 0 0 35px;
}

.entry-content ol li, .entry-content ul li {
	margin: 0 0 3px;
	padding: 0;
}

/* Links */
a {
	color: #27d;
	text-decoration: none;
}

a:hover,
a:visited:hover {
	text-decoration: underline;
}

h2 a:hover,
h2 span a:hover {
	color: #27d !important;
}

.entry-content a:visited {
	color: #b41;
}

.entry-title,
.entry-title a,
.entry-title a:visited,
h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited,
h4,
h4 a,
h4 a:visited {
	color: #444;
}

.entry-title,
.entry-title a,
.entry-title a:hover,
.entry-title a:visited,
h2,
h2 a,
h2 a:hover,
h2 a:visited,
h3,
h3 a,
h3 a:hover,
h3 a:visited,
h4,
h4 a,
h4 a:hover,
h4 a:visited {
	text-decoration: none;
}

/* Images */

a img {
	border: none;
}

img.noborder {
	border: none !important;
}

.aligncenter,
.center {
	text-align: center;
}

.entry-content .aligncenter,
img.center,
img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content .alignright,
img[align="right"] {
	float: right;
	margin: 0 0 4px 8px;
	display: block;
}

.entry-content .alignleft,
img[align="left"] {
	float: left;
	margin: 0 8px 4px 0;
	display: block;
}

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: #F3F3F3;
	border: 1px solid #ddd;
	padding: 3px;
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
	padding: 2px;
	border: 2px solid #27d;
}

.wp-caption a img,
.wp-caption a img:hover {
	padding: 4px 0px 0px;
	border: 0 none;
}

.wp-caption .wp-caption-text {
	margin: 4px 0 2px;
}

/* Various Tags and Classes */

.hidden {
	position: absolute !important;
	left: 0px;
	top: -500px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.push, .clear {
	clear: both;
}

/* Misc HTML */
.smallcaps {
	font-variant: small-caps;
}

abbr[title],
acronym[title] {
	cursor: help;
}

abbr.entry-date {
	cursor: inherit;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

small, strike {
	color: #777;
}

code {
	font-size: 1.1em;
}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url("images/quote.png") no-repeat 10px 0;
	border: none;
}


/* Misc Wordpress */

.alert {
	background: #FFF6BF;
	text-align: center;
	margin: 10px auto;
	padding: 4px 20px;
}

img.wp-smiley {
	border: none !important;
	padding: 0 0 0 5px !important;
}

/* Search Widget */

.widget_search {
	margin-top: 20px !important;
}

#search h4,
#search-label,
.widget_search h4 {
	display: none;
}

input[type=text], textarea {
	color: #444;
	padding: 1px;
	margin: 0;
}

#s { /* The actual search input field */
	font-size: 1.1em;
	width: 190px;
	line-height: 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	position: relative;
	padding: 3px;
	width: 100px;
	border: 1px solid #ddd;
	background: transparent;
	z-index: 2;
	float: left;
}

#s:focus {
	border-color: #333;
}

#searchsubmit { /* Static search button */
	float: right;
	width: 75px;
	margin: 0px;
}

#search-form-wrap {
	padding-bottom: 20px;
	width: 200px;
}

/* Info Boxes */

.infobox {
	padding: 10px;
	background-color: #FFF9D7;
	color: #333;
	font-size: 11px;
	text-align: left;
	border: 1px dashed #E2C822;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#typebox-meta,
#enquiry-form .contact-box {
	background-color: #ECEEF4;
	color: #333;
	font-size: 13px;
	text-align: left;
	border: 1px solid #3B5998;
	padding: 5px 10px 5px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#enquiry-form small {
	padding-top: 0px;
	margin-top: 0px;
}

#enquiry-form h3 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dashed #036;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

#typebox-meta .typebox-share {
	display: inline-block;
	margin: 0px;
}

#typebox-meta .typebox-enquiry {
	display: inline-block;
	margin-top: 2px;
    text-align: right;
}

.detail-box {
	display: block;
}

.detail-box ul.typebox_list li {
	padding-left: 20px;
	line-height: 16px;
	margin: 0px;
}

.detail-box ul.typebox_list li.typebox_item {
	background-image: url("images/check_on.png");
	background-repeat: no-repeat;
	background-position: left 50%;
	margin-top: 3px;
}

.detail-box ul.typebox_list li.typebox_item_tip {
	padding-bottom: 5px;
	padding-left: 25px;
	font-style: italic;
	font-size: 10px;
	display: none;
}

.detail-box p {
	margin: 0 0 10px 0;
}

.detail-box table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
	width: 100%;
}

.detail-box table th,
.detail-box table td {
	border-bottom: 1px solid #ebebeb;
	padding: 4px 6px;
	vertical-align: top;
}

.detail-box table thead td, .detail-box table thead th {
	background: #EEEEEE;
	border: 1px solid #EBEBEB;
	color: black;
	font-weight: bold !important;
	padding-left: 5px;
}

.screen-sibling-notice {
	text-align: center;
	color: #888888;
	font-style: italic;
	font-size: 11px;
}

/* Facebook Box */

#facebook-area {
	padding-left: 5px;
}

#facebook-area iframe {
	background: white;
}


/* Screen Lists */

.page-list-container {
	padding: 0px;
	margin-top: 17px;
	margin-bottom: 17px;
}

.page-item-block {
	margin: 5px 3px;
	padding: 5px;
	border: 1px solid #EEEEEE;
	background-color: #F8F8F8;
   	display: block;
	cursor: pointer;
	overflow: hidden;
}

.page-item-block-highlight {
	background-color: #F5F5F5;
	cursor: pointer;
}

.page-item-block .page-item-title {
	font-size: 17px;
	/* border-bottom: 1px dashed #999999;*/
	display: inline-block;
	float: left;
}

.page-item-block a:hover {
    text-decoration: none;
}

.page-item-block .page-item-meta {
	clear: right;
	margin-top: 5px;
	padding-top: 3px;
}

.page-item-block .page-item-image-container {
	text-align: right;
	float: right;
	display: inline-block;
}

.page-item-block .page-item-image {
	border: 1px solid #CCCCCC;
	top: 0px;
}

/* Gallery */

.gallery {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
	clear: none;
}

.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
}


.gallery .gallery-item {
	overflow: hidden;
	text-align: center;
	list-style: none;
	padding: 0;
	display: inline-block;

	margin: 5px 0px 10px 0px;
	zoom: 1;
}

.gallery .gallery-icon {
	padding: 5px;
	margin-bottom: 2px;
	display: inline-block;
}

.gallery-caption {
	font-size: 10px;
	line-height: 10px;
	vertical-align: top;
	text-align: center;
}

.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	height: auto;
	padding: 3px;
	margin: 0 auto;
	width: 200px;
	height: 200px;
}

/* Image sizes depending on the number of columns */
.col-0 { width: 100%; }
.col-1 { width: 100%; }
.col-2 { width: 50%; }
.col-3 { width: 33%; }
.col-4 { width: 25%; }
.col-5 { width: 20%; }
.col-6 { width: 16.5%; }
.col-7 { width: 14%; }
.col-8 { width: 12.4%; }
.col-9 { width: 11%; }
.col-10 { width: 10%; }
.col-11 { width: 9%; }
.col-12 { width: 8.33%; }
.col-13 { width: 7.6%; }
.col-14 { width: 7.1%; }
.col-15 { width: 6.66%; }
.col-16 { width: 6.25%; }
.col-17 { width: 5.83%; }
.col-18 { width: 5.55%; }
.col-19 { width: 5.25%; }
.col-20 { width: 4.95%; }


/* Picasa Uploader */

.picasa_album_uploader {
	border: 0;
	font-weight: inherit;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1.5;
	background: none white;
	margin: 10px;
	padding: 10px;
}

#pau_slug {
	width: 15em;
}

h2.pau {
	font-size: 18px;
	font-weight: bold;
}

h3.pau {
	font-size: 14px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 3px;
}

.pau_error_container {
	margin: 10px;
}

.pau_error {
	color: red;
}

.pau-debug-log {
	margin: 5px ;
	padding: 5px ;
	border: 1px black solid ;
}

.pau-debug-log dd {
	padding-left: 3em ;
}

.pau_item {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.pau_img {
	float: left;
	border: 1px dashed #999999;
	margin-right: 5px;
}

.pau_attributes {
	padding-top: 0px;
	margin-top: 0px;
}

.pau_attribute {
	margin-top: 5px;
}

.pau_button_container {
	text-align: center;
}

.pau_button {
	font-weight: bold;
	margin: 0 auto;
}

/* Mobile */

@media screen and (max-width: 640px) {
		
	.entry-content {
		font-size: 1.5em;
	}

	body {
		margin: auto;		
	}

	#page {
		margin: auto;
	}
	
	img {
		max-width:100%;
		height:auto;
	}

	.content {
		padding: 3px 0px;
	}

	#primary {
		float: none;
	}

	#primary-wrapper {
		margin: 0px 15px;
	}

	#sidebar-1 {
		float: none;
		padding: 0px;
		width: 100%;
		font-size: 2em;
		border-right: none;
		border-top: 1px solid #E4E4E4;
	}

	.sidebar ul.collapsing.pages.list li.collapsing.pages li.collapsing.pages li.collapsing.pages.item {
		/*font-size: 0.8em;*/
	}

	#sidebar-1 .widget {
		margin: 20px;
	}

}

@media screen and (max-width: 850px) {

	#header {
		height: inherit;
		background-position: right bottom;
	}
	
	#header .left{
		float: none;
		margin: 0px 20px;
		width: inherit;
	}

	#header .left img {
		width: 562px;
		max-width: 100%;
		height: auto;
	}

	#menu-header-navigation li a {
		font-size: 1.5em !important;
	}
	
	#menu-header-navigation {
		float: none;
		margin: 10px 0px;
		position: inherit;
	}
	
	#menu-header-navigation li {
		float: none;
		margin: 0px;
	}
	
	.page-item-block .page-item-image-container {
		float: none;
		
	}

}