@import url( 'css/screen.css' );
@import url( 'css/jquery-ui-1.7.1.custom.css' );
/*
Theme Name: Fullscreen
Theme URI: http://graphpaperpress.com/
Description: A multimedia theme framework for Wordpress by <a href="http://graphpaperpress.com">Graph Paper Press</a>
Version: 1.1
Tags: photography, one-column, minimal, widgets, black, portfolio, video, multimedia, framework
Author: Thad Allender
Author URI: http://graphpaperpress.com/
Contributors: Chandra Maharzan, Richard Cornish
License: GNU - See license.txt

Blueprint CSS Styles
jQuery UI CSS
Override*/
BODY
{
	background: #0F0F0F;
	color: #999;
}
.container
{
	margin-top: 24px;
}
H1, H2, H3, H4, H5, H6
{
	color: #999;
}
H1 A, H2 A, H3 A, H4 A, H5 A, H6 A
{
	color: #FFF;
}
A
{
	color: #428CE7;
	text-decoration: underline;
}
A:hover
{
	color: #FFF;
}
A.call2action
{
  font-size: 18px;
  border: 2px solid white;
  padding: 5px;
}
/*Masthead*/
#masthead
{
	padding: 0;
	margin: 12px 0 24px;
	height: 30px;
	position: relative;
	display: block;
	clear: both;
}
#masthead H2, #branding H2
{
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#masthead H2 A, #branding H2 A
{
	color: #FFF;
}
#masthead .description, #branding .description
{
	float: left;
	color: #999;
	margin: 10px 12px;
	padding-left: 12px;
	border-left: 1px solid #999;
	font-size: 11px;
}
#call2action
{
  color: #bbb;
  background-color: #333;
  padding: 3px;
}
/*Home Thumbs & Nav*/
.home-thumbs
{
	margin-top: 0;
	padding: 0;
	overflow: auto;
	overflow: -moz-scrollbars-none;
}
.bottom-thumbs
{
	position: absolute;
	top: 280px;
/*changed from 440 to 280*/
	left: 0;
}
.thumbs
{
	display: hidden;
}
UL.thumbs
{
	width: 1600px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	right: 1600px;
/*changed from 1600 to 800*/
}
UL.thumbs LI
{
	float: left;
	width: 160px;
	height: 160px;
	margin: 0;
	overflow: hidden;
}
UL.thumbs LI.thumb-big
{
	float: left;
	width: 160px;
	height: 160px;
	margin: 0;
	overflow: hidden;
/*changed 320 to 160*/
}
UL.thumbs LI IMG.attachment-thumbnail
{
	margin: 0;
}
UL.thumbs LI.thumb-end
{
	margin-top: 144px;
}
.go-left
{
	position: absolute;
	top: 17px;
	right: 90px;
	display: none;
}
.go-right
{
	position: absolute;
	top: 17px;
	right: 50px;
}
#branding
{
	background: #000;
	color: #474747;
	position: absolute;
	z-index: 4;
	left: 0px;
	top: 160px;
/*changed 320 to 160*/
	height: 40px;
	padding: 40px;
	zoom: 1;
	width: 100%;
	margin: auto;
	clear: both;
	display: block;
}
#branding A, #masthead A
{
	color: #474747;
	text-decoration: none;
}
#branding H1 A, #masthead H1 A
{
	color: #FFF;
}
#branding H1, #masthead H1
{
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
#branding A:hover
{
	color: #FFF;
}
#branding .description
{
	text-align: left;
}
.brand-wrap
{
	float: left;
}
/*IE 6 hacks for position fixed*/
* HTML #branding
{
	position: absolute;
	padding: 45px 40px 35px 50px;
	width: 1505px;
}
* HTML .go-left
{
	top: 17px;
	right: 280px;
	display: none;
}
* HTML .go-right
{
	top: 17px;
	right: 240px;
}
/*Footer*/
#footer-wrap
{
	width: 100%;
	background: #000;
	padding: 24px 0;
}
#footer
{
	width: 950px;
	margin: 0 auto;
	color: #333;
	text-align: left;
}
#footer A
{
	color: #333;
}
#footer A:hover
{
	color: #CCC;
}
#footer UL
{
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #111;
}
#footer UL LI
{
	border-bottom: 1px solid #111;
}
#footer UL LI A
{
	text-decoration: none;
	padding: 4px;
}
.post-nav-prev, .post-nav-next, #dialog_link, .icon
{
	float: left;
	margin: 0 10px 0 0;
	padding: 0.4em 1em 0.4em 20px;
	text-decoration: none;
	position: relative;
	color: #999;
}
.icon SPAN.ui-icon, #dialog_link SPAN.ui-icon, .post-nav-prev SPAN.ui-icon, #nav UL LI UL LI A.icon SPAN.ui-icon
{
	margin: 0 5px 0 0;
	position: absolute;
	left: 0.2em;
	top: 50%;
	margin-top: -8px;
}
.post-nav-next SPAN.ui-icon
{
	margin: 0 5px 0 0;
	position: absolute;
	left: 42px;
	top: 50%;
	margin-top: -8px;
}
UL#icons
{
	margin: 0;
	padding: 0;
}
UL#icons LI
{
	margin: 2px;
	position: relative;
	padding: 4px 0;
	cursor: pointer;
	float: left;
	list-style: none;
}
UL#icons SPAN.ui-icon
{
	float: left;
	margin: 0 4px;
}
#post-nav
{
	float: right;
}
/*Posts*/
#content
{
	display: block;
	clear: both;
	margin: 2em 0;
}
.post
{
	display: block;
	clear: both;
}
#content H2, .post H2
{
	text-align: center;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	padding: 6px 0 0;
	background: url(images/stripe.png) repeat;
}
#content H2 A, .post H2 A
{
	text-decoration: none;
}
.postmetadata
{
	background: #000;
	margin: 0 0 2em;
	padding: 1em;
	color: #999;
	font-size: 11px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	clear: both;
	height: 25px;
}
.postmetadata A
{
	color: #515151;
}
.postmetadata A:hover
{
	color: #EEE;
}
.sub
{
	text-transform: uppercase;
}
.underlined
{
	border-bottom: 1px solid #222;
}
.nav
{
	margin: 12px 0;
	font-size: 11px;
}
.nav A
{
	background: #000;
	color: #999;
	padding: 8px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.nav A:hover
{
	color: #EEE;
	background: #333;
	cursor: pointer;
}
/*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;
	max-width: 950px;
}
IMG.alignright
{
	padding: 4px 0 4px 4px;
	margin: 3px 0 2px 10px;
	display: inline;
	max-width: 950px;
}
IMG.alignleft
{
	padding: 4px 4px 4px 0;
	margin: 3px 10px 2px 0;
	display: inline;
	max-width: 950px;
}
IMG.alignnone
{
	padding: 4px 4px 4px 0;
	margin: 3px 10px 2px 0;
	display: block;
	max-width: 950px;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
.aligncenter, DIV.aligncenter
{
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}
.thumbnail, .attachment-thumbnail
{
	margin: 0 1.5em 1.5em 0;
	float: left;
}
.attachment-medium
{
	max-width: 950px;
	overflow: hidden;
	display: inline;
}
.attachment-large
{
	max-width: 950px;
	overflow: hidden;
	display: inline;
}
/*Gallery*/
.gallery
{
	margin: auto;
}
.gallery-image
{
	border: 0px solid #CFCFCF;
	margin-left: 0;
}
.gallery-caption
{
	margin-left: 0;
}
.gallery-item
{
	float: left;
	text-align: center;
	margin-left: 0;
}
.gallery-columns-2
{
	width: 50%;
}
.gallery-columns-3
{
	width: 33%;
}
.gallery-columns-4
{
	width: 25%;
}
.gallery-columns-5
{
	width: 20%;
}
.gallery-columns-6
{
	width: 16%;
}
.gallery-columns-7
{
	width: 14%;
}
.gallery-columns-8
{
	width: 12%;
}
.gallery-columns-9
{
	width: 11%;
}
/*Captions*/
.wp-caption
{
	text-align: center;
}
.wp-caption IMG
{
	margin: 0;
	padding: 0;
	border: 0 none #000000;
}
.wp-caption .wp-caption-text
{
	margin: 0;
	padding: 5px;
}
/*Etc*/
#filters
{
	clear: both;
	height: 2em;
	margin-bottom: 1em;
}
#filters LI
{
	float: left;
	margin-right: 2em;
}
:focus
{
	outline: 0;
}
P STRONG
{
	color: #EDEDED;
}
.sticky
{
	font-size: 24px;
	border: 1px solid #BBB;
	border-width: 1px 0;
	background: #EEE;
	padding: 15px;
}
.ad-main, .ad-sidebar
{
	display: block;
	clear: both;
}
.hidden
{
	display: none;
}
.wp-smiley
{
	max-height: 13px;
	margin: 0 !important;
}
/*Prevent the smileys from breaking line-height
Search*/
#search
{
	float: right;
	margin: 55px 12px 0 0;
	padding: 0;
}
#search #s
{
	background: #DDD url(images/search.png) no-repeat 0px center;
	color: #222;
	font-size: 1em;
	margin: 0;
	padding: 4px 0 4px 17px;
	width: 150px;
	border: 1px solid #333;
}
#search INPUT
{
	border: 0;
}
#search #s:hover
{
	color: #0066CC;
	background: #FFF url(images/search_blue.png) no-repeat 0px center;
}
.search-excerpt
{
	margin: 0;
}
#searchsubmit
{
	display: none;
}
/*Comments*/
OL.commentlist
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
OL.commentlist LI
{
	border-top: 5px solid #CCC;
	margin: 0 0 10px;
	padding: 5px 7px 5px 57px;
	position: relative;
	height: 1%;
}
OL.commentlist LI:hover
{
	background: #CCC;
}
OL.commentlist LI.comment-author-admin
{
	border-top: 5px solid #CCC;
}
OL.commentlist LI DIV.comment-author
{
	padding: 0 170px 0 0;
}
OL.commentlist LI DIV.vcard
{
	font-weight: bold;
	color: #222;
}
OL.commentlist LI DIV.vcard A
{
	color: #222;
}
OL.commentlist LI DIV.vcard CITE.fn
{
	font-style: normal;
}
OL.commentlist LI DIV.vcard CITE.fn A.url
{
	text-decoration: none;
}
OL.commentlist LI DIV.vcard CITE.fn A.url:hover
{
	color: #333;
}
OL.commentlist LI DIV.vcard IMG.avatar
{
	left: 0;
	position: absolute;
	top: 5px;
}
OL.commentlist LI DIV.comment-meta
{
	font: 11px helvetica, arial, sans-serif;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	background: #CCC;
	padding: 6px 4px 4px;
}
OL.commentlist LI DIV.comment-meta A
{
	color: #FFF;
	text-decoration: none;
}
OL.commentlist LI DIV.comment-meta A:hover
{
	color: #000;
}
OL.commentlist LI.comment-author-admin DIV.comment-meta
{
	background: #CCC;
	color: #FFF;
}
OL.commentlist LI.comment-author-admin DIV.comment-meta A:hover
{
	color: #FFF;
}
OL.commentlist LI DIV.reply
{
	text-align: center;
	width: 36px;
}
OL.commentlist LI DIV.reply A
{
	background: #EEE;
	color: #222;
	font: bold 9px/1 helvetica, arial, sans-serif;
	padding: 6px 10px 3px;
	color: #222;
	text-decoration: none;
	text-transform: uppercase;
}
OL.commentlist LI DIV.reply A:hover
{
	color: #FFF;
	background: #222;
}
OL.commentlist LI UL.children
{
	list-style: none;
	margin: 1em 0 0;
	text-indent: 0;
}
OL.commentlist LI UL.children LI.depth-2
{
	margin: 0 0 0.25em;
}
OL.commentlist LI UL.children LI.depth-3
{
	margin: 0 0 0.25em;
}
OL.commentlist LI UL.children LI.depth-4
{
	margin: 0 0 0.25em;
}
OL.commentlist LI.pingback DIV.vcard
{
	padding: 0 170px 0 0;
}
#comments
{
	margin: 4px 0;
}
#respond
{
	margin: 30px 0;
	padding: 10px 0;
	border-top: 5px solid #CCC;
}
#commentform
{
	margin-bottom: 60px;
}
#commentform INPUT
{
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font-size: 1.2em;
}
#commentform TEXTAREA
{
	margin-top: 5px;
	width: 95%;
	padding: 2px;
	border: 1px solid #CCC;
	font-size: 1.2em;
}
#commentform TEXTAREA:hover
{
	border: 1px solid #222;
}
#commentform #submit
{
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.3em;
	background: #111 none repeat scroll 0 0;
	border: 1px solid #222;
	color: #BBBBBB;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 5px;
	padding: 5px;
}
LEGEND
{
	font-size: 1.2em;
	font-weight: bold;
	padding: 2px 10px;
}
#commentform #submit:hover
{
	background: #000;
	color: #FFF;
}
#wp-submit
{
	font-weight: bold;
	font-size: 1em;
	background: #111 none repeat scroll 0 0;
	border: 1px solid #222;
	color: #BBBBBB;
	font-weight: bold;
	padding: 5px;
}
#wp-submit:hover
{
	background: #000;
	color: #FFF;
}
/*Navigation at rest*/
#nav
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 0 6px 10px;
}
#branding #nav
{
	position: absolute;
	top: 45px;
	left: 600px;
}
#nav UL, #nav UL LI
{
	margin: 0;
	padding: 0;
}
#branding #nav UL
{
	height: 30px;
	width: 710px;
}
#nav UL LI
{
	font-size: 11px;
	font-weight: normal;
	text-transform: lowercase;
	list-style: none;
	float: left;
	margin-right: 15px;
	position: relative;
	color: #999;
}
#nav UL LI A
{
	color: #999;
	text-decoration: none;
}
#nav UL LI A:hover
{
	color: #FFF;
}
/*Navigation interaction*/
#nav UL LI UL
{
	display: none;
	text-align: left;
}
#nav UL LI.drop:hover UL
{
	display: block;
}
#nav UL LI SPAN
{
	cursor: pointer;
}
/*Sub-navigation*/
#nav UL LI UL
{
	padding-top: 7px;
	margin-left: -10px;
	position: absolute;
	z-index: 200;
}
#nav UL LI UL LI
{
	margin-right: 0;
	float: none;
	font-weight: normal;
	font-size: 11px;
	z-index: 210;
}
#nav UL LI UL LI A
{
	display: block;
	background: #1A1A1A;
	padding: 7px 10px;
	width: 130px;
	color: #999;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}
#nav UL LI UL LI A:hover
{
	text-decoration: underline;
	background: #000;
}
#nav #search
{
	margin: 0;
	padding: 0;
}
#nav #search #s
{
	color: #999;
	font-size: 1em;
	margin: 0;
	padding: 8px 0 8px 10px;
	width: 140px;
	border: none;
	background: #1A1A1A;
}
#nav #search INPUT
{
	border: 0;
}
#nav #search #s:hover
{
	color: #FFF;
	background: #000;
}
/*Navigation enhanced styles*/
#nav UL LI UL.push
{
	margin-top: 12px;
	z-index: 211;
}
#nav UL LI.enhanced
{
	margin-right: 0;
	padding-right: 15px;
	z-index: 211;
}
#nav UL LI.enhanced SPAN
{
	padding-right: 7px;
	float: left;
	z-index: 211;
}
#nav UL LI.enhanced A.arrow
{
	display: block;
	position: relative;
	top: -2px;
	width: 18px;
	height: 15px;
	overflow: hidden;
	float: left;
}
#nav UL LI.enhanced A.arrow:hover
{
	cursor: pointer;
}
#nav UL LI.enhanced A.arrow IMG
{
	display: block;
	position: relative;
	border: 0;
}
#nav UL LI.enhanced A.rest IMG
{
	top: 0;
}
#nav UL LI.enhanced A.hover IMG
{
	top: -15px;
}
#nav UL LI.enhanced A.open IMG
{
	top: -30px;
}

