/* 
Theme Name: Texas Crosswinds
Theme URL: http://www.texascrosswinds.com/
Description: , Developed by Lion Heart Web Development
Author: Michael Madison
Author URI: http://www.lionheartwebdevelopment.com/
Version: 1.0
*/

html, body, div, span, applet, 
object, iframe,h1, h2, h3, h4, 
h5, h6, p, blockquote, pre,a, abbr, 
del, dfn, em, font, img, ins, 
kbd, q, s, samp, acronym, address, 
big, cite, code,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 {
	font-size: 100%;
	font-family: Georgia, Helvetica, sans-serif;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
}

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

table {
	border-collapse: separate;
	border-spacing: 0;
}

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

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

* {margin:0;padding:0;}	

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { 
  font-size: 75%;
  color: #222; 
  background: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }






/* Chop 'n Screw Images
-------------------------------------------------------------- */

body {
	background: url('img/body.jpg') top left repeat-x #3b5353;
}

#container {
	background: url('img/nav.png') top left repeat-y;
	width: 1000px;
	margin: 0 auto;
}

#header {
	padding-top: 5px;
	height: 105px;
}

#header h1 span {
	margin-left: -9999px;
}	

#strip {
	background: url('img/strip.jpg') center center no-repeat #96c01e;
	height: 146px;
	margin: 4px 0 5px 0;
}

#strip img {
	float: left;
	display: block;
	margin-top: -50px;
	margin-left: -150px;
}

/* Navigation
-------------------------------------------------------------- */

#navigation {
	float: right;
}

#dropmenu, #dropmenu ul {
	margin: 0;
	position: relative;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	line-height: 30px/*1.5em*/;
	z-index: 300;
	width: 100%;
	font-weight: bold;
}

#dropmenu a {
	display: block;
	padding: 0.25em 1em;
	color: #fff;
	border-right: 1px solid /*#c8c8c8*/#255;
	text-decoration: none;
}

#dropmenu a:hover {
	background: /*#888*/ #1D3334;
	color: #fff;
}

#dropmenu li {
	float: left;
	position: relative;
}

#dropmenu ul {
	position: absolute;
	display: none;
	width: 12em;
	top: 35px/*1.9em*/;
	left: -1px;
}

#dropmenu ul a {
	border-left: 1px solid #c8c8c8;
}

#dropmenu li ul {
	border-top: 1px solid #c8c8c8;
	width: 14.1em;
}

#dropmenu li ul a {
	width: 12em;
	height: auto;
	float: left; 
	border-bottom: 1px solid #c8c8c8;
	color: #888;
}

#dropmenu ul ul {
	top: auto;
}

#dropmenu li ul ul {
	left: 12em;
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul, #dropmenu li:hover ul ul ul, #dropmenu li:hover ul ul ul ul {
	display: none;
}

#dropmenu li:hover ul, #dropmenu li li:hover ul, #dropmenu li li li:hover ul, #dropmenu li li li li:hover ul {
	display: block;
	background: #fff;
}

/* Listings <Category Templates>
-------------------------------------------------------------- */

table.listing {
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	clear: left;
	padding: 5px 0;
	margin: 5px 0;
	text-align: center;
	width: 100%;
}

table.listing td {
	vertical-align: middle;
}

tr.listing p {
	font-size: 90%;
}

tr.listing h3 {
	font-size: 110%;
}

tr.listing h4 {
	font-size: 100%;
}

td.thumbnail {
	width: 20%;
}

td.description {
	width: 65%;
}

td.price {
	width: 15%;
}

/* Previous & Next
-------------------------------------------------------------- */

div.postnavigation {
	height: 30px;
}

div.postnavigation span {
	float: right;
}

div.postnavigation a {
	text-decoration: none;
}

/* Content
-------------------------------------------------------------- */

#content {
	background: url('img/content_top.png') top center no-repeat;
	padding-top: 16px;
	clear: both;
	float: right;
	width: 760px;
}

#content div {
	background: url('img/content_bottom.png') bottom center no-repeat;
	padding-bottom: 17px;
}

#content div div {
	background: url('img/content_center.png') top center repeat-y;
	padding: 20px;
}

div.post h2 {
	border-bottom: 1px solid;
}

div.post h2 a, div.post h3 a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

div.post h2 a:hover, div.post h3 a:hover {
	color: #699;
}

#content ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.leasinginfo {
	width: 400px;
	margin: 10px auto;
	border: 1px solid #333;
}

table.leasinginfo tr, table.leasinginfo td {
	border: 1px solid #333;
	text-align: center;
}
table.leasinginfo {
}

h3#maintenance {
	padding-top: 10px;
}

/* Property Info
-------------------------------------------------------------- */

table.propertyinfo {
	width: 600px;
	margin: 0 auto;
}

table.propertyinfo td {
	width: 25%;
}

tr.odd {
	background: #9BB;
}


#googlemaps {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}


/* Sidebar
-------------------------------------------------------------- */

#sidebar {
	width: 210px;
	padding: 0 10px;
	float: left;
}

#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	width: 100%;
}

ul.affiliations li {
	text-align: center;
	padding: 10px 0;
}

div.widget {
	background: #3b5353;
	color: #F2F3D7;
	border-top: 1px solid #F2F3D7;
	border-bottom: 1px solid #F2F3D7;
	margin: 10px 10px 0 10px;
	padding-top: 10px;
	text-align: center;
}

div.widget a {
	color: #F2F3D7;
	text-decoration: none;
}

div.widget a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* Footer
-------------------------------------------------------------- */

#footer {
	clear: both;
	text-align: center;
	padding: 15px 0 30px 240px;
	color: #f2f3d7;
}

#footer a {
	color: #082221;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight: bold;
}

#footer a:hover {
	border-bottom: 1px solid;
}

/* Universal classes
-------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.textcenter {
	text-align: center;
}

img.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

img.alignleft {
   float: left;
   margin: 0px 10px 0px 0;
   border: 2px solid #1e2a2a;
}

img.alignright {
   float: right;
   margin: 0px 0 0px 10px;
   border: 2px solid #1e2a2a;
}

.bold {
	font-weight: bold;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -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;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

