/*
  YUI Reset CSS.  Found at http://developer.yahoo.com/yui/reset/
  Neutralizes browser-specific built-in stylings to make the page
  look more uniform on each browser.
*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}

ul, li{
list-style-type: none;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/*
  End YUI Reset CSS
*/



/*
  Just One Day without FAILING theme by Kent Heberling
*/

/* ===Body===================*/
body{
overflow-y: scroll;
background: url(images/bodybg.gif) repeat-x;
background-color: #ccc3ba;	
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
}
/* ===Wrapper================*/
#wrapper{
width: 900px;
margin: 0 auto;
background: url(images/wrapperbg.gif);
font-size: 83%;
line-height: 171%;
color: #959089;
font-family: tahoma, sans-serif;
}

/* ===Header================*/
#header{
width: 900px;
background: url(images/header.gif);
height: 188px;
}

#counter{
color: #cc0000;
font-weight: bold;
float: right;
font-size: 550%;
margin-right: 110px;
width: 125px;
padding-top: 65px;
padding-bottom: 25px;
text-align: center;
display: inline;
}

#rssIcon{
padding-top: 110px;
float: right;
margin-right: 50px;
display: inline;
}

/* ===Menu===================*/
#menu {
margin-left: 60px;
float: left;
}
#menu li{
float: left;
display: inline;
margin-right: 2em;
margin-top: 10px;
}
#menu a:link, #menu a:visited{
font-family: garamond, georgia, serif;
font-weight: bold;
color: #fcfaee;
text-decoration: none;
font-size: 130%;
}
#menu a:hover, #menu a:active{
text-decoration: underline;
}

/* ===Left Column=============*/
#leftcolumn{
min-height: 600px;
margin-left: 60px;
margin-top: -25px;
float: left;
display: inline;
width: 580px;
}

#leftcolumn h2 a:link, #leftcolumn h2 a:visited, #leftcolumn h2 a:hover, #leftcolumn h2 a:active, #leftcolumn h3 a:link, #leftcolumn h3 a:visited, #leftcolumn h3 a:hover, #leftcolumn h3 a:active {
color: #272421;
text-decoration: none;
}

.postmetadata {
line-height: 100%;
}

.even {
border: 1px solid #e5e4df;
padding: 5px;
background: #efede2;
}

.odd{
padding: 5px;
}

.entry img {
margin: 5px;
border: 1px solid #e5e4df;
padding: 5px;
background: #efede2;
}

.noborder img{
margin: 0px;
border: none;
padding: 0px;
background: none;;
}
/* ===Right Column=============*/
#rightcolumn{
color: #959089;
margin-left: 20px;
margin-top: -25px;
float: left;
display: inline;
width: 180px;
}

#rightcolumn ul {
margin-bottom: 25px;
list-style: none;
}
#rightcolumn ul li ul li{
margin-left: 10px;
}

#rightcolumn a:link, #rightcolumn a:visited{
color: #272421;
font-weight: normal;
text-decoration: none;
}

#rightcolumn a:hover, #rightcolumn a:active{
text-decoration: underline;
}

/* ===Calendar=============*/
#wp-calendar{
margin-bottom: 15px;
}
#wp-calendar td{
padding: 1px 5px 1px 1px;
}

#wp-calendar caption{
font-size: 140%;
letter-spacing: .03em;
}

#wp-calendar th{
font-weight: bold;
color: #272421;
}

#wp-calendar a:link,#wp-calendar a:visited{
color: #cc0000;
text-decoration: none;
font-weight: bold;
}

#wp-calendar a:hover,#wp-calendar a:active{
text-decoration: underline;
}

/* ===Text and Links=============*/
p{
margin-bottom: 2em;
}
h1, h2, h3, h4, h5, h6, caption{
font-family: georgia, garamond, serif;
color: #272421;
font-weight: bold;
}

h2{
font-size: 220%;
letter-spacing: .07em;
margin-bottom: .4em;
line-height: 100%;
}

h3{
font-size: 140%;
letter-spacing: .03em;
}

a:link, a:visited{
color: #cc0000;
text-decoration: none;
font-weight: bold;
}

a:hover, a:active{
text-decoration: underline;
}

.navigation{
padding-bottom: 10px;
}
.alignleft{
float: left;
}
.alignright{
float: right;
}

/* ===Form Elements===========*/
input[type="text"], input[type="password"], textarea{
border: 1px solid #e5e4df;
background: #fffefb;
padding: 2px;
font-family: tahoma, sans-serif;
color: #272421;
}

textarea{
font-size: 83%;
}

input:focus, textarea:focus{
border: 1px solid #bdbcb9;
background: #ffffff;
}

input[type="submit"]{
float: left;
display: inline;
background: #342f2a;
color: #fffefb;
font-family: georgia, serif;
font-weight: bold;
font-size: 83%;
border: none;
padding: 3px;
-moz-border-radius: 2px;
-khtml-border-radius: 2px;
-webkit-border-radius: 2px;
}

.searchBar{
float: left;
width: 135px;
margin-bottom: 25px;
margin-right: 5px;
}

/* ===Footer=================*/
#footer{
padding-top: 25px;
background: url(images/footerbg.gif);
width: 900px;
height: 50px;
text-align: center;
font-size: 70%;
line-height: 120%
}