/*-----------------------------------------------------------------------------------

	Description:Easy way to change theme colors  
	Author:Samir Alley @samiralley
	Author URI:http://www.revize.com
	Version:1.1 / March 22, 2013
	Version:1.0 / March 8, 2013
	
	Table of content
	#Body
	#Logo
	#Main
	#Nav
	#Content bg
	#Quick buttons
	#Footer
	#Flyout

-----------------------------------------------------------------------------------*/

/*#Body
-----------------------------------------------------------------------------------*/
body{
	background: #043a52 url(../_images_/body.png); 
}

/*#Logo
-----------------------------------------------------------------------------------*/
.logo a h1{
	font-size:56px; color:#fff;font:0/0 a!important;background:url(../_images_/logo.png) 0 0 no-repeat;height:86px;width:397px;background-size:100%;max-width:100%;
}
.logo span{
	font-family: 'Arizonia',cursive; 
	font-size: 30px; 
	text-align: right; 
	color: #bfa604; 
	padding-right: 180px; 
	letter-spacing: 1px;
	font:0/0 a!important;
}
.search{
	background:#3a3126; /*older broswers*/
	background:rgba(0,0,0,.2);
}

/*#Main
-----------------------------------------------------------------------------------*/
.main{
	background: #a7b7cc url(../_images_/very-large-pattern.png);
}

/*#Nav
-----------------------------------------------------------------------------------*/
#nav{
	background: #070505 url(../_images_/nav2.png);
}

/*#Content bg
-----------------------------------------------------------------------------------*/
.content{
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(218,228,242,0.5) 50%,rgba(202,216,235,0) 100%); 
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(50%,rgba(218,228,242,0.5)),color-stop(100%,rgba(202,216,235,0))); 
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(218,228,242,0.5) 50%,rgba(202,216,235,0) 100%); 
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(218,228,242,0.5) 50%,rgba(202,216,235,0) 100%); 
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(218,228,242,0.5) 50%,rgba(202,216,235,0) 100%); 
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(218,228,242,0.5) 50%,rgba(202,216,235,0) 100%); 
}

/*#Quick buttons
-----------------------------------------------------------------------------------*/
.q-buttons{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6eee5+0,e4ccb1+100 */
	background: rgb(246,238,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(246,238,229,1) 0%, rgba(228,204,177,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(246,238,229,1) 0%,rgba(228,204,177,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(246,238,229,1) 0%,rgba(228,204,177,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6eee5', endColorstr='#e4ccb1',GradientType=0 ); /* IE6-9 */
}
.q-buttons a:hover{
	background:#aebdd6 url(../_images_/large-pattern.png) -0 0 no-repeat; 
	color:#0f2346;
}

/*#Footer
-----------------------------------------------------------------------------------*/
.footer{
	background: #771515; /*old broswers*/
	background: rgba(119,21,21,.9);
}

/*#Flyout
-----------------------------------------------------------------------------------*/
.aside .four{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efe4d9+0,d0b291+100 */
	background: rgb(239,228,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,228,217,1) 0%, rgba(208,178,145,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(239,228,217,1) 0%,rgba(208,178,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(239,228,217,1) 0%,rgba(208,178,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efe4d9', endColorstr='#d0b291',GradientType=0 ); /* IE6-9 */
}

