/*
Theme Name: S2D
Theme URI: 
Description: The Something to Declare theme, based on the wordpress default, based on Kubrick
Version: 1.0
Author: Dan Zink
Author URI: 
Tags: 
*/





/* Begin Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
}

/* fonts */

body, #sidebar h2 {
	font-family: Georgia, 'Times New Roman', Times, Serif;
}

small, .commentlist li, #commentform input, #commentform textarea, #commentform p, #sidebar, #wp-calendar caption, .thumb, .postmetadata {
	/* font-family: Arial, Helvetica, Sans-Serif; */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}



#content {
	font-size: 1.3em
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.5em;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

.postmetadata {
	font-size: 0.9em;
}

h1, h2, h3 {
	font-weight: normal;
}

h1 {
	font-size: 4em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar {
	font-size: 1.1em;
}

#sidebar h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.5em;
}

.post {
	/* text-align: justify; */
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.widecolumn {
	line-height: 1.6em;
}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}
#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-weight: bold;
	font-size: 1.3em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}







body {	
	background-color: #d5d6d7;
	color: #333;
}

#headerimg 	{
	background: url('images/sf_logo.png') no-repeat center center;
	border: 1px solid #959596;
}

#page {
	background-color: white;
	border: 1px solid #959596;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

.depth-1 {
	border: 1px solid #ddd;
}

.post {
	border-bottom: 1px dotted #CCCCCC;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #888;
}

h2.pagetitle {
	color: #555;
}


a, a:visited {
	color: #5588AA; /* #06c;  blue-ish */
	text-decoration: none;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, a:hover {
	color: #c60; /* orange-ish */
}

a:hover {
	text-decoration: underline;	
}


#page {
	text-align: left;
}

.narrowcolumn .postmetadata {
/* 	text-align: center; */
}




/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
}

#page {
	margin: 0.7em auto;
	padding: 0;
	width: 915px; /* corresponds to header image width */
}

#header {
	margin: 1.3em;
}

#headerimg {
	margin: 0 auto;
	height: 216px;
	width: 874px;
	padding: 5px;
}

.narrowcolumn {
	margin: 16px 240px 1.3em 1.3em; /* right margin corresponds to width of sidebar */
}
	
#sidebar {
	float: right;
	margin: 0 1.3em 1.3em 1.3em; /* note: top doesn't collapse for floats */
	padding: 10px;
	width: 200px;
}

.widecolumn {
	margin: 0 1em 1.3em 1.3em; /* right margin corresponds to width of sidebar */
}

.post { /* leave some space between posts */
	padding-bottom: 15px;
	margin: 0 0 25px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
}

h2 {
	margin: 0 0;
}

h2.pagetitle {
	margin-bottom: 8px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

/* End Headers */



/* Begin Images */

img {
    border:1px solid #CCCCCC;
    padding:4px;
}

/* End Images */



/* Begin Lists
*/

.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 Form Elements */

#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 120px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	/* text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
/*	border: none; */
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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 */
	
	table.thumbs {
		table-layout: fixed;
	}
	
	table.thumbs td {
		width: 33%;
		text-align: center;
		vertical-align: top;
		padding: 10px;
		background-color: #eee;
	}
	
	table.thumbs img {
		border: 2px solid #888;
		padding: 7px;
		background-color: white;
		/*width: 180px; */
	}
	
	table.thumbs td {
		font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size: 10px;
		color: #333;
	}
	
	table.thumbs td .title {
		font-weight: bold;
		display: block;
		font-size: 11px;
	}
	
	table.thumbs td .desc {
		display: block;
	}
	
	table.thumbs td .icons {
		display: block;
		margin: 4px;
	}



.widecolumn {
	position: relative;
}

#rightscroll {
	/* position: absolute; */
	right: 0px;
	width: 100px;
	height: 523px;
	top: 10px;
	overflow: scroll;
	overflow-x: hidden;
	float: right;
}

img.primary {
	/* position: absolute; */
	height: 513px;
	/* width: 770px; */
}

img.primary, #rightscroll {
	margin-top: 10px;
}

.widecolumn img.thumb {
	width: 75px;
}

.widecolumn img.selected {
	background-color: #c60;
}
#prevnext {
	float: right;
}
.imagetitle {
	font-weight: bold;
	text-transform: uppercase;
}
.imagedesc {
}

#map {
	left: 0px;
	width: 770px;
	height: 513px;
	margin-top: 10px;
}

dl.galgroup {
	display: block;
	width: 150px;
}

dl.galgroup dt {
	color: #c60; /* orange-ish */
	font-size: 16px;
}

dl.galgroup dd {
	margin-left: 0;
	padding-left: 0;
}

dl.galgroup ul {
	margin: 0;
	padding: 0;
}

dl.galgroup ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 3px 0 0;
	padding: 0;
}

dl.galgroup ul ul {
	margin-left: 15px;
}

dl.galgroup ul ul ul {
	margin-left: 15px;
}

.galdiv {
	float: left;
}

