/**
 ** Sagramore CSS file
 ** @Desc Sagramore CSS File, W3C valid
 ** @Author Maever
 **/
@import 'reset.css';
@import 'slider.css';
@import 'menu.css';
@import 'jquery.lightbox-0.5.css';
/*@import 'typo.css';
@import 'global.css';*/

@font-face {
    font-family: 'takeoutthegarbageRegular';
    src: url('../fonts/take_out_the_garbage-webfont.eot');
    src: url('../fonts/take_out_the_garbage-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/take_out_the_garbage-webfont.woff') format('woff'),
         url('../fonts/take_out_the_garbage-webfont.ttf') format('truetype'),
         url('../fonts/take_out_the_garbage-webfont.svg#takeoutthegarbageRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



body{
	background: #5c3c31 url('../img/bg.jpg') repeat-x top center;
}

/** Header **/

#pageBg{
	background: url('../img/header_bg.jpg') no-repeat top center;
	
}
#pageWrapper{
	width:960px;
	min-height:500px;
	margin: 0 auto;
}
#header_menu{
	background: url('../img/top_bg.png') no-repeat;
	width:960px;
	height:40px;
}
/*
#header_menu ul{  margin:0 0 0 75px; list-style-type:none;}
#header_menu li{
	float:left;
	margin: 2px 55px 0 0;
	color:#2e1c15;
	font-size:26px;
	font-family:takeoutthegarbageRegular,Tahoma;
}
#header_menu li a{ color:#2e1c15; text-decoration:none;}
#header_menu li a:hover{ color:#705839;}
*/
#header_logo{
	float:left;
	margin:  20px 0 0 240px;
	}

/** CONTENT **/
#content{
	margin: 20px auto 0 auto;
	width: 870px;
	min-height:400px;
	background: url('../img/content_bg.png') repeat-y  0 40px;
	}
#content_heading{
	width: 870px;
	min-height:100px;
	background: url('../img/content_heading.png') no-repeat;
	}
#content_heading h1{
	color:#2e1c15;
	margin: 0 0 15px 60px;
	font-size:26px;
	font-family:takeoutthegarbageRegular,Tahoma; 
}
#content_heading .text{
	margin: 0 20px 0 20px;
	font-family:Tahoma,Arial;
	font-size:13px;
}
#content_heading .text a{ text-decoration:none; color:#725c35; }
#content_heading .text a:hover{ text-decoration:underline; color: #af956a;  }
#content_heading .text ul{ padding: 5px 0 5px 0; }
#content_heading .text ul li{
	margin-left: 25px;
	font-size:13px;
	font-family:Tahoma,Arial;
	padding: 1px 0 1px 0;
}
#content_heading .text h2{
	font-weight:bold;
	font-size:15px;
}

#content_heading .text p{
	margin:20px 0;
	line-height:16px;
	font-size:13px;
	font-family:Tahoma,Arial;
}
#content_heading .text div{
	line-height:16px;
	font-size:13px;
	font-family:Tahoma,Arial;
}
#content_heading .text .blog_post{
	margin: 20px 0 0 0;
	padding: 5px 30px 5px 10px;
}
#content_heading .text .post_heading{
	padding: 0 30px 0 10px;
	float:right;
	text-align:center;
	width:150px;
	padding: 10px 5px 10px 5px;
	margin: 10px 20px 10px 10px;
	background: #b79d6c;
}

#content_footing{
	margin: 0 auto;
	width: 870px;
	height:40px;
	background: url('../img/content_footing.png') no-repeat;
	}


#content_video{
	float:left;
	background: url('../img/video_bg.png') no-repeat;
	margin: 12px 10px 0 10px ;
	width: 530px;
	height:314px;
}

#content_welcome{
	float:left;
	margin: 12px 0 0 10px ;
	background: url('../img/playnow_bg.png') no-repeat;
	width: 400px;
	height:300px;
}
#content_welcome .text{
	float:left;
	margin: 35px 0 0 0;
	padding: 10px 0 0 15px;
	line-height:18px;
	font-size:13px;
	font-family:Tahoma,Arial;
	width:180px;
}

#content_welcome .text ul{
	font-size:13px;
	font-weight:bold;
	color: #7f653a;
	margin:5px 0 0 20px;
}

#content_welcome .playnow{
		
}


#content_social{
	float:left;
	width:234px;
	margin: 0 15px 0 10px;
	height:211px;
	background: url('../img/socialmedia_bg.png') no-repeat;
}
#content_social .t { float:left; margin:4px 0 0 14px; }
#content_social .fb { float:left; margin:5px 0 0 10px; }
#content_social .rss { float:left; margin:5px 0 0 10px; }
#content_social .blog { float:left;margin:50px 0 0 10px;}
#content_social .like { float:left;margin:50px 0 0 5px;  width:60px; height:69px; padding-left:25px;	}
#content_news{
	float:left;
	width:392px;
	margin: 0 15px 0 0;
	font-family:Tahoma,Arial;
	font-size:14px;
	height:201px;
	background: url('../img/news_bg.png') no-repeat;
}
#content_news ul{ list-style-type:square; margin: 15px 0 0 25px; }
#content_news .news { color:#2e1c15;
	margin: 0 0 0 60px;
	font-size:26px;
	font-family:takeoutthegarbageRegular,Tahoma; 
	}
#content_news a{
	color:#2e1c15;
	text-decoration:none;
}
#content_news li{
	line-height:18px;
	padding: 2px 0;
}
#content_news .time{
	font-size:12px;
	float:right;
	list-style:none;
	margin: 0 20px 0 0;

}
#content_news a:hover{
text-decoration:underline; color: #af956a; 
}

#content_screenshots{
	float:left;
	position: relative;
	width:293px;
	height:201px;
	background: url('../img/screenshot_bg.png') no-repeat;
}


#gallery_index .gallery
{
	float:left;
	background: #c6ac84;
	width:245px;
	min-height:280px;
	text-align:center;
	padding:5px;
	border:5px #b79d6c solid;
	margin:5px;
}
#gallery_index .gallery
{}

#gallery_index .gallery_heading img{
	padding:5px;
	border:1px #333 solid;
	background:white;
}


#gallery_index .gallery_heading h3{
	margin: 5px 0 0 0 ;
}
#gallery_index .gallery_heading h3,
#gallery_index .gallery_heading h3 a
{
	font-size:18px;
	text-decoration:none;
	color:#2e1c15;
	font-weight:bold;
	font-family: Arial, Tahoma;
}
#crumb, #crumb a{font-weight:bold; text-decoration:none; color:#2e1c15;}
 #crumb a{ text-decoration:underline; }
#gallery_single .gallery .galleries_list{
list-style-type:none;
}
#gallery_single .gallery .galleries_list li{
	float: left;
	padding:7px;
	margin:0;
	width:150px;
	height:173px;
	font-size:11px;
	text-align:center;
	

}
#gallery_single .gallery .galleries_list li img{
	border: 1px solid #2e1c15;
}
#footer{

	background: url('../img/footer_bg.png') no-repeat;
	width:960px;
	height:32px;
	margin:15px 0 15px 0;
}

#footer .copy{
	float:right;
	color:#2e1c15;
	margin: 4px 60px 15px 0px;
	font-size:20px;
	font-family:takeoutthegarbageRegular,Tahoma; 
}
#footer .links{
	float:left;
	color:#2e1c15;
	margin: 0px 0px 15px 70px;
	font-size:23px;
	font-family:takeoutthegarbageRegular,Tahoma; 
}

#footer .links a{
	margin:0 20px 0 0;
	color:#2e1c15;
	text-decoration:none;
}
#footer .links a:hover{
	color:#705839;
}