/* Defaults and utility */
* {
	margin: 0px; padding: 0px;
}


img {
	border: none;
}

body {
	font-size: 80.0%;
	font-family: Helvetica, sans-serif;
	color: #E5EBF5;
	background: url('../images/main-bg.jpg') repeat-x top #858484;
}


h1 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 200%;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 200%;
}

a , a:visited{color: #E5EBF5; text-decoration: none; font-weight: bold; }
a:hover, a:active {color: #FFFFFF; text-decoration: underline; font-weight: bold; }

p.error { font-size: 1.2em; font-weight: bold; color: black;}


ul {
	margin: 10px 0px 10px 16px;
}


img.site-img {
	border: 2px solid #11214F;
}


div.clear {
	clear: both;
}


/* Wrapper for the whole page */
div#page-wrap {
	width: 844px;
	margin: 0 auto;
}


/* Content-page */
div.page {
	width: 784px;
	padding: 13px 30px 13px 30px;
	background: url('../images/page-bg.png') repeat-y top;
}

/* Nav Bar */
div.page div#nav-bar {	margin-top: 13px}
div.page div#nav-bar img {	margin-right: 29px;}


/* Blog-related items */
div.page p.blog-title {
	font-size: 1.4em;
	font-weight: bold;
	float: left;
	margin-bottom: 15px;
}

div.page p.blog-date {
	font-size: 1.0em;
	float: right;
	margin-top: 4px;
}


div.page p.text-content {
	line-height: 140%;
	text-indent: 30px;
}


/* BBCode classes */
.center {text-align: center; margin: 8px 0}
.bold   {font-weight: bold;}
.italic {font-style: italic;}
.floatleft {float: left; margin-right: 8px}
.floatright {float: right; margin-left: 8px}
.floatclear {clear: both;}


/* Page top */
div.page-top {
	width: 844px;
	height: 15px;
	background: url('../images/page-top.png') no-repeat top;
}

/* Page stopper */
div.page-stopper {
	width: 844px;
	height: 17px;
	background: url('../images/page-stopper.png') no-repeat top;
	margin-bottom: 10px;
}


/* Validated button shadow */
div#vshadow-top{
	padding-top: 10px;
	width: 96px;
	height: 4px;
	background: url('../images/vshadow-top.png') no-repeat bottom left;
}

div#vshadow-bottom{
	width: 96px;
	height: 4px;
	background: url('../images/vshadow-bottom.png') no-repeat bottom left;
}

div#vshadow-mid{
	width: 88px;
	height: 31px;
	padding: 0px 4px 0px 4px;
	background: url('../images/vshadow-mid.png') no-repeat top;
}

p#copyright
{
    float: right;
    padding-top: 10px;
    padding-right: 8px;
    color: white;
    font-weight: bold;
}