/*  
Theme Name: Roxywood
Theme URI: 
Description: First version of Roxywood Farms - for Burnt Mountain Llamas
Version: 0.8
Author: James Baldys
Author URI: http://www.zeeight.com/

	The CSS, XHTML, and design are released under the MIT License:
	http://www.opensource.org/licenses/mit-license.php

*/



/* Begin General Formatting and Typography */
body {
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image:url('images/bodyBg.jpg');
	background-repeat:repeat-x;
	color: #333;
	text-align: center;
	}
a {
	color:#0000ee;
}
a:hover {
	color:#987692;
}
#fullWrapper {
	width:760px;
	margin:0 auto;
}
#header {
	padding-left:5px;
}
#container {
	width:760px;
	overflow:hidden;
	background-image:url('images/contentBg.jpg');
	background-repeat:repeat-y;
	text-align:left;
}
#tinyClear {
	clear:both;
}
/* top menu */
#topMenu {
	display:block;
	top:0;
	left:0;
	width:750px;
	height:25px;
	overflow:hidden;
	background-color:#555;
	background-image:url('images/menuBg.jpg');
	background-repeat:repeat-x;
}
#topMenu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#topMenu li {
	margin: 0;
	padding: 0;
	border: 0;
	height:25px;
	display: block;
	float: left;	
	position: relative;
	z-index: 5;		
}
#topMenu ul li a {
	display:block;
	margin:0;
	height:25px;
	padding:4px 10px 0px 10px;
	text-align:center;
	text-decoration:none;
	color:#333;
	font-size:13px;
	font-weight:bold;
	border-left:1px solid #cacaca;
	border-right:1px solid #8e8e8e;
}
#topMenu ul li a:hover {
	background-color:#fff;
	text-decoration:underline;
}

/* end top menu */

/* End Image Gallery */
#headerLogo {
	display:block;
	width:750px;
	height:150px;
	background-image:url('images/mainLogo.jpg');
	background-repeat:no-repeat;
}

/* Side Menu */

#sidebar {
	float:right;
	width:180px;
	margin:0 15px 0 0;
	padding:0;
	overflow:hidden;
}
.sidebarAddy {
	margin:10px 10px 10px 10px;
	padding-bottom:10px;
	border-bottom:1px solid #987692;
}
#sidebar h4 {
	font-size:14px;
	color:#5a2951;
	margin:10px 0px 6px 0px;
	text-align:center;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	padding:0;
	margin:0;
}
/* normal links/pages */
#sidebar ul li a {
	display:block;
	margin-bottom:1px;
	padding:4px 4px 4px 10px;
	border-left:10px solid #a786a2;
	font-size:10px;
	color:#fff;
	background-color:#987692;
	text-decoration:none;
}
#sidebar ul li a:hover {
	background-color:#a786a2;
	text-decoration:underline;
}
/*end normal links/pages */

/* Content */

/* Containing DIV for articles/posts */
#textWrapper {
	float:right;
	width:540px;
	margin:0;
	padding:10px 10px 10px 10px;
	font-size:12px;
	line-height:140%;
}
#textWrapper h2 {
	font-size:16px;
	margin:10px 0 5px 0px;
	padding:0;
	color:#5a2951;
}
#textWrapper h2 a {
	color:#5a2951;
	text-decoration:underline;
}
#textWrapper h2 a:hover{
	color:#987692;
}
.post img {
	margin:0px 10px 10px 10px;
	border:1px solid #000;
}
.post a img{
	border:1px solid #000;
}
.post {
	border-bottom:1px solid #f0f0f0;
	padding:0 0 10px 0;
	margin:5px 0 0 0;
}
.entry {
	display:block;
	clear:both;
}
/* end content */

#footer {
	display:block;
	clear:both;
	width:760px;
	height:60px;
	overflow:hidden;
	background-image:url('images/footerBg.jpg');
	background-repeat:no-repeat;
}
.tinyClear {
	clear:both;
}

/* "The price of freedom is eternal vigilance." */

