/*  
Theme Name: Waterpark
Theme URI: 
Description: This is my theme for a tutorial.
Version: 1.0
Author: Ashish sharma
Author URI: 

*/

body {
	color: #555555; 
	text-align: center;
	font-size:11px;
	font-family:Verdana;
	background-color:#859D48;
/*	background-image:url(images/bg.jpg); */
}

/* links */

a, a:visited {	
	color: #132C00;
	background: inherit;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}



/* headers */

h1, h2, h3 {
	color: #132C00;
}

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

h2 {
	font-size: 150%;
}

h3 {
	font-size: 120%;	
	font-weight: bold;	
}

h1 h2 h3 a {
/* Place Holder */
	text-decoration: none;	
}


h1, h2, h3, p {
margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
margin-left: 0px;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 30px;
	padding: 0px;
}

ul {
	list-style: circle;
}

#wraper {
	position: relative;
/*	background: #fff url(images/wrap-bg.jpg) repeat-y; */
	width: 1000px;	
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color:#D8E4C8;
}

#header {
	position: relative;
/*	background: #fff url(images/header-bg.jpg) repeat-x; */
	width: 1000px;	
/*	height: 60px; */
	padding: 0;	
	margin-bottom: 10px;
}

/*
#header h1#logo-text a {
	position: absolute; 
	margin: 0;
	padding: 0;
	font: normal 30px; 	
	font-family:"Arial";
	font-weight: bold;
	letter-spacing: -1.5px;
	color: #333333;
	text-transform: none;
	text-decoration: none;
	top: 0px;
	left: 0px;
	width: 560px;
}
 */

/*
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-transform: none;
	font-style: italic;
	color: #333;
	top: 45px; left: 130px;
}
*/

#header-photo {
	clear: both;
	margin: 0px auto;
	padding: 0;		
	height:130px;
	width: 1000px;
	background-image:url(images/header-photo.jpg);
	background-repeat:no-repeat;
	border-bottom: 0px solid #000000;
}

#search{
    float:right;
	width:230px;
	height:50px;
	margin: 10px 0px 0px 0px;
    }

/* Navigation */

#nav {
	float:left;
	color: #132C00;	
	margin-left:5px;
	margin-top:5px;
	color: #fff;
/*	background-color: green; */
}

#nav ul {
	margin-left:5px;
	list-style: none;
	display: inline;
/*	background-color: blue; */
}

#nav ul li {
	margin:0px;
	display: inline;
/*	background-color: red; */
}

#nav ul li a {
	text-decoration: none;	
	color: #fff;
	padding: 5px;
}

#nav ul li a:hover, #nav ul li a:active {
background-color: #132C00;
}

#nav ul li#current a {	
background-color	: #132C00;
}



#content-wrap {
	position: relative;
	background-color:#D8E4C8;
/*	background: #fff url(images/content-bg.jpg) repeat-xy; */
	clear: both;
	float: left;	
	padding: 0; 			
	margin-top: 0px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 20px;
	display: inline;
	border-top: 0px solid #666666;
}

/*
#main {
	float: left;
	width: 820px;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:0px;
	margin-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;

}
*/

/* Universal Table Formatting */

table
{
border-collapse:collapse;
border: 0px solid #EDF8E2; 
}

td
{
border: 0px solid #EDF8E2; 
padding:5px;
}

table.bordered
{
       border-width: 1px;
}

table.bordered td{
       border-width: 1px;
    }

/* End of Universal Table Formatting */

/* Captions and Images Formatting */

.wp-caption {

float: absolute;
border: 1px solid #B1A79B;
text-align: center;
padding-left: 5px;
padding-right: 5px;
padding-top: 5px;
padding-bottom: 5px;
margin: 25px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background:#ABBC9B;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 1em;
line-height: 17px;
font-weight: bold;
padding: 5px;
margin: 0;
}

/* End of Captions and Images Formatting */

.sidebar{
	float: right;
	width: 136px;
	padding: 0px 0 0 0; margin: 0;	
	}

.post{
	padding:10px 0 10px 0;
	text-align:justify;
	}

.post h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}

.entry{
	line-height:18px;
	text-align:justify;
	margin-right:10px;
	}

.entry a {
/*	color: #38b63c; */
	font-weight: bold;
	}

p.postmetadata{
	border-top:1px solid #ccc;
	margin:0px 0 0 0;
	windth:100%
	}

.navigation{
	padding:10px 0 0 0;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	}

/* Sidebar */	

#sidebar {
	float: right;
	width: 280px;
	padding: 25px 0 0 0; margin: 0;		
	border-left: 1px solid #fff;
}	

.sidemenu {
	text-align: left;
	margin: 7px 10px 8px 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}

.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}

* html body #sidebar ul.sidemenu li {
	height: 1%;
}

.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #1773BC; 		
}

.sidemenu li a:hover {	
	color: #1773BC;	
}

.sidemenu ul { margin: 0 0 0 5px; padding: 0; }

.sidemenu ul li { border: none; }

#footer-wrap {
	clear: both;
/*	width: 1000px; */
	font-size: 100%;	
	text-align: left;
	padding: 20px;
/*	background-color:#D8E4C8; */
/*	border-bottom: 15px solid #333333; */
	border-top: 2px solid #EDF8E2; 

}

#footer-wrap a:hover {
/*	color: #000; */
	text-decoration:underline	
}

#footer-bottom {
	clear: both;
/*	color: #FFFFFF;	 */
	margin: 0 auto; 
	width: 1000px;
	padding: 0px 0 0 0;
	text-align: center;	
}

#footer-bottom  a {
/*	color: #899B0D; */
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 10px 0px 0px 0px;	
	font-size: 100%;	
	color: #99997D;
/*	border: 1px solid #D8E4C8; */
/*	background: #CCD7BA; */
}

.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}
.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}


/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */
.clear { clear: both; }
table#wp-calendar{
width:100%;
	}
