/*  
Theme Name: GKH Photography
Theme URI: http://www.gkhphotography.net/
Description: My Custom Theme
Version: 1.0
Author: Geoff Holden
Author URI: http://www.geoffholden.com/

*/

/* CSS Reset */
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: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}
/* End CSS reset */

/* CSS Defaults */
caption {
	text-align: center;
}
h2 {
	font-size: 150%;
	font-weight: bold;
}
h3 {
	font-size: 120%;
	font-weight: bold;
}
input {
	font-size: 13px;
}
p {
	margin: 1em 0;
}
small {
	font-size: 90%;
}
strong {
	font-weight: bold;
}
ul, ol {
	list-style-type: disc;
	margin-bottom: 1em;
	padding-left: 1.25em;
}
table {
	border-spacing: 2px;
}
td, th {
	padding: 1px;
	vertical-align: top;
}
th {
	font-weight: bold;
}
/* End CSS Defaults */

body {
	background-color: black;
	color: #ccc;
	/*font-size: 62.5%;*/ /* Resets 1em to 10px */
	font-size: 68.75%; /* Resets 1em to 11px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin-top: 0px;
	line-height: 1.2;
}

a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

input, textarea {
	background-color: #555;
	border: 1px solid #ccc;
	color: #ccc;
}

#header {
	background-image: url("Header.png");
	background-position: 139px -75px;
	background-repeat: no-repeat;
	height: 200px;
}

#header h1 {
	display: none;
}

#header .description {
	text-align: right;
	padding-top: 180px;
	padding-right: 25px;
	font-size: 14px;
}

#header .description a {
	font-weight: normal;
	color: #ccc;
}

#content {
	background-color: #313131;
	background-image: url("Header-dk.png");
	background-position: 139px -275px;
	background-repeat: no-repeat;

	float: left;
	width: 540px;
	padding: 10px;
}

#page {
	width: 780px;
	margin: 0px auto;
}

#footer {
	clear: both;
}

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.post h2 {
	margin: 0;
}

.post h3 {
	margin-top: 1em;
}

.post .entry {
	font-size: 1.1em;
}

.post .entry img {
	margin: 2px;
	border: 2px solid white;
}

textarea {
	width: 100%;
}

.commentlist {
	list-style-type: none;
	padding-left: 20px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/* Sidebar */
#sidebar {
	background-color: #313131;
	width: 200px;
	float: right;
}

#sidebar ul {
	list-style-type: none;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 0px;
}

#sidebar ul ul {
	list-style-type: square;
	margin-left: 4px;
}

#sidebar li a {
	color: #ccc;
}

#sidebar h2 {
	margin-top: 0.8em;
	margin-bottom: 0;
	color: white;
}

#sidebar #searchform p {
	margin-top: 0;
	text-align: right;
}

#sidebar #calendar_wrap {
	margin-right: 10px;
	text-align: center;
	font-size: 1.2em;
}

#sidebar #calendar_wrap a {
	color: white;
	font-weight: bold;
}

#sidebar #calendar_wrap table {
	margin: 0 auto;
}

#sidebar #calendar_wrap table caption {
	margin: 0 auto;
}

#sidebar #calendar_wrap table * {
	text-align: center;
}

#sidebar #calendar_wrap table td#today {
	border: 1px solid #ccc;
}

/* Footer */
#footer {
	text-align: center;
}

/* Flickr Integration */
.tt-flickr {
	display: block;
	text-align: center;
}

.tt-flickr img {
	border: 2px solid white;
}

.flickr-photos {
}
.flickr-photos a img {
	border: 1px solid white;
}

