/*
Theme Name: Basic2Col
Theme URI: http://wangenweb.com/wordpress/themes/basic2col/
Description: A basic, yet flexible minimalistic two column theme for WordPress. Have extendend support for Child Themes for easier customization. See the <a href="http://wangenweb.com/wordpress/themes/basic2col/">Basic2Col's homepage</a> for more info
Version: 3.1.2
Author: Kristin K. Wangen
Author URI: http://wangenweb.com/
Tags: white, two column, basic, minimalistic, elastic width, custom page templates, right sidebar
*/

/*Update URLS */
#logo {
	background: url(http://jonessnowboards.com/App_Themes/JSB10/images/logo.gif);
	width : 112px;
	height : 38px;
	display : block;
	float : left;
	margin : 0 30px 15px 10px;
}

.stico_default { background : transparent url(images/share_bg.gif) no-repeat scroll 0 0 !important }


/* footer */
.footer, .push {
	height: 200px;
}

/* @group footer */

.footer {
	width: 1034px;
	margin: 0 auto;
	background-image: url(http://www.jonessnowboards.com/App_Themes/JSB10/images/ft-bg.jpg);
	position:relative;
}

.footer ul,.footer ol {
	margin-left: 0;
	top: 155px;
}

.footer li {
	list-style: none;
	margin-bottom: 1em;
	font-size: 12px;
	line-height: 15px;
	float: left;
}

.footer li a {
	float: left;
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: #172B46;
	font-weight: bold;
	text-transform: uppercase;
}

.footer .menu {
	left: 140px;
	position:absolute;
}

.footer .menu li a {
	border-right: 1px solid #555;
	padding-right: 5px;
	margin-right: 5px;
}

.footer .menu li a:hover {
	color: #F8BB2A;
}

.footer .menu li a.last {
	border: none;
}

.footer .copy {
	color: #999;
	font-size: 10px;
	font-weight: bold;
	left: 140px;
	top: 165px;
	position:absolute;
}


/* end footer */
/* @group social links */

.social-links {
	right: 235px;
	position:absolute;
}

.social-links a {
	background: url(http://www.jonessnowboards.com/App_Themes/JSB10/images/footer-logos.gif) no-repeat;
	width: 20px;
	height: 20px;
	margin-right: 12px;
	text-indent: -999pc;
}

.social-links .facebook a {
	background-position: 0 0;
}

.social-links .myspace a {
	background-position: -25px 0;
}

.social-links .twitter a {
	background-position: -50px 0;
}

.social-links .youtube a {
	background-position: -75px 0;
}

.social-links .facebook a:hover {
	background-position: 0 -20px;
}

.social-links .myspace a:hover {
	background-position: -25px -20px;
}

.social-links .twitter a:hover {
	background-position: -50px -20px;
}

.social-links .youtube a:hover {
	background-position: -75px -20px;
}

/* @end */
/* @group other logos */

.other-logos {
	right: 0;
	position:absolute;
}

.other-logos a {
	background: url(http://www.jonessnowboards.com/App_Themes/JSB10/images/footer-logos.gif) no-repeat;
	height: 20px;
	margin-right: 12px;
	text-indent: -999pc;
}

.other-logos .fsc_logo a {
	background-position: -100px 0;
	width: 20px;
}

.other-logos .one_for_the_planet a {
	background-position: -120px 0;
	width: 50px;
}

.other-logos .protect_our_winters a {
	background-position: -170px 0;
	width: 65px;
	margin-right: 0;
}

.other-logos .fsc_logo a:hover {
	background-position: -100px -20px;
}

.other-logos .one_for_the_planet a:hover {
	background-position: -120px -20px;
}

.other-logos .protect_our_winters a:hover {
	background-position: -170px -20px;
}

/* @end */




.nextposts, .preciousposts, #postnav li a { font-size : 14px; color : #fff; background-color : #172b46; padding : 3px 8px; text-transform : uppercase;}
.nextposts:hover, .preciousposts:hover, #postnav li a:hover {background-color :#F8BB2A;}

.navigation {margin : 0 0 0 150px; width : 790px;}

.navigation ol {
	margin : 20px 0 0 0;
}

.navigation ol li {
	display : inline;
	list-style : none;
}

.navigation ol li a:active, .navigation ol li a.current:hover, .navigation ol li a.current {
color:#3399FF;
cursor:default;
}

.navigation ol li a {
color:#172B46;
display:block;
float:left;
font-size:14px;
font-weight:bold;
margin-right:25px;
text-decoration:none;
text-transform:uppercase;
}

#avitar {
	width : 80px;
	float :left;
	margin : 0 15px 0 0;
	text-align : center;
	font-size : 9px;
	color : #172b46;
}

.day {
background-color:#5EBB55;
color:#FFFFFF;
font-size:9px;
height:16px;
width:16px;
float : left;
line-height:16px;
text-align:center;
top:0;
display : block;
margin : 0 5px 0 0;
}

.more-link {
	color : #172b46 !important;
	font-size : 14px;
	font-weight : bold;
}

.coment_color {
	color : #3399cc  !important; margin : 0 15px 0 0;
}

.month, .share a{ color : #5EBB55 !important; margin : 0 15px 0 0;}

.posttitle {
	color : #172b46;
	font-size : 16px;
}
	
#post_cont { width : 680px; float : right;}

#post_title_wrap { float : left; width : 580px;}

.clearer { clear : both; }


/*general layout*/
body {
background: url(http://jonessnowboards.com/App_Themes/JSB10/images/html-bg.jpg) ;
color : #666; 
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
font-style : normal;
padding:0px;
margin:0px;
line-height:1.5em;
font-size:70%;
text-align:center;
}
hr {
border: 1px solid #ccc;
} 
blockquote, code, pre {
color:#333;
}
code, pre {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;}

/*font styles*/
p {
font-size : 1em; 
font-style : normal; 
padding: 0px;
} 
h2 {
font-size : 1.4em; 
}
h3 {
font-size:1.2em;
}
h4, h5, h6 {
font-size:1em;
}
h2, h3, h1, h4, h5, h6 {
font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
color : #172b46; 
margin: 10px 0px;
padding:2px 0px;
clear: both;
}

/*linkcolor*/
a:link, a:visited {
font-weight:normal;
color : #3399FF;
text-decoration : none; 

}
a:hover, a:active {
color : #666; 
text-decoration : none;
border:none;
} 

#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited, #content h3 a:link, #content h3 a:visited  {
color:#172b46;
font-weight:bold;
text-decoration:none;
border:none;
}
#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active, #content h3 a:hover, #content h3 a:active {
color:#666;
}

/* Athletes */

.athlete_wrap {
	color : #172b46;
	text-align : center;
	text-transform:uppercase;
	letter-spacing:-1px;
	float : left;	
	font-size : 12px;
	margin : 0 0 10px 0;
}

.athlete_wrap:hover {
	color : #F8BB2A;

}

.ryland_post {
	background : url(/wp-content/themes/basic2col/images/ryland_bw.jpg);
	height : 138px;
	width : 158px;
}
.ryland_post:hover, .athlete_wrap:hover .ryland_post{
		background : url(/wp-content/themes/basic2col/images/ryland_clr.jpg);
}

.all_post {
	background : url(/wp-content/themes/basic2col/images/all_post_bw.jpg);
	height : 138px;
	width : 141px;
}
.all_post:hover, .athlete_wrap:hover .all_post {
		background : url(/wp-content/themes/basic2col/images/all_post_clr.jpg);
}

.jermey_post {
	background : url(/wp-content/themes/basic2col/images/jeremy_bw.jpg);
	height : 138px;
	width : 153px;
}
.jermey_post:hover, .athlete_wrap:hover .jermey_post {
		background : url(/wp-content/themes/basic2col/images/jeremy_clr.jpg);
}

.jonaven_post {
	background : url(/wp-content/themes/basic2col/images/jonaven_bw.jpg);
	height : 138px;
	width : 158px;
}
.jonaven_post:hover, .athlete_wrap:hover .jonaven_post {
		background : url(/wp-content/themes/basic2col/images/jonaven_clr.jpg);
}

.forrest_post {
	background : url(/wp-content/themes/basic2col/images/forrest_bw.jpg);
	height : 138px;
	width : 158px;
}
.forrest_post:hover, .athlete_wrap:hover .forrest_post {
		background : url(/wp-content/themes/basic2col/images/forrest_clr.jpg);
}

.ralph_post {
	background : url(/wp-content/themes/basic2col/images/ralph_bw.jpg);
	height : 138px;
	width : 149px;
}
.ralph_post:hover, .athlete_wrap:hover .ralph_post {
		background : url(/wp-content/themes/basic2col/images/ralph_clr.jpg);
}


/*classes - these are also located in classes.css so child themes don't loose them*/
.center, .aligncenter, .centered {
text-align: center;
}
.right, .alignright {
float: right;
}
.left, .alignleft {
float: left;
}
.none {
display: none;
}
.righttxt {
text-align:right;
}
.credits {
clear:both;
font-style:italic;
}


/*images these are also located in classes.css so child themes don't loose them*/
img {
border: none;
margin: 2px;
}
img.center, img.aligncenter, img.centered {
display:block;
margin:5px auto;
}
img.alignright, img.right {
margin-left: 5px;
}
img.alignleft, img.left  {
margin-right: 5px;
}
img.rssimg {
margin:0px 0 0 10px;
}
.postcontent img {

overflow: hidden;
padding : 8px;
background : #f9f9f9;
border : 1px solid #ccc !important;
}
.wp-smiley {
border:none;
margin:0px;
}


/*border-colors*/
.postcontent img {
border:1px solid #eee;
max-width : 662px;
}

.border {
border: 1px solid #ccc;
}

/*wrap and header*/
#accessnav {
display:none;
}

#wrap {
background : url(http://jsb.adevsite.com/App_Themes/JSB10/images/main-bg2.jpg);
background-repeat : no-repeat;
background-color : #fff;
/*max-width:65em; */
width :954px; 
margin:0px auto;
padding:0px 40px;
text-align:left;
}

/*header*/
#header {
background : transparent;
margin:0px 4px 0px;
padding:15px 10px;
}
#header h1{
padding:0px;
font-size:2em;
display:inline;
}
#header p {
padding:0px;
margin:2px 10px;
font-size:1.1em;
display:inline;
}

/*content and post settings*/

#content{
background : transparent;
padding: 0px 5px 0 0px;
margin: 0px 0px 5px 15px;
width: 680px;
float: left;
font-size:1.1em;
}

.archives h3, .search h3 {
border-bottom: 1pt solid #eee;
}
.post {
margin: 5px 0px;
}
.postmeta {
font-size:0.9em;
clear:both
}
div.postmeta p {
margin: 2px 0px;
padding:0px;
}
.postmeta {
margin: 10px 0px 5px;
}

.postcontent {
line-height:1.6em;
}


/*postnav*/
#postnav {
clear:both;
margin:15px 0;
}
#postnav li {
display:inline;
margin: 2px 0px 10px 0;
}

/*comments*/
#commentbox {
background : transparent;
clear:both;
margin:10px 0px;

}
ol#commentlist  {
list-style : none;
margin:2px 0px;
padding:0px;
}
#commentlist li{
border-bottom:1pt solid #eee;
margin: 10px 0px;
}

.comment_author {
	color : #3c5f8f;
}

#commentform fieldset {
padding:0;
margin:0;
}
#commentform legend {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
color : #333; 
margin: 10px 0px 5px;
padding:2px 0px;
font-size:120%;
}
#commentform textarea {
width:90%;
background : #fff;
}
#commentform label, #commentform textarea {
display:block;
}
#commentform input {
width:50%;
background : #eee;
color : #666;
}
#commentform input.submit {
width:40%;
margin:2px 0px;
}
.approve {
border: 1pt solid #ccc;
background : #eee;
padding:5px;
font-size:90%;
}
.comment_time {
font-size:0.9em;
color : #5ebb55;
}
#commentlist cite {
font-style:normal;
}

#commentbox {
border: 1px solid #ccc;
padding : 0 20px 20px 20px;
}
#commentbox h3 {
	border-bottom : 1px solid #ccc;
	margin : 0 -20px;
	padding : 10px 0;
}

.avatar {
float:left ;
border: 1px solid #eee;
margin: 0 10px 0 0;
padding:2px;
}

/*sidebar*/
#sidebar {
background : transparent;
padding: 5px 0px;
margin: 5px 0px;
width: 230px;
float:right;
}
#sidebar ul, #sidebar li{
list-style-type: none;
margin: 2px;
padding:0px;
}
#sidebar li{
margin:0px;
padding: 10px;
border : 1px solid #ccc;
margin : 0 0 20px 0;
}

#sidebar li li{border : none; margin : 3px 0; padding: 0px;}

#sidebar div {
margin: 2px;
padding:0px;
}
#sidebar h2 {
margin: -10px -10px 0px -10px;
padding: 5px 10px;
font-size:16px;
border-bottom : 1px solid #ccc;
color : #172b46;
text-transform:uppercase;

}
#sidebar li a {
border:none;
}
#sidebar li li {
border-bottom: 1pt solid #eee;
}
#sidebar li li li {
list-style:circle inside;
border:none;
margin-left:0px;
}

/*searchform*/
#searchform label {
font-weight:bold;
}
#searchform input#s {
width:50%;
background : #fff;
text-align : right;
}
#searchform input.submit {
width:30%;
}

/*Widgets fixing*/
.widget_rss h2 a {
color:#333;
font-weight:bold;
}
.widget_rss img {
margin:0px;
}

/*Callendar*/
#wp-calendar a {
font-weight:bold;
}
#today {
background:#eee;
}



/*footer old
#footer {
background : transparent;
border-top:1px solid #ccc;
margin:5px;
clear: both;
padding:5px 10px;
text-align:center;
}
#footer ul{
margin: 2px;
padding:0px;
}
#footer li{
display: inline;
margin:0px 3px;
}

*/

/*forms*/
input , textarea, select, option {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, Verdana, sans-serif;
font-size:100%;
padding: 2px;
background : #eee;
color : #111; 
border: 1px solid #ccc;
margin: 2px;
}
fieldset, legend {
background:transparent;
color : #111; 
border: none;
padding: 5px;
}
label, legend {
font-weight:normal;
}


/*lists*/
ul {
list-style-type: disc;
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}
ol { 
list-style-position: outside;
margin: 5px 2em;
padding:2px;
}

/*tables*/
table {
color : #111; 
width: 90%;
margin: 5px auto;
padding: 0px;
font-size:1em;
}
caption {
color: #333;
font-weight: normal;
padding: 5px;
}
td, th, tr {
padding: 5px;
text-align:left;
}

/* Colors */
.twitter li {
	padding : 0px 0 0 25px !important;	
	margin : 10px 0 0 0 !important;
	background : url(images/twitter_bg.gif) no-repeat;
	background-position : top left;
	border : none !important;
}

.twitter-timestamp {color : #5EBB55;}
.date {border-top : 1px solid #ccc; border-bottom : 1px solid #ccc; margin :0px; padding : 8px 0;}
.post_name {float : left; margin : 0 20px 0 0; padding : 0 0 0 25px; background : url(images/name_bg.gif) no-repeat;
	background-position : top left; color : #349fdf;}
	
.product img { padding-top:9px; }
.product a, .product a:hover { color:#172B46;font-weight:bold; }
	
