body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #525252;
}

.elink {
	border-top: #000000 dashed 1px;
    border-bottom: #000000 dashed 1px;
}

.elink2 {
	border-left: #000000 dashed 1px;
    border-right: #000000 dashed 1px;
    padding: 4px;
    font-size: 75%;
    font-weight: bold;
}

.paraleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #525252;
    margin-left: 18px;
    background-color: #FFEFFA;
    border-top: #FCA4F9 dashed 1px;
    border-left: #FCA4F9 dashed 1px;
    padding:5px;
}

.paraleft2 {
    width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #525252;
    background-color: #D0FEE2;
    border-top: #29F375 dashed 2px;
    border-bottom: #29F375 solid 2px;
    padding:9px;
    padding-top:2px;
    padding-bottom:2px;
}

.small {
    float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
    text-align: right;
    margin-right:2px;
    padding-top:2px;
    padding-bottom:2px;
}

.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #525252;
    font-weight:normal;
    background-color:yellow;
    padding:2px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
text-align: left;
padding-left:3px;
}

h4 {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
}

h1 {
	font-size: 4em;
	
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 127%;
}

ul, ol {
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

.pad {
	padding: 5px;
}

/* Menu */

#menu {
    font-size: 16px;
	width: 1000px;
	height: 30px;
	margin: 0 auto;
    padding-top: 6px;
	padding-right: 20px;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu ul {
	height: 30px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: right;
	height: 30px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 27px;
	margin: 0px;
	padding: 5px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 27px;
    padding-bottom: 6px;
    font-weight:bold;
	text-transform: lowercase;
}

#menu .current_page_item a {
	height: 30px;
	color: #FFFFFF;
}

/* Menu2 */

#menu2 {
    font-size: 95%;
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background: url(images/img02.jpg) no-repeat center top;
}

#menu2 ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu2 li {
	float: right;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu2 a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #FFFFFF;
}

#menu2 a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
    font-weight:bold;
	text-transform: lowercase;
}

#menu2 .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Splash */

#splash {
	width: 960px;
	height: 200px;
	margin: 0 auto;
}


/* Logo */

#logo {
	width: 960px;
	height: 91px;
	margin: 0 auto;
	border-bottom: 6px solid #5C1F9B;
	color: #FCA4F9;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 10px;
}

#logo h1 {
	float: left;
	padding-top: 26px;
	letter-spacing: -3px;
    font-family: HANK BT;
	font-size: 3em;
    color: #FCA4F9;
}

#logo h2 {
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	margin: 0 auto;
	padding: 30px;
}

/* Content */

#content {
	float: right;
	width: 680px;
}

.post {
	padding-bottom: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 20px;
	letter-spacing: -1px;
	border-bottom: 2px dashed #FCA4F9;
	font-size: 23px;
}

.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 10px 20px;
}

.post .meta {
	height: 75px;
    width:700px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 45px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	margin-left: 30px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 25px 0 0 15px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 2px dashed #FCA4F9;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

#sidebar h4 {
	height: 20px;
	margin: 0;
	padding: 14px 10px 5px 15px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 2px dashed #FCA4F9;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	background: url(images/footer.gif) repeat-x;
	clear: both;
	width: 980px;
	height: 40px;
	margin: 0 auto;
	padding: 25px 0;
	border-top: 6px solid #5C1F9B;
	font-size: 11px;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.scrollbox {
	height: 650px;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 8px;
}

