/*  
Theme Name: Die Mit O
Theme URI: http://
Description: 
Version: 0.2
Author: 
Author URI: http://


*/




html, body {
	background:  url(images/bg.gif) left top repeat-y #F06;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
}

abbr, acronym {
	border-bottom: 1px dotted #FF0066;
}


div#content {
	display: block;
}

div#header {
	display: block;
}

@media screen {
	div#header, div#sidebar {
		position: fixed;
	}
		
	* html div#header, * html div#sidebar {
		position: absolute;
	}
}

div#header {
	left: 0; top: 0;
	width: 240px; height: 400px;
	background:  url(images/logo.jpg) left top no-repeat;
}

div#quickSummary {
	left: 0;
	top: 250px;
	width: 185px;
	color: #FF0066;
	font-size: 12px;
	padding: 5px;
	padding-right: 10px;
}

div#quickSummary a {
	font-weight: bold;
	color: #FFE6F0;
}

div#quickSummary a:hover {
	color: #000;
}

div#content {
	margin-left: 440px;
	padding: 10px;
	padding-left: 20px;
	padding-bottom: 0;
}

div#content h2, div#sidebar h3 {
	display: block;
	background:  url(images/bgTitle.gif) left top repeat #000;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	color: #FFF;
	font-size: 24px;
	line-height: 50px;
	text-transform: uppercase;
	font-family: thaoma;
}

div#content li h2	{
	display: inline;
	background: 0; color: #FFF;
}
div#content li	{
	list-style-type: none;
}

div#content p, div#sidebar p {
	font-size: 14px;
	color: #000;
	line-height: 1.5em;
}

div#content a, div#sidebar a {
	background-color: transparent; color: #000;
	text-decoration:none;
}
div#content a:hover, div#sidebar a:hover {
	background-color: #000; color: #FFF;
}
div#content a:hover, current_page_item {
	background:  url(images/bgTitle.gif) left top repeat #000; color: #FFF;
}

div#content abbr, div#content acronym, div#sidebar abbr, div#sidebar acronym {
	border-bottom: 1px dotted #000;
}


.event_list	{
	list-style-type:none;
}
.event_list ul	{
	margin: 0; padding: 0;
}






div#footer {
	margin-bottom: 10px;
	padding: 3px;
	font-size: 10px;
	text-align: right;
}
div#footer a {
	background-color: transparent; color: #000;
	link-decoration: none;
}
div#footer a:hover {
	color: #2F0013;
}






div#sidebar {
	position: absolute; left: 240px; top: 0px;
	width: 200px;
	margin-top: 75px;
	font-family: Georgia, Times New Roman, serif;
	text-align: right;
}

div#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#sidebar ul {
	list-style: none;
}

div#sidebar ul li {
	border-bottom: 1px solid #CCC;
}

div#sidebar ul li a {
	display: block;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 12px;
	color: #F06;
	text-transform: uppercase;
	text-decoration: none;
}

div#sidebar ul li a:hover {
	background-color: #000;
	color: #FFF;
}

div#sidebar div#lselect ul li {
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 10px;
}

div#sidebar div#lselect ul li a {
	padding: 0;
	font-size: 12px;
}

div#sidebar div#lselect ul li a:hover {
	color: #000;
	background-color: #FFF;
}

div#sidebar div#lselect ul li a.c {
	display: inline;
	text-transform: none;
	font-size: 10px;
	color: #000;
}

div#sidebar div#lselect ul li a.c:hover {
	text-decoration: underline;
}

div#sidebar div#lselect, div#sidebar div#larchives, div#sidebar div#lresources {
	display: block;
	margin-top: 10px;
}

div#sidebar div#lselect h3, div#sidebar div#larchives h3, div#sidebar div#lresources h3 {
	display: block;
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
}



/********************************************************************************
XHTML Form Tags/Elements
********************************************************************************/	
form	{
	background-color: transparent; color: #333;
}
form fieldset	{
	border: none; border-top: 1px solid #CCC;
	background: url(../../_img/formFieldset.gif) left bottom repeat-x;
	margin-bottom: 10px;
}
form legend	{	/* Width of labels */
	background-color: transparent; color: #333;
}
form label	{
	display: inline;
	line-height: 1.8;
	vertical-align: top;
	width: 80px;

}
/*** Lists ***/
form fieldset ul {
	margin: 0; padding: 0;	
}
form fieldset li {
	background: url(../../_img/formDivider.gif) left bottom repeat-x;
	margin: 0; padding: 5px 10px 7px 0;
	list-style: none;
}
/*** Subsets ***/
form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form fieldset fieldset label {
	display: block;
	width: auto;
}
form fieldset fieldset label {
	/*margin-left: 123px;*/
}




button, input, select, option, textarea	{
	border:1px solid #CCC;
	font:8pt Arial,Helvetica,sans-serif;
}
textarea	{
	width: 100%;
}

optgroup	{
}




isindex	{
}
keygen	{
}


form.error {
	color: #F03;
}
form.label.required:after {
	content:" *";
}


