/*
Theme Name: Dagira 1.0
Theme URI: http://www.dagira.com
Description: This theme was inspired by another theme but I have recreated the graphics, altered the header, redone the css, and essentially redone everything except for the graphic used for the post date background.
Author: Dave Rathbun
Author URI: http://www.dagira.com
*/
body {
	background: #FFFFFF url(images/header_bar.gif) repeat-x;
	color: #000000;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
}

.function-name {
	color: #0000FF;
}

/* This is displayed off-screen just for spiders and whatnot to see, I guess */
.skip, hr{
	position: absolute;
	left: -9999px;
}

a:link, a:visited {
	color: #DD0000;
	text-decoration: none;
}
a:visited {
	color: #DD0000;
	text-decoration: none;
}
a:hover, a:active {
	color: #DD0000;
	text-decoration: underline;
}
a img {
	border: none;
}

/* this sets up the site logo to float to the top right corner */
img.right {
	border: 0;
	float: right;
}

acronym, abbr {
	border-bottom: 1px dashed #333333;
	cursor: help;
}
acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	background: url(images/quote.png) no-repeat;
	margin-left: 1.5em;
	padding: 1px 0 0 40px;
	border-top: 3px double #DDDDDD;
	border-bottom: 3px double #DDDDDD;
}
cite {
	font-size: 80%;
	font-style: normal;
}

h1{
	font: 240%/1.15 Helvetica, sans-serif;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 30px 0 5px 30px;
}
#header h1 a:hover, #header h1 a:active {
	text-decoration: none;
	color: #DD0000;
}

/* This is the "twisty" line under the blog title */
p.payoff{
	margin: 20px 0 30px 30px;
	padding: 0;
	color: #FFFFFF;
	font: 100% Helvetica, sans-serif;
}

h2 {
	font: 145% Helvetica, sans-serif;
	letter-spacing: -0.2px;
	margin: 15px 0 2px 0;
	padding-bottom: 5px;
}

h3 {
	font: bold 100% Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
	clear: both;
	/*margin-top: 0;*/
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font: 90% Arial, Verdana, sans-serif;
	letter-spacing: 0;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #CCCCCC;
	text-align: right;
	clear: both;
	border-bottom: 1px solid #DDDDDD;
}
.feedback a{
	color: #DD0000;
}
.feedback a:hover, .feedback a:active {
	text-decoration: underline;
}
.feedback p{
	padding: 0 25px;
	background: url(images/comments.gif) top right no-repeat;
}

.meta {
	font-size: .75em;
}
.meta li, ul.post-meta li {
	display: inline;
}
.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
.meta, .meta a {
	color: #999999;
	font-weight: normal;
	letter-spacing: 0;
}
.meta a{
	color: #DD0000;
	text-decoration: none;
}
.meta a:hover, .meta a:active {
	text-decoration: underline;
}
.meta .tags{
	background: url(images/category.gif) 0 0 no-repeat;
	padding-left: 20px;
}
.meta .user{
	background: url(images/user.gif) 0 0 no-repeat;
	padding-left: 20px;
}

.post{
	margin-bottom: 40px;
}
.post ul{
	margin: 0;
	padding: 0;
}
.post ul li{
	margin: 0;
	padding: 0.2em 20px;
	background: url(images/bullet.gif) 0 4px no-repeat;
	list-style: none;
}
.post ol{
	margin: 0 25px;
	padding: 0;
}
.post ol li{
	margin: 0;
	padding: 0.2em 0;
}

.storytitle {
	margin: 0;
}
.storytitle a {
	text-decoration: none;
}
.storytitle a:link, .storytitle a:visited {
	color: #444444;
	text-decoration: none;
}
.storytitle a:hover, .storytitle a:active {
	color: #DD0000;
}
span.disclaimer {
	font-size: 80%;
	font-style: italic;
	}
#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #FFFFFF;
	border: 1px solid #333333;
	padding: .2em;
}

#commentform textarea {
	width: 95%;
}

#commentlist li ul {
	border-left: 1px solid #DDDDDD;
	font-size: 110%;
	list-style-type: none;
}
div.commentbody {
	margin: 10px 10px 10px 10px;
	padding-left: 5px;
	background: #EEEEEE;
	border-left: 5px solid #DD0000;
	border-top: 1px solid #DD0000;
	border-bottom: 1px solid #DD0000;
	border-right: 1px solid #DD0000;
}

#container{
	width: 100%;
	min-width: 770px;
}
#wrapper{
	float: left;
	width: 100%;
	margin-left: -330px;
}
#content {
	margin: 0 0 0 330px;
	padding: 45px 10px 10px 20px;
	background: transparent;
}
#header {
	background: #000000 url(images/header.png) repeat-x;
	font-style: italic;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
	letter-spacing: -0.2px;
	margin: 0;
	padding: 0;
	position: relative;
}

#header a {
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#searchform{
	position: absolute;
	right: 60px;
	top: 100px;
}
#searchform label{
	position: absolute;
	left: -9000px;
}
#searchform input{
	width: 100px;
}
#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #FFFFFF;
}

/* Yeah, I use tables. Deal with it. :-) */
table.blogtable {
	padding: 0px;
	font-size: 0.75em;
	border: 2px solid #000000;
}

table.blogtable th {
	font-weight: bold;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
}

table.blogtable tr {
	background-color: #FFFFFF;
}

/* Light green shading for alternate table rows */
table.blogtable tr.alt {
	background-color: #E1F9E1;
}

table.blogtable td {
	padding: 4px;
	border: 0px;
}

table.blogtable td.code {
	font-family: courier, fixed;
	font-size: 100%;
}

.textwidget{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
}

#menu {
	padding: 20px 50px 10px 20px;
	float: right;
	display: inline;
	width: 200px;
	margin: 0 0 210px 0;
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 80%;
	background: #EEEEEE;
	border: 1px solid #999999;
	color: #000000;
}

#menu ul {
	color: #444444;
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
	height: 1%;
}

#menu ul li {
	font: italic bold 110% Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0; 
	background: transparent;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border: none;
}

#menu ul ul li {
	border: 0;
	font: normal normal 70%/1.7em Arial, Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 20px;
	background: url(images/bullet.gif) 0 3px no-repeat;
}
#menu ul ul ul{
	border: none;
}
#menu ul ul ul li{
	font-size: 100%;
}

#menu ul ul li a {
	color: #DD0000;
	text-decoration: none;
}

#menu ul ul li a:hover, #menu ul ul li a:active {
	border-bottom: 1px solid #DD0000;
}

#menu ul ul ul.children {
	font-size: 100%;
	padding-left: 4px;
}

#wp-calendar {
	border: 2px solid #DD0000;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 100%;
}

#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;
	text-decoration: none;
	color: #DD0000;
	font-weight: bold;
}

#wp-calendar a:hover {
	background: #E0E6E0;
	color: #333333;
}

#wp-calendar caption {
	color: #444444;
	font-style: italic;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	font-size: 130%;
	margin-bottom: 5px;
	text-align: left;
}

#wp-calendar td {
	color: #999999;
	font: normal 100% Arial, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #FFFFFF;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #EEEEEE;
	color: #BBBBBB;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

div.date p{
	width: 40px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
	padding: 5px;
	background: #DD0000 url(images/date.png) no-repeat;
	color: #DDDDDD;
	text-align: center;
	font-size: 70%;
	overflow: hidden;
}
div.date span.month{
	display: block;
	margin-bottom: 8px;
}
div.date span.day{
	font-size: 190%;
	color: #444444;
	font-weight: bold;
	line-height: 0.8;
}
div.date p span.year{
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 80%;
	font-family: Tahoma, Arial, sans-serif;
}
#menu1{
	height: 1%;
	overflow: hidden;
	margin-left: 80px;
}
#menu1 ul{
	margin: 0;
	padding: 0;
}
#menu1 ul li{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#menu1 ul li a{
	padding: 8px 20px;
	display: block;
	text-decoration: none;
}
#menu1 ul li a:link, #menu1 ul li a:visited
{
	background: #222222 url(images/menu.png) top left repeat-x;
	color: #DDDDDD;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
}
#menu1 ul li a:hover, #menu1 ul li a:active
{
	background: #333333 url(images/menu.png) 0 -100px repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px solid #444444;
	border-top: 1px solid #444444;
}
#menu1 ul li.current_page_item a:link, #menu1 ul li.current_page_item a:visited
{
	background: #DD0000 url(images/menu_in.png) top left repeat-x;
	color: #FFFFFF;
	border-left: 1px solid #DD0000;
	border-top: 1px solid #DD0000;
}

#footer{
	clear: both;
	background: #000000;
	border-top: 4px solid #DD0000;
	color: #DDDDDD;
	margin: 0;
	padding: 0 80px;
	text-align: center;
	font-size: 80%;
	min-height: 34px;
}
#footer p{
	padding: 10px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#footer p.up{
	float: right;
}
#footer p.up a{
	padding-right: 20px;
	background: url(images/top.gif) top right no-repeat;
}

#footer a:link, #footer a:visited {
	color: #DDDDDD;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.clearfix:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

