/*  
Theme Name: Dario Diesel
Theme URI:
Description: Dario Diesel
Version: 1.6
Author: Fasturtle Technologies
Author URI: http://www.goftt.com/

*/



/* Begin Typography & Colors */
body,td,th {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #a7a7a7;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

a {
	color: #1a61a7;
	font-weight: bold;
}

#page {
	background: white;
	text-align: left;
	width: 810px;
	}

#header {
	background: #fff;
	}

#headerimg 	{ 
	margin: 7px 9px 0; 
	height: 192px; 
	width: 740px; 
	} 

#content {
	font-size: 12px;
	}

.widecolumn .entry p {
	font-size: 12px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background: #000; 
	border: none;
	}

small {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 10px;
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 10px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

code {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}

acronym, abbr, span.caps
{
	font-size: 10px;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	color: #1a61a7;
	}

#wp-calendar a {
	text-decoration: none;
	color: #1a61a7;
	}

#wp-calendar caption {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 810px;
	}

#header {
	background-color: #000000;
	margin: 0 0 0 0px; 
	padding: 0; 
	height: 200px; 
	width: 810px;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

.narrowcolumn {
	padding: 0px;
	}

.widecolumn {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 810px;
	}

.post {
	margin: 0px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 0px 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;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 0px;
	margin: 0;
	font-weight: normal;
	}

h2 {
	margin: 0px 0 0;
	font-weight: normal;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 0px;
	font-weight: normal;
	}

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 {
	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: 0px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	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;
	}
#online_app select {
	width: auto;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#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: 0px 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
{
	background-image: url(images/pagedescriptionbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #efefef;
	padding: 15px;
	font-size: 10px;
	color: #000;
	padding:1px 1 1px 1;
	y: 268px;
	width: 780px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
/* Paragraph Tags */
h1 {
	font-size: 16px;
	font-weight: bold;
}

/* Nav Area */
#nav {
	background-color: #000000;
	height: 267px;
}

/* Page Description Area */
#pagedescription {
	background-image: url(img/pagedescriptionbg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #efefef;
	font-size: 10px;
	color: #000;
	padding: 15px;
	line-height: 1.2em;
}

#pagedescription p, #pagedescription tr {
	font-size: 10px;
	color: #000;
	line-height: 1.2em;
}

#pagedescription a {
	color: #1a61a7;
	font-weight: bold;
}

/* Content Area */
#contentarea {
	background-color: #fff;
	padding: 15px;
	font-size: 12px;
	color: #000;
}

#contentarea a {
	color: #1a61a7;
	font-weight: bold;
}

/* Hours of Operation */
.hours {
	font-size: 11px;
	
}

#hourstable {
	margin-top: 15px;
}

.departments {
	font-weight: bold;
}


/* Footer Area */
#footer {
	background-image: url(img/footerbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000;
	padding: 10px;
	font-size: 10px;
	color: #fff;
}

#seo {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-size: 10px;
	color: #fff;
}

#gnav {
	font-size: 10px;
	color: #fff;
}

#gnav a {
	font-size: 10px;
	color: #fff;
	font-weight: bold;
}

#gnav a:hover {
	font-size: 10px;
	color: #1a61a7;
	font-weight: bold;
}

#wb  {
	font-size: 10px;
	color: #fff;
}

/* Image Borders and Floating */
.imgl {
	float: left;
	margin-right: 10px;
	margin-left: 0px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 1px solid black;
}

.imgr {
	float: left;
	margin-right: 0px;
	margin-left: 10px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 1px solid black;
}

.imgb {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}

.imgb2 {
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid black;
}
.credit_refs, .haul_refs {
	border-collapse: collapse;
}
.credit_refs td {
	padding-right: 10px;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}
.haul_refs td {
	padding-right: 5px;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
}	
p.warning {
	display: block;
	width: 450px;
	margin: 0 auto 1em;
	padding: 10px;
	border: 3px solid #ff0000;
	background: #fcecec;
	text-align: center;
	color: #000;
}
p.success {
	display: block;
	width: 450px;
	margin: 0 auto 1em;
	padding: 10px;
	border: 3px solid #339933;
	background: #D7FFD7;
	text-align: center;
	color: #000;
}
table.listings {
	margin-top: 1em;
	border-collapse: collapse;
}
table.listings td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ccc;
	border-bottom: none;
}
table.listings td img {
	padding: 3px;
	border: 1px solid #ccc;
}