/*
Theme Name: BigFOLIO
Theme URI: http://bigfolio.com/
Description: Custom theme by BigFolio.
Version: 1.0
Author: BigFOLIO
Author URI: http://bigfolio.com/

*/

body{
	font-size: 75%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	line-height: 1.5em;
	background: #000 url('images/blog_bg.png') repeat;
	color: #a8a8a8;
	text-align: left;	
	padding: 0;
	margin:0;
	border:0;
}


h1, h2, h3, h4{
	font-family: 'Lucida Grande', Arial, Verdana, Sans-Serif;
	font-weight: normal;
	text-decoration:none;
	color:#000;
}

h2{
	font-size:15px;
}
h3{
	font-size:13px;
}
h4{
	font-size:10px;
}

a, a:link, a:hover, a:visited{
	text-decoration:none;
	color:#fff;
}

em{
	font-style:italic;
	color:#8f6859;
}

blockquote{
	padding:0;
	margin:0;
	font-style:italic;	
}


#page{
	position:relative;
	width: 100%;
	padding:0;
	margin:0;
	margin-top:50px;
}

#wrapper {
	font-size: 1.2em;
	width:980px;
	margin:0 auto;
}



/* HEADER */

#header{
	width:980px;	
	height:85px;
	margin:0 auto;
}

#headerimg {
	width: 310px;
	height: 56px;
}
#headerimg h1{
	width: 310px;
	height: 56px;
	background: url('images/blog_logo.png') no-repeat;
	text-indent: -20000px;
	overflow: hidden;
}



/* CONTENT */
#content{
	float:left;
	margin-right:40px;
	margin-bottom:40px;
	width:680px;
	font-size:12px;
}

#content img{
	background: url('images/blog_image_border.png') no-repeat top left;
	border:0px;
	padding:15px;
	margin-top:0px;
	margin-bottom:18px;
}

.post{
	margin-bottom:50px;
}

.post h2{
	margin-bottom:20px;
}

.postmetadata{
	border-top:1px solid #d8d1cd;
	border-bottom:1px solid #d8d1cd;
	height:28px;	
	margin-top:30px;
}

.postmetadata ul{	
	margin:0px;
	padding:0px;
	margin-top:11px;
}

.postmetadata li{
	list-style-type:none;	
	float:right; 
	padding-left:20px; 
	margin-top:-5px;
	font-size:10px;
}

li.more{
float:left;
padding-left:0px; 
}
.more-link{	
	background: url('images/blog_more_arrow.png') no-repeat left;
	padding-left:20px;		
}



/* SIDEBAR */
#sidebar{
	float:right;	
	width:260px;
font-size:12px;
margin-top:-65px;
margin-bottom:40px;
}
#sidebar ul, #sidebar ol{
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-bottom:40px;
}
#sidebar li{
	border-top:1px solid #333;
	padding-top:7px;
	padding-bottom:7px;
}
#recent_posts{

}
#recent_posts li{
	text-align:left;
}
#recent_posts li a{
	float:right;
}


#search_form {	
	margin-bottom: 80px;
	padding-bottom: 1px;
	text-align: right;	
}

#search_form form{
display:inline;	
}

#search_submit, #search_input{
height:16px;
border:0;
padding:0;
margin:0;
float:right
}

#search_submit{
	background: url('images/blog_search_icon.png') no-repeat top left;	
	width:26px;
	cursor:pointer;
	height:30px;
	margin-top:-8px;
	text-indent:-2000px;
	line-height:0px;
	overflow:hidden;
}

#search_input{
	background: url('images/blog_search_bg.png') no-repeat top left;	
	width:122px;	
	padding:4px;
	padding-right:10px;		
	color:#999;
	font-size:11px;	
	
}

#post_meta{	
	margin-bottom:40px;
}

#post_meta ul{
	list-style-type:none;
	margin:0px;
	padding:0px;	
}

#post_meta li{
	text-align:left;
}
#post_meta li a{
	float:right;
}
.blogroll a{
color:#8B8B8B;
}

/* FOOTER */

#footer {	
	width:100%;		
	padding-bottom: 375px;	
	clear: both;		
	background: #0B0100 url('images/blog_footer_bg.png') repeat-x top;	 
}
#footer_top{	
	clear:both;
	width:900px;
	height:300px;
	margin:0 auto -200px;
}
#footer_chair{
	width:751px;
	height:598px;
	float:left;		
	margin-left:-665px; 
	margin-top:-350px;
	margin-bottom:-175px;	
	background: url('images/blog_footer_chair.png') no-repeat top left;	 
}


#footer_content{

	clear:both;
	width:900px;
	height:331px;
	margin:0px auto;
	
}

#footer ul, #footer ol{
list-style-type:none;
margin:0px;
padding:0px;
}

#footer_about, #footer_archives, #footer_categories{
float:left;
width:260px; 
}
#footer_about, #footer_categories{
padding-right:60px;
}
#footer_categories li, #footer_archives li{
border-top:1px solid #333;
padding-top:7px;
padding-bottom:7px;
}
#footer_rss{
clear:both;
border-top:1px solid #333;
text-align:right;
padding-top:14px;
margin-top:40px;
padding-bottom:50px;
}
#footer h2{
padding-bottom:15px;
}
#footer_about p, #footer_about blockquote{
line-height:18px;
}

#footer_archives li{
text-align:right;
}
#footer_archives li a{
float:left;
}







.clear {
	clear: both; 
}




img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.quote_by{
float:right;
}

/*GEA STYLES*/
body {
  background:#fff;
  color:#505050;
  background:#fff url('images/gea/bg.png') repeat;
}
div#page {
  margin-top:0px;
  margin:0 auto;
  width:100%;
}
div#sidebar {
  width:100% !important;
  height:41px;
  background:transparent url('images/gea/header_bg.png') repeat-x;
  margin:0px;
  float:none;
  padding: 0 auto;
  position:absolute;
  top:0;
  left:0;
}
  div#sidebar div.inner {
    width:960px;
    height:18px;
    margin:0 auto;
  }
div#sidebar h2 {
  display:block;
  width:auto;
  float:left;
  color:#333333;
  font-size:1em;
  text-transform:uppercase;
  margin:8px 0px 8px 0px ;
  padding: 3px 15px;  
  border-right:1px solid #D0D0D0;
}
  div#sidebar h2 a {
    color:#333333 !important;
  }
div#sidebar ul {
  display:none;
  width:auto;
  padding-top:9px;
  border-left:1px solid #D0D0D0;
  z-index:5;
}
div#sidebar ul li {
  display:block;
  width:auto;
  border:none;
  width:300px;
  min-height:18px;
  background:#FFFFFF !important;
  border-bottom:1px solid #D0D0D0;
  border-right:1px solid #D0D0D0;
  padding: 5px 10px;
}
div#sidebar ul li a {
  float:none;
  color:#505050;
}
div#header div#search_form {
  position:absolute;
  top:0px;
  left:800px;
  float:right;
  margin:0;
  background: transparent url('images/gea/search_input.png') no-repeat 30px 0px;
  width:180px;
}
  div#header div#search_form input#search_input {
    background:#fff;
    border:1px solid #D9D9D9;
    border-right:none;
    padding:1px;
    float:right;
    margin-right:28px;
  }
  div#header div#search_form input#search_submit {
    background: transparent url('images/gea/search_submit.png') no-repeat;
    margin:0px;
    float:left;
  }
div#header {
  margin-top:80px;
  position:relative;
}
div#content {
  width:960px !important;
  margin-top:40px;
}
div#content p a {
  color:#784B30;
  margin:0 auto;
}
div#content p img {
  display:block;
  margin:0 auto;
  max-width:930px;
  background:none !important;
}
div#content p object {
  display:block;
  margin:0 auto;
  max-width:550px;
  max-height:357px;
}
div#footer div#footer_top div#footer_chair {
  height:413px;
  left:-75px;
  bottom:600px;
  position:absolute;
  width:293px;
  background:transparent url('images/gea/chair.png') no-repeat left top;
  margin:0 !important;
}
div#content h2 a {
  color:#000;
  font-size:1.15em;
}
#headerimg {
  position:absolute;
  top:0;
  left:0;  
}

#headerimg h1 {
  background:transparent url('images/gea/logo.png') no-repeat left top;
  margin-right:;
  margin:0;
}
li {
  color:#505050 !important;
}
#content li a {
  color:#784B30 !important;;
}
div.post h3 a {
  color:#784B30;
}
div#wrapper div#sidebar {
  display:none;
}
p a strong span {
  color:#784B30 !important;
}
p a span strong {
  color:#784B30 !important;
}
p span strong {
  color:#784B30 !important;
}
div#sidebar div.inner div.hider {
  position:absolute;
  top:0;
  left:50%;
  margin-left:396px;
  width:5px;
  height:40px;
  background:transparent url('images/gea/header_bg.png') repeat-x;
}
div#footer h2 {
  color: #fff !important;
}





#friends_blog {
  position:absolute;
  top:124px;
  right:5px;
  width:250px;
  color:#784B30;
}
#friends_blog a {
  color:#784B30;
}
#friends_blog h2 {
  color:#000000;
  font-size:1.15em;  
}
#friends_blog ul {
  padding-left:14px !important;
}