/*
Theme Name: Photo Minimal
Theme URI: http://photominimal.johnpatrickgiven.com/
Description: A very minimal photography portfolio theme using <a href="http://flickr.com">Flickr</a>, <a href="http://jquery.com">jQuery</a> (along with the <a href="http://fancy.klade.lv/">fancybox</a> plugin).
Version: 0.1
Author: J.P. Given
Author URI: http://johnpatrickgiven.com/
Tags: minimal,photography,portfolio

*/

* {
	padding: 0;
	margin: 0;
	font-size: 10px;
	font-weight: normal;
}

body {
	font-family: Andale Mono, Courier, Mono;
	font-size: 10px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	background-color: #000000;
	color: #FFFFFF;
}

#container {
	width: 1000px;
	padding-top: 25px;
	margin: auto;
	background-color: #000000;
	padding-bottom: 25px;
}


#title {
	margin-bottom: 8px;
	font-size: 55px;
}

#title a {
	margin-bottom: 8px;
	font-size: 55px;
}

#sub {
	margin-bottom: 25px;
}

#accordion h3 {
	font-weight: normal;
	font-size: 10px;
	border-bottom:1px dotted #FFFFFF;
	margin-bottom: 10px;
}

#accordion h3:hover {
	border-bottom:1px solid #FFFFFF;
	cursor: pointer;
}

#accordion h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

#accordion h3 a:hover {
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}

#accordion div {
	margin-bottom: 10px;
}

.sIFR-alternate {
	display: none;
}

/*#thumbs img {
	margin-left: 5px;
	margin-bottom: 5px;
}*/

.posts p {
	margin-bottom: 10px;
}

.posts a {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.posts a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: underline;
}

.posts ul,ol {
	margin-left: 26px;
}

.posts blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 20px;
	padding-bottom: 10px;
	background-color: #fff5bb;
	color: #000;
}

#footer {
	padding-top: 25px;
}

#footer a {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.commentlist li {
	margin-bottom: 10px;
}

#comments {
	display: none;
}

.commentlist {
	margin-top: 25px;
}

.commentlist a {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

.commentlist a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: underline;
}

#commentform input {
	padding: 5px;
	margin-bottom: 3px;
}

#blog a {
	background-color: #ef43ff;
}

#blog a:hover {
	background-color: #f7a4fe;
	color: #000;
}

.entry {
	background-color: #0b0b0b;
}
.postmetadata {
	padding-bottom: 10px;
	border-bottom: 1px dotted #333;
}

#single h2 {
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#single .postmetadata {
	margin-top: 10px;
	font-size: 7px;
}

#single a {
	background-color: #ef43ff;
	color: #000;
}

#single a:hover {
	background-color: #f7a4fe;
	color: #000;
}

#single #thepost p {
	font-size: 16px;
}

#single #commentform, #single #respond, #submit {
	margin-top: 10px;
}

#single #comment {
	margin-top: 10px;
	width: 450px;
	height: 150px;
	
}














