/*
Theme Name: Salisbury
Theme URI: http://wordpress.org/
Description: 
Version: 1.0
Author: Steve Myers
Author URI: 
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #FFFFFF;
	text-align: center;
	background-color: #000000;
	}
	

#page {
	background-color: #000000;
	text-align: left;
	}

#headerimg 	{
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 900;
	}

.narrowcolumn {
	width: 600px;
	}
	
#content {
	font-size: 1.2em;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}
	
/* Begin Sidebar */
#sidebar
{
	padding: 0px 0 10px 0;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
	
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}	
/* End Sidebar */


a, h2 a:hover, h3 a:hover {
	color: #FFF;
	text-decoration: underline;
	}
	
.landingtext {
	font-size:30px;
	color:#FFF;
	}	
		
.landingtextlower {
	font-size:25px;
	text-transform: uppercase;
	color:#FFF;
	}
	
.landingtextheading {
	font-size:17px;
	color:#FFF;
	}	
	
.landingtextheadinglower {
	font-size:14px;
	text-transform: uppercase;
	color:#FFF;
	}

.landingtext a {
	font-size:30px;
	color:#FFF;
	}
	
.landingtext a:visited {
	font-size:30px;
	color:#FFF;
	}
	
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
	
.copyright {
	font-size:10px;
	color:#FFF;
	}
	
.copyright a {
	font-size:10px;
	color:#FFF;
	}
	
.copyright a:visited {
	font-size:10px;
	color:#FFF;
	}
	
.headernavtext {
	font-size:12px;
	color:#FFF;
	text-transform: uppercase;
	}
	
.headernavtext a {
	font-size:12px;
	color:#FFF;
	text-transform: uppercase;
	text-decoration:none;
	}
	
.headernavtext a:visited {
	font-size:12px;
	color:#FFF;
	text-transform: uppercase;
	text-decoration:none;
	}
	
.ngg-gallery-thumbnail-box{
 float: left;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #333333;
	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;
}
/* End captions */