/*  
Theme Name: Exercise-2
Theme URI: http://www.freewpthemes.net/preview/innovation
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/


body {
	margin: 0;
	padding: 0;
	background: #ff3000;
	text-align: justify;
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #fff
}

form {
	margin: 0;
	padding: 0;
}

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

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	color:#28166E;
}

h1 a{color:#28166E;}

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

h2 {
	font-size: 1.1em;
}

h2.yanmenu {font-size:1.2em;border-bottom:1px solid #729f16;}

h2.title a {font-size:14px;background:url(images/img05.gif) no-repeat left;padding-left:10px;margin-left:7px;}

h2.title a:hover {text-decoration:underline;padding-left:13px;}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #D9D785;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #A1B635;
}

ul {
}

ol {
}

a {
	color: #015ba9;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

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

/* Header */

#header {
	width: 920px;
	height: 310px;
	margin: 0 auto;
	font-family: "Trebuchet MS", Times, serif;
}

#headerbg {
	width: 920px;
	height: 200px;
	margin-bottom: 0px;
	background: url('images/header2.png') no-repeat left top;; margin-left:auto; margin-right:auto; margin-top:0
}

/* Logo */

#logo {
	float: left;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 0px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #28166E;
}

#logo h2 {
	padding-top: 25px;
	font-size: 1.8em;
	color: #28166E;
}

#logo h2 a {
	color: #FEEDB9;
}

#logo a {
	text-decoration: none;
}

/* Menu */

#menu {

	height: 47px;
}

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

#menu li {
	float:left;
	margin:1px 11px;
	padding:0;
	text-align:center;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	
	font-size: 1.6em;
	color: #FFFFFF;
}

#menu li:hover, #menu .current_page_item {
	background:transparent url('images/menuBack.png') no-repeat left 2px
}
#menu li:hover a,  #menu .current_page_item a {
	background:transparent url('images/menuLiBack.png') no-repeat right 2px;

}


/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

#latest-post {
	float: left;
	width: 600px;
	padding: 0px 20px 0px 0px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts .entry {
}

#recent-posts .entry a {
}

#recent-posts .more {
	background: url('images/img04.gif') no-repeat left 50%;
	padding-left: 20px
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #A2B736;
}

.post .meta a {
	color: #7F9C1E;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	

}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	border-top:1px solid #fff;
	margin-top: 15px;
text-align:center;
}

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

#sidebar li {
	display: inline;

border-left:1px solid #fff;
	padding: 0px 15px 0 15px;
}

#sidebar li.home {


border-left:none;

}

#sidebar li ul {
	line-height: 1.8em;
	border-top: #77881F 2px dashed;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 35px;
	border-bottom: #A1B635 1px dashed;
}

#sidebar h2 {
	padding-left: 20px;

	color: #5F8700; margin-left:0; margin-right:0; margin-top:0; margin-bottom:10px
}

#sidebar a {
	text-decoration: none;
	color: #28166E;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 0px;
	margin: 0 auto;
	padding-top: 0px;

}

#sidebar a{color:#28166E;}

#footer p {
	margin: 0;
	padding: 0px;
}

#legal {
	float: left;
}

#links {

	float: right;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}

.navigation {
}
.alignleft {
	padding-bottom: 15px;
}

#searchform {
}


#s {
	width: 100px;
}

.yanform li {list-style-type:none;}

.yanform {border:3px solid #28166E;padding:2px;margin:10px 0 0 0;}

h2.widgettitle {color:#28166E;font-size:20px;text-align:center;font-weight:bold;}