/*
Credit: http://www.templatemo.com
*/

body {
	margin:0px;
	padding:0px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5em; 
	background-color: #000;
	
}

a, a:link, a:visited { color: #000; font-weight: normal; }

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

h1 { font-size: 15px; color: #fff; margin: 0 0 10px 0; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_with_width { float: left; width: 15px; height: 30px; font-size: 1px;  }
.cleaner_with_height { clear: both; width: 100%; height: 15px; font-size: 1px;  }
.float_l { float: left; }
.float_r { float: right; }

#main_background_top {
	
	width: 100%;
	background: url(../images/main_bg_top.jpg) top repeat-x;
	
}

#main_background_bottom {
	
	width: 100%;
	background: url(../images/main_bg_bottom.jpg) bottom repeat-x;
	
}

#container{ width: 100% ; }

#header {

	width: 100%;
	height: 150px;
	background: url(../images/menu_bg.png) repeat-x;
	background-position: 0 8px;
	
}

#header_wrapper {

	width: 960px;
	height: 150px;
	margin: 0 auto;

}

#header_wrapper #logo{
	
	width: 600px;
	height: 85px;
	margin: 10px 0 0 15px;
	background: url(../images/logo.png) no-repeat;
	float: left;
}

#logo .slogan{
	color: #fff;
	font-size: 18px;
	float: left;
	margin: 55px 0 0 120px;
}

#header_wrapper .twitter {
	float:right; 
	margin: 41px 0 0 0;
}
#header_wrapper .rss {
	float:right; 
	margin: 45px 0 0 0;

}
/* menu */

#header_wrapper #menu {
	clear: both;
	float: right;
	height: 34px;
	margin-top: 8px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	display: inline;
	
}

#menu ul li a {
	float: left;
	display: block;
	height: 15px;
	margin-top: 8px;
	padding: 0 20px;
	text-align: center;
	font-size: 11px;
	text-decoration: none;
	color: #fff;
	border-right: 1px solid #fff;
	text-transform: uppercase;
	
	
}

#menu li a:hover, #menu li .current {

	color: #dc712c;

}

#menu li .last_menu {
	border: none;
}
/* end of menu */

#content {
	width: 958px;
	margin: 0 auto;
	background: #0c0c0c;
	border: 1px solid #5b1e1e;
}
/* content left */
#content_left {
	width: 616px;
	margin: 20px 0px 0px 15px;
	float: left;
}

.section_1 {
	border: 1px solid #242424;
	padding: 2px 10px;
	margin: 0 0 20px 0;
}

.section_1 a{
	color: #dc712c;
	text-decoration:none;
}

.section_1 span.disable_link {
	color: #5d402d;
}

/* Pagination */

div.pagination {
 padding: 0;
 margin: 0;
}

div.pagination a {
 padding: 2px 5px 2px 5px;
 margin: 2px;
 /*border: 1px solid #AAAADD;*/

 text-decoration: none; /* no underline */
 
  color: #f9bc94;
}

div.pagination a:hover, div.pagination a:active {
 /* border: 1px solid #000099; */

 color: #dc712c;
}

div.pagination span.current {
 padding: 2px 5px 2px 5px;
 margin: 2px;
 /*
 border: 1px solid #000099;
 background-color: #000099;
 */

 font-weight: bold;
 
 color: #fe3d01;
 
}

div.pagination span.disabled {
 padding: 2px 5px 2px 5px;
 margin: 2px;
 /* border: 1px solid #EEE; */

 color: #5d402d;
}

/* end of pagination */

#navigation {
	border: 1px solid #242424;
	font-size: 11px;
	color: #dc712c;
	padding: 3px 0 3px 10px;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

#navigation a{
	color: #dc712c;
	text-decoration: none;
}

#navigation a:hover{
	color: #dc712c;
	text-decoration: underline;
}

#navigation .nav_current {
	color: #fff;
}


.photo_area {
	
	width: 278px;
	height: 248px;
	padding: 10px;
	border: 1px solid #212121;
	background: #000;
	float: left;
	
}

.photo_area:hover {
	border: 1px solid #464646;
	background: #171717;
}

.photo_area img{
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #4d1818;
}

.photo_area img a{ 
	text-decoration: none;
}

.photo_area .photo_title {
	font-size: 13px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 10px 0;

}

.photo_title a{

	color: #fff;
	text-decoration: none;

}

.photo_area .photo_info {
	border: 1px solid #383838;
	background: #1d1d1d;
	color: #fff;
	padding: 2px 5px 2px 5px;
	font-size: 12px;
}

.photo_info .photo_comment{

	color: #e28448;
	padding: 0;
	margin: 0;
	float: right;
}

.photo_preview {
	padding: 10px;
	padding-bottom: 0;
	width: 594px;
	border: 1px solid #212121;
	background: #000;
	margin: 0 0 20px 0;
	
}

.photo_preview img{
	float: left;
	margin: 0 0 10px 0;
	border: 1px solid #4d1818;
}

.photo_preview img a{ 
	text-decoration: none;
}

.photo_preview .photo_info_table{
	color:#fff;
	margin-bottom: 10px;
	width: 100%;
}

.photo_info_table td{
	padding: 3px;
	width: 50%;
}

.photo_info_table a{
	color: #fff;
}
/* end of content left*/

/* content right*/

#content_right {
	width: 300px;
	margin: 20px 15px 0 0;
	float: right;
}

#content_right form{
	width: 300px;
	padding: 0;
	margin: 0 0 20px 0;
}

.input {
	
	width: 264px;
	padding: 5px 5px;
	margin: 0;
	background: #0c0c0c;
	color: #dc712c;
	font-size: 12px;
	float: left;
	border: 1px solid #212121;
	border-right: none;
}

.button{
	background:url(../images/search.jpg) #0c0c0c no-repeat;
	background-position: -1px 0px;
	width: 25px;
	height: 27px;
	border: 1px solid #212121;
	border-left: none;
	float: right;

}

.section{
	width: 298px;
	border: 1px solid #212121;
	margin: 0 0 20px 0;
}

.section h1{ margin: 10px 0 7px 15px; }

.list {
	margin: 0 15px 10px 15px;
	padding: 0;
	list-style:none;
}

.list li{
	border-bottom: 1px dotted #ccc;
	padding: 3px 0 3px 15px;
	text-transform: uppercase;
}

.list li a{
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
	
}

.list li a:hover{
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	
}
/* end of content right*/

/* buttom section */
#buttom_section {
	width: 930px;
	margin: 0 auto;
	padding: 35px 15px 10px 15px ;
	
}

.section_2 {
	width: 300px;
	float: left;

}

.section_2 h1{ color: #ccc; margin: 10px 0 7px 15px; font-weight: normal; text-transform: uppercase;}
.section_2 h1 strong{ color: #fff; }

#footer {

	width: 100%;
	height: 35px;
	padding: 8px 0 0 0;
	background: url(../images/menu_bg.png) repeat-x;
	text-align: center;
	color: #fff;
	
}

#footer a{ color: #fff; }
#footer a:hover{ text-decoration:none; }
/* end of buttom section */
