@charset "utf-8"; 
/* $Id: style.css,v 1.5 2009/07/13 23:52:57 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 0.Reset
 1.Global
 2.Layout
 3.Main
 4.Sidebars
 5.Header
 6.Navigation
 7.Nodes
 8.Comments
 9.Blocks
10.Footer
12.CSS Support
13.Advanced

[Font sizes - based on 75%/12px body]
36px = 3em
30px = 2.5em
24px = 2em
18px = 1.5em
16px = 1.333333em
14px = 1.1667em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 0.RESET */

@import "reset.css"; 

/**
 * 1.GLOBAL
 */
 
 *{
 margin:0;
 padding:0;
 }
 

 
 
 label {
 	color:#ccc;
 	font-size:18px;
 	font-weight:bold;
 	letter-spacing:.01em;
display:none;
 	}
 	
.views-label-name{
 display:block;
 float:left;
color:#83c420;
font-size:11px;
padding-right:4px;


 }

 
.views-field-name{
font-size:12px;
padding: 5px 5px;
letter-spacing:.1em;
font-weight:bold;
border-top: 1px #73cf38 dotted;
border-bottom: 1px #73cf38 dotted;
margin-bottom:7px;

	background-repeat: repeat-x;
}
 
 .views-field-created{
 	font-size:11px;
 	color:#666;
 	padding: 5px;
 	float:left;
 	}
 
 
.node{
	margin-bottom:50px;
	}
 
body {

font-family: century gothic, arial, helvetica, sans-serif;
	color: #333;
	background-image: url(images/bg_body.jpg);
	background-position: top center;
	background-color: #fff;
	background-repeat: repeat-x;
	

}

h1, h2, h3, h4, h5, h6 {
  
  font-family: century gothic, arial, helvetica, sans-serif;
  font-weight: normal;
}

h1 {
	padding:15px 8px;
	margin-bottom:20px;
	font-size: 2em;
	padding-bottom:5px;
	color: #ededed;
	text-align:left;
	letter-spacing:.05em;

}


h1 p{
	color:#f00;
	}

h2 {
  padding-left: 8px;
	padding-right: 8px;
	font-size: 1.75em;
	line-height:1.3em;
	color:#000;
	

}

h3 {
 font-size: 1.5em;
	padding-left: 8px;
	padding-right: 8px;
	color:#f00;
	padding-bottom:14px;
	

}

h4 {
 font-size: 1.25em;
	line-height: 1.6;
	

}

h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em; 
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
  
}

p {
 

	

}



p a:link {
  text-decoration: underline;
}


a:link, a:visited {
  color: #73cf38;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #000;
  outline: none;
  text-decoration: none;
}

.views-row-first a:hover, .views-row-first a:active, .views-row-first li a.active {
  color: #fff;
  outline: none;
  text-decoration: none;
}

.block .views-row-first a:hover, .block .views-row-first a:active, .block .views-row-first li a.active {
  color: #000;
  outline: none;
  text-decoration: none;
}


.link-url{
	font-size:10px;

	}
	



 /* ----------------------------------------------------------------------.pager */

.pager{

	border-top: #99ff00 dotted 1px;
	border-bottom: #99ff00 dotted 1px;
	background:#666;
	padding:0px 0;
	height:40px;
	line-height:40px;
		background-image: url(images/secondary_nav_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	float:left;
	}



.pager .pager-current a{
	color:#fff;
	}


.pager  a:link, .pager  a:visited {
  color: #99ff00;
  outline: none;
  text-decoration: none;

}

.pager  a:focus {
  outline: 1px dotted;
}

.pager  a:hover{
  color: #f00;
  outline: none;
  text-decoration: none;
}

.pager  a:active, .pager  li a.active {
  color: #99ff00;
  outline: none;
  text-decoration: none;
}

.pager li {
color:#fff;
}
 
 

/**
 * ----------------------------------------------------------------------2.LAYOUT
 */
.container {
width:960px;
	margin-left:auto;
	margin-right:auto;
		background-image: url(images/bg_nav.jpg);
	background-position: top left;
	background-repeat: no-repeat;

}

/* add this class to div.container in page.tpl to show grid */
.showgrid {
  background: url(images/grid.png) repeat;
}

/**
 * ---------------------------------------              -------------------3.MAIN
 */
 

/* 1 column */
#main {
  margin: 0;
  padding:0;

}

/* 3 columns */
body.sidebars #main {
  float: left;
  width: 420px;
 
}

/* 2 columns - sidebar-left */
body.sidebar-left #main {
  float: left;
  width: 790px;
}



/* 2 columns - sidebar-right */
body.sidebar-right #main {
  float: left;
  width: 790px;
}




/**
 * --------------------------------------------------4.SIDEBARS
 */


#sidebar-left {
width:280px;
  float: left;
  padding-right:45px;
}


.sidebars{
	padding:0;
	margin:0;
	}

#sidebar-right {
	width:160px;
 float:right;
}

#sidebar-right ul {
background: none;
 }

/**
 * ---------------------------------------------------------------5.HEADER
 */
#header {
	width:960px;
	float:left;



}

#header #logo {
padding-top:10px;

  padding-left:50px;
}

#header #sitename {
  float: left;
  margin-bottom: 1.5em;
  display:none;
}

#header h1 {
  font-weight: bold;
  margin: 0;
}

#header h1 a {
  text-decoration: none;
}

#header #siteslogan {
  display: block;
  font-size: 1.5em;
  line-height: 1em;
}




/* removes "Search this site:" label from search forms */
div#edit-search-theme-form-1-wrapper label, 
div#edit-search-block-form-1-wrapper label {
  display: none;
}

/**
 * --------------------------------------------------------------- 6.NAVIGATION
/**
 * 6.NAVIGATION
 */
 
 

 
 
 
ul.links li {
  background: none;

  padding: 0;
}

/* bottom margin leaves space for secondary links */
#nav {
   	width:960px;
	

	text-align:center;

	}


#nav a{ color:#99ff00;
		border-right:1px green dotted;
	
		
		}

#nav ul.primary-links .last a{ 
		border-right:0;
		
		}	


#nav ul.primary-links a:hover, #nav ul.primary-links a:active,  #nav ul.primary-links li a.active{
	color:#fff;
	
	}


#nav ul.primary-links, 
#nav ul.dynamic-persistent-menu-menu {
  /*background: #eee;*/
  font-weight: normal;
	

}

#nav ul.primary-links li, 
#nav ul.secondary-links li, 
#nav div.block-dynamic_persistent_menu li {
  background: none;
 

}

#nav ul.primary-links li a:link, 
#nav ul.primary-links li a:visited, 
#nav ul.dynamic-persistent-menu-menu li a:link, 
#nav ul.dynamic-persistent-menu-menu li a:visited {

  display: inline-block;
  font-size: 16px;
  letter-spacing:.1em;
padding:15px 15px;
  	line-height: 1em;
}

#nav ul.primary-links li a:hover, 
#nav ul.primary-links li a:active, 
#nav ul.dynamic-persistent-menu-menu li a:hover, 
#nav ul.dynamic-persistent-menu-menu li a:active {
  /*text-decoration: underline;*/
}

#nav div#secondary-links, 
#nav ul.dynamic-persistent-menu-sub-menu {
  padding-bottom:20px;
  position: relative;
  width: 100%;
  background-image: url(images/secondary_nav_bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
}

#nav ul.secondary-links li a:link, 
#nav ul.secondary-links li a:visited, 
#nav ul.dynamic-persistent-menu-sub-menu li a:link, 
#nav ul.dynamic-persistent-menu-sub-menu li a:visited {
  display: inline-block;
	text-align:right;
  margin: 0;
  padding: 0 .5em;
}

#nav ul.secondary-links li a:hover, 
#nav ul.secondary-links li a:active, 
#nav ul.dynamic-persistent-menu-sub-menu li a:hover, 
#nav ul.dynamic-persistent-menu-sub-menu li a:active {
  text-decoration: underline;
}

#nav .block {
  margin: 0;
}

#nav ul.dynamic-persistent-menu-menu {
  display: block !important;
}

.breadcrumb {
  color: #ccc;
  padding: 0;
}

.breadcrumb a:link, 
.breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

#nav .links{
	width:960px;
	border-style:none;
	background-image:none;
	}


/**
 * --------------------------------------------------------------- 7.NODES
 */
 
 



	
	
	
	
	#main .node  p{
	font-size:14px;
	padding:20px 30px 10px 30px;
	letter-spacing:.1em;
	line-height:1.5em;
	color:#ededed;
	background-image: url(images/ad_tile_bg.png);
	background-position: bottom;
	background-repeat: repeat;
	font-weight:100;
	}
	
	

#main .node .imagecache-420w_thumb{
	padding-bottom:20px;
	margin:0 auto;
	display:block;
	float:left;
	width:420px;
	
	
	}
	

	
	
	
#main .node .field-label{
	
	}
	


span.submitted {
  color: #333;
  font-size: 10px;
  padding-top:20px;
  display:none;
  
}

.node .picture {
  float: left;
  margin: .5em .5em .5em 0;
}

.node .content p {

  color:#f00;
}


.node .content{
background-image: url(images/ad_tile_bg.png);
background-position: center bottom;
background-repeat: repeat;

}

#contact-mail-page{
background-image: url(images/ad_tile_bg.png);
background-position: center bottom;
background-repeat: repeat;
padding-left:20px;
}



#subscribe .node .content{
background:none;
}

.webform-client-form{
	padding-left:20px;
	}
	
.webform-client-form label{ color:#73CF38}
	
#subscribe .webform-client-form{
	padding-left:0px;
	}


.meta {
  margin: 0 0 3em;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.terms span {
  float: left;
}

.meta div.links ul.links li {
  float: left;
  padding: 0 1em 0 0;
}

.meta div.terms ul.links li {

  float: left;
  padding: 0 0 0 1em;
}

.node_read_more {
  font-weight: bold;
  
  
  
}






/* -----------------------------------------------pagination */

/**
 * --------------------------------------------------------------8.COMMENTS
 */
 
.links {
		padding-top:10px;
			background-image: url(images/ad_tile_bg.png);
	background-position: bottom;
	background-repeat: repeat;
	padding-bottom:5px;
	padding-left:20px;
	border-top:1px #73cf38 dotted;
	width:770px;
	}
 
#comments p{
	font-size:12px;
	padding-bottom:20px;
	padding-top:10px;
	}
	
#comments .indented{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	}
 
.comment {
  margin: 0;
  padding: 0;
}

.comment-bar {
  font-size: 1em;
  line-height: 1.5em;
  position: relative;
}

.comment span.submitted {
  color: #898989;
}

.comment span.new {
  color: red;
}

.comment-title {
  color:#000;
}

.comment .picture {
  float: right;
  margin: 0 0 .5em .5em;
}

.comment ul.links {
  margin: 0 0 1.5em;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 2em;
  padding-left: 1em;
}



/**
 * --------------------------------------------------------------9.BLOCKS
 */
.block {
  margin: 0 0 1.5em;
  position: relative;
  
}



/* * -------------------------------------------------------------- block configuration links */
div.block div.edit {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  display: none;
  font-size: 9px;
  padding: 2px 0 2px 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 40;
}

div.block:hover div.edit {
  display:block;
}

div.block div.edit a {
  color: #999;
  margin-right: 10px;
}

div.block div.edit:hover a {
  color: #000;
}


/* * -------------------------------------------------------------- video views configuration links */



#main div.views-field-teaser{
	width:300px;
	float:left;
	}


/* * -------------------------------------------------------------- views configuration links */


/* title of first post on page */
#main .views-row-first .views-field-title .field-content{
	color:#99ff00;
	font-size:30px;
	font-weight:100;
	float:left;
	width:340px;
	padding-bottom:7px;
	
	}
	
#main .views-row-first .field-content p {
	color:#000;
	font-weight:100;
	float:left;

	}
	
	
	
#main .node #sidebar-right{
background-image: url(images/nodep_bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	}
	
	
	.imagecache imagecache-thumbnail{
		float:left;
		}


.views-field-title{

	margin:0;
	font-size:30px;
	float:left;
	width:340px;
	color:#66cc00;
	padding-bottom:15px;
	padding-top:7px;
	line-height:1.1em;
	
	}
	
#main .node .views-field-title{

	margin:0;
	font-size:30px;
	float:left;
	
	color:red;
	padding-bottom:15px;
	padding-top:7px;
	line-height:1.1em;
	
	}



	


.node .view-content{
	background-color:#fff;
	WIDTH:780PX;
	}
	
div.views-field-name{

	float:left;
	width:320px;
	color:#000;
	display:block;
	}

div.views-field-created{
color:#000;
width:330px;
float:left;
font-weight:bold;
padding-bottom:4px;

}


div #main .views-field-field-gallery-fid{

float:left;


	}

	
	
div #main .views-row-first{
	padding-bottom:10px;
	border:none;
	padding-top:0px;

	}
	
.views-row{
	padding-bottom:20px;
	

}



	
div #main .views-field-body{
width:420px;
float:left;
	}
	
.imagecache-420w_thumb{

padding-bottom:20px;
padding-right:20px;
float:left;


}

div #main .emvideo{
padding-right:20px;
padding-bottom:20px;
float:left;
display:block;

}


div .field-content{
	float:left;
	}
	
.field-content p{	
	font-size:12px;
	color:#666;
	padding-left:5px;
	width:330px;
	line-height:1.7em;
	letter-spacing:.1em;
	font-weight:100;
	
	float:left;
	}
	
	

div .view p {
	margin-bottom:10px;
	}
	

div.view div.views-hide-hover,
div.view:hover div.views-hide,
div.view div.views-admin-links,
div.view div.views-admin-links-hover,
div.view div.views-admin-links:hover {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  font-size: 9px;
  margin-right: 0;
  margin-top: 0;
  padding: 0;
  padding-left: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

div.view div.views-admin-links li a {
  color: #999;
}


	
	



	


/**
 * --------------------------------------------------------------10.FOOTER
 */


#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 1.416667em;
}

/* support drupal */
#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 1.5em;
}

/**
 * --------------------------------------------------------------CSS SUPPORT
 */
span.clear       { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear           { clear: both; }
.clear-block     { display: block; }

.clearfix:after,
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
.clearfix,
.container       { display: block; }

.float-left      { float: left; }
.float-right     { float: right; }
.img-left        { float: left; margin: 1.5em 1.5em 1.5em 0; }
.img-right       { float: right; margin: 1.5em 0 1.5em 1.5em; }

.first           { margin-left: 0; padding-left: 0; }
.last            { margin-right: 0; padding-right: 0; }
.top             { margin-top: 0; padding-top: 0; }
.bottom          { margin-bottom: 0; padding-bottom: 0; }

.text-left       { text-align: left; }
.text-right      { text-align: right; }
.text-center     { text-align: center; }
.text-justify    { text-align: justify; }

.bold            { font-weight: bold; }
.italic          { font-style: italic; }
.underline       { border-bottom: 1px solid; }
.highlight       { background: #ffc; }
.quiet           { color: #666; }
.loud            { color: #000; }
.added           { background: #060; color: #fff; }
.removed         { background: #900; color: #fff; }
.small           { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large           { font-size: 1.2em; line-height: 1.25em; margin-bottom: 1.25em; }

.nopadding       { padding: 0; }
.noindent        { margin-left: 0; padding-left: 0; }
.nobullet        { background: none; list-style: none; list-style-image: none; }

.wrap            { width: 950px; margin: 0 auto; }

.hide            { display: none; }

/**
 * -------------------------------------------------------------- 12.ADVANCED
 */
 
/* * -------------------------------------------------------------- lists */
ol{margin:0 0 1.5em;padding:0;}
ol li{margin:0 0 0 1.5em;}
ul{margin:0 0 1.5em;padding:0;}
ul li{list-style-image:none;list-style-type:none;margin:0;padding:0 0 0 1.5em;}
li ol,li ul,ul ul,ol ol{margin:0;}
ul.menu,.item-list ul{margin:0 0 1.5em;padding:0;}
ul.menu ul,.item-list ul ul{ margin:0;}
ul.menu li,.item-list ul li,li.leaf{background:transparent url(images/menu-leaf.gif) no-repeat 1px .4em;list-style-image:none;list-style-type:none;margin:0;padding:0 0 0 1.5em;}
ul li.expanded{background:transparent url(images/menu-expanded.gif) no-repeat 1px .35em;}
ul li.collapsed{background:transparent url(images/menu-collapsed.gif) no-repeat 0 .35em;}
ul li.leaf a,ul li.expanded a,ul li.collapsed a{display:block;}
ul li.fake-leaf{font-size:1em;font-weight:bold;}
ul.inline li{background:none;margin:0;padding:0 1em 0 0;}
dl{margin:0 0 1.5em;}
dl dt{font-weight:bold;}
dl dd{margin-left:1.5em;}

/* * -------------------------------------------------------------- forms & fieldsets */
input{color:#494949;font:1em Verdana, sans-serif;}
textarea,select{color:#494949;font:1em Verdana, sans-serif;}
fieldset ul.clear-block li{background-image:none;margin:0;padding:0;}
fieldset{background:#fff;border:1px solid #ccc;margin:1em 0;padding:1em;}
fieldset legend{padding:0 0.5em;}
html.js fieldset.collapsed{background:transparent;padding-bottom:.6em;padding-top:0;}
html.js fieldset.collapsible legend a{background:url(images/menu-expanded.gif) no-repeat 0 50%;}
html.js fieldset.collapsed legend a{background:url(images/menu-collapsed.gif) no-repeat 0 50%;}
.form-checkboxes,.form-radios,.form-checkboxes .form-item,.form-radios .form-item{margin:.25em 0;}
.form-button,.form-submit{margin:1em .5em 1em 0;}
.confirmation .form-submit,.search-form .form-submit,.poll .form-submit,fieldset .form-button,fieldset .form-submit,.sidebar .form-button,.sidebar .form-submit,table .form-button,table .form-submit{margin:0 0 1.2em;}
#autocomplete li{cursor:pointer;margin:0;padding:2px;}
#autocomplete li.selected{background:#027ac6;color:#fff;}

/* * -------------------------------------------------------------- admin tab links */
#tabs-wrapper{border-bottom:1px solid #ccc;margin:0 0 .75em;padding:0;}
ul.primary{border-bottom:5px solid #eee;margin:0;padding:.25em 0;}
ul.primary li{background:none;border-top:3px solid #ccc;margin:0 .5em 0 0;padding:.25em 0;}
ul.primary li.active{background:#eee;}
ul.primary li:hover{background:#f5f5f5;}
ul.secondary{background:#eee;border:none;margin:0;padding:.5em 1em;}
ul.secondary li{background:none;border:none;display:inline;line-height:2em;margin:0;padding:0 1em 0 0;}
ul.primary li a,ul.primary li.active a,ul.primary li a:hover,ul.primary li a:visited{background:none;border:0;margin:0;padding:0 1em;text-decoration:none;}
ul.secondary li a,ul.secondary li a:visited{background:none;border:0;margin:0;padding:0;text-decoration:none;}
ul.secondary li.active a,ul.secondary li a:hover{text-decoration:underline;}
ul.primary li.active a,ul.secondary li.active a{font-weight:bold;text-decoration:none;}

/* admin styling */
div.admin,div.admin .left,div.admin .right,div.admin-panel,div.admin-panel .body,div.admin .expert-link{margin:0;padding:0;}
div.admin .left{float:left;width:48%;}
div.admin .right{float:right;width:48%;}
div.admin-panel .description,.form-item .description{color:#666;font-size:0.9167em;line-height:1.636364em;margin:0 0 1.63636em;padding:0;}
div.admin-panel { }
body.admin dt{font-weight:normal;}
body.admin dd{color:#898989;font-size:.9167em;line-height:1.636364em;}
.more-help-link {font-size:.8333em;padding:0.2em 0 0.1em;}
.block-region {font-size:0.8333em;line-height:1.5em;margin:0;padding:0.15em 0.5em;}

/* tables */
#forum thead th {border-bottom:3px solid #ccc;}
#forum td.posts,#forum td.topics,#forum td.replies,#forum td.pager{text-align:left;}
#forum tr td.forum{background-position:4px 9px;}
.forum-topic-navigation{background:#eee;border:none;border-bottom:1px solid #ccc;margin-bottom:1em;padding:5px;}
body.admin table{margin:0 0 1.4em;width:100%;}
body.admin thead th{border-bottom:2px solid #ccc;font-weight:bold;padding:0 1em 0 0;}
body.admin tbody{border-top:none;}
body.admin td,body.admin th{padding:.3em .5em;vertical-align:middle;}
body.admin tr.even,body.admin tr.odd,body.admin tbody th{border:solid #ccc;border-width:1px 0;}
body.admin tr.odd td.active{background-color:#e9e9e9;}
body.admin tr.even td.active{background-color:#eee;}
body.admin tr.odd,body.admin tr.info{background-color:#eee;}
body.admin tr.even{background-color:#f5f5f5;}
body.admin tr.drag{background-color:#fffff0;}
body.admin tr.drag-previous{background-color:#ffd;}
body.admin td.region,body.admin td.module,body.admin td.container,body.admin td.category{background-color:#ddd;border-bottom:1px solid #ccc;border-top:1em solid #fff;color:#666;font-weight:bold;}
body.admin tr:first-child td.region,body.admin tr:first-child td.module,body.admin tr:first-child td.container,body.admin tr:first-child td.category{border-top-width:0;}
body.admin table.sticky-header{margin:0 0 0 1px;z-index:1;}
body.admin table.sticky-header th{padding-top:.5em;}
span.form-required{color:#ffae00;}

/* messages */
.messages{background-color:#fff;border:1px solid #b8d3e5; margin:0; padding:0;}
.messages,.preview,div.warning,div.error{margin:0 0 1.5em;padding:8px 1em;}
.messages ul{margin:0;}
.preview{background-color:#fcfce8;border:1px solid #e5e58f;}
.preview .node{background-color:#fcfce8;}
div.status{border-color:#c7f2c8;color:#33a333;}
div.error,tr.error{background-color:#99ff00;color:#333; margin-top:10px;}
.form-item input.error,.form-item textarea.error{border:1px solid #c52020;color:#f00;}
.messages a{
	color:#f00;
	}
.messages a:hover{
	color:#000;
	}

/* status report */
table.system-status-report tr.error,table.system-status-report tr.error th{background-color:#fcc;border-color:#ebb;color:#200;}
table.system-status-report tr.warning,table.system-status-report tr.warning th{background-color:#ffd;border-color:#eeb;}
table.system-status-report tr.ok,table.system-status-report tr.ok th{background-color:#dfd;border-color:#beb;}
table.system-status-report th{padding-bottom:6px;padding-top:6px;}
table.system-status-report th,table.system-status-report tr.merge-up td{padding-left:30px;}








/*  ------------------------------------------------------------- fresh stoke */

	#fresh_stoke{
	width:420px;
	float:left;
	padding-left:20px;
	
}

#fresh_stoke h1 {
	font-size: 2em;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom:14px;
}

.fs_header{
		height:59px;
	background-image: url(images/fs_header.png);
	background-repeat: no-repeat;
padding-top:20px;
	margin-top:11px;
	
	}
	

	
.fs_header_page{
		height:59px;
	background-image: url(images/fs_header.png);
	background-repeat: no-repeat;
padding-top:20px;
	margin-top:11px;

	
	}
	
.fs_foot{
	height:2px;
	
	background-position: bottom;
	background-repeat: repeat-x;
	margin:0 4px;
	
}	

/* styles the teaser title */
#fresh_stoke .views-field-title{
	font-size:20px;
	width:420px;
	padding-bottom:10px;
	padding-top:35px;
	}

/* styles the teaser body copy */	
#fresh_stoke .field-content p{
	font-size:11px;
	color:#ededed;
	width:420px;
	float:left;
	background:#f00;

	}
	
/* styles the teaser image */	
.fs_body img{
	float:left;
	
	padding-top:20px;
	}
	


/* homepage block styles */	

div.view.view-id-stoke_teaser_block div.views-field-title {
	margin:0;
	float:left;
	width:420px;

	}

div.view.view-id-stoke_teaser_block p {
	color:#333;
	margin:0;
	font-size:14px;
	float:left;
	width:420px;
	}
	
div.view.view-id-stoke_teaser_block div.field-content img {

	float:left;
	
	}
	








#ingredients_header{
	height:59px;
	background-image: url(images/h_about.png);
	background-repeat: no-repeat;
padding-top:20px;
	margin-top:11px;

	
	
	}





	
/*  ------------------------------------------------------------- current issue */	
	
	#current_issue{
	width:280px;
	
	
	

}

	.sidebar-right #current_issue{
	display:none;
	
	

}





/* hides rule between stories on front page*/
#current_issue .views-field-body{
	border-bottom:1px dotted #73cf38;
	
	}

	
	#current_issue .views-field-nothing{
	float:right;
	padding-right:20px;
	}
	
	#current_issue .views-field-nothing a{

	padding-top:13px;
	width:100px;
	height:30px;
	text-align:center;
	background-image: url(images/btn_launchmag.png);
	background-repeat: no-repeat;
	float:right;
	color:#fff;
	letter-spacing:.1em;

}

	#current_issue .views-field-nothing a:hover{
	
	background-image: url(images/btn_launchmag_r.png);
	background-repeat: no-repeat;
	color:#000;
	font-weight:bold;
	
	} 


#current_issue h1 {
	font-size: 2em;
	padding-left: 8px;
	padding-right: 8px;
	color:#fff;
	padding-bottom:14px;
}


#main .ci_header_page{
	height:59px;
	background-image: url(images/ci_header.png);
	background-repeat: no-repeat;
	padding-top:25px;
	width:960px;
	}


	
.ci_header{
	height:59px;
	background-image: url(images/ci_header.png);
	background-repeat: no-repeat;
padding-top:20px;
	margin-top:11px;

	
	}
	
.ci_footer{
	clear:left;
height:60px;
	background-image: url(images/ci_footer.png);
	background-position:left;
	background-repeat: no-repeat;
	border-bottom:1px dotted #73cf38;
	
}

.ci_body img{
	
	float:left;
	
	}
	
.ci_body{
padding-right:0px;
padding-bottom:1px;
line-height:1em;
	
	}
	
.ci_body p{
color:#666;
line-height:1.2em;
float:left;
padding:10px;


		background-image: url(images/ad_tile_bg.png);
	background-position: bottom;
	background-repeat: repeat;

	
	}
	
.ci_body .views-field-title{
	color:#fff;
	}
	
/* styles the teaser title */
#current_issue .views-field-title{
	font-size:20px;
	padding-bottom:10px;
	padding-top:17px;
	line-height:1.2em;
	font-weight:100;
	}

/* styles the teaser body copy */	
#current_issue .field-content p{
	font-size:11px;
	color:#ededed;
	width:100px;
	float:left;

	}
	
/* styles the teaser image */	


	
.mag{
float:left;
padding-right:15px;
	
}


/*  ------------------------------------------------------------- toybox */




#toybox{
	width:200px;
	float:left;
	padding-top:10px;
}




#main .tb_header_page{
	height:59px;
	background-image: url(images/tb_header.png);
	background-repeat: no-repeat;
	padding-top:25px;

	
	}
	
.tb_header_page{
	height:59px;
	background-image: url(images/tb_header.png);
	background-repeat: no-repeat;
	padding-top:10px;
	}
	
#toybox img{
	padding-top:15px;

	}



	




	
.tb_body{
padding-right:0px;
	}
	
.tb_body img{
float:left;
	}
	

	
.tb_foot{
	width:260px;
	height:2px;
	background-image: url(images/fs_rule.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin:10px 4px;
	}

.tb_archive{
	float:right;
	padding-right:27px;
	}
	
#toybox .img{
	padding-right:15px;
	float:left;
	}

#toybox_btn{
	padding-top:10px;
	}
	
		.clear{
	clear:both;
}



/* styles the teaser title */
#toybox .views-field-title{
	font-size:20px;
	padding-bottom:10px;
	padding-top:10px;
	width:250px;


	}

/* styles the teaser body copy */	
#toybox .field-content p{
	font-size:11px;
	color:#333;
	float:left;
	
	

	}
	




/* homepage block styles */	

div.view.view-id-toybox_teaser_block img{
padding-right:10px;
padding-top:10px;
}


div.view.view-id-toybox_teaser_block div.views-field-title {
	margin:0;
	float:left;
	font-size:10px;
	line-height:20px;

	}

div.view.view-id-toybox_teaser_block div.field-content p {
	color:#333;
	margin:0;
	font-size:12px;
	float:left;
	line-height:1.5em;
	padding:7px;
	letter-spacing:0;
	border-top: 1px #73cf38 dotted;
	width:270px;
	}
	

	
 

	
	

/*  ------------------------------------------------------------- connect - fb/tweet */

#connect{
	width:162px;
	float:left;
	padding-bottom:21px;
}

.connect_fb{
	height:118px;
	
}

.connect_tweet{
	height:90px;
	}
	
	


	

/*  ------------------------------------------------------------- search */


#search-theme-form .container-inline{
width:300px;

float:left;
}



/*  ------------------------------------------------------------- subscribe  */

#subscribe{
	width:162px;
	float:left;
	padding-top:25px;

	
}

#subscribe h3{
	display:none;
}

.subscribe_header{
	width:162px;
	height:51px;
	
	background-image: url(images/subscribe_header.png);
	background-repeat: no-repeat;

}

.subscribe_body{
	background-image: url(images/subscribe_bg.png);
	background-repeat: repeat-y;
	padding:0 10px;
	width:160px;
	clear:both;

}

.subscribe_body p{
	padding:10px 0;
	font-size:12px;
	font-weight:bold;
	width:140px;
}





.subscribe_body input, textarea, select {
	width:120px;
	margin:2px 0 0px 0;
	
	}

.subscribe_body title{
	display:none;

}

.subscribe_foot{
	height:81px;
	width:162px;
	background-image: url(images/subscribe_foot.png);
	background-repeat: no-repeat;
	margin-top:-70px;
	}
	
#subscribe p {
	color:#333;
	}
	
	
#subscribe	label{

color: #000;

font-size: 10px;

font-weight: bold;

letter-spacing: 0.01em;
padding:0;

}
	
#subscribe .form-item{
	padding:0;
	margin:0;
	}


	
	
	

	div.block-contact_form_blocks input[type=text] {
  width: 120px;
  }
  
  div.block-contact_form_blocks label{
  font-size:12px;
  color:#f00;
  padding:0;
  margin:0;
  }
	
/*  ---------------------------------------------------------------------- footer */

#footer{
	width:100%;
	background:#000;
	padding:0;
	padding-top:10px;
	margin:0;
	
}

#footer .menu ul{;

color:#f00;
	}

#footer .menu li{;
	float:left;
list-style-type:none;
	}

.footer_container{
	width:960px;
	margin:0 auto;
	height:120px;
	background-color:#000;
		background-image: url(images/footer_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	}

.footer_logo{
	height:43px;
	float:left;
	padding-left:55px;

	}
	
.footer_copyright{
	float:left;
	padding-top:18px;
	padding-left:20px;
	font-size: .75em;
	}

/*  -------------------------------------------------------------------------- footer nav*/


#footer_nav{
	width:900px;
	}

ul li{
	
	  color:#f00;
} 


#footer_nav ul{
padding-top:10px;


}
 
#footer_nav ul li{

display:inline;
line-height:36px; 
padding:0 15px;
} 

#footer_nav ul li a{
color:#99ff00;
display:inline; 
padding:0 10px;}

#footer_nav ul li a:hover{
color:#fff;
}



/* form labels*/
.footer_container label{
	font-size:12px;
	color:#99ff00;
	font-weight:100;
	letter-spacing:.1em;
	padding-bottom:2px;
	}
	
/* form boxes*/
.footer_container input{
	font-size:11px;
	color:#99ff00;
	font-weight:100;
	letter-spacing:.1em;
	background:#333;
	border:none;
	padding:3px;
	
	}

/* required astericks */
.footer_container a{
	font-size:10px;
	color:#fff;
	}
	
/* required astericks */
.footer_container a:hover{
	font-size:10px;
	color:#99ff00;
	}
	
/* hide/show "user login" title */
.footer_container .block h3{
	color:#666;
	font-size:16px;
	width:300px;
	float:right;
	display:none;
	
	}
/* form container box */


/* required astericks */
.footer_container .form-required{
	color:#f00;
	font-size:10px;
	float:left;
	}
	
#footer .block-menu .menu a{ 	
color:#99ff00;
	}
	


/*  --------------------------------------------------------------------- admin styles*/

.node-type-list {
	background-color:#fff;
	padding:20px;
	font-size:18px;
	
	}

.node-type-list dt a {
	font-size:18px;
	padding-top:20px;
	color:#99ff00;
	
	}
	
.node-type-list dt a, .node-type-list dt a:visited, .node-type-list dt a:active {
	color:#99ff00;
	}
	
.node-type-list dt a:hover {
	color:#000;
	}
	
.node-type-list dd {
	margin-bottom:10px;
	padding-bottom:20px;
	font-size:11px;
	color:#666;
	border-bottom: 1px solid #999;
	}

.node-form{
	background-color:#fff;
	padding:20px;
	}
	

#secondary-links a:hover{
	color:#fff;
	}
	
/*  -------------------------------------------------------------- current issue page styles*/

#main div.view-Current-Issue{
	float:left;
	width:750px;
	}
	
#main div.view-Current-Issue .field-content p{
	float:left;
	width:960px;
	color:#fff;
	font-size:12px;
	}
	
.views-field-field-issuu-value label{
	display:block;
	width:300px;
	color:#85c227;
	font-size:11px;
	padding-bottom:4px;
	}


div.view-Current-Issue .views-field-title{
	float:left;
	width:100px;
	

	}
	
div.view-Current-Issue .field-content img{
	float:left;

	width:150px;
	padding-right:7px;
	padding-top:7px;
	}
	
	
	
	
	
	
/*  -------------------------------- current issue block styles
.ciblock{
float:left;
		background-image: url(images/ad_tile_bg.png);
	background-position: bottom;
	background-repeat: repeat;
	width:300px;
	}
*/


.adspace{
	padding-bottom:10px;
	margin-bottom:10px;
	float:left;
		background-image: url(images/ad_tile_bg.png);
	background-position: bottom;
	background-repeat: repeat;
	width:160px;
	}
	
	
.adspace .views-field-title{
	color:#fff;
	float:left;
	padding:7px 10px 0 15px;
	font-size:14px;
	font-weight:bold;
	width:140px;
	
	}
	
.adspace .views-field-body p{
	color:#99ff00;
	padding:7px 10px 0 15px;
	float:left;
	font-size:12px;
	line-height:1.2em;
	width:130px;
	letter-spacing:0;
	
	}
	
.adspace .img{
	padding-bottom:10px;
	float:left;
	}
	
	
	
.sb-image{
	
	float:left;

	}
	
#sb-title-inner{
	color:#99ff00;
	font-size:18px;
	}
	
#sb-counter{
	color:#99ff00;
	font-size:10px;
	}

#sb-info{
	background-color:#000;
	font-size:10px;
		background-image: url(images/windowshade_bar.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding:4px;
	}

/*  ---------------------------------------------------------------- gallery	*/	
	






#main .node .field-field-gallery .field-label{
	color:#f00;
	padding-bottom:10px;
	}
	
	
.imagecache-50px_thumb{
	padding:0;
	width:50px;
	}

	
/*  ------------------------------------------------------- copyright	*/
	
	#copyright{
	width:600px;
	font-size:10px;
	display:block;
	color:#333;
	float:left;
	padding-bottom:25px;
	}
/* -------------------------------------------------------login block */	
	


#user-login-form {
float:right;
  text-align: left;
  width:300px;
}

#user-login-form submit{
clear:both;
  text-align: left;
  width:300px;
}

#user-login-form a{
float:right;
  text-align: left;
  width:300px;
  padding-top:7px;
}

#user-login-form .list-item{
margin-right:10px;
float:left;
display:block;
}

#user-login-form .edit-submit{
margin-right:10px;
float:left;
display:block;
}


#user-login-form .form-item {
  margin: 0;
  float:left;
  padding-right:10px;
}

#user-login-form .form-submit {
  margin: 0;
  float:left;
  padding-right:10px;
  display:block;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0;

}

#block-menu-primary-links{
	display:block;
	}
	
	
	
	
	
	
/*  ------------------------------------------------------- twitter block styles	*/
	
	
.twitter_header{
	width:160px;
	height:78px;
		background-image: url(images/twitter_header.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-top:20px;
	
	}
	
.twitter_foot{
	width:160px;
	height:51px;
		background-image: url(images/follow.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin-top:-15px;
	float:left;
	padding-bottom:24px;
	
	}
	
.twitter_foot a:link{
	color:#000;
	padding-left:28px;
	width:160px;
	height:51px;
	display:block;
	
	}
	
.twitter_foot a:hover{
	color:#000;
	padding-left:0px;
		background-image: url(images/follow_r.gif);
	background-position: top;
	background-repeat: no-repeat;
	width:160px;
	height:51px;
	
	}
	

	
	#block-views-tweets-block2 ul li ol{
	 list-style-type:none;
	padding:0;
	 }
	
#block-views-tweets-block2 .field-content{
	width:120px;
	font-size:11px;
	color:#333;
	}

	
#block-views-tweets-block2 .field-content ul li{
	list-style:none;

	}
	
#block-views-tweets-block2 .views-row li ul{
	
	}

#block-views-tweets-block2 a:link{
	color:#666;
	font-size:10px;
	}
	
#block-views-tweets-block2 a:hover{
	color:#F00;
	}
	
	
	
 #block-views-tweets-block2 .item-list{
	list-style:none;
	float:left;
		background-image: url(images/twitter_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	color:#333;
	padding:10px;
	}
	
 #block-views-tweets-block2 .views-field-created-time{
	margin-bottom:5px;
	font-size:7px;
	
	color:#99ff00;
	padding:0;
	clear:both;
	width:120px;
	}
	
 #block-views-tweets-block2 .views-row{
	float:left;
	margin: 10px 0;
	}
	
	#block-views-Right_Column_Graphic-block_1{
	clear:both;
	}
	

	
	.views-field-nothing .archive{
	
	}


	
	
#toybox	.views-field-view-node{
	width:280px;
	float:left;
	border-bottom:#ccc dotted 1px;
	}
	
#toybox	.views-field-teaser{
	width:280px;
	}



	.views-row-last .views-field-content .archive a:hover{
	
	background-image: url(images/archive_btn_grn_r.jpg);
	background-repeat: no-repeat;
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
	
	} 
	
		.views-row-last .views-field-nothing .archive label{
	display:none;
	}
	
	
	.archive_box h1, h2{
display:none;
	}



#mission{
	height:0px;
	}
	
	
.node .field-label{
	display:none;
	}

	
#contact-mail-page label{
	color:#73cf38;
	}
	
#contact-mail-page {
	color:#fff;
	}
	
#contact-mail-page .form-required{
	color:#f00;
	}


#contact-mail-page div{
border-top:1px solid;
	padding-top:10px;}

#contact-mail-page div .form-item{
border-top:none}



		.sidebar-right .title{
	
	
	

}

		.sidebar-left #current_issue .title{
	display:none;
	
	

}
	
	
.views-field-field-product-shot-fid .imagecache-420w_thumb{
	width:420px;
	display:block;
	float:left;
	}
	
	



.views-field-title{
padding-top:15px;
}


 .views-field-view-node .field-content{
 width:300px;
 }
	
 .views-field-view-node {
	color:#333;
	margin:0;
	
	font-size:12px;
	padding-top:20px;

	float: left;
	padding-bottom:15px;
	}
	
div.views-field-view-node a,
div.views-field-view-node a:active,
 div.views-field-view-node a:visited{
	color:#000;
	font-weight:bold;
	
	}


.view-id-stoke_teaser_block	.views-field-view-node {
	width:420px;
	}
	

	
 div.views-field-view-node a:hover{
	color:#f00;
	font-weight:bold;
	
	
}

div.views-row-first .views-field-view-node a:hover{
	color:#f00;
	font-weight:bold;
	padding-bottom:10px;
	
	
}

#main div.views-row-first .views-field-title a:hover{
	color:#fff;
	
}


#current_issue .views-field-title{
	display:none;
	}
	
#main .views-row{
border-top:#ccc 1px dotted;
float:left;
padding-top:20px;
width:780px;
}



#main .view-id-stoke_teaser_block .views-row{
	width:420px;
	}
	
	
	
	
.view-id-ingredients p{
width:760px;
padding-left:7px;
}
	
	
.view-id-ingredients	.views-field-body{
width:760px;
}
	
	
	.sb-gallery{
	width:50px;
	
	
	}
	
	.sb-gallery .imagecache .imagecache-50px_thumb {
	width:50px;
	padding-right:10px;
	margin:0 auto;
	float:left;
	border-bottom:#99ff00 dotted 1px;
	}
	
	.sb-image{
	padding-right:10px;
	}
	
 .field-field-gallery{
	width:370px;
	border-top:1px #99ff00 dotted;
	border-bottom:1px #99ff00 dotted;
	padding: 14px 24px;
	float:left;
	margin-right:20px;
	margin-bottom:7px;
	
	
	}
	
	 .field-field-gallery img{
	
	border:1px #99ff00 solid;

	
	
	}


.block .block-poll{
	width:140px;
	float:left;
	}
	
	
	
	
	
	
		#toybox .views-row-last .views-field-nothing{
	float:left;
	width:280px;
	border-top:1px solid #ccc;	}
	
	#toybox .views-row-last .views-field-nothing a{

	
	width:166px;
	height:67px;
	text-align:center;
	background-image: url(images/archive_btn_red.jpg);
	background-repeat: no-repeat;
	float:right;
	color:#fff;
	letter-spacing:.1em;

}

	#toybox .views-row-last .views-field-nothing a:hover{
	
	background-image: url(images/archive_btn_red_r.jpg);
	background-repeat: no-repeat;
	color:#000;
	font-weight:bold;
	
	} 
	
	
	
	
	
	
	
	
.view-id-stoke_teaser_block .views-row-last .views-field-nothing{
	float:left;
	width:420px;
	border-top:1px solid #ccc;	}
	
	.view-id-stoke_teaser_block .views-row-last .views-field-nothing a{

	
	width:166px;
	height:67px;
	text-align:center;
	background-image: url(images/archive_btn_grn.jpg);
	background-repeat: no-repeat;
	color:#fff;
	letter-spacing:.1em;
	float:left;

}

	.view-id-stoke_teaser_block .views-row-last .views-field-nothing a:hover{
	
	background-image: url(images/archive_btn_grn_r.jpg);
	background-repeat: no-repeat;
	color:#000;
	font-weight:bold;
	
	} 
	
	.prev{
	padding-top:10px;
			background-image: url(images/ad_tile_bg.png);
	background-position: bottom;
	background-repeat: repeat;
	padding-bottom:20px;
	padding-left:20px;
	
	}
	
	#subscribe .prev{
	display:none;
	}
	
	
	#node-34{
		display:none;
		}
		
		.field-field-manufacturer-link{
		
		padding-top:10px;
			background-image: url(images/ad_tile_bg.png);
	background-position: bottom;
	background-repeat: repeat;
	padding-bottom:20px;
	padding-left:20px;

		}
		
		.node .link-title{
	padding-top:20px;
	padding-bottom:10px;
	font-size:20px;
	color:#fff;
	
	}
	
.node .link-url{
	padding-top:10px;
	font-size:14px;
	border-top: #73cf38 dotted 1px;
	padding-bottom:40px;
	

	}
		
		
	.views-field-field-manufacturer-link-url{
		width:330px;
		float:right;
		padding-top:40px;
			
		}
		
	.views-row-first .link-url a:hover{
		color:#000;
		}
	
	.webform-confirmation{
		color:#f00;
		padding-bottom:10px;
		}
		
		.webform-confirmation .links{
		display:none;
		}
		
		
#block-poll-0{
	width:280px;
	background-image: url(images/stokepoll.jpg);
	background-position: top;
	background-repeat: no-repeat;
	padding-top:70px;
	}
	
#block-poll-0 h3{
	display:none;
	}
	
#block-poll-0 .links{
	width:280px;
	background-image:none;
	padding:20px 0 0 0;
	margin:0;
	border-style:none;
	
	}
	
#block-poll-0 .poll{
	padding:10px 0 0 0;
	margin:0;
	border-style:none;
	}
		
#block-poll-0 .title{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:2px dotted #66cc00;
	margin-bottom:4px;
	}
	
#block-poll-0 .bar .foreground{
	background-color:#99ff00;
	}
	
#block-poll-0 .bar .foreground{
	background-color:#99ff00;
	}
	
#block-poll-0 .text{
	color:#333;
	}
	
#block-poll-0 .percent{
	color:#999;
	font-size:10px;
	padding:3px 0 10px 0;
	}
	
#block-poll-0	.total{
	text-align:left;
	color:#999;
	font-size:14px;
	border-top:1px #99ff00 dotted;
	padding-top:10px;
	}
	
#block-poll-0	label{
	color:#333;
	}
	
#block-poll-0	#edit-vote{

	float:left;
	padding-top:10px;
	margin-top:7px;
	
	}
	