/*  
Theme Name: BCPCA 
Theme URI: http://www.gocrocodile.com
Description: Custom Theme for BC Petroleum Contractors Association
Version: 1.0
Author: Crocodile Creative
Art Director: Steven Wood
Author URI: http://www.gocrocodile.com

*/

/* @group RESET */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End CSS Reset */

/* @end */

body{
	background: #2e343b url(images/backgrounds/rotate.php) no-repeat fixed center top;
 	color: #fff;
	font: 12px/1.4 "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

p {
	padding-bottom: 12px;
}

/* @group Link Styles */

a {color: #C1D82F;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
a:link {color: #C1D82F;}
a:visited {color: #C1D82F;}
a:hover {color: white;}
a:active {color: #ccffff;}

h1, h2, h3, h4, h5, h6 a{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

#container{
width: 960px;
background: transparent;
	margin: 0 auto;
}

/* @group Header Styles */

/* @group Menu */

#menu{
	height: 25px;
	width: 720px;
	float: left;
	text-align: left;
	margin-left: 240px;
	margin-top: 25px;
}

#logo
{
	display: block;
	width: 200px;
	height: 75px;
	background: url(images/bcpca.png) no-repeat 0 0;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

#logo span
{
  display: none;
}

#home
{
	display: block;
	width: 69px;
	height: 25px;
	background: url("images/home.png") no-repeat 0 0;
	float: left;
}

#home:hover
{ 
  background-position: 0 -25px;
}

#home span
{
  display: none;
}

#home2
{
	display: block;
	width: 69px;
	height: 25px;
	background: url("images/home.png") no-repeat 0 -25px;
	float: left;
}

#about
{
	display: block;
	width: 117px;
	height: 25px;
	background: url("images/about.png") no-repeat 0 0;
	float: left;
	margin-left: -8px;
}

#about:hover
{ 
  background-position: 0 -25px;
}

#about span
{
  display: none;
}

#about2
{
	display: block;
	width: 117px;
	height: 25px;
	background: url("images/about.png") no-repeat 0 -25px;
	float: left;
	margin-left: -8px;
}

#membership
{
	display: block;
	width: 113px;
	height: 25px;
	background: url("images/membership.png") no-repeat 0 0;
	float: left;
	margin-left: -8px;
}

#membership:hover
{ 
  background-position: 0 -25px;
}

#membership span
{
  display: none;
}

#membership2
{
	display: block;
	width: 113px;
	height: 25px;
	background: url("images/membership.png") no-repeat 0 0;
	float: left;
	margin-left: -8px;
}


#training
{
	display: block;
	width: 88px;
	height: 25px;
	background: url("images/training.png") no-repeat 0 0;
	float: left;
	margin-left: -8px;
}

#training:hover
{ 
  background-position: 0 -25px;
}

#training span
{
  display: none;
}

#training2
{
	display: block;
	width: 88px;
	height: 25px;
	background: url("images/training.png") no-repeat 0 -25px;
	float: left;
	margin-left: -8px;
}


#faq
{
	display: block;
	width: 54px;
	height: 25px;
	background: url("images/faq.png") no-repeat 0 0;
	float: left;
	margin-left: -8px;
}

#faq:hover
{ 
  background-position: 0 -25px;
}

#faq span
{
  display: none;
}

#faq2
{
	display: block;
	width: 54px;
	height: 25px;
	background: url("images/faq.png") no-repeat 0 -25px;
	float: left;
	margin-left: -8px;
}


#news
{
	display: block;
	width: 67px;
	height: 25px;
	background: url("images/news.png") no-repeat 0 0;
	float: left;
	margin-left: -8px;
}

#news:hover
{ 
  background-position: 0 -25px;
}

#news span
{
  display: none;
}

#news2
{
	display: block;
	width: 67px;
	height: 25px;
	background: url("images/news.png") no-repeat 0 -25px;
	float: left;
	margin-left: -8px;
}


#resources
{
	display: block;
	width: 165px;
	height: 25px;
	background: url("images/resources.png") no-repeat 0 0;
	float: left;
	margin-left: -8px;
}

#resources:hover
{ 
  background-position: 0 -25px;
}

#resources span
{
  display: none;
}

#resources2
{
	display: block;
	width: 165px;
	height: 25px;
	background: url("images/resources.png") no-repeat 0 -25px;
	float: left;
	margin-left: -8px;
}


#contact
{
	display: block;
	width: 84px;
	height: 25px;
	background: url("images/contact.png") no-repeat 0 0;
	float: left;
	margin-left: -8px;
}

#contact:hover
{ 
  background-position: 0 -25px;
}

#contact span
{
  display: none;
}

#contact2
{
	display: block;
	width: 84px;
	height: 25px;
	background: url("images/contact.png") no-repeat 0 -25px;
	float: left;
	margin-left: -8px;
}


/* @end */

#header{
	width: 960px;
	height: 50px;
	float: left;
	margin-top: 30px;
}

/* @end */

/* @group Main Divs */

#content{
	float: left;
	width: 960px;
}

#main{
float: left;
	width: 720px;
	height: 590px;
}


#col2{
float: left;
width:  250px;
height:  590px;
background: transparent url(images/opt3_back.png) repeat-y left top;
	overflow: auto;
}


#col3{
	float: left;
	width: 470px;
	height: 590px;
background: transparent url(images/opt3_back.png) repeat left top;
}

#col4{
	float: left;
	width: 480px;
	height: 590px;
	background: transparent url(images/opt3_back.png) repeat-y left top;
	overflow: auto;
}	

#col5{
	float: left;
	width: 240px;
	height: 590px;
	background: transparent url(images/opt3_back.png) repeat-y left top;
	overflow: hidden;
}

#col10{
	float: left;
	width: 240px;
	height: 590px;
	background: transparent url(images/opt3_back.png) repeat-y left top;	
	overflow: hidden;
}
	

#col6{
	float: left;
	width: 720px;
	height: 590px;
	background: transparent url(images/opt3_back.png) repeat left top;
	overflow: auto;
}

#col7{
	float: left;
	width: 400px;
	height: 590px;
	background: transparent url(images/opt3_back.png) repeat left top;
	overflow: auto;
}

#col8{
	float: left;
	width: 317px;
	height: 560px;
	background: transparent url(images/opt3_back.png) repeat left top;
	overflow: auto;
	margin-left: 3px;
	padding-top: 30px;
}

#cat_title{
	float: left;
	width: 680px;
	padding-top: 30px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#cat_title h2 a{
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* @end */

/* @group Sidebar */

#sidebar{
float: left;
width: 240px;
height: 590px;
background: transparent url(images/sidebar.png) repeat-y left top;
}

#sidebar a{
	color: #E0E5A8;
	text-decoration: none;
	font-weight: bold;
}
#sidebar a:hover{
	color: #fff;
}
#voice
{
	display: block;
	width: 200px;
	height: 83px;
	background: url("images/voice.png") no-repeat 0 0;
	float: left;
	margin-left: 20px;
	margin-top: 50px;
}

#voice span
{
  display: none;
}

#role
{
	display: block;
	width: 200px;
	height: 119px;
	background: url(images/role.png) no-repeat 0 0;
	float: left;
	margin-left: 20px;
	margin-top: 50px;
}

#role span
{
  display: none;
}

#trades
{
	display: block;
	width: 200px;
	height: 83px;
	background: url(images/tradesperson.png) no-repeat 0 0;
	float: left;
	margin-left: 20px;
	margin-top: 50px;
}

#trades span
{
  display: none;
}


#sidecontent{
	width: 180px;
	margin-top: 150px;
	display: block;
	float: left;
	padding-left: 30px;
}



#sidecontent2{
	width: 180px;
	margin-top: 115px;
	display: block;
	float: left;
	padding-left: 30px;
}

#sidecontent3{
	width: 180px;
	margin-top: 150px;
	display: block;
	float: left;
	padding-left: 30px;
}



#sidecontent4{
	width: 180px;
	margin-top: 50px;
	display: block;
	float: left;
	padding-left: 30px;
}

/* @end */

/* @group Home Page */

#mainmenu{
	width: 720px;
	height: 90px;
	display: inline;
	float: left;
	clear: right;
	overflow: hidden;
	margin-top: 40px;
	margin-left: 5px;
}
/* @group Main buttons */

#mainabout
{
	display: block;
	width: 210px;
	height: 90px;
	background: url("images/about_block.png") no-repeat 0 0;
	float: left;
	margin-left: 20px;

}



#mainabout span
{
  display: none;
}

#mainmemberships
{
	display: block;
	width: 210px;
	height: 90px;
	background: url("images/membership_block.png") no-repeat 0 0;
	float: left;
	margin-left: 20px;

}



#mainmemberships span
{
  display: none;
}

#maintraining
{
	display: block;
	width: 210px;
	height: 90px;
	background: url("images/training_block.png") no-repeat 0 0;
	float: left;
	margin-left: 20px;

}



#maintraining span
{
  display: none;
}

/* @end */

#mainhome{
float: left;
	width: 720px;
	height: 590px;
	background: url(images/home.jpg) no-repeat left top;
}

/* @end */


#footer{
	height: 30px;
	clear: both;
	float: left;
	width: 960px;
	background: transparent url(images/footer_logo.png) no-repeat right top;
}

/* @group Clearfix */

/*************************************
 +Clearfix
*************************************/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  }
  
.clearfix {display:inline-block;}
  /* Hide from IE Mac \*/
.clearfix {display:block;}
  /* End hide from IE Mac */

.clear{
	width: 100%;
	clear: both;
}

/* @end */

/* @group Post Styles */

#col2 .post{
	width: 200px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
}


#col7 .post{
	width: 350px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
.post{
	width: 420px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

.post h2{
			font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

.catpost h2{
			font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.post h1{
	}

.post h3{
		font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
	padding-top: 10px;
}

.post h4{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
	margin-top: -10px;
	color: #2d2c44;
}

.post h5{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2d2c44;
}

.post h6{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h6 a{
		
	font: 18px/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	vertical-align: top;
}

.post preformatted{
		font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.post address{

	padding-left: 20px;

}

.post ol, .catpost ol{
	width: 390px;
	margin: 10px auto;
	padding-left: 20px;
}
#col2 .post ol{
	width: 180px;
	margin: 10px auto;
	padding-left: 10px;
}
.post ul, .catpost ul{
	background-color: #d66729;
	width: 420px;
	padding-top: 10px;
	margin: 0 auto 20px;
	letter-spacing: 1.1px;
}
.post ul li, .catpost ul li{
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	line-height: 1;
	padding-bottom: 10px;
}
.post ol li, .catpost ol li{
	font-size: 11px;
	line-height: 1.3;
	padding-bottom: 10px;
	list-style-image: url(images/cross.png);
	list-style-position: outside;
}
#col2 .post ol li{
	font-size: 11px;
	line-height: 1.3;
	padding-bottom: 10px;
	list-style-image: url(images/cross.png);
	list-style-position: outside;
}


.post li strong, .catpost li strong{
	font-size: 12px;
	font-weight: bold;
	color: #C1D82F;
}
.post li strong a, .catpost li strong a{
	color: #C1D82F;
}
.post ul li em, .catpost ul li em{
	font-size: 10px;
	font-style: italic;
	line-height: 1.4;
	letter-spacing: .05em;
	color: #2d2c44;
}

.post ul li em a, .catpost ul li em a{
	color: #2d2c44;
}

.catpost{
	float: left;
	width: 680px;
	margin-top: 30px;
	padding-left: 30px;
}
.catpost ul{text-align: left; float: none; margin-right: 0px; margin-left: 0px;}
.catpost ol{text-align: left; float: none; margin-right: 0px; margin-left: 0px;}

.post h2 a{
	text-decoration: none;
}


/* @end */

/* @group Entry Styles */

.entry{
	width: 420px;
}
#col2 .entry{
	width: 200px;
}

#col7 .entry{
	width: 350px;
}
.middle_image{
	margin-bottom: -5px;
	margin-right: 5px;
}

.catentry{
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding-bottom: 10px;
	margin-top: 10px;
	min-height: 100px;
}

.catentry a{
	text-decoration: none;
	color: #fff;
}
.catpost h6 a{
	
	font: 18px/1.2 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	color: #fff;
	vertical-align: top;
}
.entry a{
	text-decoration: none;
}

/* @end */

.middle_image{
	margin-bottom: -5px;
	margin-right: 5px;
}

/* @group Column 8 */



#col8 h2{
			font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 75px;
	vertical-align: middle;
}

#col8 h5{
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2d2c44;
	padding: 0 20px 10px;
}

#col8 ul{
	width: 275px;
	padding-top: 47px;
	padding-bottom: 10px;
	margin: 0 auto 20px;
	background-color: transparent;
}

#col8 li{
	height: 50px;
	margin-bottom: 20px;
	float: left;
	width: 275px;
	padding-top: 2px;
}
#col8 li a{
	color: #2d2c44;
	font-size: 12px;
	text-decoration: none;
	padding-top: 25px;
}
.thumb{
	width: 50px;
	height: 50px;
	float: left;
	padding-right: 20px;
	vertical-align: middle;
	margin-top: -20px;
}

.thumbnail{
	padding-right: 20px;
	float: left;
	display: inline;
}

/* @end */

/* @group WP Styles */

p.postmetadata{
	padding-top: 10px;
}

.navigation{

}
.navigation a {color: #710b09;
	text-decoration: none;
}
.navigation a:visited {color: #710b09;}
.navigation a:hover {color: #3a3a3a; text-decoration: underline;}
.navigation a:active {color: #000;}


.sideclear{
	clear: both;
}
.comments-template{
}

#respond{
	}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
		background-position: left top;
	background-repeat: repeat-y;
	background-image: url(images/postback.png);
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 0px solid #ccc;
		background-position: left top;
	background-repeat: repeat-y;
	background-image: url(images/postback.png);
}

.comments-template h2, .comments-template h3{
			font: 18px Georgia, "Times New Roman", Times, serif;
	color: ##710b09;
	text-indent: 20px;
}
#comments{
		background-position: left top;
	background-repeat: repeat-y;
	background-image: url(images/postback.png);
	padding-top: 105px;
}
.commentmetadata{
	font-size: 12px;
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(images/postback.png);
	padding-top: 20px;
	text-indent: 20px;
}

.comments-template p.nocomments{
	padding: 0;
		background-position: left top;
	background-repeat: repeat-y;
	background-image: url(images/postback.png);
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
		background-position: left top;
	background-repeat: repeat-y;
	background-image: url(images/postback.png);
}

/* WP 2.6 additions
 */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}



/* @end */


