/* 
	THEME: Foliana
	AUTHOR: Themewerk
	WEBSITE: http://www.themewerk.com
	VERSION: 1.0 | 20120524 
*/

/*--------------------------------------------------
  :: General Styles
--------------------------------------------------*/
body { 
color:#bbbbbb;
font-size: 17px;

}
h1, h2, h3, h4, h5, h6 {  }
h5 {
	color:#7d0c07;
	font-size: 22px;
}
h6 { 
color:#FFD200; 
}
p {
	text-align: left;
}
a { 
color:#6c8d60;
border-bottom:1px dotted;  
}
a:visited {  }
a:hover { 
color:#777;
border-bottom:1px dotted;  
}
a:focus {  }
.selected { 
color:#777;
border-bottom:1px solid;   
}

nav ul li a { 
color: #6c8d60;
}

blockquote{
color:#ccc;
}

subtitle{
	color:#ccc;
	font-size: 13px;
}

/*--------------------------------------------------
  :: Header
--------------------------------------------------*/
#panel-toggle { 
background:url('../images/close.png') no-repeat 0 0; 
}
#panel-toggle.active { 
background:url('../images/open.png') no-repeat 0 0 !important; 
}

nav { 
margin: 0;  
}
nav ul {  }
nav ul li {  }
nav ul li a {   
}
nav ul li a:hover { 
color:#777; 
}
nav ul li:first-child {  }

.logo h1{
color: #FFD200;
}

.logo h2{
color: #ccc;
}
 
/*--------------------------------------------------
  :: Content Container
--------------------------------------------------*/
#mainContainer { 
background:url('../images/background.png') repeat 0 0; 
border-radius:2em; 
-moz-border-radius: 2em; 
-khtml-border-radius: 2em; 
-webkit-border-radius: 2em;
}

/*--------------------------------------------------
  :: Section
--------------------------------------------------*/
section {  }
section ul {  }
section ul li {  }
section ul li a {  }
.line { 
border-top:1px solid #444; 
}

/*--------------------------------------------------
  :: Footer
--------------------------------------------------*/
footer { color: #777; }
footer p {  }

footer p a { 
color: #666; 
}

ul.social li#fb a { 
background:url('../images/Facebook.png') no-repeat 0 0; 
}
ul.social li#fb a:hover {  }
ul.social li#pi a { 
background:url('../images/Pinterest.png') no-repeat 0 0; 
}
ul.social li#tw a { 
background:url('../images/Twitter.png') no-repeat 0 0; 
}
ul.social li#gl a { 
background:url('../images/Google+.png') no-repeat 0 0; 
}