/*-----------------------------------------------------------------------------------

	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: #002e62 url(../_images_/body.png); 
}

/*#Logo
-----------------------------------------------------------------------------------*/
.logo a h1{
	font-size:56px; color:#fff;
	font:0/0 a;
	background:url(../_images_/logo.png) top left no-repeat;
	height:82px;
}
.logo span{
	font-family: 'Arizonia',cursive;
	font-size: 30px; 
	text-align: right; 
	color: #bfa604; 
	padding-right: 180px; 
	letter-spacing: 1px;
	font:0/0 a;
}
.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{
	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 );
}
.q-buttons a:hover{
	background:#aebdd6 url(../_images_/large-pattern.png) -0 0 no-repeat; 
	color:#0f2346;
}

/*#Footer
-----------------------------------------------------------------------------------*/
.footer{
	background: #002e62; /*old broswers*/
	background: rgba(0,46,98,.9);
}

/*#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 );
}


#weather img,#weather p{display:none}
#weather p.date{display:block}