@charset "utf-8";

/* Global */

* {
	margin: 0;
	padding: 0;
}

::-moz-selection {
	background: #369;
	color: #ff0;
}

::selection {
	background: #369;
	color: #ff0;
}

code::-moz-selection {
	background: #333;
}

code::selection {
	background: #333;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #e6d9c3 url(../img/body-bg.jpg);
	color: #000;
}

p {
	margin: 1em 0;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}

blockquote {
	margin: 5px 20px;
	padding: 0;
	color: #ffffff;
	border-left: 5px solid #666;
	background: #ababab;
}

blockquote p {
	padding: 10px 20px;
	display: block;
}

a {
	color: #c30;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-family: Arial, Verdana, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 1.6em;
}

.endline {
  clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 1000px;
	background: url(../img/wrapper-bg.jpg) repeat-y;
}

#top-frame {
	margin: 0 auto;
	width: 1000px;
	background: url(../img/top-frame2.jpg) no-repeat;
}

#bottom-frame {
	margin: 0 auto;
	width: 1000px;
	background: url(../img/bottom-frame.jpg) bottom no-repeat;
}


/* Header */

#header {
	width: 1000px;
	height: 200px;
}

#header h1 {
	font-size: 4em;
	padding: 10px 0 0 180px;
}

#header h1 a {
	text-decoration: none;
	color: #cf0e45;
}

#header h2 {
	color: #cf0e45;
	font-size: 1.6em;
	padding: 0 0 0 190px;
}


/* Menu */

#menu {
	width:420px;
	padding: 10px 0 0 160px;
	float: left;
}

#menu ul li {
	padding: 10px 5px 5px 10px;
	font-size: 1.4em; /* menu Font Size */
	font-weight: bold;
	text-align: center;
	float: left;
	list-style:none;
}

#menu ul li a {
	line-height: 1.4em;
	color: #000;
	text-decoration:none;
}

#menu ul li a:hover {
	color: #000;
}

#menu ul ul li {
	font-size: 1em;
}


/* Search Form */

#searchform {
	float: left;
	margin: 4px 0 0 72px;
	*margin: 6px 0 0 72px;
}

#searchform input {
	float: left;
	border: none;
	color: #000;
}

#searchform .searchtext {
	margin: 12px 14px 0 0;
	width: 160px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	border: none;
	background: transparent;
}

#searchform .searchbutton{
	width: 42px;
	height: 36px;
}

#searchform label {
	display: none;
}

#rss {
	padding: 12px 0 0 530px;
}


/* Mainframe */

#container {
	width: 1108px;
	padding: 0 155px 0 169px;
}


/* Content */

#content {
	float: left;
	width: 724px;
	padding-bottom: 20px;
}

.post {
	padding: 20px 10px 50px 10px;
}

.post h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding: 6px 0 0 10px;
}

.post h2 a {
	text-decoration: none;
	color: #000;
}

.entry p{margin:5px 0;}
.entry {
	width: 90%;
	overflow: hidden;
	font-family: Tahoma;
	font-size: 1.2em;
	line-height: 20px;
	padding: 0 10px;
}


/* Sidebar */

#sidebar {
	float: left;
	width: 284px;
	padding-left: 100px;
}

#sidebar-top {
	width: 256px;
	height: 176px;
	padding-top:60px;
	font-size: 1.6em;
	font-weight: bold;
	font-family: Arial;
	text-align:center;
	background: url(../img/aboutus.png) no-repeat;
}

#sidebar-bottom {
	width: 284px;
	height: 90px;
}

#sidebar h2 {
	font-size: 1.6em;
	font-weight: bold;
	font-family: Arial;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	background: url(../img/sidebar-h.jpg) no-repeat;
}

#sidebar ul {
	padding: 10px 30px 0 10px;
	list-style: none;
}

#sidebar ul li {
	margin: 0 0 20px 0;
}

#sidebar ul ul {
	margin: 6px 0 0 0;
	padding: 0 0 0 20px;
	list-style-image: url(../img/sidebar-li.gif);
}

#sidebar ul ul li {
	margin: 6px 0;
	font-size: 1.2em;
	color: #000;
}

#sidebar ul ul li a {
	color: #000;
	text-decoration:none;
}

#sidebar ul ul li a:hover {
	text-decoration: none;
}


/* Footer */

#footer {
	width: 1000px;
	height: 196px;
	clear: both;
}

#credit {
	padding: 40px 150px 0 0;
	text-align: right;
	color: #594321;
	font-size: 1.1em;
}

#credit a {
	color: #594321;
	text-align: center;
	text-decoration: none;
}


/* Captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content .entry ul {
	margin: 0 22px;
	list-style-type: disc;
}

#content .entry ol {
	margin: 0 30px;
	list-style-type:decimal;
}

#sidebar select {
	width: 80%;	
}

#sidebar ul ul ul {
	padding: 0;
	margin: 0;
}

#sidebar ul ul ul li {
	width: 80%;
	border: none;
	padding-right: 0;
	margin: 0;
	font-size: 1em;	
}
