/*
Theme Name: F8 Lite
Theme URI: http://graphpaperpress.com/2008/06/02/f8-lite-portfolio-theme-for-wordpress/
Description: A photography & multimedia portfolio theme for Wordpress
Version: 2.0
Tags: photography, one-column, minimal, widgets, white, portfolio
Author: Thad Allender
Author URI: http://graphpaperpress.com
License: GPL
*/

/*
    Copyright 2008 Graph Paper Press

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/************************* IMPORT BLUEPRINT *************************/
@import url("css/screen.css");
@font-face {
	font-family: 'FedraSansStdNormal';
	src: url('FedraSansStd_Normal.eot');
	src: local('Fedra Sans Std Normal'), local('FedraSansStd-Normal'), url('FedraSansStd_Normal.woff') format('woff'), url('FedraSansStd_Normal.ttf') format('truetype'), url('FedraSansStd_Normal.svg#FedraSansStd-Normal') format('svg');
}


/************************* DEFAULT STYLES ***************************/
body {
color:#fff;
background:#000;
background-image: url("images/bgs.png");
background-repeat: repeat-x;
font-family: 'FedraSansStdNormal';

}
.container-inner {
width:1020px; 
margin:0 auto;
}
h1,h2,h3,h4,h5,h6 {
color:#fff000;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:#fff000;}
a {color:#fff000;text-decoration:none;}
a:hover, a:focus {color:#fff;}
#page {width: 670px;}

aee145

/************************* RSS ************************************/
/*#inside-subscribe {float:right;color:#666;}
#inside-subscribe a {color:#666;}
#inside-subscribe a:hover {color:#000;}
.feed {margin-left: 3px;padding: 0 0 0 19px;background: url("images/rss.png") no-repeat 0 50%;color:#eee;}

#inside-widgets {margin:4em 0;}
#inside-widgets h6.widgettitle {color:#222;text-transform:uppercase;padding:1em .3em .5em;}
#inside-widgets ul{list-style:none;margin:0 0 1.6em 0;font-size:1em;}
#inside-widgets ul li a,ul.txt li{color:#222;height:1%;background:url(images/li.png) no-repeat  0;line-height:1.2em; display:block;padding:6px 0 6px 8px;}
#inside-widgets ul li a:hover,ul.txt li:hover{color:#fff;background-position:1px 0.8em;background: #222 url(images/li-white.png) no-repeat 3px 10px;}
#inside-widgets ul li a span,ul.txt li,h4 a span{color:#696455;}
#inside-widgets ul li.active a{cursor:default;color:white;}
#inside-widgets ul ul{margin:0;list-style:none;}*/

/************************* MASTHEAD ************************************/
.pusher {cursor:pointer;}
#flash	{width: auto; ; clear: both; margin:0 auto;}
#info	{
	width: 260px; 
	height: 60px; 
	float: right;
	margin-top: 22px;
	padding-right: 70px;
	display: none;
}
#masthead { padding: 0; height: 230px;}
#masthead h4 {margin:1em 0; text-transform: uppercase;width:100%;}
#masthead h4 a { color: #333; text-decoration: none; float:left;} 
#masthead h4 a:hover {color:#000;}


#navcontainer {padding-left: 7px; height:20px; width: auto; margin:0 auto;}
#navlist {height:auto}
#navcontainer p	{padding: 7px 7px 0px; font-size: 1em;font-weight: italic;}
/* to stretch the container div to contain floated list */
#navcontainer:after {content: ".";display: block;line-height: 1px;font-size: 1px;color: transparent;clear: both;}
#navcontainer img {margin: 0;padding: 0;}
ul#navlist {list-style: none;padding: 0;margin: 0px;font-size: 1em;}
ul#navlist li {text-align: left;float: left;height: 20px;margin: 0;padding: 0;}
ul#navlist li { width: 105px; voice-family: "\"}\""; voice-family:inherit; width: 119px;}
html>body ul#navlist li { width: 119px; }
ul#navlist li a {display: block; padding: 7px 5px 25px 7px; color: #eee; font-size: 12px; text-decoration: none; height:20px; letter-spacing: 2px; 	font-family: 'FedraSansStdNormal';}
#navcontainer>ul#navlist li a {width: auto;height: auto;height: 8px}
ul#navlist li#active a {background: #eee;color: #<?php echo $ss_nav_hover_color; ?>;}
ul#navlist li a:hover,ul#navlist li#active a:hover {color: #fff000;}
ul#navlist li.home	{border-left: none;}
ul#navlist li#empty	{width: 120px;}

/********************************POSTS ************************* */
.post {display:block;clear:both; margin-left: 15px; font-family: 'FedraSansStdNormal';}
.postmetadata {color:#ccc; display: none;}
.postmetadata a {color:#ccc;}
.postmetadata a:hover {color:#000;}
.underlined {border-bottom:0px solid #000;}
h6.post {margin:0 0 1em; font-size: 15px;}
.span-8 p {color: #999999;}

.nav-image-left, .nav-image-up, .nav-image-right {text-align:center;float:left;width:25px;margin:0 10px 0 2px;}
.nav-image-left a, .nav-image-up a, .nav-image-right a {background:#eee;padding:2px 48% 2px 48%;text-decoration:none;color:#000;}
.nav-image-left a:hover, .nav-image-up a:hover, .nav-image-right a:hover {background:#000;color:#fff;}

.nav {background:#eee;margin:0 0 1em 0;}
.nav:hover {background:#ccc;}
.prev a, .next a {color:#000;text-decoration:none;padding:.2em 1em; display: none;}

.nav-interior {margin:0;padding:0;clear:both;display:inline;}
.nav-interior .next {color:#000;text-decoration:none;float:right;}
.nav-interior .prev {color:#000;text-decoration:none;float:left;}

/* ************************* FOOTER *********************** */
#footer {float: left; padding-top: :1em; padding-left: 10px; margin-top: 40px;}
#footer p {text-align:center;color:#ccc;}
#footer a {color:#666;}
#footer a:hover {color:#333;}

/* ************************ SLIDESHOW ********************************/
#slideshow {padding:0;margin:0 0 1em;overflow:hidden;max-height:435px;}
#slideshow .slide img {max-width:950px;text-align:center;margin:0;}

/* **************************** FLOATS & IMAGES ***************************** */
.right { float: right; }
.left { float: left; }
.middle {margin: 0 auto;float:left;}
.clear { clear: both; }
img.centered{display: block;margin-left: auto;margin-right: auto;}
img.alignright{padding: 4px;margin: 3px 0 2px 10px;display: inline;}
img.alignleft{padding: 4px;margin: 3px 10px 2px 0;display: inline;}
.alignleft{float: left;}
.alignright{float: right;}
.aligncenter,div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
.wp-caption { text-align: left; padding-top: 4px; padding-bottom: 20px;}
.wp-caption img {margin: 0;padding: 0;border: 0 none;}
.wp-caption p.wp-caption-text {font-size: 11px;line-height: 17px;padding: 0 4px 5px;margin: 0;}
.thumbnail {width:310px;height:150px;background:#eee url('images/x.png') no-repeat center;max-width:310px;max-height:150px;overflow:hidden;}

/***************************** ARCHIVE *****************************/
h3.archive-header {
font-size: 13px;
padding-top: 30px;
}

.archive-stack {width:100%; height:1em;}

/***************************** ETC *****************************/
#filters {clear: both;height: 2em;margin-bottom: 1em;}
#filters li {float: left;margin-right: 2em;}
.prev {}
.next {}
/* remember to define focus styles! */
:focus {outline: 0;}

/***************************** SEARCH *****************************/
#search {float: right;margin:15px 0 0;}
#search #s {background: transparent url('images/search.gif') 0px center no-repeat;color: #666;font-size: 0.9em;margin:0 0 0 10px;padding: 2px 0 2px 17px;width: 100px;}
#search input {border:1px solid #222;}
#search #s:hover {color: #666;}
.search-excerpt {margin: 0;}

/***************** COMMENTS ********************/
h3#comments{margin: 10px 0 0;padding: 20px 10px;background: #f5f5f5;}
h3#comments span.comments-subscribe {float:right;font-size:.7em;margin-left: 3px;padding: 0 0 0 19px;background: url("images/rss.png") no-repeat 0 50%;color:#cccccc;}
h3#respond{margin: 10px 0 0;padding: 20px 10px;background: #f5f5f5; display: none;}
ol.commentlist{list-style-type: none;margin: 0;padding: 0;border-top: 5px solid #eee;}
ol.commentlist li strong{padding-left:1em;}
ol.commentlist li .comment-entry{margin: -135px 0 0;border-bottom: 5px solid #eee;padding: 5px 150px 0;line-height: 2em;}
ol.commentlist li .avatar{border:1px solid #eee;padding:1em;margin:2em 1em 1em 0;}
#commentform{margin: 0 0 7px;padding: 30px 150px 6px;border-top: 10px solid #fff;background: #eee; display: none;}