/*
Theme Name: Country View
Theme URI: http://www.switchroyale.com/?page_id=21
Description: Features an interactive event calendar.
Version: 1.3
Author: Switchroyale
Author URI: http://www.switchroyale.com
*/
 
h4 {
	font-size: 16px;
	font-weight: bold;
	
}

.navalignleft { float:left; }
.navalignleft a { text-decoration:none; color:#0195C5; font-size:14px;}
.navalignleft a:hover { text-decoration:none; color:#000000;}
.navalignright { float:right; }
.navalignright a { text-decoration:none; color:#0195C5; font-size:14px;}
.navalignright a:hover { text-decoration:none; color:#000000;}

body {
	background: #999999 url('images/bodybg.jpg'); 
	background-repeat:repeat-x;
	margin-top: -14px;
	margin-bottom: 16px;
	padding:0; 
	font-family:Tahoma; 
	font-size:13px; 
	color:#444444; 
	text-align:left; 
}

.widecolumn {
				width:850px;
				margin-bottom:32px;
				margin-left:48px;
				font-family: Tahoma; 
				font-size: 14px; 
				color: #000000; 
				text-align: left; 
			  }

#container {
	width: 960px;
	margin: 0 auto;
	background: url("images/containerbg.jpg");
	background-repeat: repeat-y;
}

#header {
	position: relative;
	width: 960px;
	height: 250px;
	background-repeat:no-repeat; 
	background-image:url('images/headerbg.jpg');
}

#header h1 {
	position: relative;
	top: 110px;
	text-align: right;
	margin-right: 56px;
	font-size:24px; 
	font-family: 'Times New Roman'; color:#FFFFFF; 
	font-weight:bold;
}

#header h2 {
	position: relative;
	top: 92px;
	text-align: right;
	margin-right: 56px;
	font-size: 18px; 
	font-family: 'Times New Roman'; color:#FFFFFF; 
	font-weight:bold;
}

#header a {
	text-decoration: none;
	color: #ffffff;
}

#header a:hover {
	text-decoration: underline;
	color: #ffffff;
}

#header #search {
	position: absolute;
	top: 200px;
	right: 56px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	width: 205px;
	margin: 0;
	font-size: 12px;
	color: #999999;
	padding: 2px;
}

#header #searchsubmit {
	height: 20px;
	width: 20px;
	border: none;
	cursor: pointer;
	background: url("images/searchsubmit.gif");
	background-repeat: no-repeat;
	display: none;
}

#login {
	text-align: right;
}

#navbar {
	margin: 0 0 20px 0;
	background: url("images/navbarbg.jpg");
	background-repeat: no-repeat;
	height: 40px;
}

#navbar ul {
	margin: 0 0 0 30px;
	padding: 0;
}

#navbar li {
	display: inline;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 30px 0 20px;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	line-height: 30px;
	background: url("images/navbuttonbg.gif");
	background-position: right 50%;
}

#navbar a:hover {
	color: #666666;
	background: url("images/navbuttonbg-hover.gif");
	background-position: right 50%;
}

.post-teaser {
	text-align: right; 
	padding-left: 0; 
	padding-right: 32px; 
	padding-top: 0;
	padding-bottom: 16px
}

.post-teaser a {
	font-size:14px;
	text-decoration:none;
}

.entry { position: relative; }

.postreserve {
	width: 312px;
	height:258px;
	float: left;
	margin-top:6px;
}

.postinsert {
	position:absolute;
	width:300px;
	height:250px;
	left:2px;
	top:8px; 
}

.postreserve1 {
	border:2px solid #000000; 
	position: relative; 
	width: 632px;
	height:268px;
	margin-top:20px;
	margin-bottom:16px;
	left:-8px;
}

.postinsert1 {
	position:absolute;
	width:258px;
	height:264px;
	top:8px;
	left:2px
}

.postinsert2 {
	position:absolute;
	width:258px;
	height:264px;
	top:8px;
	right:24px
}

#posts {
	position:relative;
	width: 600px;
	padding: 0 0 0 50px;
	margin: 0 0 20px 0;
	float: left;
}

.commentbubble a {
	float: left;
	background: url("images/commentbubble.gif");
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	font-size:13px;
	margin: 0 0 30px 0;
	line-height: 1.4em;
}

.tags {
	font-size: 12px;
	line-height: 1.5em;
	color: #999999;
	margin-top:0px;
	margin-bottom:0;
	padding-top:16px;
	padding-bottom:0;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:4px;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	
}

.post a, .navigation a {
	color: #0195c5;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.post a img {
	border: none;
}

.postmetadata {
	font-size: 12px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	margin: 0 auto;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
	margin: 10px 0;
}

.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;
}

.avatar {
	float: left;
	margin: 0 5px 0 0;
}

.sidebar {
	margin-left: 700px;
	width: 210px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0 0 4px 0;
	padding: 0;
}

.sidebar li { padding-bottom:4px;}

.sidebar h2 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #666666;
	width: 210px;
	border-bottom: 1px solid #cccccc;
}

.sidebar a {
	color: #0195c5;
	text-decoration: none;
}

.sidebar a:hover {
	color: #333333;
}

#footer {
	clear: both;
	height: 150px;
	background: url("images/footerbg.jpg");
	background-repeat: no-repeat;
}

#footer p {
	text-align: center;
	font-size: 11px;
	position: relative;
	top: 45px;  
	color:#ffffff; font-family:Tahoma;
}

#footer a {
	color:#ffffff; font-family:Tahoma;
	text-decoration: none;
}

#footer a:hover {
	color:#d0d0d0; font-family:Tahoma;
	text-decoration: none; 
}

.eventcal {
	margin-top:8px;
	margin-bottom:-12px;
}

.eventcal .eventdayspan {
	border:1px solid #444444; 
	font-weight:normal;
	text-decoration:none;
	padding-left:2px; 
	padding-right:2px; 
	background-color:#f8f8f8;
	color:#800000;
}

#wp-calendar {
	width: 208px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0 0 30px 0;
	font-size: 12px;
	text-align: center;
	margin-top:8px;
}

#wp-calendar caption {
	text-align: center;
}

#wp-calendar #today {
	background:#cccccc;
}

#wp-calendar #prev {
	display: block;
	font-weight:bold;
	padding-left:8px;
}

#wp-calendar #next {
	display: block;
	font-weight:bold;
	padding-right:8px;
}
