/*-----------------------------------------------------------------------------------

	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: rgba(138, 109, 59, 0.5215686274509804);
}

/*#Logo
-----------------------------------------------------------------------------------*/
.logo a h1{
	font-size:56px; color:#fff;
}
.logo span{
	font-family: 'Arizonia',cursive;
	font-size: 30px;
	text-align: right;
	color: #bfa604;
	padding-right: 180px;
	letter-spacing: 1px;
}
.search{
	background:#3a3126; /*older broswers*/
	background:rgba(0,0,0,.2);
}

/*#Main
-----------------------------------------------------------------------------------*/
.main{
	background: #45362E;
}

/*#Nav
-----------------------------------------------------------------------------------*/
#nav{background: rgba(102,77,60,1);
background: -moz-linear-gradient(top, rgba(102,77,60,1) 0%, rgba(35,31,32,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,77,60,1)), color-stop(100%, rgba(35,31,32,1)));
background: -webkit-linear-gradient(top, rgba(102,77,60,1) 0%, rgba(35,31,32,1) 100%);
background: -o-linear-gradient(top, rgba(102,77,60,1) 0%, rgba(35,31,32,1) 100%);
background: -ms-linear-gradient(top, rgba(102,77,60,1) 0%, rgba(35,31,32,1) 100%);
background: linear-gradient(to bottom, rgba(102,77,60,1) 0%, rgba(35,31,32,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#664d3c', endColorstr='#231f20', GradientType=0 );}
/*#Content bg
-----------------------------------------------------------------------------------*/
.content{background: rgba(217,247,255,1);
background: -moz-linear-gradient(top, rgba(217,247,255,1) 0%, rgba(140,221,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,247,255,1)), color-stop(100%, rgba(140,221,255,1)));
background: -webkit-linear-gradient(top, rgba(217,247,255,1) 0%, rgba(140,221,255,1) 100%);
background: -o-linear-gradient(top, rgba(217,247,255,1) 0%, rgba(140,221,255,1) 100%);
background: -ms-linear-gradient(top, rgba(217,247,255,1) 0%, rgba(140,221,255,1) 100%);
background: linear-gradient(to bottom, rgba(217,247,255,1) 0%, rgba(140,221,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f7ff', endColorstr='#8cddff', GradientType=0 );}

/*#Quick buttons
-----------------------------------------------------------------------------------*/
.q-buttons{background: rgba(95,144,54,1);
background: -moz-linear-gradient(left, rgba(95,144,54,1) 0%, rgba(79,119,45,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(95,144,54,1)), color-stop(100%, rgba(79,119,45,1)));
background: -webkit-linear-gradient(left, rgba(95,144,54,1) 0%, rgba(79,119,45,1) 100%);
background: -o-linear-gradient(left, rgba(95,144,54,1) 0%, rgba(79,119,45,1) 100%);
background: -ms-linear-gradient(left, rgba(95,144,54,1) 0%, rgba(79,119,45,1) 100%);
background: linear-gradient(to right, rgba(95,144,54,1) 0%, rgba(79,119,45,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f9036', endColorstr='#4f772d', GradientType=1 );}
.q-buttons a{color:#fff}
.q-buttons a:hover{
	background:#aebdd6 url(../_images_/large-pattern.png) -0 0 no-repeat;
	color:#0f2346;
}

/*#Footer
-----------------------------------------------------------------------------------*/
.footer{
	background: #4C382E
}

/*#Flyout
-----------------------------------------------------------------------------------*/
.aside .four{
	background: rgb(226,195,68);
	background: -moz-linear-gradient(top,rgba(226,195,68,1) 0%,rgba(214,156,66,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(226,195,68,1)),color-stop(100%,rgba(214,156,66,1)));
	background: -webkit-linear-gradient(top,rgba(226,195,68,1) 0%,rgba(214,156,66,1) 100%);
	background: -o-linear-gradient(top,rgba(226,195,68,1) 0%,rgba(214,156,66,1) 100%);
	background: -ms-linear-gradient(top,rgba(226,195,68,1) 0%,rgba(214,156,66,1) 100%);
	background: linear-gradient(to bottom,rgba(226,195,68,1) 0%,rgba(214,156,66,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2c344',endColorstr='#d69c42',GradientType=0 );
}
