/*  

Theme Name: Acute

Version: 0.3

Author: Tim St.Clair

Description: Desiged for single column non-blog based wordpress sites with no widgets, comments or blog-based functionality included.

Tags: one columns, fixed width, valid CSS

*/



html {
}

body {
	font-size: 10pt; /* overall font size */

	background: #8E725B url(images/mainbg.gif);
	color: #2E2E2E;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0;
	text-align: center;
}

img {
	border: none;
	background: none;
}

hr {
	height: 10px;
	margin: 10px 0px;
	border: none;
	border-top: 1px dotted #D3D3D3;
}

a, a:visited {
	color: #3F6E84;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #3F6E84;
}

#container { 
	background: url(images/bodybg.gif) repeat-y top;
	width: 900px;
	text-align: left; 
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000;
}

#header { 
	background: url(images/headerbg.jpg) no-repeat top left;
	text-align: left;
	padding: 96px 0 10px;
	margin: 0;
}
#header a {
	font-size: 11px; /* font size of menu items */
	font-weight: bold;
	color: #ddd;
}

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

#header li {
	float: left;
	padding: 0 10px;
	list-style-type: none;
	margin: 0px;
}

#header ul li.current_page_item a {
	text-decoration: underline;
	color: #FFF;
}

div.clear {
	clear:both;
}

#contentwrapper {
	text-align: center;
	padding: 20px;
}
#content { 
	text-align: left;
	width: 100%;
	padding: 0;
	display: block;
}

#content p {
	text-align: justify;
	margin: 2px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#content li {
	margin: 0px;
	padding: 0px;
}

#content ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
}

blockquote{
	margin: 0px 0px 20px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px dotted #cccccc;
}

#content blockquote p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 8pt;
}

#footer { 
	padding: 15px;
	text-align: center;
	clear: both;
	color: #245a73;
	margin-bottom: 15px;
}

#footer a {
	color: #9BB1BB;
}

#footer-wrap {
	width: 900px;
	margin: 0px auto;
}

.alignright {
	float: right;
}
.alignleft {
	float: left;
}