/*
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 {
	background: #1a1a1a;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	text-align: left;
}

.cat-item {
	display: inline;
	float: left;
	margin:10px;

}
	
pre {
	font-family: Courier;
	font-size: 12px;
}
#container {
	width: 1010px;
	margin: 0 auto;
	/*background: url(images/containerbg.gif) #dcdcdc;*/
	background: #dcdcdc;
	background-position: 0 140px;
	background-repeat: repeat-x;
}

#headerImage
{
   width:100%;
   height:100%;
   margin:0;
}

#header {
	height: 140px;
	padding: 10px 0px 0px 20px;
	background: url(_images/headerbg.jpg);
        background-color:#006699;
	font-size: 12px;
	position: relative;
	margin-top:-15px;
	line-height:2em;
}

#header h1 {
	margin: 0;
	font-size: 20px;
}

#header a {
	text-decoration: none;
	color: #fff;
}

#header a:hover {
	color: #ccc;
}

#header #search {
	position: absolute;
	top: 150px;
	right: 20px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #999999;
	color: #666666;
	width: 150px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#navbar {
	margin: 0 0 0 0;
	background: url(images/navbg.gif);
	background-repeat: repeat-x;
	height: 35px;

	
}

#navbar ul {
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	/*left: 50%;*/
}

#navbar li {
	display: inline;
	float: left;
	position: relative;
	/*right: 50%;*/
	border: solid #333333;
	border-width: 0 1px;
	margin: 0 0 0 -1px;
}

#navbar a {
	display: block;
	float: left;
        height:30px;
	padding: 0 15px;
	font-size: 12px;
	color: #ddd;
	text-decoration: none;
	line-height: 30px;
}

#navbar a:hover, #navbar .current_page_item {
	background: url(images/navbghover.gif);
}

#posts {
	width: 775px;
	padding: 15px 0 15px 0px;
	margin: 0px 0px 5px 5px;
	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: #ffffff;
	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 15px 0;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #999999;
}

.tags {
	font-size: 11px;
	line-height: 1.5em;
	margin: 0 0 0 60px;
}

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

.entry p {
	margin: 0 0 20px 0;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0px;
	background-color:#bbdddd;
}

.page .post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.title a {
	font-size: 20px;
	text-decoration:none;
	font-weight: bold;
	margin: 0 0 5px 0;
	background-color:transparent;	
}

.title h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0px;
	background-color:transparent;
	padding-bottom:10px;
	margin-left:60px;
}


.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #006077;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.post a img {
	border: none;
}

img {
  max-width:600px;
}
.postmetadata {
	font-size: 11px;
	line-height: 1.25em;
	margin: 0 0 0 60px;
}

.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 #cccccc;
	color: #666666;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 0 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.commentdate {
	font-size: 11px;
}

.sidebar {
	margin: 15px 10px 20px 20px;
	width: 165px;
	background: #ffffff;
	padding: 10px;
	border: 1px solid #999999;
float:left;
}
.sidebarRight {
	margin: 0px 0px 5px 5px;
	width: 220px;
	text-align:center;
	background: #ffffff;
	padding: 0px;
	border: 1px solid #999999;
  float:left;
}

.menu{
  /*display:none;*/	
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

.widget_recent_entries ul {
	list-style-type: disc;
	margin: 0 0 30px 0;
	padding-left: 20px;
}

.widget_categories ul {
	list-style-type: disc;
	margin: 0 0 30px 0;
	padding-left: 20px;
		
}

.widget_categories .cat-item {
	display: list-item;
	float: none;
	margin:0px;
	list-style-type: disc;
}

#recent-posts
{
	list-style-type: none;
	margin: 0 0 30px 0;
	padding: 0;
}

#recent-posts ul
{
	list-style-type: none;
}

#recent-posts li
{
	border-bottom:1px dotted #888;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #666666;
	//width: 300px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: #006077;
	text-decoration: none;
        padding-bottom:10px;
        //text-indent: -20px;
}

.sidebar a:hover {
	color: #333333;
}

#footer {
	clear: both;
	height: 150px;
	background: url(_images/footerbg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #999999;
background-color:#006699;
}

#footer p {
	text-align: center;
	font-size: 12px;
	position: relative;
	top:5px;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #666666;
	text-decoration: none;
}

#footer a:hover {
	color: #333333;
}

#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;
}
