/*
* This CSS deals with the design on a specific theme. 
* Here is instruction how wide the sidebar should be and so on.
* This css creates the websites design without content
* The menu and sidebar(s) headings is defined here aswell
*/

/* Set a background image/color on the whole site here*/
body{
   background:transparent url('../images/background.png') repeat;
}

/*Everything is in this container*/
#wrap{
	/*Set page width*/
	width:1105px; 	

	/*make the page centered*/
	margin: 20px auto;
	
	
	overflow:hidden;
	
	float:none;
}

/*******************************************************************************
*********************** Header *************************************************
********************************************************************************/
#header{
    background:transparent url('../images/header.png') no-repeat 0 0;
    height:141px;
	float:left;
	width: 100%;
	/*Make the site title centered*/
	/*text-align:center;*/
}
#top{
	background:transparent url('../images/top.png') repeat-x;
	position:absolute;
	top:0;
	width:100%;
	height:24px;
}
#site_title{
    font-family: lobster;
    max-width: 165px;
    font-size: 38px;
    letter-spacing: 1px;
    margin: 44px 0 0 110px;
    text-shadow: 1px 2px 1px #000000;
    text-align: center;
}
#site_title a{
	color:white;
	
}
#site_description{
    font-size: 16px;
    margin: 7px 0 0 99px;
    text-align: center;
    width: 200px;
}
#about{
    height: 250px;
    margin-left: 75px;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 300px;
	overflow:hidden;
}
#about h3{
	font-family:'Lobster';
	font-size:30px;
	color:white;
	text-shadow:1px 1px 1px #000;
}
#about p{
	font-family:helvetica;
	text-align:justify;
	color:white;
	margin-top:7px;
	text-shadow:1px 1px 1px #000;
}

/* Menu
------------------------------------------------------------------------------------
The menus is at the bottom of the page. We will put it on top with CSS
*/

#nav{
	margin-left: 306px;
    top: 65px;
	width:758;
	overflow:hidden;	
	position: absolute;
	background-color:transparent;
}
#nav ul{
}

#nav li{
	font-family:helvetica;
	margin-left:30px;
	height:20px;
	float: left;
	list-style-type:none;
	font-size:17px;
	color:white;
	padding-top:12px;
	font-weight:lighter !important;
	margin-right:55px;
}
/************ hover ***************	*/
#nav li.current_page_item, #nav li:hover{
	background: transparent url('../images/menu.png') repeat-x 0 -2px;
	color:white;
	float:left;
	height:46px;
}

#nav li.current_page_item:before, #nav li:hover:before{
	content: url('../images/menuBefore.png');
	margin-left:-25px;/*image width*/
	margin-top:-14px;
	float:left;
}

#nav li.current_page_item:after, #nav li:hover:after{
	content: url('../images/menuAfter.png');
	margin-right:-23px;/*image width*/
	margin-top:-14px;
	float:right;
}
#nav a, #nav a:visited{
	color:white;
}

#nav a:hover, #nav a:active{

}
/*******************************************************************************
*********************** Slideshow *********************************************
********************************************************************************/
#slideshow{
    background: url("../images/slideshow.png") no-repeat scroll 0 0 transparent;
    height: 361px;
    margin-left: 73px;
    position: absolute;
    top: 168px;
    width: 975px;
}
#slideshow .slideshow_image{
    background-color: transparent;
    background-position: 0 0;
    background-repeat: repeat;
    height: 304px;
    margin: 9px 0 0 64px;
    position: absolute;
    width: 838px;
}



/*******************************************************************************
*********************** Container***********************************************
********************************************************************************
It is containing content and sidebar
*/
#cnt_wrap{
	margin-top:465px;
}
#cnt_top{
    background:transparent url('../images/container_top.png') repeat-x;  
    float:left;
    width: 100%;
    height:126px;
}
#container{
   /* background:transparent url('../images/container_loop.png') repeat-y;   */
	float:left;
	margin:10px 0 0 0px;
	width: 100%;
}
#cnt_bottom{
    /*background:transparent url('../images/container_bottom.png') no-repeat 0 0; 
     float:left;
    width: 100%;
    height:76px;
      */
}



/*******************************************************************************
*********************** Content *************************************************
********************************************************************************/

#c_wrap{
	width:757px;
	float:left;
}
#c_top{
    background:transparent url('../images/content_top.png') no-repeat 0 0;
    width: 100%;
    height:16px;
    
}
#content{
    background: url("../images/content_loop.png") repeat-y scroll 0 0 transparent;
    overflow: hidden;
    padding: 7px 63px 15px 52px;
    width: 641px;
}
#c_bottom{
    background:transparent url('../images/content_bottom.png') no-repeat 0 0;
    width: 757px;
    height: 58px;
}


#content .hentry{
	margin-bottom: 20px;
}

#content img{
	max-width: 624px;/*same as #c_wrap minus paddings and some more.. */	
}
.wp-caption{
	max-width: 630px;/*same as #c_wrap minus paddings*/
}
.date {
    background: url("../images/date.png") no-repeat scroll 0 0 transparent;
    float: left;
    font-family: 'Lobster';
    font-size: 18px;
    height: 75px;
    margin-left: -20px;
    padding: 17px 0 0 9px;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 117px;
}
.date a{
	color:#fff;
}
#content .page{
	margin-left:-116px;
}
.entry{
    color: #444444;
    font: 14px/1.8em Helvetica,Arial,sans-serif;
    margin: 0 0 55px 116px;
    text-align: justify;
}


/*******************************************************************************
*********************** Sidebars *************************************************
********************************************************************************/
/**Sidebar1**/
#sb1_wrap{
    float: right;
    width: 334px;
	margin-top:-13px;
}

#sb1_top{
    /*background:transparent url('../images/sidebar1_top.png') no-repeat 0 0;*/
    width: 100%;
    height: 12px;
    
}
#sidebar1{
    /*background:transparent url('../images/sidebar1_loop.png') repeat-y; */
	overflow: hidden;
}
#sb1_bottom{
    /*background:transparent url('../images/sidebar1_bottom.png') no-repeat 0 0;*/
    width: 100%;
    height: 12px;
}
#sb1_wrap li{

}



/**Sidebar2**/
#sb2_wrap{
	width:230px;
	float:right;
}

#sb2_top{
    /*background:transparent url('../images/sidebar1_top.png') no-repeat 0 0; */
    width: 100%;
    height: 12px;
    
}
#sidebar2{
    /*background:transparent url('../images/sidebar1_loop.png') repeat-y; */
	overflow: hidden;
}
#sb2_bottom{
    /*background:transparent url('../images/sidebar1_bottom.png') no-repeat 0 0; */
    width: 100%;
    height: 12px;
}



.widgettitle{
	    background: url("../images/widgettitle.png") no-repeat scroll 0 0 transparent;
	    color: #FFFFFF;
	    font-family: "Lobster";
	    font-size: 19px;
	    height: 63px;
	    letter-spacing: 2px;
	    margin: 0 0 -10px;
	    padding: 23px 0 0;
	    text-align: center;
	    text-shadow: 1px 2px 1px #000000;
	    width: 326px;
}
.sidebar li{
	 margin-bottom:10px;
	 text-align:center;
}
.sidebar ul ul{
	list-style:none;
	margin-left:5px;
}
.sidebar ul ul a{
	text-decoration:none !important;
}

.widget{
	margin-bottom:10px;	
}
/*******************************************************************************
*********************** Footer *************************************************
********************************************************************************/
#footer{
    background:transparent url('../images/footer.png') repeat-x;
	float:left;
	margin-bottom:40px;
	height:14px;
	width:100%;
}
#creds{
	margin:16px 0 0 30px;
}
#webfish_creds img{
	vertical-align:middle;
}

