/*
Theme Name: Xondie Landscape
Theme URI: http://xondie.com/
Description: Theme for kick-ass Xondie site
Version: 1.0
Author: Xondie
Author URI: http://xondie.com
Tags: two columns, widgets

*/
/* RESETS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

#sidebar ul {
	list-style-type: none;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}


blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

pre,code,kbd,samp,tt {
	font-family: monospace;
	font-size: 108%;
	line-height: 99%;
}

h1 {
	/*26px via YUI Fonts CSS foundation*/
	font-size:161.6%;  
}
h2 {
	/*23px via YUI Fonts CSS foundation*/
	font-size: 174%; 
}
h3 {
	/*19px via YUI Fonts CSS foundation*/
	font-size:146.5%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin: .5em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	color: #434343;
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:0 0 1em 0;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:1em;
}
ol {
	margin-left:0;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
	margin: 10px 20px;
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style-type: square;
	margin: 10px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:1px solid #000;
	padding: .4em 1em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
}

a:link {
	color: #5D5033;
	
}

a:visited {
	color: #5D5033;
	
}

a:hover {
	background-color: #efefe7;
}

/* BASE */
body {	
	background-color: #efefe7;
	text-align: center;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #393939;
	margin: 0 auto;
    }

#page {
	background: transparent url(images/mid_shadow.gif) center top repeat-y;
	text-align: left;
	width: 968px;
	position: relative;
  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	margin: 0 auto;
  	padding: 0 4px;
  	}

#header {
	margin: 0 auto;
	}

#headerimg {
	background: url("images/xondie_road_banner.jpg") top left no-repeat;
	margin: 0 4px;
	height: 200px;
	width: 960px;
	}
	
#headerimg h1, #headerimg h2  {
	margin: 0;
}

#headerimg h1 a, #headerimg h1 a:hover {
	display: block;
	float: left;
	padding: 0;
	background-color: transparent;
	width: 462px;
	height: 130px;
	text-decoration: none;
	text-indent: -9999px;
	border: none;
	margin-top: 50px;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 10px
}
html>body #headerimg h1 a, html>body #headerimg h1 a:hover {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 20px; 
}

#headerimg h2 a, #headerimg h2 a:hover {
	display: block;
	float: left;
	padding: 0;
	background-color: transparent;
	width: 342px;
	margin: 5px 0 0 130px;
	height: 42px;
	text-decoration: none;
	text-indent: -9999px;
	border: none;
}

#headerimg .description {
	text-indent: -9999px; 
}


#navigation {
	width: 960px;
	height: 44px;
	margin:0 4px;
	padding:0;
	position: relative;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	clear: both;
	text-align: left;
	background:  url(images/nav_bg.gif) left top repeat-x;
}

#navigation ul {
	list-style: none;
	margin: 10px 0 0 0;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: left;
	float: left;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 8px;
}

html>body #navigation ul {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 19px; /* 25px + 4px left shadow */
}


#navigation li {
	display: inline;
	margin: 0;
	padding: 0;
}

#navigation li a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 116%;
	padding: 2px 20px;
}


#navigation li.current_page_item a, #navigation li.current_page_parent a  {
	color:#f4d65a;
}

#navigation li a:hover{
	color:#f4d65a;
	background-color: transparent;
}
#content {
	width: 960px;
	margin:0 4px 10px 4px;
	padding:0;
	float: left;
	display: inline;
	clear: both;
}

#content h2 {
	margin-top: -7px;
}

#content h2 a {
	text-decoration: none;
	color: inherit;
}

#content h4 {
	font-size: 123.1%;
	line-height: 140%;
	margin: 1em 0 .2em 0;
}

p.posted { 
	color: #868686;	
	margin-bottom: .2em;
	padding-top: 0;
	}
	
	
div.narrowcolumn, div.widecolumn  {
	float: left;
	width: 590px;
	margin-top: 25px;
	margin-bottom: 20px;
	/* False margin value for all versions of IE Win, including 6.0 */	
	margin-left: 19px;
}

html>body div.narrowcolumn, html>body div.widecolumn  {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 39px; /* 35px + 4px left shadow */
}
	

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}

#sidebar{
	float: left;
	width: 265px; 
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 35px;
	}
	
#footer {
	margin: 0 auto;
	clear: both;
	margin: 20px 4px 0 4px;
	height: 22em;
	width: 960px;
	background-color: #9f9f9f;	
}

#f-col-1{
	width: 296px;
	float: left;
	color: #ffffff;
	padding-left: 35px;
}
#f-col-2{
	width: 329px;
	float: left;
	color: #ffffff;
}
#f-col-3{
	width: 265px;
	float: left;
	color: #ffffff;	
	padding-left: 20px;
}

#footer ul {
	margin: 0;
	padding: 0;
	float: left;
}

#footer ul li {
	color: #ffffff;
	margin: 0 0 .5em 0;
	list-style-type: none;
	padding-left: 0;
}

#footer ul li a{
	color: #fff;
}

#f-col-1 ul li a:hover, #f-col-2 ul li a:hover, #f-col-3 ul li a:hover {
	color: #ffffff;
	background-color: #9f9f9f;	
	text-decoration: none;
}


#footer h4 {
	color: #fff;
	margin: 1.2em 0 .6em;
	padding: 0;
	font-size:123.1%; 
}

#footer p {
	margin: 0;
	color: #ffffff;
	text-align: left;
		}
#footer p.footer-desc {
	margin-top: .8em;
}
/* End Structure */

/* Begin 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: 5px 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

#sidebar .ltop
{
	background: url(images/widget_top.gif) no-repeat;
	width: 265px;
	height: 12px;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	line-height: 0.1;
	font-size: 1px;
	display: block;
}

#sidebar .lmid
{
	background: url(images/widget_bg.gif) repeat-y; 
	width: 265px;
	padding: 0;
	margin: 0;
}

#sidebar img.centered {
	padding-right: 11px;
}

#sidebar .lmid ul, #sidebar .lmid p {
		margin: 0;
		padding: 0 10px 20px 20px;
}
#sidebar .lmid h2
{
	
	font-weight: bold;
	margin: 0;
	margin-top: -5px;
	padding: 0;
	padding-bottom: 5px;
	border-bottom: dotted 5px #ccc;
	margin-bottom: 10px;
	padding-left: 20px;
	font-size: 161.6%;
	font-family: "Courier New", Times, serif; 
	letter-spacing: -1px;
	width: 260px;
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 240px;

}
#sidebar .lbot
{
	background: url(images/widget_bottom.gif) no-repeat;
	width: 265px;
	height: 12px;
	margin: 0;
	margin-bottom: 20px;
}


#sidebar div.textwidget ul li
{
	padding-left: 22px;
	list-style: none;
	background-image: url(images/check_bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 10px;
	margin-left: -2px;
}

#sidebar div.textwidget ul li.nobullet
{
	background-image: none;
}


#mia
{
	background: transparent url(images/mia.gif) no-repeat;
	width: 100px;
	height: 100px;
	margin: -80px 20px 0 0;
	float: right;
}

.textwidget, widgettitle. textwidget ul li {
	float: none;
}

#sidebar div.textwidget form input#paypal {
	margin-bottom: 12px;
}

p.footnote {
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid 1px #ccc;
	font-size: 77%;
}
.posted {
	color: #9E9E9E;
	/* border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD; */
	padding-bottom: 10px;
}

div.bookmarkify {
	margin-top: 20px;
}
