/*
Theme Name: Eccentric Theme
Theme URI: 
Description: As per the <a http="http://codex.wordpress.org/Designing_Themes_for_Public_Release">Wordpress.org suggestion</a> this theme preserves the id and class structure of the default theme. The theme is designed to work on Wordpress version 2.7
Version: 2.7-1
Author: Paul Tarr
Author URI: 
Tags: 
This theme is my first attempt at building a wordpress theme and is being tested on wordpress version 2.7

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/**************************************************
/*	a style.php file is used instead of style.css file
/* 	in order to be able to change the content of the
/*	css declarations dynamically
/***************************************************/

/****************************************************
/* Set some common layout classes
/****************************************************/

.oddsize{font-size:1.1em;}

.oddbullet {
list-style-image: url('images/arrow_bullet.gif');
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.imgmiddle {vertical-align: middle;}

.oddbullet li {
font-size: 1.5em;
}

.oddpostbullet {
list-style-image: url('images/arrow_bullet.gif');
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.oddpostbullet li {
font-size: 1em;
}

.oddpostcheck {
list-style-image: url('images/bulletcheck.gif');
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.oddpostcheck li {
font-size: 1em;
}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}

.center {
	text-align: center;
	}

.clear {
clear: both;
}

.tablecollapse {
border-collapse: collapse;
}
.liststylenone{
list-style-type: none;
text-align: left;}
/* by making hr display none it acts as a separtor to
clear floats without affecting the normal flow
may want to change this!!!!!!!! but leave alone for now
as I am using legacy code */
hr {
	display: none;
	}
	
.postpad {
padding: 0px 1em;
}

input,textarea {
margin: 0px;
padding: 0px;
font-size: 1.1em;
}	
/* end common layout classes
/*********************************************/
	
/*******************************************
/*	set the background page layout	
/*******************************************/

body {
	font-size: 100%; 
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #00eeee; 
	/* color: #333; */
	text-align: center;
	margin: 0em;
	padding: 0em;
	}

/****************************************
/* Donation page stuff
/***************************************/

.donatetable {
border-style: outset;
border-width: 5px;
border-color: #eebbbb;
vertical-align: top;
background-color: #00eeee;
}


/**************************************
/* set the splash screen parameters
/***************************************/

#splash {
background-color: #00ffff;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 100;
display: none;
}

/**************************************
/* set the left sidebar formatting
/**************************************/
#begging_cover {
position: absolute;
    width: 1px;    
    height: 1px;   
    top: 0; left: 0; 
    border: 0;
    z-index: 5;
}

#oddmaillink_cover {
position: absolute;
    width: 1px;    
    height: 1px;   
    top: 0; left: 0; 
    border: 0;
    z-index: 7;
}

#oddtwitlink_cover {
position: absolute;
    width: 1px;    
    height: 1px;   
    top: 0; left: 0; 
    border: 0;
    z-index: 7;
}

#oddrsslink_cover {
position: absolute;
    width: 1px;    
    height: 1px;   
    top: 0; left: 0; 
    border: 0;
    z-index: 6;
}

#oddtellfriends_cover {
position: absolute;
    width: 1px;    
    height: 1px;   
    top: 0; left: 0; 
    border: 0;
    z-index: 8;
}

#getoddLogo {
height: 100px;
width: 600px;
cursor: pointer;
}

#getoddLogo-disc {
z-index: 51;
position: absolute;
display: none;
left: 0px;
top: 0px;
background-color: #00ffff;
width: 600px;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}

#sidebar-left {
	width: 170px;
 	background-color: #00ffff;
 }


#sidebar-left ul li {/*
	list-style-type: none;
	list-style-image: none;
	margin-left:5px; */
	}

#left-categories-menu { /* set the width of the menu */
width: 100%;
background: #00ffff;
}

#left-categories-menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* set style, color and size links and heading */
#left-categories-menu a {
font: bold;
display: block;

margin: 0;
padding: 2px 8px;
background: #00ffff;
text-decoration: none;
border: 1px solid #00ffff;
}

#left-categories-menu a:hover {
color: black;
background: #ff0000;
border: 1px solid;
}

#left-categories-menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#left-categories-menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#left-categories-menu ul ul ul,
div#left-categories-menu ul ul li:hover ul ul
{display: none;
border: 1px solid;}

div#left-categories-menu ul ul li:hover ul,
div#left-categories-menu ul ul ul li:hover ul
{display: block;
border: 1px solid;}

/* set style, color and size links and heading */
#left-chron-menu a {
font: bold;
display: block;

margin: 0;
padding: 2px 8px;
background: #00ffff;
text-decoration: none;
border: 1px solid #00ffff;
}

#left-chron-menu a:hover {
color: black;
background: #ff0000;
border: 1px solid;
}

#left-chron-menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#left-chron-menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

div#left-chron-menu ul ul ul,
div#left-chron-menu ul ul li:hover ul ul
{display: none;
border: 1px solid;}

div#left-chron-menu ul ul li:hover ul,
div#left-chron-menu ul ul ul li:hover ul
{display: block;
border: 1px solid;}

#left-chron-menu { /* set the width of the menu */
width: 100%;
background: #00ffff;
}

#left-chron-menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#begging-show {color:black;}
	
#begging-disc {
background-color: #00ffff;
position: absolute;
left: 0px;
top: 0px;
z-index: 50;
display: none;
width: 500px;
color: black;
border: 1px solid black;
padding: 5px;
}

.begging_p {
padding-left: 5px;
color:black;
text-decoration: none;
text-align: justify;
font-size: 1.1em;
}

.archive-list {
padding: 0px;
margin: 0px;
color: black;
}

.archive-list a:hover {
background-color: #ff0000;
color: #000000}

.page_p {
font-size:1.5em;
text-align: justify;
padding:3px;
}

.post_p {
text-align: justify;
padding: 3px;
font-size: 1em;}

/**************************************
/* set the right sidebar formatting
/**************************************/

#sidebar p{
background-color: #aaffff;
margin: 0px;
padding: 0px;
}

#odd_friends {
	float: left;
	margin:0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#odd_friends:hover {
	background-color: #ff0000;
}

#odd_friends a {
	padding: 2px;
	background-color: #00ffff;
}

#odd_friends a:hover {
	padding: 2px;
	background-color: #ff0000;
}

#rightloggs a {
padding:2px 8px;
text-decoration: none;
}
#rightloggs a:hover
{
padding:2px 8px;
background-color: #ff0000;
text-decoration: none;
color: black;
}

#right-logout {
padding:2px 8px;
text-decoration: none;
}

#right_logout a:hover
{
padding:2px 8px;
background-color: #ff0000;
text-decoration: none;
color: black;
}
/***************************************
/* now set up	the main display
/***************************************/

#background_container {
	margin: 0px;
	padding: 0px;
/*	background: url('images/PageContainer/meadow-grass-blue-flowers.png'); */
	background-position: top center;
}

#background_top {
	margin: 0px;
	padding: 0px;
	background-color: #00eeee;
	/*
	background: url('images/PageContainer/top-tile-default.png');
	background-position: top center;
	background-repeat: repeat-x;
	*/ 
}

#background_bottom {
	margin: 0px;
	padding: 0px;
	/*
	background: url('images/PageContainer/bottom-tile-default.png');
	*/
	background-position: bottom center;
	background-repeat: repeat-x;
}

#background_left {
	margin: 0px;
	padding: 0px;
	/*
	background: url('images/PageContainer/Yoholeft.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	*/
}

#donate_left {
	margin: 0px;
	padding: 0px;
	/*
	background: url('images/sidebar-left/donate.gif');
	background-position: top left;
	background-repeat: repeat-y;
	*/
}

#background_right {
	margin: 0px;
	padding: 0px;
	/*
	background: url('images/PageContainer/Yohoright.jpg');
	background-position: top right;
	background-repeat: repeat-y;
	*/ 
}

#donate_right {
	margin: 0px;
	padding: 0px;
	/*
	background: url('images/sidebar-left/donate-right.gif');
	background-position: top right;
	background-repeat: repeat-y; 
	*/
}

#background_top_left_corner {
	margin: 0px;
	padding: 0px;
	/*
	background: url('images/PageContainer/leftcorner.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	*/
}

#background_top_right_corner {
	margin: 0px;
	padding: 0px;
	/*
	background: url('images/PageContainer/rightcorner.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	*/
}

#background_bottom_left_corner {
	margin: 0px;
	padding: 0px;
	/*
	background: url('images/PageContainer/polarbears.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	*/
}

#background_bottom_right_corner {
	margin: 0px;
	padding: 0px;
	/*
	background: url('images/PageContainer/CabinWinter.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	*/
}

/*****************************************
/* set the over all page container limits
/****************************************/

#page {
	background: #00ffff;
	background-repeat: no-repeat;
	text-align: left;
/* left and right margins must be auto in order to center the div 
/* what a pain, the center tag works better*/ 
	margin: 0px auto;
	padding: 0px;
	width: 1080px;
	}

#newheader {
	background: #00eeee url('images/PageContainer/oddheader.gif') no-repeat;
}
	
#headloggs {
color: #ff0000;
background-color: #a0f0f0;
padding:2px 8px;
}
#headloggs a:hover
{
background-color: yellow;
text-decoration: none;
color: black;
}

#header_logout {
color: #ff0000;
background-color: #a0f0f0;
padding:2px 8px;
}
#header_logout a:hover
{
background-color: yellow;
text-decoration: none;
color: black;
}
		
/*	End defining the div containers for a page
*******************************************/

/********************************************
/*	Post display summaryformatting
/********************************************/

#oddnote {
z-index: 75;
position: absolute;
display: none;
left: 0px;
top: 0px;
background-color: #ffffff;
width: 400px;
border: 1px solid black;
color: #000000;
text-align:left;
padding:5px;
}

.oddsup {color: #ff0000;}

.oddhidden {
margin: 0px;
padding: 0px;
text-decoration: none;
}

.oddhidden a:hover {
cursor: pointer;
text-decoration: none;
color: #ff0000;
}

.oddhidden a:hover div h2 {color: #ff0000;}

.contenttable {
border-collapse: collapse;
}

.posttop {

	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px; 
	padding-bottom: 0px;
	width: 315px;
	vertical-align: top;
	font-size: larger;
	background-color: #aaffff;
}
.postmid {
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0px 5px; 
	width: 315px;
	vertical-align: top;
	background-color: #aaffff;
}
.postbot {
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 5px; 
	padding-top: 0px;
	width: 315px;
	vertical-align: bottom;
	background-color: #aaffff;
}

.postleft{
	border-left-style: solid;
	border-right-style: solid;
}

.postright{
	border-left-style: solid;
	border-right-style: solid;
}

/*********************************************/
/********************************************
/* set the header search form layout formatting
/*******************************************/

#s {  
/* I don't like this single letter css id designation
but unfortunately it seems to be a standard
so will not change it to something more unique 
in order to insure compatbilty */
	padding:1px;
	font-size:1.0em;
	width:150px;
	}

#searchform {
/*	float: right; */
	display: inline;
	margin:0px;
	padding: 0px;
	margin-top: .9em;
	padding-left: 50px;
	padding-right: 25px;
	padding-top: .7em;
	text-align: center;
	vertical-align: bottom;
	}
	
/* end the header searchform layout formatting
/*********************************************/

/***************************************
/* start defining the content formatting
/* 
******************************************/

#medical{
background-color: #ffaaaa;
} 

#medical-disc {

background-color: #00ffff;
width: 1080px;
font-size: 1.1em;
}
	
/***************************************
/* Here the center loop layout is done
*****************************************/
#content {
	font-size: 1.2em;
	margin: 0px;
	}

#singlepost {
padding: 0px 5px;
margin: 0px;
}

.centercolumn {
	line-height: 1.4em;
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	width: 650px;
	background-color: #99ffff;
/*	background-color: #7fffd4;	*/
}

/********************************
/* set the footer parameters
**********************************/
#footer {
/*
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
*/
	background-color: #00ffff;
	border: none;
	padding: 0;
	margin: 0 auto;
	width: 1080px;
	clear: both;
	margin: 0;
	padding: 0px;
	text-align: center;
	}	
/* end of footer layout
**********************************/

	

			
#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	background-color: #73a0c5;
	margin: 0 0 0 1px;
	padding: 0;
	height: 200px;
	width: 1080px;
	}	

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h2 {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: black;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
h2 a:hover {
	color: #ff0000;
}

.entry p a:visited {
	color: #b85b5a;
	}

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

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


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

a, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: .75em;
	}

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





.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}




.widecolumn .postmetadata {
	margin: 30px 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: both;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

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




.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 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;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebars */


#sidebar
{
	padding:0px;
	margin: 0px;
	background-color: #00ffff;
	width: 260px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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



.hidden {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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: 1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

