/*
Theme Name: Morning Dew
Theme URI: http://www.freewpthemes.net/preview/morningdew
Description: Widget ready and tested on WP 2.8.4.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/

/*body {
	margin: 0px;
	padding: 0;
	background: #D6D6D6 url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
}*/
body {
	background:#f3f3f3 repeat-x;
	background-image:url('images/background.gif');
	color: #000033;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #2E35A6;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 1000px;
	margin: 0 auto;
	height: 130px;
	background: url(images/img03.png) no-repeat left top;
}

/* Header */
#logo {
	width: 930px;
	height: 150px;
	margin: 0 auto;
	padding-top: 50px;
	padding-left: 30px;
}

#logo h1, #logo p {
	margin: 0;
	padding-left: 100px;
	color: #FFFFFF;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 4.8em;
}

#logo p {
	text-transform: lowercase;
	padding: 4px 0 0 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 970px;
	height: 64px;
	margin: 0 auto;
	padding: 56px 0px 0px 30px;
	background: url(images/img02.png) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 24px 0 0 0px;
	list-style: none;
}

#menu li {
	float: left;
	display: inline;
}

#menu a {
	height: 30px;
	margin: 0;
	padding: 20px 30px 0 29px;
	background: url(images/img06.gif) no-repeat left 24px;
	text-decoration: none;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
}

#menu .current_page_item a {
	background: none;
	color: #FFDEDE;
}

/* Wrapper */
/* Wrapper */

#wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 0 30px 0px 30px;
	background: url(images/img04.png) repeat-y left top;
}

#page-bg {
}

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px solid #E7E7E7;
}

/* Content */

#content {
	float: left;
	width: 510px;
	margin: 0px 20px 20px 20px;
	background: #FFFFFF;
}

.post {
	padding-bottom: 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
}

.title {
	margin: 0;
	padding: 30px 0 4px 0px;
	font-size: 28px;
	font-weight: bold;
         color:#4E8BE6;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 2.0em;

}

.title a {
	border-bottom: none;
	color: :#4E8BE6; /*#6DC5F3*/;
}

.title a:hover {
}

.byline {
	margin: -4px 0px 20px 0px;
	padding: 4px 0px;
	border-bottom: 1px #EDEDED solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tag {
	padding: 0 15px;
}

.entry {
	padding: 0px 0px;
}

.links {
}

.links a {
	display: block;
	width: 110px;
	height: 28px;
	padding-top: 2px;
	background: url(images/img07.jpg) no-repeat left top;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
	float: left;
	width: 230px;
}

#sidebar2 {
	float: right;
	width: 390px;
	margin-top: -171px;
}

.sidebar {
	float: left;
	padding: 0;
	color: #737373;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 5px 0;
}

.sidebar li ul {
        background: #C5D3FA; /*F7F7F7;*/
	padding-bottom: 2px;
        color: #313171;
        font-size:1.4em;


}

.sidebar li li {
	margin: 0px 15px;
	padding: 8px 0px;
	/*border-bottom: 1px #EDEDED solid;*/
	background: none;
}


.sidebar li h2 {
	height: 26px;
	background-color: #186EC9;
	margin: 0 0 0 0;
	padding: 14px 15px 0px 15px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*color: #FFFFFF;*/
	color: #fff;

}

.sidebar a {
	color: #313171; /*#737373*/;
}

.sidebar a:hover {
	color: #C8110D; /*#BDBDBD;*/
}

/* Search */

#searchform {
	margin: 0;
	padding: 0 0 20px 0;
}

#searchform br {
	display: none;
}

#searchform h2 {
}

#s {
	margin: 10px 0px 0 15px;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 0;
	padding: 2px 5px;
	height: 25px;
	background: #CA8186;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
/* Calendar */

#calendar_wrap {
	padding: 10px 15px;
	text-align: center;
}

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap th {
}

#calendar_wrap td {
}

#calendar_wrap tfoot td {
	border: none;
}

#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#prev a {
	border: none;
}

#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}

#calendar_wrap tfoot td#next a {
	border: none;
}

/* Footer */

#footer {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/img05.png) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 40px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #737373;
}

#footer a {
	color: #BDBDBD;
}

#footer .link {
}

#footer .copyright {
}

#comment {
	margin: 0;
	width: 400px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

#respond {
	margin: 0;
	border-top: 1px #EDEDED solid;
	padding-top: 30px;
}

.navigation {
	padding: 20px 0px;
}

.pagetitle {
	margin: 0px;
	padding: 20px 0px;
	font-size: 2em;
	font-weight: normal;
}

#tag_cloud {
	display: block;
	margin: 20px;
	padding-top: 20px;
}

#tag_cloud h2 {
	margin: 0 -20px;
}

#comments {
}

hr {
	display: none;
}

#commentform {
}

.commentlist {
	padding-left: 40px;
}

#menu-bar a {
	color:#fff;
	font-size:1.3em;
	font-weight:bold;
	text-align:center;
	text-decoration: none;
}
#menu-bar #menu-about-us {
	background:#ea370a url('http://www.availablecastles.com/images/klc/menu-about-us.gif') no-repeat;
}
#menu-bar #menu-blog {
	background:#ec008c url('http://www.availablecastles.com/images/klc/menu-blog.gif') no-repeat;
}
#menu-bar #menu-bouncy-castles {
	background:#FFB500 url('http://www.availablecastles.com/images/klc/menu-bouncy-castles.gif') no-repeat;
}
#menu-bar #menu-contact-us {
	background:#186ec9 url('http://www.availablecastles.com/images/klc/menu-contact-us.gif') no-repeat;
}
#menu-bar #menu-home {
	background:#D3171F url('http://www.availablecastles.com/images/klc/menu-home.gif') no-repeat;
}
#menu-bar #menu-testimonials {
	background:#39B39A url('http://www.availablecastles.com/images/klc/menu-testimonials.gif') no-repeat;
}
#menu-bar a {
	display: block;
	height:45px;
	line-height:15px;
	width:90px;
}
#menu-bar a:hover {
	background:#2E35A6 url('http://www.availablecastles.com/images/klc/menu-hover.gif');
	text-decoration: none;
}
#menu-bouncy-castles a {
	padding-top:6px;
	height:39px;
}
#menu-about-us, #menu-blog, #menu-bouncy-castles, #menu-home, #menu-testimonials {
	border-right:#fff 1px solid;
}
#menu-bar .menu-images {
	color:#fff;
	float:left;
	height:45px;
	width:90px;
}
