/*
Theme Name: BongGirl Custom
Theme URI:  
Description: Custom wordpress theme for all things bong and girl related, woohoo!
Version: 1
Author: Aaron Leese
Author URI:  
Tags: 
*/




/* ::::::::::::::::::::::::
///  OVERALL STYLES / FONTS
::::::::::::::::::::::::::::*/

html, body {
	padding: 0px;
	margin: 0px;
	background: url(http://www.thebonggirl.com/ce/bg.jpg) repeat;
	font-family:Arial;
	font-size:13px;
	height:100%;
}


/* DEFINE ELEMENT / FONT / HEADER STLYES */
/* ::::::::::::::::::::::::::::::::::::: */

* {margin:0px; padding:0px;}
ul {padding-left: 10px; margin-left: 10px; font-size: 9pt;}
ol {padding-left: 10px; margin-left: 10px; font-size: 9pt;}
.entry li {padding:4px 0;}
a{outline:none;}
a:link { text-decoration: underlined; color: white;}
a:visited { text-decoration: underlined; color: white;}
a:active { text-decoration: underlined; color: white;}
a:hover{text-decoration:underlined; color:red;}

/* Headline colors */
h1 {color:lightgreen;}
h2 {color:green;}
h3 {color:yellow;}
h4 {color:red;}

hr {margin: 10px 0;}
  
.post a.redcap, .post_front a.redcap { color:red; text-transform: uppercase; float:right; margin-right:20px;}

.tags {padding-bottom: 15px;}
.post .entry p
{
	padding: 10px 0 10px 0px; 
	
}
 
.post_front .entry { position:relative; }

.post_front .entry p {
	padding: 10px 0 10px 5px; 
	font-size:13px;
	width:450px;
}

/* teaser photos */
.post_front .wp-caption {position:absolute; left:-85px; top:-80px; width:100px; }
.post_front .wp-caption p{display:none; }
.post_front img {/*display:none;*/}

.teaser {display:block; max-height:150px; width:auto; }  

 

/* ::::::::::::::::::::
///    LAYOUT
:::::::::::::::::::::::::*/

#container {
	width: 782px;
	height:100%;
	margin: 0 auto; 
	background-color:black;
	background-repeat: repeat-y;
}

#header {
	background:url(http://www.thebonggirl.com/wp-content/uploads/2010/03/header.jpg) 0 25px black;
	color:black;
	height:145px;
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
	margin-bottom: 0px ;
	 
}

#header #cafe_press 
{
	float:right;
	width:50%;
	position:relative; 
	top: 5px;
	right: 10px;
	text-align: right;
	color: lightgrey;
}


#header #cafe_press a
{
	font-weight: bold;
	color: gold;
	margin: 5px;
	padding-right:10px;
}


#header #cafe_press a:hover
{
	color: lightblue;

}

.clear {clear:both; width:100%; }


/* hack here ::: using CSS to remove rendered add-to-any buttoms on pages
/ it has to be done like this, so that the plugin still includes the Javascript code ...
/ so that we can include the button in the footer ... */






/* ::::::::::::::::::::
///    MENU   
:::::::::::::::::::::::::*/

/* controls menu spacing, moves the enitre menu left/right */
.menu { margin: 0 0 0 200px;}
 


/* some invisible elements on the menu */
li.page-item-45 {display:none;}
li.page-item-39 {display:none;}
li.page-item-23 {display:none;}
li.page-item-42 {display:none;}
li.page-item-41 {display:none;}
li.page-item-40 {display:none;}
li.page-item-50 {display:none;}
li.page-item-59 {display:none;}




/* some custom types for the layout :::::
////////////////////////////////////:::::*/
img.banner /* the headline banner images, sitewide */
{
	margin:0px;
	padding:0px;
	width:100%;
}

/* red borders on the top of these divs */
div.red
{
	border-top: 5px red solid;

}

div.rasta /* places the rast background on any div */
{
	width:100%;
	height:100%;
	background: url("http://www.thebonggirl.com/wp-content/uploads/2010/03/rasta.bg_.png") repeat 0 0 transparent;
}

#pages 
{
	background-color:black;	
} 

.addtoany_share_save_container
{
	margin:0px;
}



/* CAROUSEL :::: just for the next/last buttons and the slide buttons positioning
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#next_button {
background-image: url(images/bonggirl_custom/next.png);
background-position: 0 -36px;
height: 29px;
left: 420px;
top:-4px;
width: 31px;
}


#prev_button {
background-image: url(images/bonggirl_custom/prev.png);
background-position: 0 -36px;
height: 29px;
left: 327px;
top:-3px;
width: 31px;
}


ul#slide_buttons {
padding: 15px 7px 15px 15px;
position: absolute;
left: 329px;
top: -10px;
z-index: 5000;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/





/* CAFE PRESS */
/* cafepress tables - which are the only tables now, but we may need to refine this later if tables aer added*/
#cafepress_content table a 
{
	color:darkblue;
}

#cafepress_content table td
{
/*	padding:10px;*/
}

/* this is the footer that cafePress appends ... */
.footer, .footer a
{
	color:darkblue;
}


#blog_banner {
	width:100%;
	height:102px;
background:url("http://www.thebonggirl.com/wp-content/uploads/2010/03/blog_banner.jpg");
}

.blog { background-color:grey;}


#posts_front {
	
	background-color:#black;
	color:lightgrey;
	padding: 50px 0;
	background:url(images/blog_background.png) repeat scroll 0 0;
	position:relative;
}


.post_front {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 
	width:530px;
	margin: 20px;
	padding: 10px;
	background-color:black;
	border:thick #6666ff solid;	
}




/* ::::::::::::::::::::
///    GALLERY SECTION   
:::::::::::::::::::::::::*/

.galleryCover:hover
{
	background-color:white;

}


.galleryCover img
{
	width: 200px;
	border-width:0px;
}

.galleryCover a {border-width:0px;}


.galleryCover .galleryCoverFrame
{
	min-height:250px;
	max-height:250px;
	overflow:hidden;
	
}

.galleryCover
{
	float:left;
	background-color:transparent;
	width:33.333%;
	text-align:center;
	border-radius: 0px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 0px; 
}

.gallery_background
{
	background-color:transparent;  
	width:756px;
	margin-left:13px;
}

.gallery_frame
{
	border:none; /*thick #eec solid;*/
	margin: 0px; 
	float:left;
	height: 126px; 
	display:inline;
	background-color:#eee; /*#eec;*/
	/*border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; */
	overflow:hidden;
	text-align:center;

}


.gallery_header
{
	background:url(http://www.thebonggirl.com/wp-content/uploads/2010/03/rasta.bg_.png);
	min-height:50px;
}

a.gallery img
{
	margin:0px;
	padding:0px;
	height: 126px; 
	width:126px; 
	outline:none; 
	border:0px;
	overflow:hidden;
	z-index:300;
}

a.gallery img:hover
{
z-index:400;	
opacity:.3;
filter:alpha(opacity=70);
        
}
 



/* ::::::::::::::::::::
///    PRODUCT SECTIONS   
:::::::::::::::::::::::::*/

.product_holder
{
	width: 100%; background-color: white; height:1000px;
}

.product_holder p {margin:0px; padding:0px;}

.product_frame
{
	float:left;
	background-color:transparent;
	padding:10px 0px;
	height: 250px;
	width:33.33%;
	min-height: 280px;
	border:none; /*thick #eec solid;*/
	display:inline;
	overflow:hidden;
	text-align:center;
}

.product_frame a
{
	color:transparent;
}



.product_frame a img
{	
            border: 4px white solid;
}

.product_frame a:hover img
{
            border: 4px red solid;
}



.product_frame img
{
	width:220px;
}


a.product {color:blue;}
a.product:hover {color:red; border:3px;} 

 


/* CSS for contact form */
 
div.wpcf7 { position:relative; top:-6px;}
.wpcf7 input {width:150px; position:relative; top:-5px;}
.wpcf7 p {margin:5px;} 
.wpcf7  .contact-form-name {position:relative; left:0px; margin:1px;}
.wpcf7  .contact-form-email {position:relative; left:0px; margin:1px;}
.wpcf7  .contact-submit {position:relative; left:0px; margin:1px; width:155px; }
 
#newsletter {position:relative;}
#footer div.wpcf7 { position:relative; top:208px; left:320px;}
#footer .copyright {position:absolute; top:360px; left:40px; font-size:9pt;}
#footer .copyright a:hover {text-decoration:none;}

#contactText .wpcf7 {position:relative:-50px;}


div.wpcf7-validation-errors {
	margin:10px;
	position:relative;
	top:0px;
	left:-40px;
	width:200px;
	z-index:1000;
}

#footer div.wpcf7-validation-errors {
	margin:10px;
	position:relative;
	top:40px;
	left:-40px;
	width:200px;
	z-index:1000;
}



/* ::::::::::::::::::::
///    OLD CSS THAT SHOULD GO AWAY    
:::::::::::::::::::::::::*/


#main  {
   visibility: visible;
   margin: 0px auto;
   width: 782px;
}

#topbar  {
   background: url(http://www.thebonggirl.com/ce/topbar782x121.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 121px;
}

			
#banner{
	/*margin: 10px 0;*/
	position:relative;
	height:359px;
	width:782px;
	/*background:url(http://www.thebonggirl.com/ce/banner_paper782x443.jpg) no-repeat 0 0px;*/
	background-color:black;
}

#banner_iframe
{
	margin: 0px;
	padding: 0px;
	height:483px;
	width:782px;
	overflow:hidden;
	border:none;
	border-width:0;
}

#flashBanner 
{
	width:782px;
	height:443px;
	/*margin:10px 0;*/
}

#explorethestore  {

   visibility: visible;
   z-index: 1;
   background-color:black;
   text-align: center;

}

#explorethestore a
{
	border:0 none;
	-moz-background-clip: border; 
	-moz-background-origin: padding; 
	-moz-background-inline-policy: continuous; 
	cursor: pointer;	
	 visibility: visible;
	 width: 185px;
	 height: 221px;
	 margin:6px;
	 text-decoration:none;
		
}

#explorethestore a img
{
	border: 0 none;

}

#followUs
{
	background-color:#222;
	width:100%;
	color:white;
	height:50px;

}

#relegalize  {
   background: url(http://www.thebonggirl.com/ce/relegalize782x235_new.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 235px;
   font-family:Arial;
   color:white;
}

	#relegalize div{
		/*margin: 10px 0;*/
		position:relative;
		left:130px;
		top:43px;
	}
	
	#relegalize h1{
		font-size:15pt;
		margin-bottom:5px;
		margin-left:3px;
		color:white;
		font-family:Arial;
	}
	
		#relegalize span{
			color: red;
			background: black;
		}
		
		#relegalize span.underline{
			color:yellow;
			background:none;
			text-decoration:underline;
		}

	#relegalize p{
		font-size:10pt;
		/* font-weight:bold; */
		margin-top:22px;
	}
		
#activism  {
   background: url(http://www.thebonggirl.com/ce/activism_background.png) no-repeat 0px -2px;
   visibility: visible;
   z-index: 1;
   margin-top:-3px;
   width: 782px;
   height: 450px;
   font-weight:bold;
}

	#activism div{
		position:relative;
		left:125px;
		top:110px;
	}
	
		#activism span{
			font-size:9pt;
			/* font-weight:bold; */
			display:block;
			margin:4px 0px 0px 4px;
		}
		
		#activism span a{
			color:blue;
			text-decoration:underline;
		}
		
		#activism span a:hover{
			color:blue;
			text-decoration:underline;
		}
		
		#activism span a:visited{
			color:blue;
			text-decoration:underline;
		}
 
	

#explore  {
   visibility: visible;
   position: relative;
   top: 62px;
   left: 20px;
   width: 782px;
   height: 221px;
   /* border: 1px solid white; */  
}

/** NEWSLETTER FORM STYLES **/

#formkey  { 
   position: relative;
   z-index: 17;
   top: 233px;
   left: 310px;
}

#formkey1  {
   position: relative;
   z-index: 17;
   top: -1250px;
   left: 313px;
}
#formkeyCommunity  {
	left:325px;
	position:relative;
	top:295px;
	z-index:17;
}

#formkeyLegalize  { 
   position: relative;
   z-index: 17;
   top: 294px;
   left: 311px;
   width: 200px;
}

#formkeyContact {
        left:196px;
	position:relative;
	top:248px;
	width:150px;
	z-index:17;
}

.formstyle  {
   background: url(http://www.thebonggirl.com/ce/formbg.jpg);
   width:100px;
}

#newsletter
{
	background: url(http://www.thebonggirl.com/ce/bottomnav782x482.jpg);
	height:482px;
	overflow:hidden;
}

/** END NEWSLETTER FORM STYLES **/

/** COMMUNITY PAGE STYLES **/

#community  {
   background: url(http://www.thebonggirl.com/ce/community782x885.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 885px;
}

#communityText{
	position:relative;
	left:125px;
	top:120px;
	width:555px;
	font-size:9pt;
	color:white;
	/* font-weight:bold; */
}

	#community span{
		color:#1EFE00;
	}

/** END COMMUNITY PAGE STYLES **/
	
/** LEGALIZE PAGE STYLES **/

#legalize  {
   background: url(http://www.thebonggirl.com/ce/legalize782x1408.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 1408px;
}
	
	#legalizeText{
		font-size:9pt;
		/* font-weight:bold; */
		line-height:10.5pt;
		height:513px;
		left:8px;
		margin:0 auto;
		padding:10px;
		position:relative;
		top:106px;
		width:605px;
	}
	
	#legalize a{color:blue; text-decoration:underline;}
	#legalize a:hover{color:blue;}
	
	#legalizeFirstParagraph{
		
	}
	
	#legalizeSecondParagraph{
		color:white;
		position:relative;
		top:40px;
	}
	
	#legalizeThirdParagraph{
		position:relative;
		top:55px;
	}
	
	#legalize span.red{
		color:red;
	}
	#legalize span.blue{
		color:blue;
	}
	#legalize span.underline{
		text-decoration:underline;
	}
	
/** END LEGALIZE PAGE STYLES **/
	
/** ABOUT PAGE STYLES **/
	
#about  {
   background: url(http://www.thebonggirl.com/ce/about782x819.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 819px;
}
	
	#aboutText{
		font-size:9pt;
		/* font-weight:bold; */
		height:391px;
		margin:0 auto;
		padding:10px;
		position:relative;
		top:237px;
		width:675px;
	}
	
	#about a{color:blue; text-decoration:underline;}
	#about a:hover{color:blue;}
	
	#aboutFirstParagraph{
		color:yellow;
	}
	
	#aboutSecondParagraph{
		color:white;
		position:relative;
		top:15px;
		line-height:1.5em;
	}
	
	#aboutThirdParagraph{
		position:relative;
		top:33px;
		color:#FF0101;
	}
	
	#about span.red{
		color:red;
		text-decoration:underline;
	}
	#about span.green{
		color:#50CC0F;
	}
	
#trucklogo  {
   position:relative;
   z-index: 20;
   top: 243px;
   left: 0px;
}
	
/** END ABOUT PAGE STYLES **/
	
/** CONTACT PAGE STYLES **/
	
#contact  {
   background: url(http://www.thebonggirl.com/ce/contact782x958.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 958px;
}
	
	#contactText{
		font-size:9pt;
		/* font-weight:bold; */
		height:391px;
		left:4px;
		margin:0 auto;
		padding:10px;
		position:relative;
		top:195px;
		width:530px;
	}
	
	#contact a{color:#24FE00; text-decoration:underline;}
	#contact a:hover{color:#24FE00;}
	
	#contactFirstParagraph{
		color:white;
	}
	
	#contactSecondParagraph{
		color:white;
		position:relative;
		top:72px;
	}
	
	#contact span.red{
		color:red;
	}
	#contact span.green{
		color:#50CC0F;
	}
	#contact span.yellow{
		color:#FFF743;
	}
	
/** END CONTACT PAGE STYLES **/
	
/** CATEGORY PAGES ITEMS **/

#bgdudes  {
   background: url(http://www.thebonggirl.com/ce/dudes782x906.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 906px;
}


#bggirls  {
   background: url(http://www.thebonggirl.com/ce/girls782x906.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 906px;
}


#bghats  {
   background: url(http://www.thebonggirl.com/ce/hats782x906.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 906px;
}

#bgstuff  {
   background: url(http://www.thebonggirl.com/ce/stuff782x906.jpg) no-repeat;
   visibility: visible;
   z-index: 1;
   width: 782px;
   height: 906px;
}
	
	#productWindow{
		position:relative;
		width:741px;
		margin:0 auto;
		height:864px;
		top:60px;
	}

	.productHolder{
		float:left;
		width:247px;
		height:275px;
	}
	
.viewLargerLink{
	color:blue;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	left:163px;
	position:relative;
	text-decoration:underline;
	top:239px;
}

.cell{
	position:absolute;
	height: 231px;
	width: 231px; 
	border-style: solid; 
	border-width: 4px;
	border-color: #d2def1;
	z-index:1000;	
}

.cell_girls{
	position:absolute;
	height: 231px;
	width: 231px; 
	border-style: solid; 
	border-width: 4px;
	border-color:#E7CFF1;
	z-index:1000;
}

.cell_hats{
	position:absolute;
	height: 231px;
	width: 231px; 
	border-style: solid; 
	border-width: 4px;
	border-color:#D3DEF2;
	z-index:1000;
}

.cell_stuff{
	position:absolute;
	height: 231px;
	width: 231px; 
	border-style: solid; 
	border-width: 4px;
	border-color:#D3DEF1;
	z-index:1000;
}

.celltext  {
	width:154px;
	height:24px;
	position:relative;
	top: 236px;
	left:8px;
	z-index:1500;
	color: black;
	font-family: arial;
	font-weight:bold;
	font-size: 8pt;
}

#celltext2a {
	position:relative;
	color: #ff0000;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 229px;	
}

#celltext8a {
	position:relative;
	color: #000000;
	top: 0px;
	left: 0px;
	height: 24px;
	width: 229px;	
}


/** END CATEGORY PAGES ITEMS **/









/* END OLD CSS */





#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #666666;
}

#header a:hover {
	color: #333333;
}

#header #search {
	width:50%;
	position: absolute;
	top: 1px;
	left: 4px;
	height: 15px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	width: 205px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url(images/searchsubmit.gif);
	background-repeat: no-repeat;
	display: none;
}

#header #search input
{
	color:grey;
	background-color:black;
	border-color:#333333;
}

#login {
	text-align: right;
}



/* drop down menu functionality :: (dont touch it) */




.nav {
	width:100%;
	background-color:#005500; 
	background-repeat: no-repeat;
	height: 20px;
	border-bottom: 5px red solid;	 
}

.nav ul {
	margin: 0 auto;
	padding: 0;
	background-color: #005500;
	list-style : none;
}

.nav a {
	display: block;
	float: left;
	height: 20px;
	padding: 0 6px;
	font-size: 10px;
	color: yellow;
	text-transform: uppercase;
	font-family: arial;
	font-weight: none;
	text-decoration: none;
	line-height: 20px;
	background-color: #005500;
	background-position: right 50%;
	border-bottom: thick red solid;
}

.nav li {
float : left; 
}

.nav li ul {
position : absolute;
left : -999em;
height : auto;
width : 5em;
font-weight : normal; 
margin-top: 25px;
background:transparent;
z-index:9999;
}

.nav li li {
padding-right : 0em; 
width : 5em;  
}

.nav li ul a {
width : 5em; 
padding:0 6px;
border-bottom: none;
}

.nav li ul ul {
margin : -1.7em 0 0 14em;
background: transparent;
}

.nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left : -999em; 
background: transparent;
}

.nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left : auto;
background: transparent;
}
 

.nav a:hover
{
	color: white; 
	background-color:red;
}











#posts {
	
	background-color:#333;
	color:lightgrey;
	padding: 0px 0;
	position:relative; 
	width:100%; 
	min-height: 700px;
}


.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0px;
	padding: 50px 20px;
	background-color:black;
	float:left;
	width:70%;
	
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.post h2, .post_front h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}

.post h3, .post_front h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .post_front a, .navigation a {
	color: #00cc00;
	text-decoration: none;
}

.post a:hover, .post_front a:hover, .navigation a:hover {
	color: #0195c5;
}

.post a img, .post_front a img {
	border: none;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.post img.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.post img.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.post img.aligncenter {
	text-align: center;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}


.post-edit-link
{
	margin:10px;
	padding: 5px;

}


#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #333;
	border: 1px solid #cccccc;
	color: #999;
	margin: 10px 0;
	width:100%;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background-color:black;
	padding: 20px 0 20px 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
	 
}

textarea
{width:90%;}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	background-color:black; 	
	float:right; 
	margin:0px;
	padding: 20px 10px;
	background-color:#333;
	width:162px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #666666;
	width: 140px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: gold;
	text-decoration: none;
}

.sidebar a:hover {
	color: lightblue;
}

#footer p  
{
	font-size: 12px;
	position: relative;
	top: 40px;
}


#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}


/** DREW'S ADDS **/
.centered
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

