@charset "utf-8";
/* CSS Document */

/*  
Theme Name: Backstage at the Caribou	
Theme URI: http://www.backstageatthecaribou.com	
Description: This is the Wordpress Theme for Backstage at the Caribou	
Version: 1.0
Author: Orestis Herodotou
Author URI: http://www.

*/

body{
		margin:0 0 0 0;
		width:100%;
		height:100%;
		min-width:100%;
		min-height:100%;
		background-color:#000000;
		background-image:url(images/background.jpg);
		background-position:bottom center;
		background-repeat:no-repeat;
		background-attachment: fixed; 		
		}
		
#wrapper{
		margin:0 0 0 0;
		text-align:left;
		width:100%;
		height:100%;
		min-width:100%;
		min-height:100%;
		}		
		
#box {	margin: 0 auto 0 auto;
		width:830px;
		height:100%;
}		
/*SECTION DIVS */

#header{background-color:#000000;
		width:830px;
		height:150px;
		padding-top:20px;
		margin: 0 auto 0 auto;}
		#header img	{border:none;
					 position:center;}

#container{ min-height: 750px;
			width:600px;
			margin:0 auto 50px auto;
			float:left;
			
			
			background-image:url(images/container_bkgd.png);
		background-position:left;
		background-repeat:repeat-y;}
		
		.ad {text-align:center;}
		.ad_s {text-align:center;
				margin-bottom:10px;
				margin-top:10px;}
				
#facebook {}
		
#sidebar{float:right;
		 width:230px;
		 background-image:url(images/sidebar_bkgd.png);
		 background-repeat:repeat-y;}
		 
		 .sidebar{margin:3px;}

		.sidebar ul {margin:0px;
					list-style:none;
					padding:0px;

					 }
		
		.sidebar ul li{
					   margin:0px;
					   font-size:11px;
					   font-family:Geneva, Arial, Helvetica, sans-serif;
					   color:#666666;
					   padding-bottom:4px;}
		
		.sidebar ul li h2{font-size:10px;
						  color:#999999;
						  font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
						  letter-spacing:2px;
						  text-transform:uppercase;}
		
		.sidebar ul ul li{padding:0px;
							margin:0px;}
		
#footer {margin:10px;
		text-align:center;
		color:#09426c;
		text-transform:uppercase;
		font-size:10px;}

.post {padding-left:15px;
	   padding-right:15px;
	   
	   font-family:Georgia,Serif;
   			color:#999999;
			font-size:12px;}
			
.entry img {margin:3px;
 			float:left;
}	
			
.entry p {padding:0 0 5px 0;}	

.entry {text-align:justify;}


.post h2{text-transform:uppercase;
		font-family:'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif;
		letter-spacing:2px;}



p.postmetadata{color:#666666;}

.navigation{ text-transform:uppercase;
			text-align:center;
			font-size:12px;
			color:#09426c;}



table#wp-calendar{
		width:100%;}
		
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}		


		
/*Global Text Styles */



h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:0 0 10px 0;
	}

a:link, a:visited{
		
		text-decoration: none;
		color:#09426C;
}

a:hover{
		text-decoration:none;
		color:#99CC00;}