/*  
Theme Name: OBM
Theme URI: http://onlybaseballmatters.com/
Description: Redesigned June 2007.
Version: 2.0
Author: Jay Simon
Author URI: http://grousehouse.org/
*/

/*
modified version of "three column + top box touching,"
one of Owen Brigg's "Little Boxes." Check out
http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html
*/

body
{
margin: 0;
background: #efebd0;
background-image: url(http://www.onlybaseballmatters.com/i/obmbg.jpg);
background-repeat: repeat-x;
text-align: center;
}

#main
{
text-align: left;
margin-left: 15px;
margin-right: 15px;
padding: 0px 5px 0px 5px;
background: transparent;
border: none;
font-family: georgia, serif;
font-size: 14px;
line-height: 20px;
color: #000;
}

a:link
{
color: #930;
text-decoration: underline;
font-weight: bold;
}

a:visited
{
color: #930;
text-decoration: underline;
font-weight: bold;
}

a:active
{
color: #930;
text-decoration: underline;
font-weight: bold;
}

a:hover
{
color: #f90;
text-decoration: none;
font-weight: bold;
}

a:link.sidebar
{
color: #930;
text-decoration: underline;
font-weight: normal;
}

a:visited.sidebar
{
color: #930;
text-decoration: underline;
font-weight: normal;
}

a:active.sidebar
{
color: #930;
text-decoration: underline;
font-weight: normal;
}

a:hover.sidebar
{
color: #f90;
text-decoration: none;
font-weight: normal;
}

#authortitle a:link.active
{
color: #000;
background: #f90;
}

#authortitle a:link
{
color: #f90;
background: #000;
text-decoration: none;
font-weight: bold;
padding: 5px 15px 5px 15px;
}

#authortitle a:active
{
color: #f90;
background: #000;
text-decoration: none;
font-weight: bold;
padding: 5px 15px 5px 15px;
}

#authortitle a:visited
{
color: #f90;
background: #000;
text-decoration: none;
font-weight: bold;
padding: 5px 15px 5px 15px;
}

#authortitle a:hover
{
color: #000;
background: #f90;
padding: 5px 15px 5px 15px;
}

blockquote
{
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 16px;
border-left: 5px solid #c60;
padding: 5px 5px 5px 15px;
}

pre
{
font-size: 12px;
}

textarea,input.field
{
background: #fff;
color: #666;
padding: 1px 3px 3px 3px;
font-family: verdana, sans-serif;
font-size: 11px;
line-height: 16px;
border: 1px solid #ccc;
}

input.button
{
background: #fff;
color: #666;
padding: 1px 1px 1px 1px;
font-family: verdana, sans-serif;
font-size: 11px;
border: 1px solid #ccc;
}

select.login
{
font-family: verdana, sans-serif;
font-size: 11px;
border: 1px solid #ccc;
background: #eee;
color: #000;
padding: 1px 3px 3px 3px;
}

img
{
border: 0;
}

#authortitle
{
text-align: center;
font-family: verdana, sans-serif;
font-size: 11px;
background-color: #000;
padding: 5px 0px 5px 0px;
}

#titlebar
{
text-align: center;
font-family: verdana, sans-serif;
font-size: 16px;
color: #f90;
background-color: #000; 
font-weight: bold;
border: 2px solid #000;
padding: 3px 3px 3px 3px;
letter-spacing: 3px;
}

#sidehead
{
text-align: left;
font-family: verdana, sans-serif;
font-size: 11px;
color: #fff;
background-color: #000; 
font-weight: bold;
border: 2px solid #000;
padding: 2px 2px 2px 5px;
}

#sidebar
{
text-align: left;
color: #000;
background-color: #fff;
font-family: georgia, sans-serif;
font-size: 11px;
line-height: 13px;
padding: 10px;
margin: 0px;
border: 2px solid #000;
}

#sidebar a
{
font-weight: normal;
}

#copy
{
width: 100%;
font-family: verdana, sans-serif;
font-size: 9px;
color: #333;
padding: 5px, 5px, 5px, 5px;
}

span.date,div.date
{
font-family: verdana, sans-serif;
font-size: 10px;
color: #000;
font-weight: normal;
}

span.byline,div.byline
{
font-family: verdana, sans-serif;
font-size: 10px;
color: #333;
font-style: italic;
text-align: right;
}

span.title,div.title
{
font-family: verdana, serif;
font-size: 16px;
color: #fff;
background-color: #c60;
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 10px;
}

span.comments-title,div.comments-title
{
font-family: georgia, serif;
font-size: 12px;
color: #000;
background-color: transparent;
text-align: left;
font-weight: bold;
padding: 3px;
border-bottom: 5px solid #c60;
}

h3
{
font-family: georgia, serif;
font-size: 14px;
line-height: 20px;
color: #000;
}