/*
Theme Name: F8 Lite customized
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
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 ***************************/
* {
	margin: 0;
	padding: 0; 
}
body {color:#777;background:#fff;font-family:"helvetica", Arial, sans-serif;}
.container-inner {width:950px; margin:0 auto;}
h1,h2,h3,h4,h5,h6 {color:#333;font-family:"helvetica", Arial, sans-serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {color:#333}
a:link, a:visited {
	color: #333;
	text-decoration: none;
        text-transform:uppercase;
	font-weight: bold;
        font:300 Helvetica,Arial,Sans-Serif;
        letter-spacing:-0.5px;
}

a:hover {
	color: #000;
}

/************************* 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:#777;border-bottom:1px dotted #eee;text-transform:uppercase;font:300 "museo-sans-1","museo-sans-2",Helvetica,Arial,Sans-Serif;letter-spacing:1px;padding:1em .3em .5em;margin-bottom:5px;}
#inside-widgets ul{list-style:none;margin:0 0 1.6em 0;font-size:.9em;}
#inside-widgets ul li a,ul.txt li{color:#999;height:1%;background:url(images/li-white.png) no-repeat  0;line-height:1.2em;border-bottom:1px dotted #eee;display:block;padding:6px 0 6px 8px;}
#inside-widgets ul li a:hover,ul.txt li:hover{color:#eee;background-position:1px 0.8em;background: #fff url(images/li.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;}
.textwidget {color:#777;border-bottom:1px dotted #eee;text-transform:uppercase;font:300 .8em "museo-sans-1","museo-sans-2",Helvetica,Arial,Sans-Serif;letter-spacing:1px;padding:0 .3em .5em;margin-bottom:5px;text-align:justify;}

/************************* MASTHEAD ************************************/
.pusher {cursor:pointer;}


#header {
	margin: 0 auto;background:#fff;
}

#header h2 {
	font-size: 3.4em;
	padding: 0em 0 0;
	line-height: 1.4em;
}
#header h2 a:hover {
		text-decoration: none;
	}
h2 {
	font-size: 2.5em;}
h3 {
	font-size: 2em;}


#nav {
	float: right;
background:#fff;
}
#nav li {
	margin: 0.5em 0 0;
	float: left;
}
#nav .off {
	display: block;
	background: #fff;
	padding: 0.7em;
	font-size: .9em;
        text-transform:uppercase;
	color: #ccc;
	text-decoration: none;
	margin: .5em 0 0;
	float: left;
}
	#nav a {
		display: block;
		background: #fff;
		padding: 0.8em;
		margin: 0 0.4em 0.5em;
        text-transform:uppercase;
        color:#636363;
        font:700 .9em "museo-sans-1","museo-sans-2",Helvetica,Arial,Sans-Serif;
        letter-spacing:1px;}
	}
	#nav a:hover {
		border-bottom: 1px dotted #eee;
		text-decoration: none;
	}

/********************************POSTS ************************* */
.post {display:block;clear:both;line-height: 120%;}
.post h2{font-weight:bold;}
.content {clear:both;}
.postmetadata {color:#ccc;}
.postmetadata a {color:#ccc;}
.postmetadata a:hover {color:#000;}
.underlined {border-bottom:1px solid #000;}
h6.underlined {margin:0 0 .3em;border-bottom:0px;font-size:3.4em;color:#000;}

.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;}

.nav-interior {margin:0;padding:0;clear:both;display:inline;font-weight:bold;font-size:3.8em;font-style:italic;}
.nav-interior .next {color:#000;text-decoration:none;float:right;}
.nav-interior .prev {color:#000;text-decoration:none;float:left;}

/* ************************* FOOTER *********************** */
#footer {margin:1em 0 0;background:#fff;padding:1em;}
#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 {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:220px;background:#eee url('images/x.png') no-repeat center;max-width:310px;max-height:150px;overflow:hidden;}

/***************************** ARCHIVE *****************************/
h6.archive-header {display:block;border-bottom:#ccc 1px dotted;margin:0 0 .5em;text-transform:uppercase;}
h6.archive-header a {text-transform:uppercase;font:700 Helvetica,Arial,Sans-Serif;letter-spacing:1px;}
.archive-stack {width:100%; height:1em;}
.archive-top {font:Helvetica,Arial,Sans-Serif;font-size:3.4em;letter-spacing:1px;text-align:right;color:#000;}
.archive h1 {font:Helvetica,Arial,Sans-Serif;font-size:3.4em;letter-spacing:1px;}
.archive {text-transform:uppercase;font:300 .8em Helvetica,Arial,Sans-Serif;letter-spacing:1px;text-align:right;color:#aaa;}
.archive img {margin-bottom:5px;}

/***************************** ETC *****************************/
#filters {clear: both;height: 2em;margin-bottom: 1em;}
#filters li {float: left;margin-right: 2em;}
/* prev next navigation */
.navigation, .navigation-archive {clear: both;margin-bottom: 20px;height: 33px;text-align:center}
.next-arc  {background: url(images/next.gif) 0 -66px no-repeat;width: 85px; height: 33px;float: right}
.prev-arc  {background: url(images/prev.gif) 0 -66px no-repeat;width: 115px; height: 33px;float: right}
.next-arc a {background: url(images/next.gif) 0 0 no-repeat;}
.prev-arc a {background: url(images/prev.gif) 0 0 no-repeat;}
.next-arc a, .prev-arc a {float:right;display:block; height:33px;text-indent:-9999px;border:none;}
.next-arc a {width:85px;}
.prev-arc a {width:115px;}
.next-arc a:hover, .prev-arc a:hover {background-position: 0px -33px;border:none}
.navigation-archive .prev-arc {float:left}
/* 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 #333;}
#search #s:hover {color: #fff;}
.search-excerpt {margin: 0;}
textarea {background:#eee;border:1px solid #eee;color:#bbb;}
input {border:1px solid #eee;background:#eee;padding:5px;color:#333;}

/***************** COMMENTS ********************/
h3#comments{margin: 10px 0 0;padding: 20px 10px;background: #f9f9f9;}
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:#f9f9f9;}
h3#respond{margin: 10px 0 0;padding: 20px 10px;background: #f9f9f9;font-size:2em;}
ol.commentlist{list-style-type: none;margin: 0;padding: 5px;border-top: 0px solid #f9f9f9;}
ol.commentlist li strong{padding-left:.9em; margin-top:5px;text-transform:uppercase;}
ol.commentlist li .comment-entry{margin: 10px 0 10px;border-bottom: 1px dotted #eee;padding: 3px 140px 0;line-height: 1em;min-height:50px;}
ol.commentlist li .avatar{border:1px solid #eee;padding:1em;margin:0em 0em 0em 0;}
#commentform{margin: 0 0 7px;padding: 30px 150px 6px;border-top: 10px solid #fff;background: #f9f9f9;}


/***************** links ********************/
.ddmcl {
	width: 200px;
	float: left;
	padding-right: 20px;
}

.ddmcl ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

.ddmcl li {
	margin: 0 0 2px 0;
	padding: 0;
}

.ddmcl p.sep {
	font-size: 1.2em;
	color: #808080;
	font-weight: bold;
}

.ddmcl p.sep:hover {
	cursor: pointer;
}
.edito-archive {font-size:3.4em;font-weight:bolder;text-align:right;margin:15px;text-transform:none;}
#blog-container {
	width: 950px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#blog-entries {
	width: 950px;
	float: left;
	margin-left: 0px;
	}
.blog-post {
	margin-bottom: 1em;
}
