/*
Theme Name: Sledd Webb
Theme URI: http://wordpress.org/
Description: Modified hack job on the default WordPress theme which is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: John Sledd
Author URI: http://sledd.com/
Tags: bluegreen, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	The original 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

*/

#header .headerlink {
	height: 214px;
	width: 300px;
	top: 16px;
	left: 296px;
	position: relative;
}

#header .headerlink a {
	border: 0;
	outline: 0;
}

#header .headerlink a:hover {
	background: none;
}

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #162222;
	text-align: center;
	color: #489090;
	}

#page {
	text-align: left;
	}

#header {
	background-image: url(images/sleddheader.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

#headerimg 	{
	height: 200px;
	width: 960px;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
		margin: 10px 20px 0 20px;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	list-style-type: none;
	line-height: 25px;
	}

.alt {
	border-top: 1px solid #489090;
	border-bottom: 1px solid #489090;
	}

#footer {
	border: none;
	background-image: url(images/sleddfooter.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform:uppercase;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h1, h1 a:visited, #headerimg .description {
	text-decoration: none;
	}

h1 a {
	text-decoration: none;
	}

h1 a:hover {
	text-decoration: none;
	color: #003333;
	background-color: #489090;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	border:none;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.1em;
	}

h3 {
	font-size: 1.4em;
	}

h2, h3 {
	border-bottom:1px solid #489090;
	}
	
h2 a, h2 a:visited, h3 a, h3 a:visited {
	text-decoration:none;
	}

h2 a:hover, h3 a:hover {
	display:block;
	color: #66a2a2;
	}

#sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}	

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #489090;
	padding: 2px;
	background: none;
	}

.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#sidebar p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
}

#sidebar .DaikosText a {
	border:none;
	text-decoration:underline;
	}
	

/*Daiko css*/
#sidebar .DaikosText {
	}

#sidebar .DaikosText a:hover {
	background:none;
	color:#66a2a2;
	text-decoration:underline;
	}
	
#sidebar p a {
	display:inline;
	border: 1px solid #489090;
	padding: 2px;
}

/*end Daiko css*/

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	list-style-type: none;
	line-height: 20px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
a, a:visited, #login a {
	outline:none;
	text-decoration: underline;
	margin: 0px;
	color: #489090;
	text-transform:uppercase;
	overflow:hidden;
	}

a:hover {
	color: #66a2a2;
	}
	
.entry a {
    margin:0;
    padding:0;
    }

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 960px;
	border: 1px solid #489090;
	}

#header {
	margin: 0;
	padding: 0;
	height: 230px;
	width: 960px;
	}

#headerimg {
	margin: 0;
	height: 230px;
	width: 100%;
	}
	
.loggedin {
	margin-bottom: 3px;
}

.narrowcolumn {
	float: left;
	width: 660px;
	margin: 0 0 40px 40px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.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;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#footer {
	width: 960px;
	clear: both;
	}

#footer p {
	text-align: center;
	line-height: 20px;
	padding-top: 7px;
	padding-bottom: 13px;
	padding-right: 0px;
	padding-left: 0px;
	}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 35px 0 10px 0;
}

h2.pagetitle {
	margin: 35px 0 0 0;
	text-align: center;
}

#sidebar h2 {
	border-style: none;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	}

h3 {
	margin: 35px 0 10px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	padding: 0 35px 0 35px;
	list-style-type: square;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	list-style-type: decimal;
	}

.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;
	padding-bottom: 0px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0px;
	}

#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: 0px;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	color: #489090;
	background-color: #003333;
	border: 2px inset #489090;
	}

#sidebar #searchsubmit {
	padding: 1px;
	text-align: left;
	border: 2px inset #003333;
	}

.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;
	color: #489090;
	border: 2px outset #489090;
	background-color: #003333;
	font-weight: bold;
	}

#commentform textarea {
	width: 100%;
	color: #003333;
	background-color: #489090;
	border: 2px inset #489090;
	padding: 2px;
	font-size: 14px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}	
	
/* End Comments */



/* Begin Sidebar */

#sidebar
{
	outline:none;
	margin-left: 730px;
	width: 192px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}
	
#sidebar form {
	margin: 0;
	}

#sidebar a {
	text-decoration: none;
	display:block;
	line-height: 20px;
	border: 1px solid #489090;
	margin-top: 5px;
	padding-left: 10px;
}

#sidebar a:hover {
	text-decoration:none;
	color: #003333;
	background-color: #489090;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	width: 155px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	
#wp-calendar th {
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	color: #489090;
	background-color: #162222;
	}

#wp-calendar td {
	text-decoration:none;
	text-align: center;
	line-height: 20px;
	margin: 0px;
	}
	
#wp-calendar #today {
	color: #489090;
	background-color: #162222;
	margin: 0px;
	padding: 0px;
	border: 1px solid #003333;
	}

#wp-calendar a {
	text-decoration: none;
	border: 1px solid #489090;
	margin: 0px;
	padding: 0px;
	}
	
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 8pt;
	padding-top: 0px;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}
	
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #489090;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 3px 0 0;
	}
	
.navigation .alignleft, .navigation .alignright {
	padding: 3px;
}
	
/* End Various Tags & Classes*/

/* Add to Any Styles */

	.addtoany_share_save_container{margin:16px 0;}
	ul.addtoany_list{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	ul.addtoany_list li a, ul.addtoany_list li a:hover{padding:0 9px;background:none;}
	ul.addtoany_list img{
		float:none;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.7;
		-moz-opacity:.7;
		filter:alpha(opacity=70);
	}
	ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
		-moz-opacity:1;
		filter:alpha(opacity=100);
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}



/* End Add to Any Styles */