/*
Theme Name: Conway Group
Theme URI: http://www.conwaygroup.com
Description: conway theme
Version: Alpha 1.0
*/

/**************
* global styles
**************/

body {
  background: #5D7589;
  font: 70%/1.1em Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.3em;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 0;
}

p {
  margin:10px 0;
}

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

a:hover {
  color: #fff;
  background-color: #002740;
}

hr {
  clear: right;
  color: #eee;
  background-color: #eee;
}

img {
  padding: 2px;
  margin: 4px;
}

dt {
	font-weight: bold;
  margin-top: 28px;
}

input, textarea {
	border: 1px solid #ccc;
	background-color: #f8f8f8;
}


#page {
  background: #fff;
  width: 744px;
  margin: auto;
  text-align: left;
  border: 8px solid #fff;
  border-bottom: none;
}

/***************
* header and nav
***************/

#header_cycle {
  height:197px;
  width:744px;
}

#nav {
  background: #00263f;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 28px;
  font-size: 11px;
  font-weight: bold;
}

#nav a {
  color: #fff;
  margin: 6px 0;
  display: block;
}

#nav a:hover {
  color: #ADA16F
}

#nav li {
  display: inline;
  margin-left: 3em;
  float: left;
}

#nav .pull {
  position: absolute;
  background-color: #002740;
  height: 29px;
  width: 248px;
  left: 50%;
  top: 236px;
}

#nav .pull a {
  display: block;
  height: 29px;
  margin: 0;
  text-indent: -9000px;
  background: #002740 url(img/nav.gif) no-repeat top right;
}

#nav .pull a:hover {
  background: #ccc url(img/nav_over.gif) no-repeat top right;
}

#nav #property {
  margin-left: -372px;
}

#nav #property a {
  background-position: 0px;
}

#nav #construction {
  margin-left: -125px;
}

#nav #construction a {
  background-position: -247px;
}

#nav #retail {
  margin-left: 0px;
}

#nav #retail a {
  background-position: -496px;
}

#nav #healthcare {
  margin-left: 124px;
  width: 247px;
}

#flash {
  margin: 0;
  padding: 0;
  margin-bottom: 28px;
}

#flash img {
  margin: 0;
  padding: 0;
}

#search {
  position: absolute;
  background-color: #002740;
  height: 24px;
  left: 50%;
  margin-left: 190px;
  top: 12px;
}

#inline_search {
  float: left;
  margin: 20px;
}

.sub_bttn {
  font-size: 11px;
  width:auto;
  border:1px #666 solid;
  text-align:center;
  vertical-align:top;
  background-color: #fff;
}

.search_box {
  font-size: 11px;
  border:1px #666 solid;
  background-color: #fff;
}

form fieldset {
  margin-top:8px;
  border:0 solid; /* Opera */
}

/*************
* content
**************/

#content {
  width: 538px;
  padding-top: 12px;
  padding-left: 12px;
  margin-left: 186px;
}

#content #posts {
  margin: 0 1em;
}

#breadcrumb {
  width:538px;
  padding-bottom: 2px;
  border-bottom:1px solid #ddd;
  margin-bottom: 8px;
  margin-top: 4px;
  font-size: 10px;
  text-transform: capitalize;
}

#content h2 {
  font-size: 17px;
  margin: .5em 0 0;
}

* html #content h2 {
  padding-top: 8px;
}
  
#content h4 {
  font-size: 12px;
  margin: 0px;
  margin-bottom: 8px;
  padding: 4px;
  background: #002740;
  color:#fff;
  display: block;
}

#content h4 a {
  color:#fff;
}

#content h4 a:hover {
  color: #ADA16F
}

#content p, #content li {
  padding-right:16px;
  color: #333;
  line-height: 150%;
}

#content ul {
  margin: 0;
  padding: 0;
  margin-top: 8px;
  list-style-type: none;
}

#content ul li {
  margin-bottom: 4px;
  padding-left: 18px;
  margin-left: 18px;
  background: url(img/bullet_01.gif) no-repeat;
  background-position: 0px 3px;
}

#content ol {
  margin: 0;
  padding: 0;
  margin-top: 8px;
  margin-left: 18px;
}

#content ol li {
  margin-bottom: 6px;
  margin-left: 8px;
}

#content h5 {
  font-size: 11px;
  padding-left: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  background: url(img/edit_01.png) no-repeat left center;
}

.sub_item {
  clear: right;
  width: 535px;
  padding: 0px;
  padding-bottom: 8px;
  margin-bottom: 16px;
  background-color: #F1F1E7;
  border-bottom: 1px solid #002740;
}

.sub_item p {
  padding-left: 8px;
  padding-top: 0px;
  margin: 0;
  background-color: #F1F1E7;
}

.featured {
	font-size: 11px;
  width: 260px;
  height: 100px;
  padding: 0px;
}

.featured a {
   color: #fff;
}

.featured h3 {
	font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 108px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 4px;
}

.featured p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 108px;
}

#property {
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #A8A771;
}

#contruction {
  background-color: #9E9E9E;
  margin-bottom: 10px;
}

#retail {
  margin-right: 10px;
  background-color: #94C43A;
}

#health {
  background-color: #3399C1;
}

#sub_flash {
  float: left;
  padding: 0;
	margin: 0;
}

.sub_flash {
  float: left;
  padding: 0;
	margin: 0;
}

#news_meta {
  font-size: 10px;
  font-weight: bold;
  margin-top: 2px;
}

.postmetadata {
  text-align: center;
  padding: 8px;
}

#commentlist {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
}

}
#commentlist li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
	padding: 1px 20px;
  background-color: #f8f8f8;
}

.alt {
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.navigation {
  width: 538px;
  margin-bottom: 30px;
}

.alignright {
	float: right;
  width: 200px;
}

.alignleft {
	float: left;
  width: 200px;
}

.clear {
 clear:right;
 height:1px;
 overflow:hidden;
}

p.back_to_top {
  text-align: right;
}

.back_to_top_link {
  text-align: right;
  padding: 4px;
  padding-left: 24px;
  margin-left: 8px;
  margin-bottom: 18px;
  background: url(img/page_white_go.png) no-repeat;
  background-position: 0px 2px;
}

.pdf_doc {
  padding-right: 22px;
  padding-bottom: 4px;
  padding-top: 4px;  
  background-image:url(img/pdficon_small.gif);
  background-repeat:no-repeat;
  background-position: center right;
}

.word_doc {
  padding-right: 22px;
  padding-bottom: 4px;
  padding-top: 4px;  
  background-image:url(img/word.gif);
  background-repeat:no-repeat;
  background-position: center right;
}

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

#commentform textarea {
	width: 500px;
	height: 150px;
	padding: 2px;
}

#content img.no_border {
  margin: 0;
  margin-left: 14px;
  padding: 0;
  border: none;
  margin-bottom: 8px;
  background-image: none;
}

div.post {
  margin-bottom: 48px;
  clear: right;
}

h2.quote {
  font-size: 17px;
  line-height: 1.2em;
  margin: .5em;
  text-align: center;
  color: #9E9E9E;
}

/**************
* sidebar
**************/

#sidebar {
  float: left;
  width: 186px;
}

#sidebar div {
  background: #E0DDCA;
  padding: 0;
  margin: 0;
  margin-top: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #939393;
}

#sidebar.archive {
  padding-bottom: 150px;
  background: url("img/man_reading_paper.jpg") no-repeat;
  background-position: bottom center;
}

#sidebar p {
  margin: 0;
  font-size: 11px;
}

#sidebar ul {
  margin: 0;
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
  list-style-type: none;
}

#sidebar li {
  margin-bottom: 8px;
  margin-top: 8px;
  margin-left: 4px;
  padding-left: 18px;
  background: url(img/bullet_01.gif) no-repeat;
  background-position: 0px 1px;
}

#sidebar li.current_page_item {
  border-right: 3px solid #00263f;
}

#sidebar li a {
  padding-right: 4px;
}

#sidebar h4 {
  font-size: 11px;
  background: #002740;
  color:#fff;
  display: block;
  padding: 4px;
  margin: 0px;
  border-bottom: 1px solid #00263f;
  text-transform: capitalize;
}

.feed {
  padding-left: 18px;
  margin-left: 8px;
  background: url(img/feed-icon-12x12.gif) no-repeat;
  background-position: 0px 1px;
}

#back_nav {
  display: block;
  background: #fff;
  padding: 4px;
  margin: 0;
  margin-bottom: -8px;
  border-top: 1px solid #939393;
}

.up_nav {
  padding-left: 18px;
  margin-left: -1px; 
  background: url(img/back_arrow.gif) no-repeat;
  background-position: 0px -1px;
}

a.up_nav:link {
  text-decoration: none;
  font-weight: bold;
  color: #002740;
}

a.up_nav:visited {
  text-decoration: none;
  font-weight: bold;
  color: #002740;
}

a.up_nav:hover  {
  color: #002740;
  background-color: #eee;
}

/**************
* footer
**************/

#footer {
  background: #fff;
  margin-top: 10px;
  padding-bottom: 10px;
  border-top: 2px solid #ccc;
  height: 1%; /* kill peakaboo */
}

.sub_footer {
  font-size: 9px;
  color: #002740;
  text-align: center;
  margin-left: 186px;
  margin-top: -42px;
  padding-top: 1px;
}