/*
Theme Name: MetroStrata
*/

.widgettitles {display: none; }

* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  font:62.5% Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#FFF url(./images/bg.jpg) repeat-x; /* Set background image here */
}

p, h2, h3, h4, h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:1.2em;
}

img {
  border:0;
}

div#wrapper {
  width:952px;
  padding-top:8px;
  margin:25px auto 0;
  background:url(./images/top.png) no-repeat;
}

div#masthead, div#header {
  width:952px;
  background:url(./images/main_bg.png) repeat-y;
  position:relative;
}

/* Header */
div#header {
	height: 86px;
	margin: 0;
}

/* Logo */
#logo {
	float: left;
	padding-left: 10px;
}

#logo h1 {
	margin: 0px;
	padding: 0px;
	width: 318px;
	height: 86px;
	background: url(images/metrostrata-developments.gif) no-repeat left top;
}

#logo a {
	text-decoration: none;
	border: 0 none;
}

#logo span {
	display: none; 
}

/* Watermark */
#watermark {
	float: right;
	margin: 0px;
	padding: 0px; margin-right: 5px;
/* 	width: 191px; */
	height: 86px;
	background: url(images/watermark.gif) no-repeat right top;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
}

/* Pages Navigation */
div#watermark ul {
  float:right;
  margin-right:16px;
  position:relative;
  z-index:2;
  bottom:-2px;
}

div#watermark ul li {
  float:left;
}

div#watermark ul li ul {
  display: none;
}

div#watermark ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  font-size:1.2em;
  padding:40px 12px 20px;
  margin: 0px; margin-left: 8px;
  border-bottom: 4px solid #ccc;
}

div#watermark ul li a:hover,
div#watermark ul li.current_page_item a {
  border-bottom: 4px solid #f09514;
}

/* Banner image dropshadow */
div#masthead_image {
  width:913px;
  height:147px;
  float: left;
  padding: 0; padding-left: 18px; 
  margin: 0;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
  width:952px;
  background:url(./images/main_bg.png) repeat-y;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:0 20px 20px;
  width:660px;
  float:left;
}

/* Main header on single pages */
div#main h1, h1.header {
  color:#ff7e00;
  font-size:2.5em;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
}

div#main h1.header a {
  color:#ff7e00;
  text-decoration:none;
}

h1.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

div#main h2, div#main h2 a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.9em;
  color:#ff7e00;
  font-weight: bold;
}

/* Secondary headline above comments and comment form */
div#main h3, 
div#main h3 a {
  margin:15px 0;
  color: #333333;
  font-size: 1.5em;
}

div#main p {
  color:#6b6b6b;
  line-height:2;
  margin:10px 0;
}

div#main table {
  padding: 3px 0;
  margin: 12px 0;
  line-height:1.2;
  font-size: 1.1em;
  border: 0 none;
  width: 100%;
}

div#main th {
  background-color: #888888;
  color: #fff;
  font-size: 1.15em;
  padding: 6px 3px;
  margin: 0;
  text-align: center;
  border-left: 1px solid #888888;
  border-right: 1px solid #ccc;
}

div#main td {
  background: transparent;
  font-size: 1.1em;
  padding: 8px 3px;
  margin: 0;
  border-left: 1px solid #ddd;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  text-align: left;
}


div#main a {
  color:#507FA3;
}




table#contact { 
  border: 0 none;
  margin: 12px 0;
  width: 100%;
  vertical-align: top;
  line-height:1.1!important;
  font-size: 1em!important;
  background: transparent;
}

td.content, .cform { 

  border: 0 none;
  color:#6b6b6b;
  font-size: 1em!important;
}

table#contact td { 
  vertical-align: top;
  border: 0 none;
  font-size: 12px;
}


.linklove { display: none; }




.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  border-left:5px solid #B8D1E4;
  background:#F0F0F0;
}

.article ul, .article ol {
  font-size:1.2em;
  color:#6b6b6b;
  margin-left:15px;
}

.article ul li {
  margin: 5px 0; margin-left: 15px;
  padding-left: 5px;
  list-style-type: disc;
/*   background:url(./images/square.png) left center no-repeat; */
}

.article ul li ul {
  margin-left:15px;
  margin-bottom: 11px;
}

.article ul li li {
  font-size:0.9em!important;
  margin: 7px 0; margin-left: 5px;
  padding-left:10px;
  list-style-type: circle;
/*   background: url(./images/square.png) left center no-repeat; */
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding: 0 0 20px 20px;
  width:200px;
  float:left;
}

div#secondary ul#sidebar {
  margin: 0 0 20px;
  color:#507fa3;
/*   padding-top:10px;
  border-top:1px solid #e7e7e7; */
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1.2em;
  line-height:1.5em;
  color:#666;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#507fa3;
  margin:20px 0 8px;
  font-size:1em;
  line-height:1;
}

div#secondary a {
  /* color:#666; */

  color:#507FA3;
}

div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}

div#secondary p {
  line-height:1.5;
  margin:5px 0;
  color:#666;
}

/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer - Menu List

-----------------------------------------------------------------------------*/

ul#footer-menu {
  height:8px;
  width:952px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:center;
  font-size:1.2em;
  padding:15px 0 4px 0;
}

ul#footer-menu li {
  display:inline;
  margin-left:10px;
}

ul#footer-menu li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer-menu li a {
  text-decoration:underline;
  color:#507FA3;
}

ul#footer-menu ul {
  display: none!important;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:952px;
  margin:0 auto;
  text-align:center;
  font-size:1.1em;
  color:#686868;
  padding:5px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}
/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}

body#commentspopup a {
  color:#666;
}

body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 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-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */

.success {
background-color: #fff!important;
color: #FF7E00!important;
text-align: left!important;
float:left!important;
padding: 0px!important;
margin:0px!important;
margin-left: -10px!important;
font-weight: bold!important;
font-size: 12px!important;
}

.reg_button {
  background:url(./images/register-btn.jpg) no-repeat;
  height:28px;
  width:150px;
  border:0px;

}

.reg_button:hover {
	cursor: pointer!important;
}









