/*
Theme Name: Distie 2009
Description: Theme for the Distie.com blog.
Version: 2.0
Author: Christie Heikkinen
Author URI: http://www.distie.com/
*/


/* Begin Typography & Colors */

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

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: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#header {
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 758px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}
.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End etructure */

/* 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 {
	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 Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}
/* End Form Elements */

/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	font-style: italic;
}

.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 */


body {
	margin: 0;
	color: #6D6D6D;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 1.4;
	border-top: 3px solid #67C4DF;
}
a {
	color: #67C4DF;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	text-decoration: none;
}
a:hover {
	color: #67C4DF;
	text-decoration: underline;
}
a img {
	border: 0;
}
h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 36px;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
h2 a {
	font-style: normal;
	text-decoration: none;
}
h3 {
	color: #c0c0c0;
	font-size: 10px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}
h3 a {
	color: #c0c0c0;
	text-decoration: none;
	font-style: normal;
	font-family: Arial,Helvetica,sans-serif;
}

/* LAYOUT */
.container {
	width: 940px;
	margin: 0 auto;
	border-top:1px dotted #c9c9c9;
}
.pageContainer {
	width: 940px;
	margin: 0 auto;
}
.content {
	padding: 40px 0;
	margin-right: -20px;
}
.interior {
	width: 720px;
	float: left;
}
.interior .post {
	height: 350px;
}
.homepage .post {
	width: 300px;
	float: left;
	margin-right: 20px;
}
.post {
	width: 220px;
	float: left;
	margin-right: 20px;
}
.navigation {
	display: block;
	margin-top: 40px;
}

/* HEADER */
.header {
	width: 940px;
	margin: 0 auto;
	padding: 0;
	border-bottom:1px dotted #c9c9c9;
}
.logo {
	float: left;
	margin-top: 40px;
}

/* NAV */
.nav {
	float: right;
	list-style: none;
	margin: 0;
}
.nav li {
	float:left;
}
.nav li a {
	color: #6D6D6D;
	display: block;
	height: 26px;
	text-align: center;
	text-decoration: none;
	width: 79px;
	padding-top: 85px;
}
.nav a:hover {
	color: #67C4DF;
	background: url(images/scribble.jpg) left top;
}
.nav li.current a {
	color: #67C4DF;
	background: url(images/nav-current.gif) left top repeat-x;
}
.nav li.current a:hover {
	background: url(images/scribble-current.jpg) left top;
}

/* FEATURED */
.featured {
	background: url(images/background-bubbles.png) left bottom repeat-x;
}
.featured .container {
	border: 0px;
	padding: 40px 0;
	font-size: 13px;
}
.featuredcategory {
	background: none;
}
.featuredcategory p {
	margin: 0;
}
.sticky {
	width: 100%;
	float: none;
}
.sticky h2 {
	font-size: 36px;
}
.sticky p {
	font-size: 14px;
}

/* CONTENT */
.thumbnail {
	margin: 10px 0;
	border: 1px solid #d8d8d8;
	-moz-box-shadow: 1px 1px 3px #ddd;
	-webkit-box-shadow: 1px 1px 3px #ddd;
}
a:hover .thumbnail {
	opacity: 0.8;
}

/* SIDEBAR */
.sidebar {
	float: left;
	width: 220px;
	margin-right: 20px;
}
.sidebar h3 {
	margin-bottom: 10px;
}
.sidebar h2 {
	color: #c0c0c0;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar ul li {
	margin-bottom: 20px;
}
.sidebar ul li ul {
	border-bottom: 1px dotted #c9c9c9;
}
.sidebar ul li ul li {
	margin-bottom: 0;
	border-top: 1px dotted #c9c9c9;
}
.sidebar ul li ul li ul {
	border: 0;
}
.sidebar a:hover {
	background: url(images/subnav.jpg) right top no-repeat;
	color: #67C4DF;
	text-decoration: underline;
}
.sidebar a {
	color: #6D6D6D;
	display: block;
	height: 20px;
	padding-top: 4px;
	text-decoration :none;
	text-transform: lowercase;
}
.sidebar li.tagcloud a {
	display: inline;
}
.sidebar li.tagcloud a:hover {
	background: none;
}

/* FOOTER */
.footer {
	border-top: 1px dotted #c9c9c9;
	padding: 20px 0 40px 0;
	width: 940px;
	margin: 0 auto;
}
.footer a {
	color: #6D6D6D;
	margin-left: 10px;
	text-decoration: none;
}
.footer a:hover {
	color: #67C4DF;
	text-decoration: underline;
}
.footerleft {
	width: 50%;
	float: left;
}
.footerright {
	width: 50%;
	float: right;
	text-align: right;
}
