/*
Theme Name: Crystal Wood Lodge Custom
Theme URI: http://crystalwoodlodge.com/
Description: custom theme
Version: 1
Author: InsideOut Solutions
Author URI: http://insideout.com/
Tags: 

*/

* { margin:0; padding:0; outline:none;}
.clear { clear:both; }
.right { float:right; }
.left { float:left; }
p.right { text-align:right; }
p.left { text-align:left; }
.hidden { display:none; }

ul {margin-left:20px; }
a { color:#512C24; text-decoration:none; }
a:hover { text-decoration:underline; }

.post a { text-decoration:underline; }
.post a:hover { text-decoration:none; }

body {
	background:#AED4F9;
	font-family: verdana, arial, sans serif;
	font-size: 62.5%;
	color: #000;
}
#page {
	font-size:1.3em;
	text-align:center;
}
#topper {
	width:956px;
	padding:0;
	margin:0 auto;	
	background:#F8E2CB;
	border:2px solid #006A53;
}

#navA {
	float:right;
	background:#F8D1AB;
	width:520px;
	height:134px;
	margin: 5px 5px 0 0;
	border:2px dashed #006A53;
}
	#navA ul {
		text-align:left;
		margin: 0 0 0 20px;
	}
	#navA ul li {
	}
	#navA ul li a {
		display:block;
		color: #000;
		text-decoration:none;
		padding:2px;
	}
	#navA ul li a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
#navB {
	width:100%;
	float:left;
	margin: 0px 0 0 0;
	padding:10px 0 0 0;
	height:28px;
	border-bottom: 1px solid #5B3E2C;
}
	#navB  ul {
		margin:0;
		padding:0;
		text-align:center;
	}
	#navB  ul li {
		display:inline;
		list-style:none;
		height: 48px;
		margin: 0 0px 0 0px;
	}
	#navB  ul li a span{
		height:10px;
		font-size:1px;
	}
	#navB  ul li a{
		padding:3px 12px;
		text-transform:uppercase;
		color:#5B3E2C
	}
	#navB  ul li a:hover {
		background:#F8EBDF;
	}
	
#pgtitle {
	background:#F8E2CB url('images/popupheader.jpg') top left no-repeat;
	float:left;
	border-left:none;
	width:265px;
	height:94px;
	margin-top: 10px;
	text-align:left;
	padding:10px 30px;
}
#pgtitle h1 {
	text-indent:-1000px;
	height:90px;
}
#pgtitle h1 a{
	display:block;
	height:100%;
	width:100%;
}
#pgtitle div.description {
	margin:5px 0 0 0;
	color:#5B3E2C;
}
#tagline {
	background:transparent;
	color:#5B3E2C;
	float:right;
	width: 931px;
	height:20px;
	margin-top: 10px;
	text-align:right;
	padding: 5px 20px 5px 5px;
}
	#tagline #searchform {
		float:left;
	}
#content {
	width:956px;
	padding:0px;
	margin:10px auto 20px;	
	background:#fff;
	text-align:left;
	border:2px solid #006A53;
}
#content a {
	color:#000;
}
	#content #main {
		width:535px;
		padding:10px;
		float:left;
	}
	#content #main.wide {
		width: 900px;
	}
	#content #main p {
		margin: 0 0 20px;
	}
	
	#content #sidebar {
		width:400px;
		padding:0px;
		float:left;
		margin-top:5px;
		border-left: 1px solid #006A53;
	}
	#content #sideLeft, #content #sideRight {
		margin:0;
		float:left;
		width:190px;
		padding:5px;
	}
	#content #sidebar h2 {
		text-align:center;
		background:#F3BB83;
		font-size:1.2em;
		margin: 2px 0 5px 0;
	}
	#content #sidebar ul {
		list-style:none;
		margin:0 0 15px 0;
	}
	#content #sidebar ul a {
		display:block;
		background:#fff;
		padding:1px 2px;
		margin: 0 1px;
	}
	#content #sidebar ul a:hover {
		background:#006A53;
		color:#fff;
		text-decoration:none;
	}
	
	#content #sidebar ul #tag_cloud a {
		display:inline;
	}
	input#s {
		width:140px;
	}
	
	.postmetadata {
		border-top: 1px dotted #F8E2CB;
	}
	
	
	.commentlist {
		margin: 0 0 0 0px;
		list-style:none;
	}
	.commentlist li {
		border: 1px solid #F8E2CB;
		padding: 5px;
	}
	.commentmetadata {
		float:right;
		font-style:italic;
	}
	
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */	


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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 */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

