body {
	margin: 0 auto;
	padding: 0;
	color: #333;
	text-align: center;
	background: #EDEAEB;
}

#search {
       position:absolute;
        left:600px;
        top:20px;
        width:200px;
}

/* These are the default link styles */

a:link {
	text-decoration: underline;
	color:#004276;
	background: transparent;
}
a:hover {
	text-decoration: underline;
	color: #900;
	background: #FFC;
}
a:visited {
	text-decoration: underline;
	color: #004276;
	background: transparent;
}

/* The standard list styles. There are specific sidebar list styles later on */

ul {
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 0;
	padding-left: 0;
}
li {
	border-bottom: 0 solid #CCC;
	padding-bottom: 2px;
	font: 100% verdana, arial, helvetica, sans-serif;
}

/* the wrapper holds the whole thing centrally in the browser window */

#wrapper {
	margin: 0 auto;
padding:10px;
	width: 990px;
	background: #FFF;
	color: #333;
	text-align: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

/* the masthead. Change the image reference to the one you want to use */

#header {
	margin: 0 0 10px 0;
	color: #030;
	height: 50px;
	width: 988px;
	border: 1px solid #663;
	background-color:#B6C4CD;
}

/* the content style holds the two main columns together */

#content {
	margin: 5px 0;
}

/* about_site is the holder for your introduction. This can be safely removed */

#about_site {
	float: left;
	width: 483px;
	margin-bottom: 10px;
	color: #333;
	text-align: left;
	border: none;
	padding: 0;
	font: 11px/130% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 165%;
	background-color:#EEECEC;
}

/* blog is the right hand column where your entries and main content appear */

#blog {
	float: left;
	width: 480px;
	margin-bottom: 10px;
        margin-left:5px;
	color: #333;
	text-align: left;
        border-right:1px solid #999999;
	padding-right: 5px;
	font: 12px/130%  Georgia, Serif;
	line-height: 1.5 em;
	background-color: #FFFFFF;
}

/* sidebar is the left column where all the links and secondary info show up */

#sidebar {
	float: left;
	color: #333;
	text-align: left;
        width: 310px;
	font: 11px/130% 'Lucida Grande', Verdana, Arial, Sans-Serif;
        margin-bottom:5px;
        background-color:#FFFFFF;
        padding-top:5px;
}

#sidebar a:link {
	text-decoration: none;
	color:#2B60DE;
	background: transparent;
        width:303px;
}

#sidebar a:hover {
	text-decoration: none;
	color: #900;
        width:303px;
	background: #FFC;
}

#sidebar a:visited {
	text-decoration: none;
	color:#2B60DE;
	background: transparent;
        width:303px;
}

#rightRail {
	float: left;
	color: #000000;
	text-align: left;
	font: 9px 'Lucida Grande', Verdana, Arial, Sans-Serif;
        margin-bottom:15px;
        border: 1px solid #000000;
        background-color:#FFFFFF;
        padding-bottom:5px;
        width:180px;
}


#rightRail ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 5px;
	border: 0 solid #CCC;
	color: #666;
}
#rightRail li {
	border-bottom: 1px solid #CCC;
}
#rightRail li a:link {
	color: #333366;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 170px;
}
#rightRail li a:visited {
	color: #333366;
	text-decoration: none;
	line-height: 150%;
	display: block;
	width: 170px;
}
#rightRail li a:hover {
	color: #000;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 170px;
}
#rightRail li a:active {
	color: #333366;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 170px;
}


#recentimage{
     margin-left:auto;
     margin-right:auto;
}

/* the footer, containing credits, rss links etc */

#footer {
	margin: 0;
	padding: 15px 10px 12px;
	border: 1px dashed #999;
	background: #CCC;
	color: #333;
	font-size: 9px;
	letter-spacing: 0.09em;
}

/* the main class keeps blog content away from the edges. Could have been done with padding in the blog class, but that could cause some woes with older browsers */

.main {
	margin: 0 0px 0 8px;
}

/* Header definitions. h1 is hidden, and only shows when styles are off. Note, there are specific definitions for the sidebar h3 header, blog h3 header, and the blog h2 link. The blog h2 link is a clickable rollover of the entry title */

h1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:  24px;
	font-weight: bold;
	margin: 38px 0 0 20px;
}
h3 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing: 0.09em;
}
h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing: 0.09em;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}

#sidebar h3 {
	width: 303px;
	height: 16px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	font: bold 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#778899;
	padding: 6px 0 0 5px;
}

#blog h3 {
	width: 249px;
	height: 16px;
	margin: 0;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: left;
	font: bold 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:Silver;
	padding: 6px 0 0 5px;
}

#rightRail h3 {
	width: 175px;
	height: 16px;
	margin: 0;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	font: bold 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#657383;
	padding: 6px 0 0 5px;
        margin-bottom:5px;
}

#blog h3 {
	letter-spacing: 0.09em;
	margin-top: 0px;
	margin-bottom: 12px;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.center {
	text-align: center;
}
h2 a:link, h2 a:visited {
	font-weight: bold;
padding-left:1px;
	color: #A50E0F;
	text-decoration: none;
}
h2 a:hover {
	color: #900;
}

/* Dont ask. Just don't delete this spacer class */

.spacer {
	clear: both;
}

/* Two paragraph styles. A general one, and one specific to the footer */

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

/* For use with quotes and text you need to present outside of normal format */

.blockquote {
	color: #000000;
	border-left: 1px solid #CCC;
	margin-left: 15px;
        margin-right: 15px;
	padding-left: 4px;
	padding-right: 4px;
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 165%;
}

/* As it says, control of multi-entry page pagination links */

.paginate {
	margin: 18px 16px 18px 8px;
}

/* date and title are added to earlier h tags for greater control of headers. Posted shows all the author, permalink and trackback stuff under each entry */

.date {
	font-size: 10px;
}
.title {
	font-size: 135%;
	font-weight: bold;
	background: transparent;
	color: #333366;
}


.statlink {
	font-size: 100%;
	background: transparent;
	color: #000000;
        font-family:Georgia, Sans Serif, Helvetica;
}

.posted {
	clear: both;
	margin-bottom: 25px;
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #666;
	line-height: 165%;
	padding: 3px 0 15px;
	border-bottom: 1px dotted #999;
}
.posted_comments {
	clear: both;
	font: 10px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #666;
	line-height: 165%;
	padding: 3px 0 3px;
}

/* Comments classes. commbox and coomboxalt are used in the switch conditional on the comments page */

.comments {
	font-size: 120%;
	font-weight: bold;
	background: transparent;
	color: #E78818;
}

.card {
     float:left;
     margin-right:5px;
}

/* Some form styling. Not much though */

checkbox {
border: 3px double #999999;
padding:1px;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
textarea {
border: 3px double #999999;
padding:1px;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
input {
border: 3px double #999999;
padding:1px;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
input.submit
{
border: 2px double #999999;
padding: 1px;
background-color: #FFF;
color: #333333;
font-size: 10px;
font-family: Verdana, Helvetica, Arial, sans-serif;
}
fieldset {padding:10px;}

/* As mentioned above, these are the sidebar-specific list styles, based on my ticked-off links technique. Note the sidebar-specific links also. They have set widths so you can rollover anywhere along the link line */

#sidebar ul {
	list-style-image:url(http://www.redsoxnews.net/images/arrow.gif);
	margin-left:12px;
	padding: 3px 5px;
	border: 0 solid #CCC;
	color: #666;
}
#sidebar li a:link {
	color: #333366;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 303px;
}
#sidebar li a:visited {
	color: #333366;
	text-decoration: none;
	line-height: 150%;
	display: block;
	width: 303px;
}
#sidebar li a:hover {
	color: #000;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 293px;
}
#sidebar li a:active {
	color: #333366;
	line-height: 150%;
	text-decoration: none;
	display: block;
	width: 293px;
}

/* Ok, this is a bit nasty. Everything else on the sheet is used to control the tab menu under the header. See how you go with this, and be sure to back it up before you tinker */


.stat {
color:#2B60DE;
font-size:150%;
font-family:Georgia,Sans-Serif, Arial;

}

.statheader {

}

.tableBorder {
 border: 1px solid #73737E;
}

th {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color:             #fff;
 font-weight:		bold;
 text-align:			left;
 padding:           5px 4px 5px 12px;
 background-color:  #7378A7;  
}

td {
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
}

	margin: 0 auto;
	padding: 0;
	color: #333;
	text-align: center;
	background: #EDEAEB;
}


#wrapper {
	margin: 0 auto;
padding:10px;
	width: 990px;
	background: #FFF;
	color: #333;
	text-align: left;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}


#header {
	margin: 0 0 10px 0;
	color: #030;
	height: 50px;
	width: 988px;
	border: 1px solid #663;
	background-color:#B6C4CD;
}


.profileHeadingBG {
background-color:#657383;
border-bottom:1px solid #585C9C;
color:#FFFFFF;
padding:6px;
}
.menuHeadingBG {
background-color:#657383;
border-bottom:1px solid #585C9C;
color:#FFFFFF;
padding:6px;
}
.profileHead {
background-color:#657383;
border-bottom:1px solid #FFFFFF;
border-top:1px solid #FFFFFF;
color:#FFFFFF;
font-family:Verdana,Geneva,Tahoma,Trebuchet MS,Arial,Sans-serif;
font-size:10px;
font-weight:bold;
margin:0pt;
padding:3px 4px 3px 10px;
text-transform:uppercase;
}
.profileMenu {
background:#EDECEE none repeat scroll 0%;
border:1px solid #7B81A9;
margin-bottom:3px;
margin-top:1px;
padding:1px;
}

#comments{

}
