/*
Theme Name: Barecity
Theme URI: http://bolhe.com/
Description: Minimal theme with bare essentials
Version: 1.4
Author: Shahee Ilyas
Date: September 2006
Based on the Classic WordPress by Dave Shea || http://mezzoblue.com & Matthew Mullenweg || http://photomatt.net
Modified & completely redesigned by Shahee Ilyas || http://bolhe.com


*/
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #f1f8e9;
	background-image: url(http://highcountrydirt.com/ThemeImages/main_back.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
a:link {
	color: #70b61c;
	text-decoration: none;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	text-decoration: none;
	color: #70b61c;
}
a:hover {
	text-decoration: underline;
	color: #70b61c;
}
a:active {
	text-decoration: none;
	color: #70b61c;
}

.thrColFixHdr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(ThemeImages/ColumnLines.gif);
}
.thrColFixHdr #navmenu {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 65px;
	background-image: url(ThemeImages/nav_back.gif);
	background-repeat: no-repeat;
}
.thrColFixHdr #navmenu ul{
list-style: none;
padding: 0;
margin: 0;
}
.thrColFixHdr #navmenu li {
float: left;
	margin-top: 15px;
	margin-right: 2em;
	margin-bottom: 15px;
	margin-left: 2em;
}
.thrColFixHdr #navmenu li a{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
.thrColFixHdr #navmenu li a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.thrColFixHdr #header {
	background-color: #fff;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #leftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 440px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #CenterColumn {
	margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 470px;
	width: 235px;
} 
.thrColFixHdr #rightColumn {
	float: right; /* since this element is floated, a width must be given */
	width: 265px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
.thrColFixHdr #footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dedede;
	background-color: #FFFFFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
dt {
	font-family: "Lucida Grande", serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
dd {
	font-family: "Lucida Grande", serif;
	font-size: 11px;
	color: #333333;
	text-indent: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}
#blogimg {
	padding: 5px;
	border: 1px solid #d4e9ba;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#apDiv1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 47%;
	top: 92px;
}
#apDiv2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:2;
	left: 49%;
	top: 120px;
}
.style1 {color: #70B61C}
.style2 {
	font-family: "Lucida Bright", Georgia, "Times New Roman", Times, serif, "Lucida Bright";
	font-size: 14pt;
	width: 300px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.style3 {
	font-size: 16pt;
	font-style: italic;
	color: #2B1E11;
}
.style5 {
	color: #31281A;
	margin-top: 10px;
	margin-bottom: 10px;
}
.style6 {font-size: 14px}
h1 {
	font-family: georgia, "Times New Roman", Times, serif, "Lucida Bright";
	font-size: 30px;
	font-weight: normal;
	color: #2b1e11;
	letter-spacing: -.05em;
	text-transform: lowercase;
}
hr {
	height: 1px;
	border-top-width: 100%;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.style9 {font-size: 9px}
.style11 {color: #333333}

acronym, abbr {

}

acronym, abbr, span.caps {
	font-size: 95%;

}

acronym, abbr {
	cursor: help;
	border:none;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	color: #000;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .75em;
	background-color: #f1f8e9;
	background-image: url(http://highcountrydirt.com/ThemeImages/main_back.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

cite {
	font-size: 95%;
	font-style: normal;
	color:#666;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 2px 0;
	font-size:95%;
	padding-bottom: 2px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:95%;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;	
}

#commentlist li{
	margin-left:-22px;
}

li, .feedback {
	font: 95% Verdana, Arial, Helvetica, sans-serif;
	
}
p {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	clear:both;
	color: #666;
	font-size: .8em;
	padding: 50px 0 0 0;
	padding-top:50px;
	text-align: left;
}

.credit a:link, .credit a:hover {
	color: #666;
}

.feedback {
	color: #666;
	text-align: right;
	font-size:.8em;
	clear: both;
}

.meta {
	font-size: .75em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}


#comments{

	padding-top:18px;

}

.commentby {
	padding-bottom:8px;
}

#postcomment{
	margin-top:24px;

}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {
	margin: 0;
}

.storytitle a {
	text-decoration: none;
}

.storycontent a {
	text-decoration: none;
	border-bottom: 1px dotted #888;
}

.storycontent a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #888;
}

.storycontent {
	margin-bottom:-10px;
}
.post {
	margin-bottom:18px;
}


#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	font-size: 100%;
	list-style-type: none;
	color: #666;
}




#content {
	float: left;
	width:440px;
}



#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.8em;
	color: black;
	font-weight: normal;	
}

#headwrap {
	padding-top:1em;
	padding-bottom:1.3em;
	margin-top:2em;
	margin-bottom:4em;
}


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

#header a:hover {
	text-decoration: none;
}

#sidebar {
	

}

#sidebar form {
	margin: 0 0 0 0px;
}

#sidebar input#s {
	width: 230px;
	color: #70b61c;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #70b61c;
	border-right-color: #70b61c;
	border-bottom-color: #70b61c;
	border-left-color: #70b61c;
	background-color: #f0f8e8;
}

#sidebar ul {
	color: #ccc;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#sidebar h2 {
	font-weight: normal;
	margin:0;
	padding:0;
}

#sidebar ul li {
	font-family: "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-bottom: 2px;
}

#sidebar ul ul {
	font-variant: normal;
	font-weight: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul ul li {
	border: 0;
	font-family: "Lucida Grande",Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 3px;
}

#sidebar ul ul li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul ul li a:hover {
	border-bottom: 1px solid #809080;
}

#sidebar ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	empty-cells: show;
	font-size: 11px;
	margin: 0;
	width: 90%;	
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #ccc;
	color: #333;
}

#wp-calendar caption {
	color: #000;
	text-align: left;
	font-weight: normal;

}

#wp-calendar td {
	color: #999;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #666;
}

#wp-calendar th {
	font-weight: normal;
	text-transform: capitalize;
	color: #999;
		
}

#rap {
	width:440px;
}

#desc {
	float:left;
	font-size: .95em;
	margin-top:0.2em;	
}
#desc a:link, #desc a:visited  {
	display: inline;
	padding: 0px 0em 0em 0em;
	background-color: #fff;
	color: #666;
	text-decoration: none;
}
#desc a:hover {
	background-color: #eee;
	color: #666;
}
#desc a:active {
	background-color: #fff;
}
#himage {
	border:0;
	margin:0;
	padding:0 0 0 8px;
}
#md_email{display:none;}
.md_pageTitle{ 
	border-bottom:1px solid #cccccc; font-family:Helvetica,Arial,sans-serif; 
	font-size:x-large; color:#333333; margin-bottom:20px;
}
.md_labelViewItem{font-size:smallest; color:#666666; font-weight:bold;}
.md_divider{color:#ccc}
.md_date{float:right; display:inline; font-size:small;}
.md_label{font-weight:bold; margin-top:16px;}
.md_labelFinePrint{font-weight:normal;}
.md_bigButton{ padding:4px; font-size:16px;}
.md_formTitle{font-size:large; border-bottom:1px solid #ebebeb; margin-bottom:10px; }
.md_listingTable{ border-bottom:1px solid #cccccc;}
.md_itemTitle{
	font-size:18px;
	font-family:"Lucida Grande", Georgia, "Times New Roman", Times, serif, "Lucida Bright";
	color:#333;
	margin-bottom:12px;
	border-bottom:1px solid #ccc;
	text-transform: capitalize;
}
.md_itemTitleSub{
	color:#333;
	font-size:small;
	padding-bottom: 20px;
}
.md_msg{ 
	padding:11px;
	color:white; 
	font-weight:bold; 
	background-repeat:no-repeat;
	padding-left:60px; 
	background-image: url(images/bg_msg.png); 
	margin-top:16px; margin-bottom:16px;
}
.md_required{ color:#FF3300;}
.md_listing{ padding-top:12px; padding-bottom:12px; border-bottom:1px solid #ccc;}
a.md_recordLink{ }
/*0066D8*/
a.md_recordLink:link{ font-weight:bold;}
a.md_recordLink:hover{ text-decoration:underline;}
a.md_recordLink:visited { font-weight:bold;}

.md_Offering{display:inline; font-size:small; font-style:italic; color:#994800; padding-left:20px; visibility:hidden}
.md_Need{display:inline; font-size:small; padding-left:20px; font-style:italic; color:#759900}
textarea{ padding:10px; font-size:small;}
#md_container{ padding:10px; padding-top:0px; }
#md_container img {
	padding: 5px;
	border: 1px solid #d4e9ba;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;}
#md_content{ xmargin-top:60px;}
#md_navigation{background-color:#efefef;}
#md_submit{margin-top:20px; border-top:1px solid #cccccc; padding-top:20px}
#md_description{width:100%}
#md_title{width:100%}
#md_email{display:none;}
#navigationBar{height:40px; background-image:url(images/bar_middle.gif)}
#md_contentForm{
	background-color:#efefef;
	padding:16px;
	border:1px solid #ccc;
	background-image:url(images/bg_form.gif);
}
#md_emailBox{ background-image:url(images/bg_form.gif); border:1px solid #ccc; width:400px; padding:12px; margin-top:30px;}
#md_listingBox{ border-top:1px solid #cccccc;}
#md_message{ font-size:small; padding:4px;}
#md_filter{padding-bottom:8px;}
#md_postSomethingContainer{padding-top:12px;}
#md_myPostLink{margin-top:20px;}
#md_viewItemContent{
	padding-top:20px;
	line-height: 18px;
}

