/*  
Theme Name: RURAL Theme Design 2
Theme URI: http://www.theruralcentre.com
Description: RURAL Theme Design 
Author: Angeline Quek
Author URI: http://www.quekphotography.com

	This theme was designed and built by Angeline Quek.

*/

/* Stylistic FONT for MAIN BODY */

body {
	font-size: medium;
	font-family: Tahoma, Arial, Trebuchet MS ;
	color: #000000;
	background: #93C47D url(images/background_1.JPG);
	margin: 0px;
	padding: 0px 0px 30px;
	}

a {
	color: #0033CC;
	text-decoration: none;
	}

a:visited {
	color: #0066CC;
	text-decoration: none;
	}

a:hover {
	color: #0066FF;
	text-decoration: underline;
	}

img {
	border: none;
	}

p {
	padding: 0px 0px 15px;
	margin: 0px;
	}

h1 {
	margin:0px;
	font: bold 25px Trebuchet MS, Tahoma, Arial;
	color: #c9eefe;
	}

h1 a, h1 a:visited {
	color: #c9eefe;
	text-decoration: none;
	}

h1 a:hover{
	color: #6B8E23;
	text-decoration: none;
	}

h2 {
	color: #59770e;
	margin: 0px 0px 2px;
	border-bottom: 1px dotted #CCCCCC;
	letter-spacing: -1px;
	font: bold 1.5em Trebuchet MS, Tahoma, Arial;
	padding-bottom: 3px;
	}

h2 a, h2 a:visited {
	color: #59770e;
	text-decoration: none;
	}

h2 a:hover {
	color: #3366CC;
	text-decoration: none;
	}

h3 {
	font: normal 140%/100% Trebuchet MS, Tahoma, Arial;
	color: #758d38;
	margin: 10px 0px 5px;
	}

h4 	{
	font-size: 130%;
	font-family: Trebuchet MS, Tahoma, Arial;
	color: 	#045FB4;
	margin: 10px 0px 5px;
	}


#mainpage {
	margin: 0px auto;
	width: 1024px;
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	}

/* HEADER SECTION*/
#header {
	background: #FFFFFF url(images/header-image.jpg) no-repeat;
	text-align: right;
	height: 300px;
	border-bottom: 5px solid #CCCCCC;
	position: relative;
	}

/* MAIN NAVIGATION SECTION */


#mainnavigation {
	background: #FFFFFF;
	height: 20px;
	border-bottom: 3px solid #556B2F;
	position: relative;
	padding: 5px;
	}
.menu {
	font-weight: bold;
	width: 100%;
	font-family: arial;
	font-size: medium;
	}
.menu ul {
	margin: 0;
	text-align: center;
	font-family: arial;
	font-size: medium;
	}
.menu ul li {
	display: inline;
	font-family: arial;
	font-size: medium;
	}
.menu ul li a {
	color: #003366;
	margin-right: 20px; 
	text-decoration: none;
	font-family: arial;
	font-size: medium;
	}

.menu ul li a:hover {
	color: #3366CC;
	}


/* CONTENT SECTION */
#content {
	padding: 10px 0px 30px 20px;
	float: left;
	width: 700px;
	overflow: hidden;
	}

.post {
	clear:both;
	padding-top: 15px;
	}

.post-date {
	width: 44px;
	height: 49px;
	float:left;
	background: url(images/datebg-leaf.gif) no-repeat;
	font-family: Trebuchet MS, Tahoma, Arial;
	}

.post-month {
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Arial;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
	}

.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #E5E5E5;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
	}

.post-title {
	float: left;
	margin-left: 10px;
	width: 520px;
	}

.entry {
	clear: both;
	padding-top: 10px;
	font: 0.85em Trebuchet MS, Arial, Tahoma ;
	line-height: 1.2em;
	}

.post-cat {
	background: url(images/cat-image.gif) no-repeat;
	padding-left: 20px;
	float:left;
	font-size: x-small;
	color: #999999;
	font-family: Trebuchet MS, Tahoma, Arial;
	}

.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/left-arrow.gif) no-repeat left center;
	font-size: small;
	}

.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/right-arrow.gif) no-repeat right center;
	font-size: small;
	}


/* SIDEBAR */

#sidebar {
	float: left;
	padding: 5px 15px 15px 5px;
	width: 195px;
	color: #FFFFFF;
	overflow: hidden;
	}


/*sidebar title (h2) */

#sidebar h2, #sidebar .sidebartitle{
	font: normal bold 1.5em Trebuchet MS, Tahoma, Arial;
	color: #153E7E; 
	margin: 5px 0px 2px;
	border-bottom: 1px solid #95B9C7;
	}

/*sidebar text styles */
#sidebar a, #sidebar a:visited {
	color: #15317E;
	text-decoration: none;
	font: small Trebuchet MS, Tahoma, Arial; 
	}

#sidebar a:hover{
	color: #1589FF;
	text-decoration: none;
	}

/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
	}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}



/* SEARCH FUNCTION */

#searchform br {
	display: none;
}
#searchform #s {
	border:1px solid #203346;
	width: 135px;
	height: 22px;
	padding: 4px 5px 0px 5px;
	border: 1px solid #bed881;
	background: #fff;
	margin-right: 2px;
	color: #000000;
	font-weight: normal;
}
/* search form button - to specify button only use input[type="submit"] */
#searchform input {
	background: url(images/search-btn-bg.gif) no-repeat;
	border: none;
	width: 67px;
	height: 26px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	vertical-align: middle;
	}


/* footer area */

#footer {
	clear: both;
	background: #387C44;
	color: 	#FFFFFF;
	line-height: 130%;
	padding-bottom: 10px;
	font: 0.95em Trebuchet MS, Arial, Tahoma ;
	}

#footer a, #footer a:visited {
	color: #ffffff;
	font-weight: bold;
	font-size: .95em;
	}

#footer h4 {
	font: normal bold 18px Arial, Tahoma, Trebuchet MS;
	color: 	#99C68E;
	margin: 10px 0px 5px;
	}

#footer hr {
	width: 95%;
	height: 1px;
	color: #ffffff;
	}

#footer-nav {
	width: 800px;
	margin: 5px auto;
	float: left;
	padding-left: 15px;
	}

#footer-nav h4 	{
	font-family: normal bold 14px Trebuchet MS, Tahoma, Arial;
	color: 	#045FB4;
	}


.footer-contact {
	width: 200px;
	float: left;
	padding-left: 10px;
	padding-right: 15px;
	background: url(images/footer-bg-left.gif) no-repeat;
	font: 0.95em Trebuchet MS, Arial, Tahoma ;
	}

.footer-news {
	width: 270px;
	float: left;
	}

.footer-news ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 92%;
	line-height: 110%;
	}
.footer-news ul li {
	background: url(images/page-image.gif) no-repeat;
	padding: 0px 0px 10px 20px;
	}

.footer-ack {
	width: 250px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	font: 0.75em Trebuchet MS, Arial, Tahoma ;
	}

/* credits */
#credits {
	margin: 0px auto;
	width: 760px;
	color: #7a9299;
	font-size: x-small;
	line-height: 120%;
}

#credits a, #credit a:visited {
	color: #048db4;
	}


/* alignments */
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
