 /*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal small georgia, "normal papyrus", Times, serif;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	text-transform: normalcase;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.4em;
}

img {
	border: none;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #DBDB70;
}

a:hover {
	text-decoration: none;
	color: #DBDB70;
}

/* Header */

#header {
	width: 700px;
	height: 200px;
	margin: 0 auto;
}

/* Logo */

#logo {
	height: 110px;
}

#logo h1 {
	float: left;
	padding: 40px 40px 0 0;
	background: url(images/img02.gif) no-repeat right center;
	letter-spacing: -2px;
	font-size: 23px;
}

#logo h2 {
	float: right;
	padding: 40px 0 0 0;
	font-size: 24px;
	
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Menu */

#menu {
	height: 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 140px;
	height: 55px;
	padding-top:25px;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	letter-spacing: -2px;
	font-size: 22px;
	color: #000000;
}

#menu a:hover {
	color: #9AA547;
}

#menu .active a {
	background: url(images/img03.jpg) no-repeat;
	color: #FFFFFF;
}
/* Gallery */

#gallery {
	clear: both;
	width: 705px;
	height: 155px;
	margin: 0 auto;
}

/* Content */

#content {
	width: 750px;
	margin: 0 auto;
}

}

/* Posts */

#posts {
	float: right;
	width: 450px;
}

.post {
	margin-bottom: 10px;
}

.post .title {
	padding: 0 0 5px 10px;
	color: #000000;
	font: normal georgia, "normal papyrus";
	font size: 30px;
}

.post .story {
	padding: 0px 0px;
	line-height: 180%;
	color: #000000;
        font size: bigger
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
	font: large georgia;
}

/* Boxed1 */

.boxed {
	margin-bottom: 1.5em;
	background: url no-repeat 0em 2.5em;
}

.boxed h2 {
	padding-left: 0px;
	color: #000000;
	

}

.boxed
       padding: 10px;

}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 20px;
}


}

.boxed a {
	text-decoration: none;
	color: #000000;
}

.boxed a:hover {
       color: #9AA547;
	
}

/* Boxed2 */

.boxed {
	margin-bottom: 1.5em;
	background: url no-repeat 0em 2.5em;
}

.boxed h2 {
	padding-left: 0px;
	color: #000000;
	font: normal large georgia;
}

.boxed
       padding: 10px;

}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}


}

.boxed a {
	text-decoration: none;
	color: #000000;
}

.boxed a:hover {
	
}

/* Tag Cloud */

#tagcloud {
}

#tagcloud .content {
	padding: 40px;
	text-align: justify;
	font-size: smaller;
}



/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #95A042 url(images/img16.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: bigger;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

