/* ----------- */
/* CSS IMPORTS */
/* ----------- */

/* Stylesheet JCAROUSEL */
@import url(http://www.blonniebrooks.com/core/css/jcarousel/jquery.jcarousel.css);
@import url(http://www.blonniebrooks.com/core/css/jcarousel/skins/atlantica/skin.css);

/* Stylesheet for DROPDOWN MENUS */
@import url(dropdown.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(prettyPhoto.css);


/* ------------ */
/* MAIN STYLING */
/* ------------ */

body{
	font: 12px 'Georgia';
	color: #FFFFFF;
	background: #000000 url(../img/bg/dark.jpg) no-repeat top center;
}

/* Global Wrap */
#wrap{
	width: 1080px;
	margin: 0 auto;
}

/* Page      */

/* Page      */
/* -> Header */
#page .header{
	background: transparent;
	height: 100px;
	text-align: center;
	margin-top: 33px;
	margin-left: 29px; /* IMPORTANT! DO NOT REMOVE! */
	margin-right: 29px; /* IMPORTANT! DO NOT REMOVE! */
	width: 1000px;
}

#page .header img{
	margin-top: 5px;
}

/* Page          */
/* -> Navigation */

#page .navigation{
	width: 1000px;
	background: transparent;
	margin-left: 29px; /* IMPORTANT! DO NOT REMOVE! */
	margin-right: 29px; /* IMPORTANT! DO NOT REMOVE! */
}

#page .navigation .border{
	border-top: 1px dotted #333333;
	border-bottom: 1px dotted #333333;
	margin-left: 31px;
	margin-right: 31px;
}

#page .navigation ul{
	padding: 8px;
	padding-left: 0px;
	padding-right: 0px;
	float:left;
	width: 715px;
}

#page .navigation ul li{
	display: inline;
	background: url(../img/navigation/navigation_dot.png) no-repeat;
	padding-left: 20px;
	padding-right: 12px;
	color: #313131;
}

#page .navigation ul li:first-child{
	background: transparent;
	padding-left: 0px !important;
}

#page .navigation ul li.first{
	background: none;
	padding-left: 0px;
}

#page .navigation ul li .icon{
	vertical-align: middle;
	margin-right: 8px;
}

#page .navigation ul li a{
	text-decoration: none;
	color: #FFFFFF;
}

#page .navigation .search{
	float: right;
	padding-top: 6px;	
}

#page .navigation .search .field{
	background: #000;
	border: 1px solid #000;
	font:12px 'Georgia';
	padding: 1px;
	color: #FFFFFF;
}

#page .navigation .search .button{
	background: #151515;
	border: 1px solid #292929;
	color: #FFFFFF;
	font:12px 'Georgia';
}

/* Sidebar      */
#sidebar{
	float: left;
}

#sidebar .sidebar_wrap{
	width: 262px;
	margin-left: 37px;
}

#sidebar h3{
	font-family: Georgia, "Times New Roman", Times, serif; font-size:16px; color: #FFFFFF; margin-bottom: 10px;
}

/* Sidebar       */
/* -> Affiliates */

#sidebar ul.affiliates li{
	display: inline;
}

#sidebar hr{
	background: transparent;
	height: 1px;
	border: 0px;
	border-bottom: 1px dotted #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Sidebar       */

/* Sidebar       */
/* -> Categories */
#sidebar ul.categories li{
	margin-bottom: 10px;
}

#sidebar ul.categories li a{
color: #1780b9;
}

/* Sidebar       */
/* -> The Author */

#sidebar .the_author{
	line-height: 24px;
}

#content .the_author img{
	border: 1px solid #000;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}

/* Sidebar       */
/* -> Contact */
#sidebar .contact_us{
	line-height: 24px;
}

#sidebar .contact_us .contact_value {
  padding-left: 15px;
}

/* FOOTER NAV       */
.footer_nav{
	text-align: center;
	margin-left: 29px; /* IMPORTANT! DO NOT REMOVE! */
	margin-right: 29px; /* IMPORTANT! DO NOT REMOVE! */
	height:57px;
	width: 1000px;	
	padding-top: 12px;
}

.footer_nav .list{
	margin-left: 31px;
	margin-right: 31px;
	padding: 15px 0 15px 0;
}

.footer_nav .prev{
	float: left;
	width: 200px;
	font-size:20px; 
	color: #999999;
}

.footer_nav .cur{
	float: left;
	width: 500px;
	font-size:16px; 
	color: #333333;
	text-align:center;
}

.footer_nav .cen{
	font-size:16px; 
	color: #555555;
	text-align:center;
	text-transform:uppercase;
}

.footer_nav .cur i, .footer_nav .cen i{
	font-size:16px; 
	color: #999999;
	text-transform:lowercase;
}

.footer_nav .next{
	float: right;
	width: 200px;
	font-size:20px; 
	color: #FFFFFF;
}

/* FOOTER   */
#footer{
	width: 100%;
	height: 201px;
	font-family: Georgia;
	margin-bottom: 15px;
}

#footer h2{
	padding: 0;
	margin: 0;
	color: #FFF;
	height:20px;
	font-size: 14px;
}

#footer .footerList{
	margin-top: 25px;
	margin-left: 25px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	width: 130px;
}

#footer .footerWrap{
	width: 100%;
	margin: 0 auto;
}

#footer .footerList li{
	color: #8c8c8c;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer .copyright{
	clear: both;
	color: #8c8c8c;
/*	margin-left: 51px; */
	padding-top: 25px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
}

#footer .copyright span{
	color: #FFF;
	margin-right: 10px;
	margin-left: 10px;
}
