* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

body {
	background-color:#bac275;
background-image: url(images/bkg-flower_welcome.gif);
	margin-left: 0px;
	margin-top: 0px;
}
body,td,th {
	color: #000000;
	font-size: 16px;
	
}
h3 {
	font-size: 100%;
}


h1, h2, h3 {
	margin-bottom: 1.5em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	color: #29351E;
}

h1 {
	letter-spacing: -1px;
	font-size: 136%;
	font-weight: normal;
}

h2 {
	font-size: 100%;
}

h3 {
	letter-spacing: 2px;
	font-size: 85%;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
}

blockquote {
	padding-left: 2em;
	background: url(images/img06.gif) no-repeat;
	font-style: italic;
}

ul {
	list-style-image: none;
	list-style-type: none;
}

ul li {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat 0 9px;
}

ol {
	margin-left: 2em;
}

a {
	text-decoration: none;
	color: #4E58BE;
	border-bottom-style: none;
	border-bottom-color: #336600;
	border-bottom-width: 0px;
}

a:link {
	color: #333300;
	border-bottom-style: none;
}

a:hover {
	border-bottom-width: 0px;
	font-weight: bold;
	background-color: #D8EECA;
}

a:visited {
color: #333300;
/*border-bottom-style: solid;*/
}


/* Boxed */

.boxed {
	padding-top: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #669900;
	
	/*border-right-width: 1px;*/
	border-bottom-width: thick;
	border-left-width: 1px;	
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #669900;
	/*background-image: url(images/nav-bar-bkg.gif);*/
}

.boxed .title {
	font-size: 85%;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 8px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFF00;
	border-right-color: #FFFF00;
	border-bottom-color: #BAC275;
	border-left-color: #FFFF00;
	font-size: 13px;
	letter-spacing: 0.05em;
	border-bottom-width: 1px;
	background-repeat: no-repeat;
	background-position: left;
}

.boxed .content {
	padding: 8px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	height: auto;
}

.boxed ul li {
	margin: 0 0 2px 0;
	padding: 0;
	background: none;
	font-size: 13px;
}


.imgleft{
	float: left;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 0px;
}
.imgright{
	float: right;
	padding: 6px 10px 0px 6px;
}



/* Page */

#page {
	width:1040px;
	height: 100%;
	
	 margin: 0 auto;
	/* background: #fffee7 url(images/img001.gif) repeat-y center top; */
	/* background: #eff5b8 url(images/img001.gif) repeat-y center top; */
}

html>body #page {
	height: auto;
}

#col-top {
	float: left;
	height: 5px;
	width: 1022px;
	background-color: #bac275;
	/*background-image: url(images/bkg-flower.gif);*/
}
#col-one {
	float: left;

	height: auto;
	width: 760px;
	background-color:#f2f6d0;
}

#col-two {
	float: left;
	height: 1048px;
	/*background-color:#bac275;*/
	background-color:#6C7333;
	width: 136px;
}

#col-three {
	float: left;
		clear:none;
	height: 1048px;
	background-color: #fffee7;
	width: 121px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #669900;
	border-right-color: #669900;
	border-left-color: #669900;
}

/* Logo */

#logo {
	height: 370px;
	/*background: #bac275 url(images/img02.jpg) no-repeat; */
}

#logo h1 {
	margin: 0;
	padding: 305px 0 0 13px;
	font-size: 36px;
}

#logo h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 15px;
	font-size: 11px;
}

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

/* Menu */

#menu {
	padding: 6px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
	padding: 10px;
	background: url(images/img09.gif) repeat-x left top;
}

#menu li.first {
	background: none;
}

#menu a {
	font-weight: normal;
	color:#FFFFCC;
}

#menu a:hover  {
	text-decoration: underline;
	font-weight: bold;
	color: #336600;
	background-color: #bac275;
}

/* Search */

#search {
	padding: 15px;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#search #text1 {
	width: 175px;
	margin-bottom: 10px;
}

/* Featured Post */

#top-banner {
	height: 140px;
	padding: 0px;

	/*background: #eff5b8 url(images/img03.jpg) no-repeat;*/
	color:#666600;
}

#top-banner h1 {
	margin: 0 0 5px 0;
	padding: 6px 0 0 35px;
background: url(images/img04.jpg) no-repeat;
	color: #FFFFFF;
}

#top-banner a {
	color: #FFFFFF;
}

/* Home BOXES Posts 1 */

#box1-posts {
float: left;
	height: 30px;
	background-color:#fffee7;
	width: 760px;
}

#box2-posts {
	float: left;
	height: auto;
	/*background-color:#fffee7;*/
	width: 758px;
	border-right-color: #64641e;
	border-right-style: dotted;
	border-bottom-color: #64641e;
	border-bottom-style: dotted;
	border-right-width: thin;
	border-bottom-width: thin;
}

#box3-posts {
	float: left;
	height: auto;
	border-right-color: #64641e;
	border-right-style: dotted;
	border-bottom-color: #64641e;
	border-bottom-style: dotted;
	border-right-width: thin;
	border-bottom-width: thin;
	/*background-color:#fffee7;*/
	width: 758px;

}

#box4-posts {
	float: left;
	height: auto;
	border-right-color: #64641e;
	border-right-style: dotted;
	border-bottom-color: #64641e;
	border-bottom-style: dotted;
	border-right-width: thin;
	border-bottom-width: thin;
	/*background-color:#fffee7;*/
	width: 758px;

}

#box5-posts {
	float: left;
	height: auto;
	border-right-color: #64641e;
	border-right-style: dotted;
	border-bottom-color: #64641e;
	border-bottom-style: dotted;
	border-right-width: thin;
	border-bottom-width: thin;
	/*background-color:#fffee7;*/
	width: 758px;
}

#box6-posts {
	float: right;
	height: auto;
	border-right-color: #64641e;
	border-right-style: dotted;
	border-bottom-color: #64641e;
	border-bottom-style: dotted;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-width: thin;
	/*background-color:#fffee7;*/
	width: 758px;
	
}

#box7-posts {
	float: left;
	height: auto;
	border-right-color: #bac275;
	border-right-style: dotted;
	border-bottom-color: #bac275;
	border-bottom-style: dotted;
	border-right-width: thin;
	border-bottom-width: thin;
	/*background-color:#fffee7;*/
	width: 758px;
	
}

.post {
}
.post .maintitle {
	font-size:17px;
	height: 12px;
	font-weight:bold;
	line-height: 1.5em;
	letter-spacing: 0.2em;
}

.post .title {
	height: 12px;
	font-weight:bold;
	line-height: 1.5em;
	letter-spacing: 0.2em;
	/*background: url(images/img04.png) repeat-x;*/
	/*border-bottom: 1px solid #999999;*/
	margin-top: 6px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;

}

.post .title a {
	border: none;
	color: #804000;
}

.post .story {
	line-height: 1.6em;
	letter-spacing: 0.2em;
	text-align:justify;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 15px;
}

.post .button {
	font-size: 16px;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left:8px;
	padding-right: 8px;
	letter-spacing: 0.2em;
}

.post .story a {
	border-bottom-style: solid;
	color: #990000;
	font-size: 16px;
}




/*.post .meta {
	margin: 0 10px 10px 10px;
	padding: 10px 0;
	background: url(images/img05.gif) repeat-x left bottom;
	text-transform: none;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.post .meta a {
	color: #999999;
}
*/





















/* Footer */

#footer {
float:none;
	padding:10px;
	background-color: #eff5b8;
	background-image: url(images/bkg-flower.gif);
	border-top: 0px solid #999999;
}

#footer p {
	padding: 0;
	font-size: 90%;
	color: #ffffff;
	margin-left:400px;
}

#footer a {
	color: #999999;
}
