/*
Theme Name: DAS
Theme URI: http://www.dascentral.com/
Description: My original Drupal theme converted to WordPress
Version: 0.1
Author: Douglas Smith
Author URI: http://www.dascentral.com/
Tags: blue, custom header, fixed width, two columns, widgets

	DAS v0.2
	 http://www.dascentral.com/

	This theme was designed by someone else but built for WordPress by Douglas Smith,
	whose blog you will find at http://www.dascentral.com/
*/


/* Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, th, td {
	margin: 0;
	padding: 0;
}



/**************************************************************************
	Global Styles
*/
body {
	background: #f6f6f6 url('images/bg.jpg') repeat-x scroll 0 0;
	font: 12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #6b6b6b;
}


/* Headers */
h1 {
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -0.035em;
	color: #37404c;
}
h1.home {
	position: absolute;
	left: -9999px;
}

h2 {
	margin: 30px 0 0;
	font-size: 24px;
	letter-spacing: -0.035em;
	color: #37404c;
}

h2 a, h2 a:active, h2 a:link, h2 a:visited {
	color: #37404c;
	text-decoration: none;
}

h3 {
	margin: 20px 0 10px 0;
	font-size: 17px;
	font-weight: normal;
	letter-spacing: -0.035em;
}

h3.comments {
	margin: 40px auto 20px;
}


/* Links */
a, a:active, a:link, a:visited {
	color: #ff5a00;
}
a:hover {
	color: #ff5a00;
	text-decoration: none;
}


/* Images */
a img {
	border: none;
}
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) - Not my comment (DAS)*/
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;
}


/* Lists */
ul, ol {
	margin: 0 10px 0 35px;
}
ol li {
	list-style: decimal outside;
}


/* Form Elements */
select {
	width: 130px;
}


/* Miscellaneous */
/* CHECK THIS - Is font-family required? */
small {
	font-size: 12px;
	line-height: 1.5em;
	color: #999;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	color: #777;
}

strike {
	color: #777;
}

cite {
	margin: 5px 0 0;
	display: block;
}

hr {
	display: none;
}

.hidden {
	display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}



/**************************************************************************
	7-10 split
 */
div.alignleft	{ float: left; }
div.alignright	{ float: right; }
div.spacer		{ clear: both; }
div.clear		{ clear: both; }




/*************************************************************************************
	Page Frame
*/
div#wrapper {
	margin: 0 auto;
	background: transparent url(images/wrapper_bg.jpg) repeat-y scroll 0 0;
	width: 960px;
}

div#page {
	background: transparent url(images/page_bg.jpg) no-repeat scroll left bottom;
}





/*************************************************************************************
	Header
*/
div#header {
	background: #087fe7 url(images/header_bg.jpg) no-repeat scroll 0 0;
	height: 140px;
}

div#site-name {
	float: left;
}

div#site-name h1 {
	margin: 0;
	padding: 78px 0 0 78px;
	border-bottom: medium none;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -3px;
}

div#site-name a {
	padding: 78px 0 0 78px;
	display: block;
	border-bottom: medium none;
	font-size: 40px;
	font-weight: normal;
	letter-spacing: -3px;
	color: #fff;
	text-decoration: none;
}

div#nav {
	float: right;
}





/*************************************************************************************
	Page Container (Main Content)
*/
div#container {
	background: transparent url(images/container_bg.jpg) no-repeat scroll 0 0;
	padding-top: 35px;
}




/*************************************************************************************
	Left Column (Primary Content)
*/
div#content {
	padding: 0 0 0 76px;
	width: 575px;
	float: left;
}

div.navigation {
	margin: 10px 0 60px 0;
	display: block;
	text-align: center;
}


/* Posts */
div.entry {
	padding: 0;
}
div.entry p {
	margin: 10px 0;
}
.post {
	margin: 0 0 40px;
}
.post hr {
	display: block;
}
.postmetadata {
	padding-top: 5px;
	clear: both;
	color: #777;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}


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

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


/* Comments */
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.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;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}
.children {
	padding: 0;
}
.nocomments {
	text-align: center;
	color: #777;
}
.commentmetadata {
	margin: 0;
	display: block;
}


/* Comment Form */
#commentform {
	margin: 5px 10px 0 0;
}
/* CHECK THIS - Font */
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 5px 0;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 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;
}



/*************************************************************************************
	Right Column (Sidebar)
*/
div#sidebar {
	padding: 10px 76px 0 0;
	float: right;
	width: 200px;
}

div#sidebar h2 {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.035em;
	color: #6b6b6b;
	border-bottom: 1px solid #f2f2f2;
}

div#sidebar #searchform {
	margin: 10px auto;
	padding: 0;
	text-align: center;
}

div#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

div#sidebar #searchsubmit {
	padding: 1px;
}

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

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

div#sidebar ul ul, div#sidebar ul ol {
	margin: 0 0 25px 1px;
}

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

div#sidebar ul ul li, div#sidebar ul ol li {
	margin: 0;
	padding: 0;
	color: #777;
}
div#sidebar ul ol li {
	list-style: decimal outside;
}
div#sidebar div#subscribe {
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.035em;
	color: #6b6b6b;
	border-bottom: 1px solid #f2f2f2;
	background: transparent url(images/rss.jpg) no-repeat top right;
}




/**************************************************************************
	Postcontent
*/
div#postcontent {
	margin: 10px 50px 0;
	padding: 10px 28px;
	background: #f2f2f2 url(images/postcontent_bg.gif) repeat-x scroll 0 0;
}





/**************************************************************************
	Footer
*/
div#footer {
	margin: 0;
	padding: 30px 78px 10px;
	background: transparent url(images/footer_bg.jpg) no-repeat scroll 0 0;
	font-size: 1.2em;
}
div#footer-copy {
	margin: 0 0 12px 0;
	font-size: 12px;
	text-align: center;
}
div#footer-copy p {
	margin: 10px 0;
}





/**************************************************************************
	Styles that I don't think are used anywhere
*/
/* 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;
}


/* 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 */







/**************************************************************************
	Styles I Have Not Seen
*/
#wp-calendar caption, cite {
	text-decoration: none;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

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


/**************************************************************************
	WordPress Calendar
*/

#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;
}