/*
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");

/************************* DEFAULT STYLES ***************************/
body {color:#eee;background:#111;background-image: url(/images/background.jpg); background-repeat:repeat; font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif; font-size: 14px;}
.container-inner {width:990px; margin:0 auto;}
h1,h2,h3,h4,h5,h6 {color:#fc0;font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:#fff;}
a {color:#fc0;text-decoration:none;}
a:hover, a:focus {color:#fff;}

/************************* 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 {background: #111;
	padding-right: 15px;
	padding-left: 15px;
	margin: 15px 0 25px;
}

#inside-widgets h6.widgettitle {color:#fc0;border-bottom:1px solid #ccc;padding:1em .3em .5em; font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;}

#inside-widgets ul{list-style:none;margin:0 0 1.6em 0;font-size:1em;}

#inside-widgets ul li a{color:#fff;}
#inside-widgets ul li,ul.txt li{color:#fff;height:1%;line-height:1.2em;border-bottom:1px solid #ccc; display:block; padding:6px 0 6px 8px;}

#inside-widgets ul li a:hover,ul.txt li:hover{color:#fc0;background-position:1px 0.8em;}

#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;}
#masthead { background: padding: 0;border-top:0px solid #111;
	margin-top: 25px;
	margin-bottom: 25px;
}


#navcontainer {padding: 0; font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;text-align: right;background-color: #111;height:40px;
	margin-bottom: 20px;
}
#navlist {height:40px}
#navcontainer p	{padding: 7px 7px 0px; font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;font-size: 1em;font-weight: bold;}
/* 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;background-color: #111;font-size: 1em;}
ul#navlist li {text-align: left;float: left;height: 40px;margin: 0;background: #111;border-right:1px solid #ccc;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: #fc0;font-size: 16px;text-decoration: none;height: 1%;height:40px;text-shadow: 0 0 0 #000;}
#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: #fff;background-color: #222;}
ul#navlist li.home	{border-left: none;}
ul#navlist li#empty	{width: 120px;}

/********************************POSTS ************************* */
.blog {display:block;clear:both;
	background-color: #222;
	padding: 20px;
}
.post {display:block;clear:both;
	background-color: #111;
	padding: 20px;
}
.postmetadata {color:#eee;}
.postmetadata a {color:#eee;}
.postmetadata a:hover {color:#fc0;}
.underlined {border-bottom:1px solid #fc0;}
h6.underlined {margin:0 0 1em;}

.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: #222;margin: 20px 0;
	font-weight: bold;
	font-size: 12px;
	color: #fc0;
	padding: 10px;
}
.nav:hover {background:#333;
	color: #fff;
}
.prev a, .next a {color:#fc0;text-decoration:none;
	font-size: 12px;
}

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

/* ************************* FOOTER *********************** */
#footer {background:#111; padding: 15px;
}
#footer p {text-align:center;color:#ccc;}
#footer a {color:#666;}
#footer a:hover {color:#aaa;}

/* ************************ SLIDESHOW ********************************/
#slideshow {padding:0;overflow:hidden;
}
#slideshow .slide img {max-width:950px;text-align:center;margin: 0 0 15px;
	border: 20px solid #111;
}

/* **************************** 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 {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;-moz-border-radius: 3px;-khtml-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px;}
.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:310px;background:#eee url('images/x.png') no-repeat center;overflow:hidden;
	margin-top: 20px;
}
#centered{
	background-color: #111;
	padding-left: 20px;
	padding-bottom: 15px;
}

#archivecentered{
	padding-left: 20px;
	padding-bottom: 15px;
}

/***************************** ARCHIVE *****************************/
h6.archive-header {display:block;border-bottom:#000 1px solid;margin:0 0 .5em;}
.archive-stack {
	width: 100%;
	margin: 0;
}

/***************************** 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 ********************/

h1#comments{margin: 20px 0 0;padding: 20px 10px;background: #111; border-bottom: 10px solid #fc0}
h3#comments{margin: 20px 0 0;padding: 20px 10px;background: #111; border-bottom: 10px solid #fc0}

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:#fff;}

h3#respond{margin: 10px 0 0;padding: 20px 10px;background: #111; border-bottom: 10px solid #fc0}



ol.tracklist {list-style-type: none;background-color: #222;
	margin: 0 0 40px;
	padding: 15px;
}

ol.commentlist {list-style-type: none;padding: 0; background-color: #333;
	margin: 0 0 40px;
}

ol.commentlist li.alt{background-color: #222;}

ol.commentlist li .comment-entry{margin: 0;border-bottom: 0px solid #eee;line-height: 1.2em;
	padding: 17px 150px 10px 120px;
}

ol.commentlist li .avatar{
	float: left;
	padding: 10px;
	clear: left;
}


#commentform{margin: 0 0 7px;background: #222;
	padding: 30px 48px 10px 50px;
}

textarea {width:490px;height:100px;padding:5px;}

.category {background-color: #222;
	margin-top: 30px;
	vertical-align: middle;
	padding: 15px;
}

ol.commentlist p.comment-author {
	color: #fc0;
	font-weight: bold;
	text-transform: uppercase;
}

ol.commentlist p.comment-text {
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	text-align: left;
}

ol.commentlist p.comment-date {
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 11px;
}

ol.tracklist li.track-text {
	color: #fff;
	text-transform: capitalize;
	text-align: left;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.alt-login-methods {

}


label {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: block;
    float: left;
    font-weight: bold;
    margin-right:10px;
    text-align: right;
    width: 120px;
    line-height: 25px;
    font-size: 15px;
	color: #fff;
}
    
.input{
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-size: 15px;
    padding: 5px;
    border: 1px solid #333;
    width: 600px;
    color: #797979;
	margin-top: 5px;
}

.hint{
    display:none;
    }
    
.field:hover .hint {
	
    position: absolute;
    display: block;
    margin: -30px 0 0 350px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.6);
 
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 7px 10px;
}

 .textarea {
    height:150px;   
    }


/***************** BUTTON ********************/
.button {
	border: none;
	background: #fc0;
	color: #000000;
	font-weight: bold;
	padding: 6px 20px;
	font-size: 12px;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;

border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow:
        0 0 0 1px #ffdf4e inset, /* Outer bevel */
        0 0 0 2px #feeea5 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

    -webkit-border-radius: 5px;
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow:
        0 0 0 1px #ffdf4e inset, /* Outer bevel */
        0 0 0 2px #feeea5 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;
	margin-left: 133px;
	margin-top: 10px;
}

.button:hover {
background:#ffdf4e;}




.download {
	border: none;
	background: #fc0;
	color: #000000;
	padding: 6px 20px;
	width: 950px;;
	letter-spacing: 1px;
	overflow: visible;

border-radius: 5px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow:
        0 0 0 1px #ffdf4e inset, /* Outer bevel */
        0 0 0 2px #feeea5 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;

    -webkit-border-radius: 5px;
    -webkit-text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow:
        0 0 0 1px #ffdf4e inset, /* Outer bevel */
        0 0 0 2px #feeea5 inset, /* Inner bevel */
        0 30px 20px -18px rgba(255,255,255,0.65) inset, /* Inner gradient */
        1px 1px 3px rgba(0,0,0,0.2) /* Drop shadow */
    ;
	height: 35px;
	font: bold 14px "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
}

.download:hover {
background:#ffdf4e;}
/**************** SOCIABLE **********************/
div.sociable { margin: 32px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0 10px 0 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
                                                                                                                                                                                                                                                                                                                                                                                                                                                           
