/* Start of CMSMS style sheet 'strat' */
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { 
	padding: 0; margin: 0;
}
body {
	margin: 0; 	padding: 0;
	font: normal .80em/1.5em Tahoma, 'Trebuchet MS', sans-serif;
	color: #000;
	text-align: center;
background:#575757; 
}

/* links */
a {
	color:	#C01C23; 
	background-color: inherit;
	text-decoration: underline;	
}
a:hover {
	color: #808080;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: bold 1.3em 'Trebuchet MS', Arial, Sans-serif;
	color: #d21c23;border-bottom: 1px dashed	#e8e8e8;
}
h4{
	font: normal 1.1em 'Trebuchet MS', Arial, Sans-serif;
	color: #646464;border-bottom: 1px dashed	#e8e8e8;
}
h1 { font-size: 1.6em; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }
h4 { font-size: 1.1em; }

#main h1 { 
	font: normal 1.5em 'Trebuchet MS', Arial, Sans-serif;
	color: #DBD0A3; 	
}
#sidebar h1 {
	font: bold 1.2em 'Trebuchet MS', Arial, Sans-serif;
	border-top: 1px none #ffcf00; 
	padding: 4px 0 4px 55px; background: #fff400; 
	color: #145f9c;height:20px;text-transform:uppercase;
}

p, h1, h2, h3,h4 {
	margin: 0;
	padding: 6px 15px;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #c01c23;
}
ul span, ol span {
	color: #CCC;
} 

/* images */
img {
	border: 3px none #444;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 3px none #444;
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #111;    
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;  	
  	background: #111;  
   font: bold 1.3em/1.5em 'Trebuchet MS', Sans-serif;   
}
font:12px/24px Verdana, Arial, Helvetica, sans-serif;
border-collapse:collapse;
width:320px;
}

th {
text-align:left;
padding:0 0.5em;
}

tr.yellow td {
border-top:1px solid #FB7A31;
border-bottom:1px solid #FB7A31;
background:#FFC;
}

td {
border-bottom:1px solid #CCC;
padding:0 0.5em;
}

td:first-child {
width:190px;
}

td+td {
border-left:1px solid #CCC;
text-align:left;
}
/* form elements */
form {
	margin: 15px;
	padding: 0;
	background: #fff;  
   border: 1px dashed #e2cc92;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #e2cc92;
	font: normal 1em Verdana, sans-serif;
	color:#000;
	background: #fff;
}
textarea {
	width: 250px;
	padding:2px;
border: 1px dashed #e2cc92;
	font: normal 1em Verdana, sans-serif;
	height:100px;
	display:block;
	color:#000;
	background: #fff;
}
input.button { 
	margin: 0; 
	font: bold 1em Tahoma, Sans-serif; 
	border: border: 1px dashed #e2cc92;
	padding: 2px 3px; 
	color: #000;
	background: #CCC;	
}

/* search form */
.searchform form{
	position: absolute;
	top: 10px; right: 10px;
	background-color: transparent;
	border: none;
	margin: 0; padding: 0;
}

/* ==modified by kermit for cmsms, adding '.searchform input' as selector */
.searchform input.textbox,
.searchform input { 
	margin: 0 3px; padding: 0 2px;
	width: 130px;
	background: #000;
	color: #FFF; 
	height: 20px;
	border: 1px solid #7E050A;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	background: #000;
	color: #fff;	
	width: 70px;
	height: 22px;
	border: none;
	padding: 3px 5px;
	vertical-align: top;
}

#search {
	border-right: 1px solid #666;
	float: left;
	height: 50px;
	margin: 0;
	padding: 0;
	width: 210px;
}


.searchform label {display:none;}
/* relational links under content */
div.left49 {margin-left:260px;
  float: left;
  width: 39%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 39%;
  text-align: right;
}
/* Sample FormBuilder CSS base */
	form {margin-top:0}
	form, td, th, li { font-size: 100%}
	form div {margin-bottom:0}
	fieldset div {
		margin-bottom:0.5em;
		margin-left:1em;
	}
	fieldset div div {
		margin-top:0.5em;
		margin-left:1em
	}
	fieldset {
		margin-bottom:1em;
		border:1px none #008bd0;
		padding:0.5em
	}
	fieldset label {
		width:auto;
	}
	legend {
		color:#000;
		background:#e2cc92;
		font-style:italic;
		font-size:1.2em;
		margin-bottom:0.5em;
		padding:.5em 4em ;
		width:auto;
		border:1px solid #fff
	}
	textarea {
		margin: 0.5em 0;
		width:95%;
		height: 6em
	}

	/* Apply this class to text/select input fields with shorter labels
		to help alignment */
	.short-label label {float:left; width:10em}
	.short-label fieldset div input,
	.short-label fieldset div select {width:16em}

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:200px;
		text-align:center
	}
	.captcha img {border:1px solid #F60; margin-bottom:0.5em}
	.captcha input {width:196px; margin-top:0.5em}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}

a[href $='.pdf'] {
background-color:transparent;
background-image:url("images/061220_icon_pdf.gif");
background-repeat:no-repeat;
background-position:left top;
padding:0 0 0 28px;
}

a[href $='.doc'] {
background-color:transparent;
background-image:url("images/doc_word_original (20 x 20).jpg");
background-repeat:no-repeat;
background-position:left top;
padding:5px 0 5px 28px;
}
a[href $='.xlsx'] {
background-color:transparent;
background-image:url("images/doc_excel_original (20 x 20).jpg");
background-repeat:no-repeat;
background-position:left top;
padding:5px 0 5px 28px;}

/***********************
	  LAYOUT
************************/
/* wrapper and header */
#wrap{color:#000;margin:0px auto;padding:0;width:980px;background: #fff url(uploads/rocktemp/background_wrap.jpg) repeat-y 0 0;}
#header-content, #footer-content, #content {
	width: 100%;	
}

/* header */
#header {margin-top:0px;
	background: #000 url(uploads/rocktemp/background.jpg) repeat-x 0 0;
	height: 162px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#toplinks{font-size:.9em;color:#fff;font-weight:700;padding:5px 95px 2px 3px;text-align:right}
#toplinks a,
.gray{color:#fff;}
#footer a,
{color:#000;}
#header-content #logo {
	position: absolute;	
	font: bold 50px Verdana, 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #000;
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 5px; left: 20px;
}
#header-content #slogan {
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #CCC;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 60px; left: 35px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 20px; top: 75px; 
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #000;
	list-style: none;
	margin: 0; padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #000;
}
#header-content li a:hover {
	background: #000;
	color: #F88F26;
}
#header-content li a#current  {
	background: #000;
	color: #CCC;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	background: #000;		
	width: 970px; margin-left: 0px; background: transparent url(uploads/rocktemp/side_back.png) repeat-y top left;
}
#content {
	text-align: left;	
	padding-right: 0; margin-right: 0 auto;		
}

/* sidebar */
#sidebar {background:transparent;
	float: left;
	width: 230px;
	margin: 0px 0; padding: 0;
}
#sidebar ul.sidemenu {width: 200px;
	list-style:none;
	margin: 0;
		padding: 1px 1px 0px 1px;border-bottom: 1px solid #aeaeae;		
}
#sidebar ul.sidemenu li {background:url(uploads/rocktemp/icon-bullet.gif) no-repeat top left;
	border-bottom: 1px none #d21c23;margin-left:1px

	
}
#sidebar ul.sidemenu a {

	display: block;
	font-weight:bold;
	color: #fff; 
	height: 1.5em;
	text-decoration: none;
	padding:5px 15px 5px 15px;

	text-align:left;	
	border-top: 1px dashed #aeaeae;
	border-bottom: 1px none #aeaeae;
}
#sidebar ul.sidemenu a.top{
	border-top: 1px dashed #d21c23;

}
#sidebar ul.sidemenu a:hover {border-left: 8px none  #b53729;
border-right: 8px none ;background:#000 url(uploads/rocktemp/icon-bullet_o.gif) no-repeat top left;
	color:#aeaeae;
}
#sidebar .sidebox {
	background: transparent;	
	margin: 25px 15px 10px 15px;
}

/* main */
#main {background: #fff url(uploads/rocktemp/key2.jpg) no-repeat top right;
	margin 0; 
	padding: 15px 20px 10px 0;	float: right;
	width:690px;
}

/* footer */
#footer {background: #fff url(uploads/rocktemp/footer.png) no-repeat bottom right;
	clear: both;
	margin: 0; padding-top:0px;
	border-top: 1px none #68050A;
	font-size: 95%;
	text-align: left;	height:161px; color:#000;
}
#footer h2, #footer p {
	padding-left: 60px;padding-top: 77px;
}
#footer-content 
	margin: 0 auto;		
}
#footer-content a {
	text-decoration: none;
	color: #fff;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #ccc;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {color: transparent;
	width: 30%;
	padding: 0 5px 30px 35px;	
}
#footer-content .col2 {
	width:100%; float:none;
	padding-left:90px;text-align: left;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.comments { 
	text-align: right; 
	border: 1px dashed #151515; 
	padding: 5px 10px;
	margin: 20px 15px 10px 15px;
}

/*_________Latest Properties_________*/

#latestProperties {
	clear: left;
	margin:0 10px;
}
#latestProperties div {border: 1px dashed	#b7b7b7;
	width: 205px;
	float: left;
	margin-right: 20px;margin-bottom: 40px;
	background-color: #e8e8e8;
}
#latestProperties div.noMargin {
	margin: 0;
}
#latestProperties div img {
	padding: 4px;
	border: 1px solid #a9a9a9;
	background-color: #ffffff;
	margin: 5px 0 12px 5px;
}
#latestProperties div h3 {	border: 1px none #a9a9a9;
	font-size: 115%;
	color: #af3912;
	margin: 8px 10px 2px 10px;
}
#latestProperties div small {
	font-size: 90%;
	padding: 0 10px 5px 10px;;
display: block;
font-weight: bold;
}
#latestProperties div p {
	font-size: 90%;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5;
}
#latestProperties div .moreButton {
	text-align: right;
	display: block;
}
#latestProperties div .moreButton img {
	padding: 0px;
	border: 0;
	margin: 0;
	margin-left: auto;
}
/*_________ Properties_________*/

#Properties {
	clear: left;
	margin: 0 10px;
}
#Properties div {border: 1px dashed	#b7b7b7;
	width: 505px;
	float: left;
	margin-right: 20px;
	background-color: #e8e8e8;
}
#Properties div.noMargin {
	margin: 0;
}
#Properties div img {
	padding: 4px;
	border: 1px solid #a9a9a9;
	background-color: #ffffff;
	margin: 5px 0 12px 5px;
}
#Properties div h4 {	border: 1px none #a9a9a9;
	font-size: 105%;
	color: #000
	margin: 8px 10px 2px 10px;
}
#Properties div small {
	font-size: 90%;
	padding: 0 10px 5px 10px;;
display: block;
font-weight: bold;
}
#Properties div p {
	font-size: 90%;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5;
}
#Properties div .moreButton {
	text-align: right;
	display: block;
}
#Properties div .moreButton img {
	padding: 0px;
	border: 0;
	margin: 0;
	margin-left: auto;
}

/* additions for cmsms by kermit 31 october 2007 (boo!)
    any modifications to the original css (above) are commented as such
 */
#content input {border:1px solid #e2cc92}
.NewsSummary {margin:5px 5px 10px;position:relative;}
.NewsSummaryPostdate {padding-top:2em;text-align:right;font-weight:bold;color: #fff}
.NewsSummaryLink a{font-size:115%;position:absolute;top:0;color: #e8e8e8;	text-decoration: underline	}
.NewsSummaryCategory {font-style:italic;display:none;}
.NewsSummaryAuthor {font-style:italic;display:none;}
.NewsSummaryContent {margin:.5em 0 1.33em;	color: #fff}
#NewsPostDetailDate {float:right;margin:1em 1em 0 3em;font-style:italic;font-weight:bold;}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {border:1px solid #232323;margin:0 10px 1.5em 15px;}
#NewsPostDetailSummary {margin:0 10px 1.5em 15px;border:1px solid #232323;padding:15px;}
#NewsPostDetailCategory,#NewsPostDetailAuthor {text-align:right;font-style:italic;margin-right:10px;}
#NewsPostDetailContent {padding:1.5em 10px 2em 15px;}
#NewsPostDetailPrintLink {margin-left:15px;}
#NewsPostDetailReturnLink{margin-left:15px;padding-bottom:1.5em;}
/* End of 'strat' */

