html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;text-decoration:none;list-style-type:none;}


/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}




body {
	margin: 0;
	padding: 0;
	background: #690;
	font-size: 12px;
	font-family: helvetica, verdana, sans serif;
	text-align: justify;
	line-height:1.3em;
	color: #5C5C5C;
}

#header
{
	width:980px;
	background: #690 url(gfx/top.jpg) no-repeat center top;
	height:208px;
	margin:0 auto;
}



/* Menu */

#menu {
	clear:both;
	float: left;
	width: 980px;
	height: 58px;
	background: url(gfx/bg_topnav.jpg) repeat-x left top;
}

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

#menu li {
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	padding: 0 40px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover { 
	color: #FFFFFF;
}

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

/** LOGO */

#logo {
	width: 900px;
	height: 150px;
	margin: 0;
}

#page
{
	background-color:#FFF;
	width:980px;
	margin:0 auto;
}

#content
{
	margin:10px;
	width:700px;
	float:left;
}

#content img.thumb
{
	border:1px solid grey;
	float:right;
	margin-left:15px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 1.6em;
}

.post li
{
	margin-left:20px;
	list-style-type: disc;
}

table
{
	width:100%;
}

/* Post */

.post {
	padding: 0px 20px;
	margin-bottom: 20px;
}

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(gfx/h1bg.jpg) repeat-x left top;
	height:30px;
}

.post h1, .post h2, .post h3, .post h4
{
	width: 600px;
	color: #4e3483;
	padding: 0px 0 0 0px;
}

.post h1 {
	font-size: 26px;
	letter-spacing:1px;
	text-transform: capitalize;
}

.post h2 {
	font-size: 18px;
	line-height:2em;
	text-transform: capitalize;
}

.post h3 {
	font-size: 18px;
}

.post h4 {
	font-size: 12px;
}

.post .entry {
}

.post .wiki
{
	font:oblique 9px verdana;
	color:#4e3483;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin: 0 5px 0 5px;
	padding: 3px 0; 
	font-family:georgia, helvetica, verdana, sans serif;
	
}

#sidebar a
{
	padding-left:10px;
	color:#699;
	text-decoration:none;
}

#sidebar a:hover
{
	color:#4E3483;
	text-decoration:none;
}

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

#sidebar li {
	margin-bottom: 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding:2px 0;
	border-bottom:1px solid #BBB;

}

#sidebar h2 {
	width: 250px;
	padding: 0;
	margin-bottom: 0px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 20px;
	color: #118866; 
}

#calendars
{
	background-color:#D9D9D9;
	
	
}

#copy, #copy a
{
	width:100%;
	text-align:center;
	color:#444444;
}


