/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: #DEDEDE;
	background-image: url(_images/bckgdbar.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin: 0;
	text-transform: none;
	font-weight: normal;
	color: #06C;
	font-variant: small-caps;
}

h1 {
	font-size: 1.5em;
	color: #039;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-indent: 15px;
	background-repeat: no-repeat;
	background-position: 14px bottom;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
	color: #039;
}


h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #099;
	text-indent: 25px;
	margin-bottom: 10px;
	font-variant: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #036;
	text-decoration: underline;
}

#sidebar img {
	text-align: center;
}


p, ul, ol {
	margin-top: 0px;
	text-align: justify;
}
.unjustified {
	text-align: left;
}


ul, ol { }

blockquote { }

a {
	color: #909;
	text-decoration: none;
	font-weight: normal;
}
#content ul li a {
	font-size: 1em;
	color: #909;
}


a:hover {
	text-decoration: underline;
}
p.anchortext a{
	color: #930;
}


a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	background-image: url(_images/img03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* Menu */

#menu {
	float: left;
	width: 600px;
	height: 50px;
	padding-left: 5px;
}

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

#menu li {
	display: block;
	float: left;
	background-image: url(_images/img04.gif);
	background-repeat: no-repeat;
	background-position: 15px 20px;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	height: 20px;
	background: #689970;
	color: #FFFFFF;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 30px;
	color: #42423E;
	text-indent: 0px;
	font-size: 1.4em;
}

.post .date {
}

.post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Search */

#search {
	float: right;
	width: 290px;
	height: 40px;
	padding-top: 10px;
}
#cse-search-box {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}


#search form {
	float: right;
	margin: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search input {
	float: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	border: none;
}

#search-text {
	width: 135px;
	height: 18px;
	padding: 3px 0 0 5px;
	background: #ECF9E4;
	color: #658453;
}

#search-submit {
	height: 21px;
	margin-left: 12px;
	color: #39561D;
}

/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 30px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
}

	/** LOGO */

#logo {
	width: 850px;
	height: 222px;
	padding-left: 50px;
	background-image: url(_images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo p {
	padding-left: 3px;
	padding-top: 6px;
	text-transform: none;
	font-size: 10px;
}

#logo h1 {
	padding: 155px 0px 0px 0px;
	font-size: 34px;
}

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

/* Content */

#content {
	float: left;
	width: 570px;
}

#content table   {
	background-repeat: no-repeat;
	margin-left: 0px;
}
#content h2 {
	background-image: url(_images/blue_line.jpg);
	background-repeat: no-repeat;
	background-position: 13px 25px;
}
#content h1 {
	background-image: url(_images/blue_line.jpg);
	background-repeat: no-repeat;
	background-position: left 25px;
}




/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

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

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

#sidebar li ul {
	text-align: left;
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background-image: url(_images/img05.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
}

#sidebar p {
	margin: 0;
}

#sidebar h2 {
	height: 25px;
	margin: 0 0 10px 0px;
	padding: 8px 0 5px 0px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
}
#sidebar table {
	text-align: center;
}



#sidebar p {
	line-height: 200%;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background-repeat: no-repeat;
	background-position: left top;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

#footer a {
}
.indent_text {
	text-indent: 20px;
}
.emphasis {
	font-weight: bold;
}
.smallcaps {
	font-variant: small-caps;
}
#content ul li ul li {
	padding-bottom: 10px;
}
#content ul li {
	padding-bottom: 10px;
}
#content ul ul li {
	padding-bottom: 5px;
}

.topics {
	font-size: 1.1em;
	font-weight: bold;
	color: #C00;
}
.borderimage  {
	height: 200px;
	width: 250px;
	margin: 15px;
}
.spacedtext {
	line-height: 1.7em;
}

.largerimage {
	height: 275px;
	width: 375px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

