/*
Theme Name: Long Division
Theme URI: http://nonimage.com/labs/long-division
Description: A simple theme for a photography portfolio. Requires YAPB plugin.
Version: 1.0
Author: Nonimage
Author URI: http://nonimage.com/
Tags: photography, portfolio, dark, black
*/

/* Eric Meyers Reloaded CSS Reset - http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: arial, sans-serif;
	vertical-align: baseline;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

body {
	line-height: 1;
	color: #dfdfdf;
	background: #000;
	font-size: 62.5%; /* Sets 1em to 10px */
	font-family: 'Lucida Grande', arial, verdana, sans-serif;
	}

ol, ul {
	list-style: none;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}

caption, th, td {
	text-align: left;
	font-weight: normal;
	}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}

blockquote, q {
	quotes: "" "";
	}


	
/* GLOBAL */

body {
	text-align: center;
	background: #0d0d0d url('images/mainbg.jpg');
	}
	
.clear {
	clear: both;
	}
	
strong {
	font-weight: bold;
	}

em {
	font-style: italic;
	}
	
p {
	font-size:1.3em;
	margin-bottom: 1em;
	line-height: 1.8em;
	}

.photo img {
	border: 1px solid #dfdfdf;
	}
	
h2 {
	font-family: georgia, times new roman, serif;
	font-size: 1.8em;
	font-style: italic;
	margin: 40px 0 30px 0;
	font-weight: normal;
	}

h3 {
	font-family: georgia, times new roman, serif;
	font-size: 1.8em;
	font-style: italic;
	margin: 0 0 15px 0;
	font-weight: normal;
	}
	
#page {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 100px;
	text-align: left;
	}
	
#main {
	float: left;
	width: 700px;
	margin-top: 0;
	}
	
	
/* LINKS */

a {
	color: #fff;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	color: #ccc;
	}
	

/* HEADER */

#header {
	width: 960px;
	margin: 30px 0 0 0;
	text-align: left;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 30px;
}

#title {
	float: left;
	}
	
h1 a {
	font-size: 3em;
	color: #fff;
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, "Times New Roman", serif;
	color: #fff;
	text-decoration: none;
	font-style: italic;
	}
	
	
/* MAIN MENU */
	
#menu {
	float: right;
	padding-top: 18px;
	}
	
#menu ul {
	display: inline;
	float: left;
	}
	
#menu ul li {
	display: inline;
	margin-left: 30px;
	float: left;
	font-size: 1.3em;
	}
	
#menu ul li a:link, #menu ul li a:visited {
	font-family: Georgia, "Times New Roman", serif;
	color: #dfdfdf;
	text-decoration: none;
	background-color: #1a1a1a;
	padding: 7px 10px;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
#menu ul li a:hover {
	background-color: #333;
	}


/* SIDEBAR */

#sidebar {
	float: right;
	width: 210px;
	margin: 84px 0;
	}
	
.previouspostbutton, .nextpostbutton {
	float: left;
	display: block;
	}

.previouspostbutton {
 	margin-right: 10px;
 	}

.previouspostbutton a:link, .previouspostbutton a:visited, a .previouspostbutton, .nextpostbutton a:link, .nextpostbutton a:visited, a .nextpostbutton 	{
	background: #1a1a1a;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", serif;
	width: 100px;
	display: block;
	padding: 5px 0;
	text-align: center;
	font-size: 1.1em;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.previouspostbutton a:hover, a .previouspostbutton, .nextpostbutton a:hover, a .nextpostbutton {
	background: #333;
	}
	
p.postnavigation a, p.postnavigation a:hover {
	text-decoration: none;
	margin-bottom: 30px;
	}
	
h3.recent-photos {
	font-family: georgia, times new roman, serif;
	font-size: 1.8em;
	font-style: italic;
	margin: 0 0 22px 0;
	font-weight: normal;
	}
	
.sidebar-thumbs-wrapper {
	margin: 0 0 0 -10px;
	}
	
.sidebar-thumbs {
	display: inline;
	float: left;
	margin: 0 0 10px 10px;
	}
	
.thumbnail {
	border: 1px solid #dfdfdf;
	}
	
ul.subcats {
	margin-bottom: 30px;
	}
	
ul.subcats li {
	font-size: 1.4em;
	margin-bottom: 10px;
	}
	
	
/* FOOTER */

#footer {
	border-top: 1px solid #dfdfdf;
	padding: 20px 0;
	}

#credits {
	display: inline;
	float: left;
	}
	
#credits p {
	font-size: 1em;
	}
	
.vcard {
	text-align: right;
	float: right;
	margin: 5px 0 0 0;
	}
	
.vcard a, .tel {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	display: inline;
	margin-left: 30px;
	font-style: italic;
	}
	
a.fn {
	display: none;
	}
	
#footer p {
	margin: 0;
	}
	
	
/* FRONTPAGE */

#frontpage-img img {
	border: 1px solid #dfdfdf;
	}
	
.about {
	margin-bottom: 30px;
	}
	
	
/* SINGLE */
	
.entry p {
	margin: 0 0 1em 0;
	font-size: 1.3em;
	line-height: 1.5em;
	}
	
/* ARCHIVE */

.archive-thumbs-wrapper {
	margin: 20px 0 0 -33px;
	}

.archive-thumbs {
	display: inline;
	float: left;
	margin: 0 0 33px 33px;
	}
	
.cat-desc {
	margin-bottom: 30px;
	}
	
	
/* PAGE */
	
.page-entry {
	margin-top: -5px;
	}

.page-entry p {
	margin: 0 0 1em 0;
	font-size: 1.5em;
	line-height: 1.5em;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.aligncenter, div.aligncenter {
   	display: block;
   	margin-left: auto;
   	margin-right: auto;
	}
	

/* CONTACT FORM */

.name, .address, .subject {
	background-color: #1a1a1a;
	border: 1px solid #333;
	padding: 5px;
	width: 120px;
	color: #fff;
	margin: 0 10px;
	font-size: 1em;
	}	
	
.message {
	background-color: #1a1a1a;
	border: 1px solid #333;
	padding: 5px;
	width: 500px;
	color: #fff;
	font-size: 1em;
	}	