/*   
Theme Name: Frederico
Theme URI: wordwrightweb.com
Description: Frederico Cardella
Author: Brian Chandler
Author URI: wordwrightweb.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

body{
	background-color: #000000;
	background-image: url(/images/bodybg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr{
	color: #434343;
	background-color: #434343;
	height: 1px;
	border: 0px;
	margin: 14px 0px 14px 0px;
}

h2{
	margin: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #D68B01;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 24px;
}

a{
	/*color: #66ADE5;*/
	color: #b1a281;
	text-decoration: none;
}

a:hover{
	color: #D4B87B;
}

select, input, textarea{
	background-color: #1E1E1E;
	border: 1px solid #3D3D3D;
	color: #999999;
}

input{
	height: 22px;
}

blockquote{
	font-style: italic;
	color: #999999;
}

/**************************** DIVS ****************************/

#wrapper{
	width: 900px;
	margin: 0px auto;
}

#frederico{
	float: left;
	width: 330px;
}

#header-right{
	float: right;
	width: 570px;
}


#social-icons{
	text-transform: uppercase;
	height: 35px;
	font-size: 14px;
	color: #cccccc;
	text-align: right;
	margin-top: 6px;
}

#social-icons img{
	border: 0px;
	margin-left: 6px;
}

#full-site{
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #cccccc;
	text-align: right;
	margin-top: 10px;
}

#slides{
	width: 900px;
	margin: 0px auto;
	margin-bottom: 22px;
	height: 382px;
}

#listen-and-buy, #sign-up{
	float: left;
}

#sign-up{
	color: #6A6A6A;
	margin-left: 30px;
	margin-top: 7px;
}

#content-wrapper{
	color: #CCCCCC;
}

#contentbg{
	background-color: #000000;
}

#left-column{
	font-size: 1.1em;
	line-height: 1.4em;
	width: 278px;
	margin-right: 22px;
	float: left;
}

#sidebar ul{
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar ul li{
	list-style:none;
	margin-bottom: 20px;
}

#sidebar ul li ul li{
	margin-left: 10px;
	margin-bottom: 0px;
}

#shopping-cart{
	background-color: #1e1e1e;
	border: 1px solid #3d3d3d;
	padding: 10px;
}

table.shoppingcart tr td {
	font-size: 12px;
}

#right-column{
	font-size: 1em;
	line-height: 1.5em;
	width: 580px;
	float: left;
	color: #F2F2F2;
}

#right-column:first-letter{
	font-size: 200%;
	float: left;
	width: 1em;
}

#footer{
	color: #666666;
	margin-top: 6px;
	margin-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}	

#footer a{
	color: #8D8166;
}

/********************* Classes ************************/

.subslideicon{
	margin-right: 10px;
}

.quotetitle{
	font-size: 13px;
}

.quote{
	font-style: italic;
	color: #999999;
}

.clearem{
	clear: both;
}

/********************* Gallery ************************/

.ngg-gallery-thumbnail img{
	padding: 2px;
	margin-left: 6px;
}

.page-numbers{
	background-color: #1D1D1D;
}

.ngg-navigation{
	padding-bottom: 4px;

}


