/* Portland Bicycle Studio */

/* colors */
/* gray #333 */
/* gold #886D00 */
/* blue #54bceb*/


body {
	margin:50px 0px; padding:0px;
	text-align:center;
	font-family: 'Helvetica Neue', Helvetica, Verdana, Sans-Serif;	
}



#main {
	width:960px;
	margin:0px auto;
	text-align:left;
	padding:15px;
}

@font-face {
        font-family: 'Helvetica-Neue';
        src: url('http://portlandbicyclestudio.com/wp-content/themes/pbs_2013/fonts/helveticaheueultralight.otf') format('opentype'),
             url('wp-content/themes/pbs_2013/fonts/helveticaheueultralight.ttf') format('truetype'),
        	 url('img/helveticaheueultralight.svg') format('svg');
}


/* typography */

h1, h2, h3, h4, h5, h6, p, a, small {
	font-family: 'Helvetica Neue', Helvetica, Verdana, Sans-Serif;
}

h1 {
	color: #000;
	font-weight: 100;
	margin-top: 22px;
	margin-bottom: 22px;
	letter-spacing: -.025em;
	font-size: 1.95em;
}


h2{
	color: #333;
	font-weight: 100;
	font-size: 1.5em;
	letter-spacing: 0;
	margin-bottom: 0;
}

h3 {
	color: #54bceb;
	font-weight: 200;
	padding-bottom: 2px;
	margin-bottom: 0;
}

h4 {
	text-transform: uppercase;
	font-size: .75em;
}


p {
	color: #111;
	font-weight: 300;
	letter-spacing: .05em;
	font-size: .85em;
	margin-top: 0;
}

a {
	color: #886D00;
	text-decoration: none;
}

a:hover, a:active {
	color: #54bceb;
}


/* get rid of annoying IE borders */
a img {
	border: none;
}

#address p {
	margin-top: 20px;

}


/* navigation */
#nav ul {
	padding: 0;
}

#nav li {
	list-style: none;
	margin-bottom: 5px;
}

#nav a {
	font-weight: 100;
	font-style: normal;
	color: #333;
	font-size: 22px;
	text-decoration: none;
}

#nav a:hover, #nav .on {
	color: #886D00;
}


/* end navigation */

/* header */
#title h1{
	text-indent: -9999px;
	background-image: url('img/pbs_logotype.png');
	height: 36px;
	width: 351px;
}

#logo {
	position: relative;
	left: -12px;
	top: 10px;
}


/* layout */
#header {
	float: left;
	width: 150px;
	margin-right: 130px;
}

#content {
	width: 680px;
	padding-top: 45px;
	float: right;
}

#content img {
	max-width:680px;
	height: auto;
}


#primary {
	min-height: 360px;
	width: 680px;
	overflow: hidden;
}

#footer{
	clear: both;
	margin-left: 270px;
	padding-top: 30px;
}

#footer p {
	padding-left: 10px;
	padding-top: 20px;
	margin-bottom: 0;
}


/* instragram in footer */
#instagram-widget {
	padding-top: 25px;
}

#instagram-widget h4 {
	margin-top: 3px;
	float: right;
	padding-right: 8px;
}


/* bicycles page */
.manu-item {
	clear: both;
	margin-bottom: 25px;
}

.manu-logo {
	padding-top: 25px;
	width: 150px;
	height: 125px;
	float: left;
}


.manu-desc {
	padding-left: 25px;
	width: 450px;
	float: left;
}

.current-season-img {
	height: 360px;
}

.current-season-img h2 {
	color: #fff;
	font-weight: 100;
	font-size: 2em;
	position: relative;
	top: -80px;
	left: 10px;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

.bike-list {
	padding: 0 10px;
	margin-bottom: 30px;
}

.bike-list h3 {
	border-bottom: solid 1px #eee;
}

.retail-price{
	float: right;
}

.upcoming-season{
	float: left;
	height: 200px;
}

.upcoming-season h2 {
	color: #fff;
	font-weight: 100;
	font-size: 2em;
	position: relative;
	top: -240px;
	left: 10px;
}

.upcoming-season a {
	font-style: normal;
	text-decoration: none;
	text-shadow: #000 0.1em 0.1em 0.2em;
}

/* sidebar */
#news-sidebar {
	width: 140px;
	margin-top: 20px;
	float: right;
}

#news-sidebar h4{
	margin: 0;
	padding: 0;
	text-align: right;
	font-weight: 200;
}

#news-sidebar ul {
	padding-left: 0px;
	margin: 5px 0;
	text-align: right;
}

#news-sidebar li {
	list-style: none;
	font-weight: 200;
	font-size: .9em;
}

/* news styling */
.newspost {
	clear: both;
	margin-bottom: 30px;
}

.attachment-thumbnail {
	float: left;
	padding-right: 30px;
	padding-bottom: 10px;
}

.entry-date p {
	font-size: .7em;
	color: #00aeff;
	margin-bottom: 6px;
}

.entry-date a {
	color: #00aeff;
}

.read-more {
	font-weight: 900;
	letter-spacing: 0;
	color: #00aeff;
}

/* single post */
.entry-title {
	margin-bottom: 0;
}

.entry-meta {
	font-size: .7em;
	color: #00aeff;
	margin-bottom: 6px;
}

.entry-meta a {
	color: #00aeff;
}

.entry-content {
	margin-top: 25px;
}

.entry-content h2{
	margin-bottom: 6px;
}

.assistive-text, .meta-nav {
	/* display: none; */
}


.navigation-post{
	margin-top: 20px;
}
.navigation-post a{
	font-weight: 200;
	font-size: .9em;
	margin-bottom: 10px;
	display: block;	
}

/* comments styling */
.comment-form label{
	display: block;
	font-size: .9em;
	font-weight: 200;
}


.comment-form input, .comment-form textarea, .form-allowed-tags {
	width: 400px;
}

#submit {
	width: 100px;
}

.comment-list {
	margin-bottom: 30px;
}

.comment-list a {
	font-style: normal;
}

.comment-list li {
	list-style: none;
	}
	
.comment
{
	width: 500px;
}	

.comment-meta {
	font-size: .7em;
	padding-bottom: 10px;
}

.comment-content {
	margin-bottom: 10px;
	border-bottom: 1px #ccc solid;
	
}

.reply{
	display: none;}

.comment-list, .children {
	padding-left: 0;
}

.comment-respond {
	margin-top: 20px;
}

/* slideshow styling */

#slideshow {
    position:relative;
    height:380px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}


/* twitter styling */
#pbstwitter{
	height: 60px;
	margin-bottom: 20px;
}

.twtr-ft{
	left: -9999px;
}

.twtr-hd {
	width: 230px;
	float: left;
}

.twtr-doc a {
	font-style: normal;
}

.twtr-doc a:hover {
	color: #54bceb;
}

.twtr-bg {
	float: right;
	}


.twtr-bd {
	width: 660px;
}	

.twtr-tweet-text p{
	font-size: 1em;
}


/* mobile specific layout */
@media screen and (max-width: 480px){
	body{
	  -webkit-text-size-adjust:none;
	  font-family:Helvetica, Arial, Verdana, sans-serif;
	  padding:5px;
	}
	
	#slideshow{
		visibility: hidden;
	}
}



/* ipad portrait */
@media screen and (max-width: 768px )
{


}