/*
Theme Name: Baughxie
Theme URI: http://www.switchroyale.com/?page_id=21
Description: Baughxie is a glossy theme with a boxy feel and centered navigation. The theme is lightweight in size but still makes a visual impact on your WordPress blog.  Clean and simple would be a good description, yet it shows a little flair with glossy highlights. Baughxie is easy to customize with CSS and the Photoshop template is also available on www.switchroyale.com for download.
Version: 1.1
Author: Switchroyale
Author URI: http://www.switchroyale.com
Tags: green, white, silver, light, two-columns, fixed-width, right-sidebar
*/
body {
	margin: 0;
	padding: 0;
	line-height: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #FC3;
	background-image: url(images/wak.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 960px;
	margin: 0 auto;
	color: #000;
	background-color: #FFFFE6;
	border: 8px solid #063;
	

}

#header {
	height:237px;
	width: 960px;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-color: #063;
	background-position: center center;
}


#header h1 {
	margin: 0;
	font-size: 20px;
	font-weight: bolder;
	padding-top: 20px;
}

#header a {
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
}

#header a:hover {
	color: #F60;
}

#header #search {
	position: absolute;
	top: 200px;
	right: 300px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#navbar {
	clear: both;
	width: 960px;
	height: 30px;
	background-image: url(images/menu2.jpg);
	background-repeat: repeat-x;
	border:#fff;
}



#navbar ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;

}

#navbar li {
	display: inline;
	float: left;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;	
}

#navbar a {
	
	float: left;
	height: 30px;
padding-left: 10px;
padding-right: 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
}

#navbar a:hover, #navbar .current_page_item {
	background-image: url(images/menu2.jpg);
	background-repeat: repeat-x;
}

#posts {
	width: 660px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	float: left;
}

.commentbubble {
	position: relative;
	left: 530px;
	width: 71px;
}

.commentbubble a {
	display: block;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
}

.commentbubble a:hover {
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	width: 40px;
	height: 75px;
	text-align: center;
	font-size: 12px;
	padding: 5px 31px 0 0;
}

.date {
	width: 50px;
	height: 60px;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 0 0 10px 0;
	float: left;
}

.month {
	font-size: 10px;
	background: url(images/navbg.gif) #aba000;
	background-repeat: repeat-x;
	background-position: 0 -5px;
	color: #000;
	height: 20px;
	line-height: 20px;
}

.day {
	font-size: 22px;
	height: 25px;
	line-height: 30px;
	font-weight: bold;
}

.year {
	font-size: 10px;
	height: 15px;
	line-height: 15px;
}

.post {
	margin: 0 0 10px 0;
	background: #FFFFE6;
	padding: 10px;

	
	
}

.tags {
	font-size: 11px;
	line-height: 1.5em;
	
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}

.entry {
	margin: 0;
	clear: both;
}

.entry p {
	margin: 0 0 10px 0;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 5px;
	border-bottom: 1px solid #cccccc;
}

.page .post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #000;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #000;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 11px;
	line-height: 1.25em;
	margin: 0 0 0 5px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #333;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #333;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.commentdate {
	font-size: 11px;
}

.sidebar {
	margin: 0 0 20px 680px;
	width: 220px;

	padding: 20px;
	
	
	padding: 28px;
	background: #FFFFE6;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #000;
	width: 220px;
	border-bottom: 1px solid #fff;
}

.sidebar a {
	color: #000;
	text-decoration: none;
}

.sidebar a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	clear: both;
	height: 150px;
	
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top: 10px;
	margin: 0;
	padding: 100px;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#wp-calendar {
	width: 220px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
}

#wp-calendar a:hover {
	background: #cccccc;
}

.bottom {
	
width: 960px;
margin: auto;
}

.bottom a {
	
color: #000;	
}
