/*

Theme Name: Brophy

Theme URI: http://www.drewbrophy.com

Description: Website Template for drewbrophy.com

Version: 1.0

Author: Ian

Author URI: http://www.surfcamp.com/ianwynne


 

/* ----------------------------------------------

   HTML ELEMENTS

------------------------------------------------- */ 

/* Top Elements */

* { margin: 0; padding: 0; outline: 0 }

body {
	font-size: 13px; 
	font-family: Arial, verdana,Helvetica, sans-serif;
	color: #efefef; 	
	margin: 0;
	padding: 0; 
	background: #000000 url(http://drewbrophy.com/site/wp-content/themes/brophy/images/background/rotator.php) no-repeat fixed center top;
	text-align: center;
}

/* Links */

	a, a:active, a:link {
	text-decoration: none;
/*	color: #339999;	 */
	color: #EC8935;		
}

a:visited {

	text-decoration: none;
}

a:hover {
/*	color: #cdcdcd; */
	color: #FFC700;
}



/* headers */

h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFCC00;
}

h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 0px;	
}

h2 {
	font-size: 1.5em;
	color: #FFCC00;
	padding: 5px 0px 5px 0px;
}

h3 {
	font-size: 1.4em;	
	font-weight: normal;
	padding: 2px 0px 0px 0px;
}

p, dl { padding: 10px 10px 10px 0px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}

dd {
  padding-left: 25px; 
}

/* IMAGES */

img {
	border: none; 
  	padding: 5px;
}

img#shadowbox_content {
	border: none; 
  	padding: 0px;
}

img.float-right {
  	margin: 5px 0px 10px 10px;
}

img.float-left {
  	margin: 5px 10px 10px 0px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	margin: 0 7px 2px 0;
	}
	
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	text-align: center;
	font-size: 85%;
	color:#999 !important;
	font-weight: bold;
}
	
.also-bought {
	width:100px; 
	text-align: center; 
	font-size:85%; 
	float: left;
	margin: 0 15px 15px 0;
	padding: 5px;
}	

	.sold {
	position:relative;
	}
	
		
.sold img {
  z-index:1;
  position:absolute !important; 
  top:-5px; left:130px; 

	}

code {

  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}

acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}

blockquote {

	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
	background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.3em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}


/* start - table */

table {
	margin: 1px 1px; 
	border-collapse: collapse;
}

th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 6px;
	padding-right: 6px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #006666;
}

tr {
	color: #ffffff;
}

td {
	padding-left: 1px;
	padding-right: 1px;
}

/* end - table */


/*  elements */

form {
	margin: 0; padding: 15px;
	border: 1px dashed #333333;
}

form#cart {
	background: none;
	border: none;
}

label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #fff;
}

input, select, textarea {

	padding: 0px 0px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #6A6969;
	background: #fff;  
	border: 1px solid #1C1C1C;
}

.cart-button {
background-color : #c00;
color : #fff;
font : bold 12px/12px verdana, geneva, helvetica;
background: url('http://drewbrophy.com/site/wp-content/themes/brophy/images/cart_off.jpg') no-repeat top left;
padding: 8px 8px 8px 30px;
border : 2px solid #fff;
}

.cart-button:hover {
background-color : #c00;
color : #000;
background: url('http://drewbrophy.com/site/wp-content/themes/brophy/images/cart_on.jpg') no-repeat top left;
padding: 8px 8px 8px 30px;
font : bold 12px/12px verdana, geneva, helvetica;
border : 2px solid #333;
}



textarea {
	width: 400px;
	height: 100px;
	display: block;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFCC00;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}


.cart-add form {
float:right;
margin:5px;
padding:5px 0 5px 5px;
width:145px;
}

.cart-add .price {
	color:#FFCC00;
}


.cart-view form {
	width:80px;
}



.cart-add form input.button { 

	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFCC00;
	background: #000;
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}



.wp-calendar {
	width:200px;
}



/* search form */

.searchform {
	margin-top:5px;	
	width: 200px;
}

.searchform p { margin: 0; padding: 0 0 10px 0; }

.searchform input.textbox { 
	width: 125px;
	height: 16px;
	padding: 5px;	
	vertical-align: top;
}

.searchform input.button { 
	width: 60px;
	height: 29px;
	padding: 2px 5px;
	vertical-align: center;
        background-color:#313B45;
	color:#cccccc;
}

/* search form */

.searchform2 {
	margin-top:5px;	
	width: 200px
}

.searchform2 p { margin: 0; padding: 0 0 10px 0; }

.searchform2 input.textbox { 
	width: 120px;
	height: 26px;
	padding: 3px;	
	vertical-align: top;
}

.searchform2 input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 2px;
	vertical-align: top
}

/* ------------------------------------------

   LAYOUT

------------------------------------------- */ 

#wrap {
	position: relative;
	width: 780px;	
	margin: 0 auto;
	text-align: left;		
}

#content-wrap {
	position: relative;
	clear: both;
	width: 830px;	
	padding: 20px 20px 20px 20px; 		
	margin-left: 0px;
	background: #000;
	float: left;	
	display: inline;	
}

#content-wrap img {
	position: relative;
	clear: both;
	background: transparent;
}

#header {
	position: relative;
	width: 830px;	
	height: 180px;	
	margin: 0; padding: 0 0 0 40px;		
	background: #000;
}

#header img {
	margin: 0; padding: 0;
}


/* header search */

#header form #quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 999999;
}

#header form, #quick-search p {
	margin: 0; padding: 0;		

}

#header form, #quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 200px;
	background: none;
	border: none;
}

#header form, #quick-search label,

#header form, #quick-search .btn {
	display: none;	
}


/*  Navigation  */

#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 40px;
	width: 900px;
	left: 0;
	top: 35px;
	font-family: arial;
}

#nav ul {
/*	float: left;  */
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: 0 0 0 5px; padding: 0;	
	display: inline;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}

#nav ul li a {
	float: left;
	margin: 0; padding: 0 8px;
	font: bold 15px/35px Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #33ccff;
}

#nav ul li a:hover, 

#nav ul li a:active {

	color: #eee;

	background: none;

	border: none;

}

#nav ul li.current_page_item a {	

	color: #0077B5;	

}



#header h1#logo-text a {

	position: absolute;

	margin: 0; padding: 0;

	font: normal 72px Georgia, 'Times New Roman', Times, serif;

	letter-spacing: -1.5px;

	color: #fff;

	text-decoration: none;

	

	/* change the values of top and left to adjust the position of the logo*/

	top: 140px; left: 10px;	

}

#header h1#logo-text a:hover {

	background: none;	border: none;

}

#header p#intro {

	position: absolute;

	margin: 0; padding: 0;

	font-family: Georgia, 'Times New Roman', Times, serif;

	font-weight: normal;

	font-size: 18px;

	line-height: 1.6em;

	font-style: italic;

	text-transform: none;

	color: #cd9857;

	width: 400px;

	

	/* change the values of top and left to adjust the position */

	top: 245px; left: 15px;		

}



/* Main Column */

.endpost {

  	height: 40px;	
  	width: 400px;
  	margin-left: auto;
	margin-right: auto;

   	
}



#main {
	float: left;
	width: 555px;
	padding: 0 0 0 20px; margin: 0;
	display: inline;	
	position: relative;
}

#main h2 {
	padding-bottom: 10px;
	margin-top: 0px;
	font: bold 1.6em 'Trebuchet MS', Arial, verdana, sans-serif;
	text-transform: none;	
}

#main h2 a {
	color: #A2D7FF;
	text-decoration: none;		
	border: none;	
	font-size:24px;
}

#main h2 a:hover {
	color: #FFC700;
	text-decoration: none;	

#main p 
	color: #efefef;
}

#main ul li {
	list-style-image: url(images/gold_ball.jpg);
	padding-left: .2em;
	list-style-position: outside;
}

/* Sidebar */	

#sidebar {
	float: right;
	margin: 0; 
	width: 205px;
	padding: 0 30px 0 0;		
	display: inline;
}	

#sidebar h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#sidebar h3 a {
	text-decoration: none;	
	border: none;
	color: #666666;	
}

#sidebar h3 a:hover {	
	color: #009999;
}

#sidebar ul {
	text-align: left;
	margin: 0px 0px 10px 0px; padding: 0;		
}

.flexi ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
	text-transform: uppercase;		

}

#sidebar ul li {
 /* 	background-image: url(images/gold_ball.jpg); */
   	background-repeat: no-repeat;
   	background-position: 1px 5px;
	list-style: none;
	padding: 3px 10px;
	margin: 0;
  	border-bottom:1px dotted #333333;		
}

* html body #sidebar ul li {
	height: 1%;
}

#sidebar ul li a {
	line-height: 18px;
	text-decoration: none;	
	border: none;
	color: #33ccff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar ul li a span {
	color: #444;	
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}

#sidebar ul li a:hover,

#sidebar ul li a:hover span {	
	color: #FFCC00;	
}

#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }

#sidebar ul ul li { border: none; }

#respond { margin: 30px 0 0 0; }


/* FOOTER */

#footer-wrap {
	position: relative;
	clear: both;
	padding: 20px;
	margin: 0;
	font: normal 1em Arial, sans-serif;	
 	background: #000;
	color: #cccccc;
	width: 830px;
	float: left;	
	display: inline;
}

#footer-wrap h3 {
	font: normal 1.6em/1.6em Arial, sans-serif;
	color: #cccccc;
}

#footer-content {	
	margin: 0 auto;		
	width: 780px;
	text-align: center;
}

#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}

#footer-content ul.col-list li {
	border-bottom: 1px solid #111;
}

#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #cccccc;
	border: none;
}

#footer-content ul.col-list li a span {
	color: #cccccc;
	font-style: italic
	font-weight: normal;
	font-family: Arial, serif;
}

#footer-content ul.col-list li a:hover,

#footer-content ul.col-list li a:hover span {
	color: #fff;
	text-decoration: none;
}



#footer-content .col {
	width: 780px;
	padding: 0 0 10px 0;			
	display: inline;
}

#footer-content .col2 {
	width: 285px;
	padding: 0 0 30px 0;	
	display: inline;
}

#footer-content .space-sep {
	margin-right: 12px;
}

/* cart pages */

.product h3 {
	font-size: 16px;
	font-weight:bold;
	padding: 8px;
	background: #333; 
	color: #FFCC00; 	
		margin-bottom: 10px;

}	


.product1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00ffff;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
	width:535px;
	padding: 5px;
	margin-bottom: 10px;
	 clear: both;

}

.product1 form {
 float: right;
color:#FFCC00;
  font-size:14px;
font-weight:bold;
	margin-top: 10px;

}

.product1 h3 {
	font-size: 16px;
	font-weight:bold;
	padding: 8px;
	background: #333; 
	color: #FFCC00; 	
		margin-bottom: 10px;

}	

.product1 spacer {
  clear: both;
  }





.catBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009999;
	border-top: 1px solid #999999;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #666666;
	width:270px;
}

.catBox img {

	background: #000;

   border: 0px solid #1B1B1B;
   
   margin: 3px;

	padding: 3px;

}

.catBox form {

	background: #000; 	

}

img.cart_nav{

   border: 0px solid #1B1B1B;

}

.catBox_header {

	background: #333333 url(images/blue_ball.jpg) left center no-repeat;
	color: #FFCC00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	text-align: left;
	   margin: 1px;
	padding: 10px;
}

.catBox .productTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
		margin-left: 10px;
	color: #FFCC00;
}

.catBox .formButton { 
font-size: 8pt; 
color: #000; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: 500; background: #fff; 
border: 1px solid #7e7e7e; }

/* postmeta */

.postmeta {	

	padding: 7px 5px; margin: 20px 10px 15px 10px;	

	font-size: 1em;	

	color: #545454;

	border: 1px solid #111;

	background: #111;

}

.date{ margin: 0 10px 0 5px;
text-align:center;
	}

.commentlist .quote {
	background:url(http://drewbrophystore.com/site/wp-content/themes/brophy/images/bg_quote.gif) no-repeat top right;
	}

.commentlist li {
 	padding: 5px 18px 22px 18px;
	margin-top:15px;
	background:#454545 url(http://drewbrophystore.com/site/wp-content/themes/brophy/images/bg_commentlist.gif) bottom no-repeat;
	color:#e4edee;
	}

.commentlist cite {
	display:block;
	font-style:normal
	}

.commentlist cite a:link, .commentlist cite a:visited {
	color:#88e5f0;
	text-decoration:none;
	}

.commentlist cite a:hover, .commentlist cite a:active {
	color:#FFF;
	text-decoration:underline;
	}


.postmeta a.comments { margin: 0 10px 0 5px;	}

.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-category { 
font-style:italic; 
font-size:14px; 
color: #cccccc;
padding-bottom:7px; 
border-bottom:1px dotted #333333; 
font-family:'Trebuchet MS', arial;
}

.post-category a {color:#666666;}
.post-category a:hover {color:#999999;}

.post-info { 
font-size: .85em; 
padding-top: 5px; 
margin-left: 0px; 
color: #444;	
border-top: 3px #FFFFFF;

}

.post-info a { color: #BD4200; }



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clearer { clear: both; }



.clear {

	display:inline-block;

}

.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

.little {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; font-style: normal; color: #666666;}

.textbox { font-size: 10pt; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: 500; background: #CCCCCC; border: 1px solid #7e7e7e; }

.formButton { 
font-size: 8pt; 
color: #000; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-weight: 500; 
background: #fff; 
border: 1px solid #333333;
clear: both; 
}

a.main_nav {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
}

a.main_nav:link { color: #FFCC00; }
a.main_nav:active { color: #FFCC00; }
a.main_nav:hover { text-decoration: none; color: #71DBE9; }


a.bot_nav { text-decoration: none; color: #cccccc; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
a.bot_nav:hover { text-decoration: underline; color: #FFCC00; }
a.box_title {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC00;
	font-weight: normal;
	text-align: center;
}

a.box_title:hover { text-decoration: underline; }

a.leftS_nav {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #009999;
	text-transform: uppercase;
}

a.leftS_nav:link { color: #009999; }

a.leftS_nav:active { color: #009999; }

a.leftS_nav:hover { text-decoration: underline; color: #FFCC00; }

a.leftL_nav {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC00;
}

a.leftL_nav:link { color: #FFCC00; }

a.leftL_nav:active { color: #FFCC00; }

a.leftL_nav:hover { text-decoration: underline; color: #FFCC00; }

.menulines{
	text-align: left;  
	height: 24px;
	width: auto;
}

.menulines a { 
	text-decoration:none; color:#FFCC00;
}

.productTitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
}


.linksleftmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #009999;
	font-weight: bold;
	background: url(http://drewbrophystore.com/images/structural/gold_ball.jpg) left center no-repeat;
	text-transform: uppercase;
}

.left_tbl_ttl {
	text-align: left;
	border: 1px solid #CCCCCC;
}

.tbl_ttl_cl_pad {

	padding: 1px;

	border: 1px dotted #009999;

}

.tbl_ttl_cl {

	background-color: #333333;

	color: #FFCC00;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: 800;

	text-align: left;

	padding: 3px;

}

.pageTitles {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 18px;

	font-weight: bolder;

	text-transform: uppercase;

	color: #FFCC00;

}

.boxText {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

	color: #000;

}

.catBox {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #009999;

	border-top: 1px solid #999999;

	border-right: 1px solid #666666;

	border-bottom: 1px solid #333333;

	border-left: 1px solid #666666;

}



.galleryTops {

	background-color: #333333;

	color: #FFCC00;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: 800;

	text-align: left;

	padding: 3px;

	background-repeat: repeat;

}

			/* IE6 Fix */
			.fluid_block .top div, .fluid_block .bottom div{
				font-size:0;
				overflow:hidden;
			}


			.fluid_block .top{
				background: url(images/eyewing_top.jpg) no-repeat;
        height: 202px;	
				
			}
						.fluid_block .top	h3 {
    padding: 120px 60px 0px 70px; 
    	text-align: center;
    	line-height: 1;
 
} 
	
			.fluid_block .content{
				background: url(images/eyewing_mid.jpg) repeat;
			}
			
			.fluid_block .content	p {
    padding: 0px 60px 20px 70px; 
        	text-align: center;
  
 
} 

			.fluid_block .bottom{
				background: url(images/eyewing_bot.jpg) no-repeat;
				 height: 202px;
				 	text-align: center;
				 	    padding: 50px 60px 0px 70px; 
			}




.headers {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	color: #FFCC00;

}

.productlist ol, ol li {
    margin: 0 auto;
padding:0;
list-style-position: inside;
}

/* The wider the #list_wrapper is, the more columns will fit in it */
#list_wrapper{
    width: 560px

}

/* The wider this li is, the fewer columns there will be */
    ol.multiple_columns li{
        list-style-image: none;
        text-align: left;
        float: left;
        list-style: none;
font-size:11px;

        width: 260px;
        padding:6px;
    }
    
    
        ol.multiple_columns2 li{
        list-style-image: none;
        text-align: left;
        float: left;
        list-style: none;
        font-size:11px;
        width: 260px;
        padding:6px;
    }
    
        ol.multiple_columns li h3 {
	font-size: 13px;
	font-weight:bold;
	text-transform:uppercase;
	padding: 4px;
	margin-bottom:5px;
	background: #333; 
	color: #FFCC00; 	
		margin-bottom: 0px;
    }
    
  ol.multiple_columns li h3 a {

	color: #FFCC00; 	

}	

  ol.multiple_columns li h3 a:hover {

	color: #33CCFF; 	

}	


  ol.multiple_columns li p {
padding:2px;	

}	

  ol.multiple_columns li input {
	clear:both;	

}


.pen-table {
  font: normal 13px verdana, arial, helvetica, sans-serif;
  color: #F6ECF0;
  background: #000;
  margin: 5px 0 5px 0;
border-collapse: collapse; 
  }

.pen-table td {

  padding: 5px 10px 5px 10px;
    border: 1px dashed #111;

  color: #F6ECF0;

  }

.pen-table tbody td a {
  background: transparent;
  text-decoration: none;
  color: #111;
  }
.pen-table tbody td a:hover {
  background: transparent;
  color: #FFFFFF;
  }

.pen-table tbody th a:hover {
  background: transparent;
  color: #FFFFFF;
  }
.pen-table tbody th, tbody td {
  vertical-align: middle;
  text-align: left;
  }

.pen-table .odd {
  background: #000;
  }
.pen-table tbody td:hover {
  background: #111;
  }

.breadcrumb {
	font-size: 9px;
		text-transform: uppercase;
  }

#get_recent_comments_wrap ul li {
	font-size: 9px;
		text-transform: uppercase;
		list-style-type: none;
padding: 0;
margin-left: 0;
background-image: none;
  }
  
#get_recent_comments_wrap img {
padding: 1px 5px 0px 0px;
position: relative; top: 5px;
  }
  
.DrewTube a {
display: block;
width: 100px;
height: 36px;
background: transparent url(http://drewbrophy.com/site/wp-content/themes/brophy/images/drewtube.jpg) no-repeat;
}

.DrewTube a:hover {
background-position: -100px 0;
} 

#board_nav {
float:left; 
height: 367px; 
display:inline; 
width:552px;
} 

.surfboarda a {
float:left; 
width: 138px;
height: 367px;
background: transparent url(http://drewbrophy.com/site/wp-content/uploads/2009/05/kustom_art_boards.jpg) no-repeat;
    text-indent: -7000px;
    outline: none;
}

.surfboarda a:hover {
background-position: -138px 0;

} 

.surfboardb a {

float:left; 
width: 138px;
height: 367px;
background: transparent url(http://drewbrophy.com/site/wp-content/uploads/2009/05/boards_you_ride.jpg) no-repeat;
    text-indent: -7000px;
    outline: none;
}


.surfboardb a:hover {
background-position: -138px 0;
} 

.surfboardc a {

float:left; 
width: 138px;
height: 367px;
background: transparent url(http://drewbrophy.com/site/wp-content/uploads/2009/05/lost_classics.jpg) no-repeat;
    text-indent: -7000px;
    outline: none;
}

.surfboardc a:hover {
background-position: -138px 0;
} 

.surfboardd a {
float:left; 
width: 138px;
height: 367px;
background: transparent url(http://drewbrophy.com/site/wp-content/uploads/2009/05/paddle_boards.jpg) no-repeat;
    text-indent: -7000px;
    outline: none;
}

.surfboardd a:hover {
background-position: -138px 0;
} 





.iyi a {
display: block;
width: 200px;
height: 184px;
background: transparent url(http://drewbrophy.com/site/wp-content/themes/brophy/images/iyi.jpg) no-repeat;
}

.iyi a:hover {
background-position: -200px 0;
} 

