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


/* drop down body menu */
#menub-container
	{
	float: left;
	width: 620px;
	height: 54px;
}

/*	position: absolute;		
	top: 1em;
	left: 1em;
	}
*/
#menub
	{

	
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menub a
	{
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menub a:link, #menub a:visited, #menub a:active	/* menu at rest */
	{
	color: white;
	background-color: #125B12;
	text-decoration:none;
	}
	
#menub a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #00CC00;
	text-decoration:none;
	}	
	
#menub ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:12em;	/* width of all menu boxes */
	}

#menub li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menub ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menub ul ul ul
	{
	top:0;
	left:100%;
	}

div#menub li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menub li:hover ul ul,
div#menub li li:hover ul ul,
div#menub li li li:hover ul ul,
div#menub li li li li:hover ul ul
{display:none;}

div#menub li:hover ul,
div#menub li li:hover ul,
div#menub li li li:hover ul,
div#menub li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */




/* Begin CSS Drop Down Menu */

#menuh-container
	{
	float: left;
	width: 860px;
	height: 54px;
}

/*	position: absolute;		
	top: 1em;
	left: 1em;
	}
*/
#menuh
	{

	
	width:100%;
	float:left;
	margin:2em;
	margin-top: 1em;
	}
		
#menuh a
	{
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: #125B12;
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: #00CC00;
	text-decoration:none;
	}	
	
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:12em;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */



/* table Strat */

table.helpT
{ 
text-align: left;
font-family: Verdana;
font-weight: normal;
font-size: 12px;
color: #404040;
width: 588px;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px; }

td.helpHed
{
	border-bottom: thin #6699CC solid;
	border-left: thin #6699CC solid;
	background-color: #BEC8D1;
	text-align: center;
	text-indent: 0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 12px;
	color: #404040;
	margin-bottom: 20px;
}

td.helpBod
{ border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;
text-align: left;
text-indent: 10px;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: 12px;
color: #404040;
background-color: #fafafa; }

table.sofT
{
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
	color: #404040;
	width: 588px;
	background-color: #fafafa;
	border: thin #6699CC solid;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
}







body {
	margin-top: 49px;
	padding: 0;
	background: url(images/img01.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: none;
	font-weight: normal;
	color: #DE47D9;
}

h1 {
	letter-spacing: -1px;
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 11px;
}

a:link {
	color: #4E8006;
}

a:hover, a:active {
	text-decoration: none;
	color: #4E8006;
}

a:visited {
	color: #4E8006;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

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

legend {
	display: none;
}

input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 860px;
	height: 52px;
	margin: 0 auto;
	background: url(images/img02.jpg) no-repeat left top;
}


/*bottom menu*/
#bmenu {
	float: right;
	width: 630px;
	height: 40px;
}

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

#bmenu li {
	display:block;
	float:left;
}

#bmenu a {
	display:block;
	float:left;
	color:#33CC33;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:12px 15px;
	text-transform: lowercase;
}

#bmenu a:hover {
	text-decoration:none;
	color:#33CC33;
}

#bmenu .current_page_item a {
	color:#006600;
}


/** LOGO */

#logo-wrap {
	width: 860px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background-color: #CC6;
	background-image: url(images/img03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo-wrap h2 {color: #000; text-align:center}

#logo_yultide { width: 860px; height: 160px; margin: 0 auto; position:relative}

#logo {
	width: 860px;
	height: 160px;
	margin: 0 auto;
	background: url(images/logo1.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
}

#logo h1 { 
	padding-top: 30px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:50px;
	font-style: italic;
	text-decoration:none
}

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

#logo h1 a:hover { text-decoration: underline; }

#logo h2 {
	padding: 35px 0 0 300px;
	font: italic 50px Georgia, "Times New Roman", Times, serif;
	color: #000000;
}

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

#logo p a:hover { text-decoration: underline; }



/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 620px;
	background: url(images/img10.jpg) no-repeat left top;
}

/* Post */

.post {
	padding: 15px 15px;
}

.post .title {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.post h1 {
}

.post h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	background: url(images/img09.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

.post .entry {
	padding: 5px 15px;
}

.post .meta {
	padding: 15px 0 30px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding: 0 20px 0 18px;
	background: url(images/img11.gif) no-repeat left center;
}

.post .meta .comments {
	padding-left: 22px;
	background: url(images/img12.gif) no-repeat left center;
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 215px;
}

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

#sidebar li {
	margin-bottom: 40px;
	padding: 0 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img08.jpg) no-repeat left 50%;
}

#sidebar h1 {
	height: 30px;
	padding:10px 0 0 0;
	background-color:green;
	
	font-size: 20px;
	text-align:center;
	font-weight: normal;
	color: white;
}

#sidebar h1 a {
	color:white;

}

#sidebar h2 {
	height: 32px;
	padding: 8px 0 0 15px;
	margin-bottom: 10px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 18px;
	color: #DADADA;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 20px;
}

#s {
	width: 115px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #BED99C;
}

#x {
	padding: 3px;
	border: none;
	background: #467805;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
	color: #CC3;
}

.box2 {
	color: green;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, 
.box2 a:hover {	background-color:blue},  
.box2 a:active, 
.box2 a:visited  {color: #FF0000}

p, blockquote, ul, ol {
	margin-top: 0;
	line-height: 160%;
}

blockquote {
	 text-align:center;
	font-style: italic;
	color:black;
}


dl.pic_list
{
	border: 1px solid #336633;
	background-color: #ece5db;
	width: 102px;
	text-align: center;
	padding: 10px;
	float: left;
	margin-right: 1em;
}

.pic_list dt { font-weight: bold; }

.pic_list dt img
{
	border: 0px solid #000;
	width: 100px;
	height: 140px;
}

.pic_list dd
{
	margin: 0;
	padding: 0;
}

/* Footer */
#footer-wrap {
	width: 860px;
	height: 64px;
	margin: 0 auto;
	background: url(images/img04.jpg) no-repeat left top;
}

#footer {
	margin: 0 auto;
	height: 64px;
	min-height: 64px;
	padding: 0;
}

html>body #footer {
	height: auto;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
}

#legal a {
	color: #FFFFFF;
}
