/*  
Theme Name: Wet 'n' Wild Winter Theme
Theme URI: http://www.wetnwild.bc.ca
Description: Winter theme for Wet 'n' Wild Adventures
Version: 1.0
Author: CJ
Author URI: http://www.perfectlyoffcenter.com
*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet', Verdana, Arial, Sans-Serif;
	background-color: #819097;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#info {
	background-color: white;
	text-align: left;
	}

#header {
	background-color: #819097;
	}

#content {
	font-size: 1.05em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #ffffff;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h2 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #25505D;
}


h2.pagetitle {
	font-size: 2em;
	font-variant: normal;
	}

#sidebar h2 {
	font: lighter small-caps 1.2em 'Lucida Grande', Verdana, Sans-Serif;
}

#footer h2 {
	font: bold 1.4em 'Lucida Grande', Verdana, Sans-Serif;
}

h1 {
	font: bold 2.5em Arial, Helvetica, sans-serif;
	color: #003399;
	padding: 0;
	margin: 0;

}

h3 {
	font: bold 1.6em Arial, Helvetica, sans-serif;
	color: #003399;
	padding: 0;
	margin: 0;
}



#sidebar {
	font: 1em 'Trebuchet', Verdana, Arial, Sans-Serif;
	color: #666666;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
	


a, h2 a:hover {
	color: #25505D;
	text-decoration: underline;
	}

a:hover {
	color: #ffffff;
	text-decoration: none;
	background: #25505D;
}
	
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 10px auto;
	padding: 0;
	width: 800px;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 215px;
	width: 100%;
	background-color: #ffffff;
	}

#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}


.widecolumn {
	padding: 0;
	margin: 5px auto 30px;
	width: 680px;
	}
	
.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.widecolumn .post {
	margin: 0;
	}


.widecolumn .postmetadata {
	margin: 30px 0;
	}
	
#footer {
	padding: 0;
	margin: auto;
	width: 800px;
	clear: both;
	height: 200px;
}

.footerinfo {
	padding: 0;
	margin: auto;
	width: 600px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

/* End Structure */



/*	Begin Headers */

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	font: 12px "Lucida Grande";
	color: #25505D;
}


/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/* End Form Elements */




/* Begin Sidebar */
#sidebar{
	padding: 0;
	width: 740px;
	margin: auto;
}

/* End Sidebar */



/* Begin Various Tags & Classes */

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
	
img {
	behavior: url("pngbehavior.htc");	
}
	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* Begin Structural Images */	
#page { background: url("http://www.wetnwild.bc.ca/wp-content/themes/wnw_winter/images/bg.gif") repeat-y top; border: none; }

#header { background: url("http://www.wetnwild.bc.ca/wp-content/themes/wnw_winter/images/winter_header.jpg") no-repeat bottom center; }

#sidebar { background: url("http://www.wetnwild.bc.ca/wp-content/themes/wnw_winter/images/info_bg.gif") repeat-y top; border: none; }

#footer { background: url("http://www.wetnwild.bc.ca/wp-content/themes/wnw_winter/images/footer.jpg") no-repeat bottom; border: none;}
/* End Structural Images */


/* Begin Weather Icon */
.weather_title { font-weight: bold; }
.weather { text-align: center;
	list-style: none;
}
.weather ul li { text-align: center;
	list-style: none;
}
/* End Weather Icon */