/*
Theme Name: Morgan Hill
Version: 1.0
Author: Morris Creative Group
Author URI: http://morriscreative.com/

*/



/* Begin Typography & Colors */


.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-size: 0.9em;
	line-height: 1.5em;
	}


.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

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

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.post {
	margin: 0 0 40px 0;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.postmetadata {
	padding-top: 5px;
	font-size: .9em;
	}

.postmetadata {
	margin: 30px 0;
	}

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

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

div.caption {
	text-align: center;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



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

.alignright {
	float: right;
	}

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



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
/* 	content: "\00BB \0020"; */
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar table {
	margin: 0 0 0 15px;
	padding: 0;
	}
#sidebar a {
	margin: 0 0 0 15px;
	padding: 0;
	}
	
#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */


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

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

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* End Form Elements */



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

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

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

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

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

#commentform p {
	margin: 5px 0;
	}

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

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





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
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;
	}

.hidden {
	display: none;
	}


a img {
	border: none;
	}

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



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #fcfcfc;
	padding-top: 4px;
	margin: 4px 10px 10px 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: 9px/13px 'Lucida Sans','Lucida Grande',Consolas,'Lucida Sans Unicode', Verdana, sans-serif;
	padding: 2px 4px 5px 4px;
	margin: 0;
	font-style: italic;
}
/* End captions */




/* =
--------------------------------------------------------------------*/
/* =
--------------------------------------------------------------------*/
/* =
--------------------------------------------------------------------*/
/* =
--------------------------------------------------------------------*/


/* =reset
--------------------------------------------------------------------*/

* {
	border: 0;
	padding: 0;
	margin: 0;
}


/* =basic tags
--------------------------------------------------------------------*/

body {
	text-align: center;
	background: #fff url(images/bg.png) 0 0 repeat-x;
	font: 11px/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #241706;
}

p, ul, ol, hr, blockquote {
	margin: 0 0 1.5em 0;
}

/* .post>p, .post>h3 {
	width: 90%;
} */

ul, ol {
 	padding-left: .5em;
}

ul {
	list-style-type: square;
}

li {
	padding-left: 1em;
}

hr {
	border-top: 2px dotted #E28B48;
}


/* =links
--------------------------------------------------------------------*/

a {
	font-weight: bold;
	color: #e66f00;
	text-decoration: none;
}

a:visited {
	color: #f77f00;	
}

a:hover {
	text-decoration: underline;
	color: #f4864c;
}

/* =headings
--------------------------------------------------------------------*/

h1, h2, h3, h4, h5 {
	color: #796c5b;
	font-family: trebuchet, "trebuchet ms", verdana, arial, helvetica, sans-serif;
	margin-bottom: .3em;
	line-height: 100%;
}

h1 {
	color: #f77f00;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

h3 {
	margin-bottom: 1em;
}

h4 {
	font-size: 14px;
}
h5 {
	font-size: 11px;
}

#content p+h2, #content p+h3 {
	margin-top: 2em;
}

/* =layout anatomy
--------------------------------------------------------------------*/
 
#wrapper, #footer {
	width: 960px;
}

#wrapper {
	background: #fff url(images/bg-wrap.gif) right 0 repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
	overflow: visible;
}

#main, #sidebar, #content {
	float: left;
	display: inline;
}

#main, #header {
	width: 760px;
	overflow: visible;
}

#main {
	width: 940px;
	margin: 0 0 0 -220px;
	background: url(images/bg-head-side.png) 0 0 no-repeat;
	overflow: visible;
/* 	background: #fff; */
}

#header {
	background: #CDC2B0 url(images/bg-head.jpg) 0 0 no-repeat;
	height: 235px;
	margin-left: 220px;
	overflow: visible;
	width: 720px;
}

#content {
	width: 670px;
	margin: 20px 18px 30px 240px;
	float: left;
	display: inline;
}


#sidebar, #footer, #sidebar h5, #footer h5, .postmetadata	 {
	font-family: 'Lucida Grande', 'Lucida Sans', Verdana, Arial, sans-serif;
}

#sidebar {
	background: #F2E7D0;
	width: 240px;
	padding: 0 0 20px 0;
	z-index: 10000;
}


#footer {
	border-top: 10px solid #f77f00;
	background: url(images/bg-block.gif) right 0 no-repeat;
	float: left;
	clear: both;
	padding: 10px 0 30px 0;	
}

.pad {
	margin: 10px 30px;
}


/* =head
--------------------------------------------------------------------*/

#header h1 {
	height: 150px;
/* 	margin-left: 200px; */
	text-indent: -20000px;
	background: url(images/tmh-logo.gif) no-repeat;
}

#starburst {
	position: absolute;
	top: 25px;
	left: -65px;
}





/* =navigation
--------------------------------------------------------------------*/

#nav, #subnav {
	padding: 0;
	margin: 0 0 0 220px;
	width: 720px;
	list-style: none;
	overflow: hidden;
}

#nav {
/* 	background: #aaa740; */
	background: #777a3a;
	font: 14px/100% trebuchet, "trebuchet ms", verdana, arial, helvetica, sans-serif;
}

#nav li, #subnav li {
	padding: 0;
	margin: 0;
	float: left;
	display: inline;
}

#nav a {
/* 	background: #aaa740; */
	background: #777a3a;
	text-shadow: 1px 1px 1px #440;
	border-width: 0 1px;
	border-style: solid;
	color: #ededed;
/* 	border-color: #923016 #888520 #CE5725 #bbb960; */
	border-left: 1px solid  #888b4b;
	border-right: 1px solid  #555808;
}

#nav a, #subnav a {
	color: #fff;
	display: block;
	padding:  8px 11px 10px 11px;
}

#nav a:hover, #nav a:active, #nav a.current {
	color: #fff;
/* 	background: #777a3a; */
 	background: #aaa740; 
	text-decoration: none; 
/* 	border-left: 1px solid  #555808;
	border-right: 1px solid  #555808; */
 	border-color: #923016 #888520 #CE5725 #bbb960; 
	text-shadow: 1px 1px 1px #330;
}



#subnav {
	background: #470309;
	font: 10px/100% 'Lucida Grande', 'Lucida Sans', sans-serif;
}

#subnav li {
	border: 0;
}

#subnav a:hover, #subnav a:active, #subnav a.current {
	color: #fff;
}

#subnav a:hover {
	text-decoration: underline;
}




/* =content/text styles
--------------------------------------------------------------------*/

.intro, body.home h3 {
	font-size: 1.4em;
	line-height: 140%;
	color: #654;
	font-weight: normal;
}


.clr {
	clear: both;
	visibility: hidden;
	margin: 0;
}




.req {
	color: #f00;
}

.linklist {
	font-size: 90%;
	list-style-type: square;
	padding: 0;
}
.linklist li {
	margin: 0;
}

.slideshow {
	border: 2px solid #AB7439;
}


/* =sidebar
--------------------------------------------------------------------*/

#sidebar p, #sidebar #cf_working, .cf_info {
	font-size: 10px;
	margin-left: 16px;
	margin-right: 14px;
}

#sidebar h3 {
	background: #c44b00;
	color: #fff;
	padding: 7px 12px 9px 15px;
	margin-bottom: 10px;
}

#sidebar h4 {
	color: #654;
	padding: 9px 12px 8px 16px;
}

/* #sidebar fieldset {
	background: #E6DCC5;
	border: 2px dotted #e28b48;
	padding: 12px;
	margin: 12px;
	border-radius: 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
 */
 
 
.cform {
/* 	background: #E6DCC5;
	border: 2px dotted #e28b48;
	padding: 12px 10px; */
	margin: 12px 0;
	border-radius: 8px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: inline;
}

#cf2_field_7 {
	width: 80px;
}

#sidebar h5, #sidebar p, #sidebar hr, .pad {
	margin-left: 16px;
	margin-right: 14px;
}

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

.sociallinks {
	width: 210px;
	float: left;
	display: inline;
}

.sociallinks a {
	display: block;
	overflow: hidden;
	float: left;
/* 	display: inline; */
	width: 100px;
	padding-top: 30px;
	height: 0px !important;
	height /**/:30px; /*for IE5/Win only */
	background-image: url(images/social_icons.gif);
	background-repeat: no-repeat;
}

a#twit {
	margin-right: 10px;
	background-position: 0 0; 
}
a#twit:hover {
	background-position: 0 -30px;
}

a#fb {
	background-position: -100px 0;
}
a#fb:hover {
	background-position: -100px -30px;
}

/* =multi-columns
--------------------------------------------------------------------*/

.col {
	float: left;
	display: inline;
	margin-right: 20px;
	font-size: 10px;
	line-height: 140%;
}


.last {
	margin-right: 0;
}

.half {
	width: 420px;
}

.twothird {
	width: 552px; 
}

.third, .sidebar {
	width: 266px;
}

.fourth {
	width: 200px;
}

.sixth {
	width: 95px;
	margin-right: 10px;
}

.col p, .col ul, .col ol, .col hr {
	margin: 0 20px 1em 20px;
}


.feature {
	background: #D75E01;
	border: 3px solid #ddb;
	color: #fff;
	padding: 10px 0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 2em;
	
}

.feature h3, body.home .feature h3, .feature p, .feature h4, .feature ul, .feature table {
	margin: 0 10px;
	color: #fff;
}

.feature a {
	color: #ffd;
}

.feature a:hover {
	color: #fff;
}

.feature h3, .feature h4 {
	border-bottom: 1px dotted #ddb;
	margin-bottom: 4px;
	padding-bottom: 4px;
}

.feature p {
	font-size: 11px;
}

.gbg {
	background-color: #979c5c;
}

.tbg {
	background-color: #aa9d81;
}

.r {
	float: right;
}


/* =forms
--------------------------------------------------------------------*/


label {
	display: block;
	margin-bottom: .2em;	
}

input, textarea, select {
	font: 14px/110% "trebuchet ms", trebuchet, verdana, arial, helvetica, sans-serif;
	border-width: 1px;
	border-style: solid;
	border-color: #cba #edc #edc #cba;
	padding: 3px;
	width: 300px;
	color: #666;
	margin-bottom: 2px;
	background: #FFF5DC;
}

input, textarea {
	background: #FFF5DC/*  url(images/bg-field.png) 0 0 no-repeat */;
}

#sidebar input {
	width: 176px;
}

select {
	width: auto;
}

textarea {
	width: 450px;
	
}

form hr {
	clear: both;
	width: 100%;
}

form p {
	width: 100%;
	float: left;
	margin-bottom: 1em;
}


#searchform #searchsubmit, #commentform #submit, .submit input, #sidebar .but, .but, .loose, .check, .w_auto, #sendbutton, .sendbutton, .cf-box-a  {
	width: auto !important; 
	text-align: left;
}

.but, .loose, .check {
	margin-bottom: 0;
}

#commentform #submit, #searchform #searchsubmit, .submit input, .but, .sendbutton {
	border-color: #685b3a #241706 #241706 #685b3a;
	border-width: 2px;
	background: #D55E02;
	color: #edc;
	font-size: 12px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
	padding: 7px;
}

.check {
	border: 0;
	display: inline;
	margin: 0 5px 0 0;
}

input:focus, textarea:focus, select:focus {
	background: #fff;
	color: #333;
}

.submit input:active, input.but:active, .submit input:focus, input.but:focus, .sendbutton:focus  {
	background: #F79010;
	color: #fff;
}

/* =fun with cforms
--------------------------------------------------------------------*/

.cform {
	float: left;
	margin-top: 0;
}

.cform legend, .cf_hidden {
	display: none;
}

.cf-ol, .cf-ol li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	float: none;
}

.cf-ol li {
	margin-bottom: 5px;
}

.reqtxt, .emailreqtxt {
	color: #765;
	font-style: italic;
	font-size: 90%;
	display: block;
}


.linklove {
	display: none;
}

p.cf-sb {
	width: 170px;
	clear: both;
	margin: 1em 0 2em 0;
}

.cf-sb input {
	float: left;
}

#usermessagea, #usermessage2a {
	font-weight: bold;
	font-size: 1.2em;
	margin-left: 0
}

#usermessagea.success, .success2 {
	margin-bottom: 1.5em;
	padding-top: 1em;
	color: #060;
}

#usermessagea.failure, #usermessage2a.failure {
	color: #900;
	margin-bottom: 1.5em;
	padding-top: 1em;
}


input.cf-box-b, input.cf-box-a {
	float: left !important;
/* 	display: inline !important; */
	margin: 0 2% 0 0;
	width: 10%;
}

label.cf-after {
	float: left;
	width: 90%;
}

input.cf-box-b {
	width: 1em !important;
}

.cform li {
	display: block !important; 
	float: left;
	width: 90%;
}



/* =etc
--------------------------------------------------------------------*/

.r {
	float: right;
	display: inline;
	margin-left: 20px;
}

.l {
	float: left;
	display: inline;
}

img.r, p.r img, img.l, p.l img {
	border: 1px solid #cc9;
	padding: 1px;
}

img.r, p.r img {
	margin: 0 0 .5em 10px;
}

img.l, p.l img {
	margin: 0 10px .5em 0;
}


.bare, img.bare {
	border: 0;
	padding: 0;
}
	
	
/* =floorplans
--------------------------------------------------------------------*/

#fpswap, #floor, #unit, .thumb {
	overflow: hidden !important;
}

#fpswap {
	float: left;
	width: 670px;
	height: 200px;
}

#floor, #unit {
	float: left;
	margin: 0;
}

#floor {
	width: 403px;
	background: #fff;
	margin: 30px 0 38px 0;
	height: 132px;
}

#unit {
	width: 267px;
	height: 200px;
	background: url(images/units/bigunit.jpg) 0 200px no-repeat;
}

.thumb, .thumb img {
	float: left;
}

.thumb {
	height: 66px;
}

.thumb a {
	display: block;
	overflow: hidden;
	padding-top: 66px;
	height: 0px !important;
	height /**/:66px; /*for IE5/Win only */
	background-position: 0 0;
	background-repeat: no-repeat;
}
.thumb a:hover {
	background-position: 0 -66px;
}


a#unit10 {
	width: 64px;
	background-image: url(images/plans/fpt10.png);
}
a#unit11 {
	width: 54px;
	background-image: url(images/plans/fpt11.png);
}
a#unit12 {
	width: 56px;
	background-image: url(images/plans/fpt12.png);
}
a#unit01 {
	width: 77px;
	background-image: url(images/plans/fpt01.png);
}
a#unit02 {
	width: 80px;
	background-image: url(images/plans/fpt02.png);
}
a#unit03 {
	width: 72px;
	background-image: url(images/plans/fpt03.png);
}
a#unit09 {
	width: 72px;
	background-image: url(images/plans/fpt09.png);
}
a#unit08 {
	width: 53px;
	background-image: url(images/plans/fpt08.png);
}
a#unit07 {
	width: 87px;
	background-image: url(images/plans/fpt07.png);
}
a#unit06 {
	width: 58px;
	background-image: url(images/plans/fpt06.png);
}
a#unit05 {
	width: 53px;
	background-image: url(images/plans/fpt05.png);
}
a#unit04 {
	width: 80px;
	background-image: url(images/plans/fpt04.png);
}

/* .thumb img {
	position: relative;
	top: 0;
	left: 0;
}

.thumb a:hover img {
	top: -66px;	
} */



/* =navigation
--------------------------------------------------------------------*/



/* =etc
--------------------------------------------------------------------*/

.r {
	float: right;
	display: inline;
	margin-left: 20px;
}

.l {
	float: left;
	display: inline;
}

img.r, p.r img, img.l, p.l img {
	border: 1px solid #cc9;
	padding: 1px;
}

img.r, p.r img {
	margin: 0 0 .5em 10px;
}

img.l, p.l img {
	margin: 0 10px .5em 0;
}


.bare, img.bare {
	border: 0;
	padding: 0;
}

.sponsors {
	text-align: center;
}

.sponsors img {
	margin: 10px;
	display: inline-table;
	vertical-align: middle;
}

.post li {
	list-style-type: square;
	width: 60%;
}

.navigation a img {
	opacity: 0.65;
	-moz-opacity: 0.65;
	margin: 0 10px;
}
.navigation a:hover img {
	opacity: 1.0;
	-moz-opacity: 1.0;
	margin: 0 10px;
}

	
.thumbnavl {
	width: 50%;
	text-align: right;
	float: left;
	margin-left: auto;
	background: url(images/arrowl.gif) right 50% no-repeat;
}
.thumbnavr {
	width: 50%;
	float: left;
	text-align: left;
	margin-right: auto;
	background: url(images/arrowr.gif) left 50% no-repeat;
}


table.rate_table {
	border: 0;
	margin-bottom: 1.5em;
}



.rate_table td, .rate_table th {
	padding: 5px;
	border: 0;
	border-bottom: 1px solid #ccb;
	border-collapse: collapse;
}

.rate_table td {
	color: #210;
	background: #ffffef;
}

table.rate_table td.alt {
	background: #eed !important;
}

.rate_table th {
	background: #f77f00;
	font-family: Trebuchet,'Trebuchet MS',Verdana,sans-serif;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
	}
	
	
