/*
Theme Name:  Bewl Valley Sailing Club
Theme URI: http://www.bewlvalleysc.co.uk
Description: Child theme for The Graphene Theme
Author: Justin
Author URI: http://www.bewlvalleysc.co.uk/about
Template: graphene
Version: 1.0
*/
@import url("../graphene/style.css");
/* Your modification goes from here */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
ol,
li,
form,
fieldset,
a {font-family: 'MuseoSlab-500' !important;}
#header {
	height: 160px;
}

.block-button, .block-button:visited, .Button,
.button,
#commentform #submit  {
   -moz-border-radius: 5px 5px 5px 5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   border: 0px solid #CCCCCC;
   display:block;
   font:bold 12px arial;
   text-decoration:none;
   padding:5px 15px 6px 15px;
   color:#FFFFFF;
   text-shadow:0 -1px 1px #000000;
   margin-top:10px;
   position:relative;
   float:right;
   -moz-box-shadow: 0 0 0px #333333;
   -webkit-box-shadow:0 0 0px #333333;
   box-shadow: 0 0 0px #333333;
   background: #afaeae;
   background: -moz-linear-gradient(#789C4F, #49622D) repeat scroll 0 0 transparent;
   background: -webkit-gradient(linear, 0 0, 0 bottom, from(#789C4F), to(#49622D));
   background: linear-gradient(#789C4F, #49622D);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#789C4F', endColorstr='#49622D'); /* for IE */
   -pie-background: linear-gradient(#789C4F, #49622D);
   -moz-transition: color 0.25s ease-in-out 0s;
}

.block-button:hover,
.button:hover,
#commentform #submit:hover {
	background: #789C4F;
	background: -moz-linear-gradient(#49622D, #789C4F);
	background: -webkit-linear-gradient(#49622D, #789C4F);
	background: linear-gradient(#49622D, #789C4F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49622D', endColorstr='#789C4F'); /* for IE */
  -pie-background: linear-gradient(#49622D, #789C4F);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

a, a:visited {
   color: #49622D;
   text-decoration: none;
}

a:hover {
color: #789C4F;
}

.sidebar h3 {
-pie-background: linear-gradient(#789C4F, #49622D);
background: #49622D;
background: linear-gradient(#789C4F, #49622D);
background: -moz-linear-gradient(##789C4F, #49622D) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#789C4F), to(#49622D));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#789C4F', endColorstr='#49622D'); /* for IE */
text-shadow: 0 -1px 0 #000000;
}

.sidebar .widget_tag_cloud h3 { display:none; }
.sidebar .widget_html_javascript_adder  h3 { display:none; }
.sidebar .widget_execphp h3 { display:none; }

.featured_slider{
 -pie-background: linear-gradient(left top, #49622D, #789C4F);
 background: #49622D;
 background: linear-gradient(left top, #49622D, #789C4F); 
 background: -moz-linear-gradient(left top , #49622D, #789C4F);
 background: -webkit-linear-gradient(left top, #49622D, #789C4F);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49622D', endColorstr='#789C4F'); /* for IE8 */
 -moz-box-shadow: inset 0px 0px 0px 0px #49622D;
 -webkit-box-shadow: inset 0px 0px 0px 0px #49622D;
 box-shadow: inset 0px 0px 0px 0px #49622D;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#49622D', Direction=90, Strength=3) !important; /* for IE */
}

/* featured image size 680 X 240px */

.featured_slider {
    background: none repeat scroll 0 0 transparent;
}

.featured_slider #slider_root {
 -moz-box-shadow: inset 0px 0px 0px 0px #49622D;
 -webkit-box-shadow: inset 0px 0px 0px 0px #49622D;
 box-shadow: inset 0px 0px 0px 0px #49622D;
 background: none repeat scroll 0 0 #FFFFFF;
}

.full-sized .slider-entry-wrap {
background: transparent;
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCE3E3E3,endColorstr=#CCE3E3E3)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCE3E3E3,endColorstr=#CCE3E3E3);   /* IE6 & 7 */
      zoom: 1;
	background: rgba(227, 227, 227, 0.8);
  height: 100%;
  right: 0;
  left: auto;
  width: 30%;
}

.full-sized .slider_post h2 a,
.full-sized .slider_post h2 a:visited {
	color: #000;
}

.full-sized .slider_post_entry p {
	color: #2C2B2B;
}

h1.page-title {
-pie-background: linear-gradient(#49622D, #789C4F);
background: #49622D;
background: linear-gradient(#49622D, #789C4F);
background: -moz-linear-gradient(#49622D, #789C4F) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#49622D), to(#789C4F));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49622D', endColorstr='#789C4F'); /* for IE */
text-shadow: 0 -1px 0 #000000;
}

#top-bar {
	border-bottom: 0px solid #222;
	height: 40px;
}

#profiles {
	float: right;
	padding-top: 2px;
}

#profiles a{
	float: right;
	padding-top: 2px;
	opacity:1;filter:alpha(opacity=100);
}

#profiles a:hover{
	float: right;
	padding-top: 2px;
	opacity:0.6;filter:alpha(opacity=60);
}

#rss{
	float: right;
	padding-top: 2px;
}
#rss a {
	float: right;
	margin-left: 10px;
	opacity:1;filter:alpha(opacity=100);
}
#rss a:hover{
	opacity:0.6;filter:alpha(opacity=60);
}
#top_search {
    float: left;
    margin-top: 8px;
}

.post-title,
.post-title a,
.post-title a:visited {
	color: #49622D;
}

.post-title a:hover {
	color: #789C4F;
}
/* .post-tags, */
.post-meta .post-author, .comment-link {
  display: none;
}

.bg-gradient {
    background: url("images/page_background.png") repeat-x fixed left top #98BCDC;
}

.entry-content img,
.child-page img {
	border: 0px solid #e3e3e3;
	margin: 5px;
}

#developer {
    display: none;
}

#header-menu > li:hover,
#header-menu > li.current-menu-item,
#header-menu > li.current-menu-ancestor {
  background: #49622D !Important;
}

#header-menu ul li:hover,
#header-menu ul li.current-menu-item,
#header-menu ul li.current-menu-ancestor {
	background: #49622D !Important;
}

#secondary-menu > li:hover,
#secondary-menu > li.current-menu-item,
#secondary-menu > li.current-menu-ancestor {
	background: #49622D !Important;
}

#secondary-menu ul li:hover,
#secondary-menu ul li.current-menu-item,
#secondary-menu ul li.current-menu-ancestor {
	background: #49622D !Important;
}

#footer {
	background: #111;
	border-top: 2px solid #d5d5d5;
	padding-top: 10px;
	margin-bottom: 30px;
	min-height: 30px;
	position: relative;
	color: #999;
	clear: both;
}

/* Open Meetings & Club Series boxes */

.bl_main {background-color: #EEEEEE; float: left; width: 100%; text-decoration: none;}
/* main box hover font settings */
.bl_main_box a, .bl_main_box a h2 {
 text-decoration: none; 
 color: #ffffff;
}

.bl_main_box a:hover, .bl_main_box a:hover h2 {
 text-decoration: none; 
 color: #ffffff; 
}
.bl_box_padding { padding: 7px; }
.box_break { clear: both; padding-bottom: 12px; }

.small_break { clear: both; height: 4px; }

.very_small_break { clear: both; display: block; height: 2px; }

.bl_button  {
   -moz-border-radius: 5px 5px 5px 5px;
   -webkit-border-radius:5px;
   border-radius:5px;
   border: 0px solid #CCCCCC;
   display:block;
   font:bold 12px arial;
   text-decoration:none;
   padding:5px 15px 6px 15px;
   color:#FFFFFF;
   text-shadow:0 -1px 1px #000000;
   margin-top:10px;
   position:relative;
   float:right;
   -moz-box-shadow: 0 0 0px #333333;
   -webkit-box-shadow:0 0 0px #333333;
   box-shadow: 0 0 0px #333333;
   background: #afaeae;
   background: -moz-linear-gradient(#789C4F, #49622D) repeat scroll 0 0 transparent;
   background: -webkit-gradient(linear, 0 0, 0 bottom, from(#789C4F), to(#49622D));
   background: linear-gradient(#789C4F, #49622D);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#789C4F', endColorstr='#49622D'); /* for IE */
   -pie-background: linear-gradient(#789C4F, #49622D);
   -moz-transition: color 0.25s ease-in-out 0s;
}


.bl_button:hover {
	background: #789C4F;
	background: -moz-linear-gradient(#49622D, #789C4F);
	background: -webkit-linear-gradient(#49622D, #789C4F);
	background: linear-gradient(#49622D, #789C4F);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49622D', endColorstr='#789C4F'); /* for IE */
  -pie-background: linear-gradient(#49622D, #789C4F);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.page-id-2920 #content-main, #content-main .grid_16, .container_16 .slider_post, #comments #respond {
width: 1000px;
margin-left: 0px;
margin-right: 0px;
}

.page-id-11142 #content-main, #content-main .grid_16, .container_16 .slider_post, #comments #respond {
width: 1000px;
margin-left: 0px;
margin-right: 0px;
}

.page-id-22063 #content-main, #content-main .grid_16, .container_16 .slider_post, #comments #respond {
width: 1000px;
margin-left: 0px;
margin-right: 0px;
}

.page-id-142286 #content-main, #content-main .grid_16, .container_16 .slider_post, #comments #respond {
width: 1000px;
margin-left: 0px;
margin-right: 0px;
}

#nav, #nav ul {
    z-index: 20;
}

/*.entry-content .excerpt-thumb img, .child-page .excerpt-thumb img {
display: none;
}*/

/* Theme generated css */
/* These CSS codes are generated from the various customisation options in the graphene theme's options pages, */
/* including any codes you have entered in the Custom CSS option.*/

.header_title,.header_title a,.header_title a:visited,.header_title a:hover,.header_desc{color:#blank}#header{height:160px}#header_img_link{width:1000px;height:160px}.container_16{width:1000px}.container_16 .grid_1{width:42.5px}.container_16 .prefix_1{padding-left:62.5px}.container_16 .suffix_1{padding-right:62.5px}.container_16 .push_1{left:62.5px}.container_16 .pull_1{left:-62.5px}.container_16 .grid_2{width:105px}.container_16 .prefix_2{padding-left:125px}.container_16 .suffix_2{padding-right:125px}.container_16 .push_2{left:125px}.container_16 .pull_2{left:-125px}.container_16 .grid_3{width:167.5px}.container_16 .prefix_3{padding-left:187.5px}.container_16 .suffix_3{padding-right:187.5px}.container_16 .push_3{left:187.5px}.container_16 .pull_3{left:-187.5px}.container_16 .grid_4{width:230px}.container_16 .prefix_4{padding-left:250px}.container_16 .suffix_4{padding-right:250px}.container_16 .push_4{left:250px}.container_16 .pull_4{left:-250px}.container_16 .grid_5{width:292.5px}.container_16 .prefix_5{padding-left:312.5px}.container_16 .suffix_5{padding-right:312.5px}.container_16 .push_5{left:312.5px}.container_16 .pull_5{left:-312.5px}.container_16 .grid_6{width:355px}.container_16 .prefix_6{padding-left:375px}.container_16 .suffix_6{padding-right:375px}.container_16 .push_6{left:375px}.container_16 .pull_6{left:-375px}.container_16 .grid_7{width:417.5px}.container_16 .prefix_7{padding-left:437.5px}.container_16 .suffix_7{padding-right:437.5px}.container_16 .push_7{left:437.5px}.container_16 .pull_7{left:-437.5px}.container_16 .grid_8{width:480px}.container_16 .prefix_8{padding-left:500px}.container_16 .suffix_8{padding-right:500px}.container_16 .push_8{left:500px}.container_16 .pull_8{left:-500px}.container_16 .grid_9{width:542.5px}.container_16 .prefix_9{padding-left:562.5px}.container_16 .suffix_9{padding-right:562.5px}.container_16 .push_9{left:562.5px}.container_16 .pull_9{left:-562.5px}.container_16 .grid_10{width:605px}.container_16 .prefix_10{padding-left:625px}.container_16 .suffix_10{padding-right:625px}.container_16 .push_10{left:625px}.container_16 .pull_10{left:-625px}.container_16 .grid_11{width:667.5px}.container_16 .prefix_11{padding-left:687.5px}.container_16 .suffix_11{padding-right:687.5px}.container_16 .push_11{left:687.5px}.container_16 .pull_11{left:-687.5px}.container_16 .grid_12{width:730px}.container_16 .prefix_12{padding-left:750px}.container_16 .suffix_12{padding-right:750px}.container_16 .push_12{left:750px}.container_16 .pull_12{left:-750px}.container_16 .grid_13{width:792.5px}.container_16 .prefix_13{padding-left:812.5px}.container_16 .suffix_13{padding-right:812.5px}.container_16 .push_13{left:812.5px}.container_16 .pull_13{left:-812.5px}.container_16 .grid_14{width:855px}.container_16 .prefix_14{padding-left:875px}.container_16 .suffix_14{padding-right:875px}.container_16 .push_14{left:875px}.container_16 .pull_14{left:-875px}.container_16 .grid_15{width:917.5px}.container_16 .prefix_15{padding-left:937.5px}.container_16 .suffix_15{padding-right:937.5px}.container_16 .push_15{left:937.5px}.container_16 .pull_15{left:-937.5px}.container_16 .grid_16{width:980px}.container_16 .prefix_16{padding-left:1000px}.container_16 .suffix_16{padding-right:1000px}.container_16 .push_16{left:1000px}.container_16 .pull_16{left:-1000px}.header-img{margin-left:-500px}#content-main,#content-main .grid_11,.container_16 .slider_post,#comments #respond{width:680px}#sidebar1,#sidebar2{width:280px}.comment-form-author,.comment-form-email,.comment-form-url{width:206.66666666667px}.graphene-form-field{width:198.66666666667px}#commentform textarea{width:652px}

/*----- webfonts -----*/

/* @license
 * MyFonts Webfont Build ID 2408967, 2012-11-12T07:37:45-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed http://www.bewlvalleysc.co.uk/wp-content/themes/bewlvalleysailingclub/webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Museo Slab 1000 Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/1000-italic/
 * Licensed pageviews: 20,000
 * 
 * Webfont: Museo Slab 100 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/100/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 700 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/700/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 900 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/900/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 300 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/300/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 1000 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/1000/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 500 by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/500/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 300 Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/300-italic/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 700 Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/700-italic/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 500 Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/500-italic/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 900 Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/900-italic/
 * Licensed pageviews: unspecified
 * 
 * Webfont: Museo Slab 100 Italic by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/museo-slab/100-italic/
 * Licensed pageviews: unspecified
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2408967
 * http://www.bewlvalleysc.co.uk/wp-content/themes/bewlvalleysailingclub/webfonts copyright: Copyright (c) 2009 by Jos Buivenga. All rights reserved.
 * 
 * © 2012 Bitstream Inc
*/
  
@font-face {font-family: 'MuseoSlab-1000Italic';src: url('webfonts/24C207_0_0.eot');src: url('webfonts/24C207_0_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_0_0.woff') format('woff'),url('webfonts/24C207_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-100';src: url('webfonts/24C207_1_0.eot');src: url('webfonts/24C207_1_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_1_0.woff') format('woff'),url('webfonts/24C207_1_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-700';src: url('webfonts/24C207_2_0.eot');src: url('webfonts/24C207_2_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_2_0.woff') format('woff'),url('webfonts/24C207_2_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-900';src: url('webfonts/24C207_3_0.eot');src: url('webfonts/24C207_3_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_3_0.woff') format('woff'),url('webfonts/24C207_3_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-300';src: url('webfonts/24C207_4_0.eot');src: url('webfonts/24C207_4_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_4_0.woff') format('woff'),url('webfonts/24C207_4_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-1000';src: url('webfonts/24C207_5_0.eot');src: url('webfonts/24C207_5_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_5_0.woff') format('woff'),url('webfonts/24C207_5_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-500';src: url('webfonts/24C207_6_0.eot');src: url('webfonts/24C207_6_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_6_0.woff') format('woff'),url('webfonts/24C207_6_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-300Italic';src: url('webfonts/24C207_7_0.eot');src: url('webfonts/24C207_7_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_7_0.woff') format('woff'),url('webfonts/24C207_7_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-700Italic';src: url('webfonts/24C207_8_0.eot');src: url('webfonts/24C207_8_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_8_0.woff') format('woff'),url('webfonts/24C207_8_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-500Italic';src: url('webfonts/24C207_9_0.eot');src: url('webfonts/24C207_9_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_9_0.woff') format('woff'),url('webfonts/24C207_9_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-900Italic';src: url('webfonts/24C207_A_0.eot');src: url('webfonts/24C207_A_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_A_0.woff') format('woff'),url('webfonts/24C207_A_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'MuseoSlab-100Italic';src: url('webfonts/24C207_B_0.eot');src: url('webfonts/24C207_B_0.eot#iefix') format('embedded-opentype'),url('webfonts/24C207_B_0.woff') format('woff'),url('webfonts/24C207_B_0.ttf') format('truetype');}