body {
	margin: 20px 0 0 0;
	padding: 0;
	background: #ffffff url(/theme/img/background.gif) repeat-y left top;
	font-size: 13px;
	text-align: justify;
	color: #000000;
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

h1, h2, h3 {
	font-weight: normal;
	color:#336666;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	letter-spacing: -2px;
	font-size: 2em;
}

h2 {
	letter-spacing: -1px;
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #333333;
}

a:hover {
	color: #333333;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 100%;
	height: 142px;
	margin: 0 left;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background: #ffffff url(/theme/img/header-bg.gif) repeat-x left top;
}

#header img{
	background:url(/theme/img/header.jpg) no-repeat; width: 788px; height:142px
}

#header h1, #header p {
	margin: 0;
	padding: 0;
	text-align:right;
	display:inline;
	float:left;
}



/* Page */

#page {
	width: 790px;
	margin: 0 left;
}

/* Content */

#content {
	float: right;
	width: 625px;
	margin: 0;
}

.post {
	padding: 5px 0 0 0;
}

.title {
	padding: 0 20px 0 20px;
	font-size: 24px;
}

.title a {
	text-decoration: none;
}

.pagetitle {
}

.byline {
	margin: -30px 20px 0 20px;
	color: #646464;
}

.meta {
	border-bottom: 10px solid #EEEEEE;
	text-align: right;
	color: #646464;
	padding: 10px 20px 20px 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.meta .more {
	background:  #EEEEEE;
	padding: 5px 15px;
}

.meta .comments {
	background:  #EEEEEE;
	padding: 5px 15px;
}
.meta a {
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}

.entry {
	margin: 0 20px 0 20px;
}

.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 145px;
	margin-bottom: 10px;
	margin-right: 20px;
	color: #EEEEEE;
}

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

#sidebar li {
	font-size: 1.1em;
}

#sidebar li ul {
	padding: 0px 21px 16px 0px;
}

#sidebar li {
	border-bottom: 1px dotted #fff;
	padding: 0 0 10px 0px;
}

#sidebar h2 {
	margin: 0;
	padding: 0px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color:#fff;
}

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

#sidebar a:hover {
	text-decoration: none;
	font-weight:bold;
}

/* Search */


/* Footer */

#footer {
	clear: both;
	width: 790px;
	height: 50px;
	margin: 0 left;
	text-align: right;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	padding: 50px 60px 20px 0;
	text-transform: uppercase;
}

#footer p a {
}
























#login {
	height: 330px;
	width:300px; 
	color: #4858a7;
	text-align: left;
}

#login form {
	margin: 0;
	padding: 140px 30px 25px 30px;
}

#login #submit {
	float: right;
	margin: 1em 1px;
	padding: 0;
	text-align: right;
}

#login #submit input {
	padding: 2px 4px;
	_padding: 0;
}

#login #lost {
	float: left;
	margin: 1.9em 0 0 0;
	font-size: 0.95em;
}

/* ERROR */

#error {
	margin: 0 30px 15px 30px;
	padding: 10px 15px;
	border-top: 1px solid #DF7B7B;
	border-bottom: 1px solid #DF7B7B;
	background-color: #FFE6E6;
	text-align: left;
}

#error ol {
	margin: 15px 0 0 0;
	padding-bottom: 0;
}

#error li {
	_margin-left: 45px;
	font-family: Verdana,Arial,Helevetica,sans-serif;
	font-size: 11px;
}

#error h3 {
	margin: 0 0 .83em 0;
	padding: 0 0 0 20px;
	background: url(../../img/icon/warning.gif) no-repeat 0 0;
	font-size: 1em;
}


