/*
Design by Free CSS Templates
Even works on Internet Explorer!  Thanks Gunlaug Sortun!!
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #BAA;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	/*text-transform: lowercase;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3B0700;
}

h1 {
	letter-spacing: -1px;
	margin: 1em 0 0 0;
	font-size: 32px;
}

h2 {
	margin: 1em 0 0 0;
	font-size: 23px;
}

h3 {
	margin: .5em 0 0 0;
	font-size: 18px;
}

p {
	margin: 1em 0 0 0;
	text-align: left;
	line-height: 26px;
}

p.intro { font-size: 15px; }

ul, ol {
	margin: 1em 0 0 0;
	text-align: left;
	line-height: 26px;
	list-style: none;
}

a:link {
	color: #3B0700;
	text-decoration: none;
}

a:hover, a:active, a:visited {
	text-decoration: none;
	color: #7B0700;
}

img {
	border: none;
    position: relative; } /*without this, IE might not see some left- or right-floated images*/

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Header */

#header {
	width: 939px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	width: 939px;
	height: 70px;
	background: #000000;
}

#menu ul {
	margin: 20px 0 0 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 20px;
	background: url(images/img03.gif) no-repeat right 60%;
	text-decoration: none;
	text-transform: capitalize;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover { 
	text-decoration: none; 
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/** LOGO */

#logo {
float: left;
width: 939px;
height: 229px;
margin-left: 10px;
background: url(images/stmlogo3.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 60px 0 0 140px;
	line-height: normal;
}

#logo h1 { 
	font-size:46px;
	font-style: italic;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF; 
}

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	margin: 0;
	padding: 0 0 0 140px;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#logo p a {
	text-decoration: none;
	color: #B6ACA2;
}

#logo p a:hover { text-decoration: underline; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img01.gif) repeat-y left top;
	position: relative;
}

/* Page */

#page {
	width: 938px;
	margin: 0 auto;
	background-color: #FFFFEE;
}

/* topnav */

#topnav
{
	/*height: 2.4em;*/
	padding: 0 0 0 0;
	background: #F8F4CF;
	/*border-top: 5px solid #333;*/
	font: 13px Verdana, Arial, sans-serif;
	overflow: visible;
	width: 938px;
	position: absolute;
	top: 229px;
	left: auto;
	left: 11px;
}

#topnav ul { margin: 0; padding: 5px 0 30px 32px;}

#topnav li {float: left; padding: 0 12px 0 12px; }

#topnav li a
{
	display: block;
	padding: none;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #634F4E;
	letter-spacing: -.1em;
}

#topnav a:hover,
  .articles #topnav #articles a,
  .topics #topnav #topics a,
  .about #topnav #about a,
  .contact #topnav #contact a,
  .contribute #topnav #contribute a,
  .feed #topnav #feed a {
 color: #3B0700;
}

/* Content */

#content {
	float: right;
	width: 630px;
	padding: 30px 30px 0 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
	padding: 60px 0 0 30px;
}

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

#sidebar li {
	padding-bottom: 20px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
}

#sidebar h2 {
	height: 32px;
}

#sidebar p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	}
	
#sidebar .big {
	font-size: 16px;
	}

/* Footer */
#footer-wrap {
	width: 939px;
	height: 60px;
	margin: 0 auto;
background: url(images/chessbottom.jpg) no-repeat left bottom;}

#footer {
	margin: 0 auto;
	height: 60px;
	min-height: 44px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 20px;
	text-align: center;
	color: #000000;
}

#legal a {
	text-decoration: none;
	color: #789;
}
