/*
Theme Name: ~Murski Homestead
Theme URI: http://www.murskihomesteadbb.com
Description: A custom theme from InsideOut Solutions. Developed to match our client's website.
Version: 1.0
Author: InsideOut Solutions/Brad Doss/Kailey Lampert
Author URI: http://insideout.com/
*/
/* basic classes */
* { margin:0; padding:0; outline:0; }

.left { float:left; }
.right { float:right; }
img.left, img.right { margin: 0 5px; }
.hidden { display:none; }
.clear { clear:both; }
.center { margin: 0 auto; }

/* --------------------------------------------------------------- */
/* basic element */

ul, ol { list-style-position:inside; margin: 5px 5px 5px 15px; }
ul { list-style-type:disc; }
ol { list-style-type:decimal; }
blockquote { margin: 10px 30px; font-style:italic;}
td { font-family: "Times New Roman", Times, serif; }
th { font-family: "Times New Roman", Times, serif; }

a { text-decoration:underline; color: #000000; }
a:hover { color: #A03A3A; text-decoration: none; }
a:visited { }
a:active { position:relative;top:1px; }
a[href $='.pdf'] { padding-right: 18px; background: transparent url(images/icon_pdf.png) no-repeat right; }

h1 {
	font-size: 20px;
	text-align:center;
	font-weight: bold;
	font-family: "Bell MT", "Times New Roman", Times, serif;
	margin: 0px 20px 0px 0px;
	width: 495px;
	float: right;
}
h2, h3, h4, h5{ padding: 0 0 .2em 0; }
h2 { font-size: 1.8em; }
h3{ font-size: 1.3em; }
h4{ font-size: 1.2em; }

hr { margin: 20px }

p {
	margin: 13px 10px 5px 0px;
	line-height: 14pt;
	text-align: justify;
}

.editLink {clear:none; position:fixed; top:45%; left:0px;width:35px;height:45px;padding:0;font-size:12px; line-height:12px;font-family:courier new;text-align:center;font-variant:small-caps; -moz-box-shadow: 1px 0px 8px #999;}
.editLink a { display:block;width:27px;height:37px; padding: 4px; color:#fff;background:#6b7a5d; text-decoration:none;}
.editLink a:hover { display:block; color:#2c132f;background:#afaa75; }

/* --------------------------------------------------------------- */
/* 
red: 8F241C
beige: C8C5B5
*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background:#8F241C url(images/linnwallpaper.jpg);
	margin-top: 10px;
	color: #000000;
}

body.page-id-1379 {background-color: #8F241C;}
body.page-id-1384 {background:#8F241C url(images/linnwallpaper.jpg);}
body.page-id-1387 {background:#C8C5B5 url(images/pattern-iStock_000001507849Small.jpg);}

#rightshadow {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding: 0px 0px 3px 0px;
	width: 975px;
	background-image: url(images/shadowr.png);
	background-position:right;
	background-repeat: repeat-y;
}
#linetop {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	background-color:#FFFFFF;
	height: 5px;
	border-left: 1pt solid #000000;
	border-right: 1pt solid #000000;
	border-top: 1pt solid #000000;
}
#linebottom {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	background-color:#FFFFFF;
	height: 5px;
	border-left: 1pt solid #000000;
	border-right: 1pt solid #000000;
	border-bottom: 1pt solid #000000;
	margin-bottom: 5px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	background-color:#FFFFFF;
	min-height: 575px;
	border-left: 1pt solid #000000;
	border-right: 1pt solid #000000;
}
#header {
	/*background-image: url(images/logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	height: 225px;
	font-size: 10pt;
	line-height: 24pt;*/
}
#topper {
}
	h1 { float:left !important; font-size:3em;}
	h1 span {}
	h1 a { display:block; height:80%; padding:10%;}
	h1 a:active {position:static;}

/* Content */
#content {
	padding:0 20px 0 20px;
	z-index: 2;
	min-height:295px;
}
#content.widecolumn {
	width:930px;
}
#content.narrowcolumn {
	float: left;
	width:625px;
}
#content h2 {
	text-align: center;
	font-size:1.7em;
	margin: 0 0 20px;
	padding: 5px 0 15px 5px;
}
#content h2 span {
	padding: 7px;
	background: url('images/dingbat.png') no-repeat center bottom;
}
#content h3 {
	text-align:center;
}
p.date { font-size:12px; font-style:italic; text-align:center;padding:0;margin:5px 0 0 0;}
#content ul, #content ol {
	list-style-position: outside;
	margin: 5px 5px 5px 15px;
}
#content ul { list-style-type:disc; }
#content ol { list-style-type:decimal; }
#content blockquote { margin: 10px 30px; font-style:italic;}
#divider {
	width: 200px;
	text-align: center;
	border-top: 1px solid #8F241C;
	margin: 0px 135px 5px 145px;
}
.style1 {
	font-size: 16pt;
	font-style: italic;
	font-weight: bold;
	color:#333333;
	font-family: "Bell MT", "Times New Roman", Times, serif;
	margin: 10px 0px 5px 0px;
}
#tagline {
	font-size: 16pt; 
	text-align:center;
	margin: 10px 0px 5px 0px;
	padding-bottom: 5px;
}
.constant {
	color: #1B14A2;
	font-size:7.5pt;
	line-height: 8pt;
}
.constant:hover {
	color: #8F241C;
}
.homequote {
	text-align: center;
	font-variant: small-caps;
	margin: 5px 0px 10px 0px;
	font-size: 10pt;
	line-height: 16pt;
}
#scroll {
	width: 495px;
	overflow-y:scroll;
	overflow-x:hidden;
	float: right;
	margin-right: 20px;
	height: 295px;
}
#scroll a{
	color: #8F241C;
	text-decoration: underline;
}
#scroll a:hover{
	color: #AAA79A;
	text-decoration: underline;
}
#noscroll {
	width: 495px;
	float: right;
	margin-right: 20px;
	min-height: 295px;
}
#noscroll a{
	color: #8F241C;
	text-decoration: underline;
}
#noscroll a:hover{
	color: #AAA79A;
	text-decoration: underline;
}
#room_title {
	margin: 0px 20px 5px 460px;
	min-height: 25px;
}
#roombox {
	margin: 10px 10px 10px 0;
}
#room_desc {
	position:relative;
	display: block;
	float:right;
	margin:0 20px 0 0;
	clear:right;
}
#room_desc a{
	color: #8F241C;
	text-decoration: none;
}
#room_desc a:hover{
	color: #AAA79A;
	text-decoration: underline;
}

/* end Content */

/* Picture Box */
#picbox {
	border: 1px solid #bbb;
	float: right;
	margin: 10px 10px 5px 10px;
	padding: 5px;
	z-index: 4; 
	visibility: visible;
}

#picbox .feedburnerFeedBlock,.feedburnerFeedBlock * {
	margin:0;padding:0;
}

#picbox .feedburnerFeedBlock {
	float:right;
	width:385px;
	text-align:left;
	padding: 20px;
	border-right: 1px solid #000;
}
#picbox .feedTitle {font-size:15px;margin-bottom:10px;}
#picbox .feedburnerFeedBlock li {
	line-height:13px;
	margin-bottom:10px;
}
#picbox .feedburnerFeedBlock ul {
	list-style-type:none;
}
#picbox .feedburnerFeedBlock .headline {
	font-weight:bold;
	line-height:20px;
}
#picbox .feedburnerFeedBlock p.date {
	display:block;
	padding-left:10px;
	font-size:11px;
}
#picbox .feedburnerFeedBlock li div {
	padding-left:10px;
	padding-top:8px;
	line-height:18px;
}
/*end Picture Box */

/* Sidebar */
#sidebar {
	width: 265px;
	float:right;
	padding: 0 10px 5px;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
#sidebar h2 {
	margin:10px 0 15px 0;
	padding:0 0 5px 0;
	text-align:center;
	font-size:1.3em;
	background: url('images/dingbat.png') bottom center no-repeat;

}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0 0 0 5px;
}
#sidebar ul li {
	margin:0 0 0 0;
	padding:0;
	text-align:left;
}
#sidebar ul li li{
	margin: 0;
	padding:0;
}

#sidebar ul ul {
	padding: 0 0 0 0;
}

#sidebar ul ul ul li {
	padding: 0 0 0 10px;
}
/* end Sidebar */

/* Footer */
#footer {
	clear: both;
	font-size: 10pt;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
#footershadow {
	background-image: url(images/shadowb.png);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	margin-top: -8px;
	width: 943px;
	clear: both;
	padding: 0px 0px 0px 10px;
}
#footer_links {
	margin-bottom:10px;
}
#footer_links table,
#footer_links tbody,
#footer_links tr,
#footer_links td,
#footer_links  a {
	margin:0 auto;
	text-align:center;
}
#footerlinks {
	font-size: 10pt;
	vertical-align: bottom;
}
#sublinks{
	font-size:11px;
	color: #8F241C;
	margin: 0px;
	text-align:center;
	clear: both;
}
#sublinks a{
	font-size:11px;
	text-decoration: underline;
	font-weight:bold;
	color: #8F241C;
}
#sublinks a:hover {
	color: #FFFFFF;
}
/* end Footer */

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

/* Menu */
.nav, .nav * { margin:0;padding:0; }
.nav { list-style:none; }

ul#menu { height:40px; clear:both; text-transform:uppercase; margin: 10px 10px 10px; overflow:visible; }
	/* top level items - default */
	ul#menu li { position: relative; z-index:50; float:left; margin: 0;
		height: 40px; font-size:0.9em; padding: 0 22px 0 28px;
		background: url('images/dingbat.png') no-repeat center bottom;
	}
	ul#menu li a  { display:block; float:left; text-align:left; margin:0; color:#000;
		height: 20px; padding: 12px 0px 6px 0px; text-decoration:none;
	}
	ul#menu li a:hover { text-decoration:undeline; }
	ul#menu li a:active { position:static; }

	/* top level items - special */
	ul#menu li.last {  }
	ul#menu li.last a {  }
	ul#menu li.last a:hover {  }

	ul#menu li.hovering {  }
	ul#menu li.hovering a {  }
	ul#menu li.hovering a:hover { text-decoration:underline;}

	ul#menu li.current_page_item {  }
	ul#menu li.current_page_item a {  }
	ul#menu li.current_page_item a:hover {  }

	/* top level items - parent */
	ul#menu li.arrow {  }
	ul#menu li.arrow a {  }
	ul#menu li.arrow a:hover {  }

	/* child menus */
	ul#menu li ul { list-style: none; display: none; margin:0 auto; padding:5px;
		position: absolute; left: 0px;
		/*-moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px;
		-webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;*/
		top: 40px; background: #94251C; border: 1px solid #bbb; width: 175px;
	}
	/* child menu items - default */
	ul#menu li.hovering li,
	ul#menu li.arrow li {
		clear: both; display:block;
		margin:0 auto; padding:0;
		width: 100%; height:30px;
		list-style-position:outside;
		font-size:0.8em; line-height: 20px;
		color:#f7b101; background: #fff; border-bottom: 1px solid #ddd;
	}
	ul#menu li.hovering li a,
	ul#menu li.arrow li a {
		display:block; float:none;
		padding:5px 5px; margin:0 auto;
		line-height:20px; /*background: url('images/dingbat.png') no-repeat center bottom;*/
	}
	ul#menu li.hovering li a:hover,
	ul#menu li.arrow li a:hover { text-decoration:underline; }
	/* child menu items - special */
	ul#menu li.arrow li.last { border-bottom:none;
		/*-moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px;
		-webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;*/
	}
	ul#menu li.arrow li.last a {
		/*-moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomright: 15px;
		-webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-right-radius: 15px;
		border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;*/
	}
	ul#menu li.arrow li.last a:hover { }

	ul#menu li.arrow li.current_page_item { }
	ul#menu li.arrow li.current_page_item a { }
	ul#menu li.arrow li.current_page_item a:hover { }
/* end Menu */

/* ETC */
div.gallery {clear:left; }
.postmetadata {
	font-style:italic;
	border-bottom: 1px solid #000;
	padding: 3px;
	font-size:80%;
	margin-bottom: 20px;
}
.navigation {
	overflow:hidden;
	margin:0 0 10px 0;
}
#respond {  }
#content ol.commentlist {
	list-style:none;
	margin: 0;
	padding:0;
}
.commentlist li {
	border: 1px solid #000;
	padding:20px;
	margin:0 0 20px 0;
}
#address {
	width: 495px;
	float: right;
	margin: 0px 20px 0px 0px;
	height: 55px;
	text-align: center;
	font-size: 10pt;
	clear: both;

}
#address a{
	color: #8F241C;
	font-size: 9pt;
}
#address a:hover{
	color: #C8C5B5;
}
#address2 {
	margin: 0px 20px 0px 0px;
	height: 55px;
	text-align: center;
	font-size: 10pt;
	clear: both;

}
#address2 a{
	color: #8F241C;
	font-size: 9pt;
}
#address2 a:hover{
	color: #C8C5B5;
}
#divider2 {
	width: 200px;
	text-align: center;
	border-top: 1px solid #8F241C;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.feedburnerFeedBlock,.feedburnerFeedBlock * {
	margin:0;padding:0;
}

.feedburnerFeedBlock {
	float:right;
	width:400px;
	text-align:left;
}
.feedTitle {font-size:15px;margin-bottom:10px;}
.feedburnerFeedBlock li {
	line-height:13px;
	margin-bottom:10px;
}
.feedburnerFeedBlock ul {
	list-style-type:none;
}
.feedburnerFeedBlock .headline {
	font-weight:bold;
}
.feedburnerFeedBlock p.date {
	display:inline;
	padding-left:10px;
	font-size:11px;
}
.feedburnerFeedBlock li div {
	padding-left:10px;
}
#creditfooter {display:none;}

h2.rssh2 {
	border: 1px solid #aaa;
	margin: 5px 0 10px 0 !important;
	padding: 10px 0 15px !important;
	background: none !important;
}

body {padding-top:0 !important;}
#wp-admin-bar {display:none !important;}
/* end ETC */