***********************************************   
AUTHOR:   Revolution web design / Erwin Aligam           
***********************************************

/********************************************

   HTML ELEMENTS

********************************************/ 



/* Top Elements */

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



body {

	background: #CCC;

	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;

	color: #666666; 

	text-align: center;

	margin: 15px 0;

}



/* links */

a, a:visited {	

	color: #666666;

	background: inherit;

	text-decoration: none;

}

a:hover {

	color: #336699;

	background: inherit;

	text-decoration: none;

}



/* headers */

h1, h2, h3 {

	font-family: 'Trebuchet MS', Tahoma, Sans-serif;

	font-weight: Bold; 		

}

h1 {

	font-size: 160%;	

	font-weight: normal;

}

h2 {

	font-size: 130%;

	text-transform: uppercase;

	color: #88ac0b;

}

h3 {

	font-size: 130%;	

}



h1, h2, h3, p {

	padding: 10px;		

	margin: 0;

}

ul, ol {

	margin: 5px 20px;

	padding: 0 20px;

}



/* images */

img {

	background: #FFFFFF;

   border: 0px solid #DCDCDC;

	padding: 5px;

}

img.float-right {

  	margin: 5px 0px 10px 10px;  

}

img.float-left {

  	margin: 5px 10px 10px 0px;

}



/* start - table */

table {

	border-collapse: collapse;

	margin: 10px;	

}

th strong {

	color: #fff;

}

th {

	background: #336699 url(nav.jpg) repeat-x;

	height: 29px;

	padding-left: 12px;

	padding-right: 12px;

	color: #FFF;

	text-align: left;

	border-left: 1px solid #B6D59A;

	border-bottom: solid 2px #FFF;

}

tr {

	height: 30px;

}

td {

	padding-left: 11px;

	padding-right: 11px;

	border-left: 1px solid #E8E8E8;

	border-bottom: 1px solid #E8E8E8;

}

td.first,th.first {

	border-left: 0px;

}

tr.row-a {

	background: #F8F8F8;

}

tr.row-b {

	background: #EFEFEF;		

}

/* end - table */


/* Forms */
form { 
	color: #666666; display:inline;
}
input, select, textarea {
 	color: #666666; font-family:inherit; font-size: inherit; line-height:1.2em; width: 250px;
 }
label {
	 display: block; float:left; line-height:1.2em; margin-top: 0.25em; text-align:left; vertical-align: middle; width: 7.5em;
	 }
textarea { 
	overflow:hidden; resize: none; 
	}
.submit-width	{ 
	width: 80px; 
}





/********************************************

   LAYOUT

********************************************/ 

#wrap {

	position: relative;

	width: 820px;

	background: #CCC url(content.jpg) repeat-y center top;

	margin: 0 auto;

	text-align: left;

}

#top-bg {

   position: absolute;

	width: 820px;

	height: 19px;

	background: #CCC url(top-bg.jpg) repeat-y center top;	

	top: 0; left: 0;

	z-index: 2;	

}

#content-wrap {

	position: relative;

	clear: both;

	float: left;	

	width: 790px;	

	padding: 0; 	

	background: #E8E8E8;	

	border-top: 5px solid #FFF;

	border-bottom: 2px solid #D0D0D0;

	margin-left: 15px;	

	display: inline;

}

#header {

	width: 820px;

	position: relative;

	height: 20px;

	background: #CCC url(header-bg.jpg) repeat-y center top;

	padding: 0;	

	color: #FFF;	

}




/* header-photo */

#header-photo {

	clear: both;

	height: 180px;

	width: 790px;

	margin: 0 auto;

	background: #FFF url(apartment_page_header.jpg) no-repeat center center;

}



/* Navigation */

#nav {

	clear: both;	

	padding: 0;		

}

#nav ul {

	float: left;

	list-style: none;

	background: url(nav.jpg) repeat-x;	

	width: 790px;		

	text-transform: uppercase;

	margin: 0 0 0 15px;

	padding: 0;	

	display: inline;

}

#nav ul li {

	display: inline;

	margin: 0; padding: 0;

}

#nav ul li a {

	display: block;

	float: left;

	width: auto;

	margin: 0;

	padding: 0 14px;

	border-right: 1px solid #336699;

	border-left: 1px solid #336699;

	border-bottom: none;

	color: #FFF;

	font: bold 13px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;

	text-transform: uppercase;

	text-decoration: none;	

	letter-spacing: 1px;

}

#nav ul li a:hover, 

#nav ul li a:active {

	background: url(nav-hover.jpg) repeat-x;	

}

#nav ul li#current a {	

	background: url(nav-current.jpg) repeat-x;	

}



/* Main Column */

#main {

	float: left;

	width: 98%;

	padding: 0; margin: 10px 0 0 10px;

	display: inline;

}

#main h1 {

	margin-top: 10px;

	font: normal 1.6em 'Trebuchet MS', Tahoma, Sans-serif;

	color: #336699; 

	padding: 5px 0 5px 5px; 		

}

#main ul li {

	list-style-image: url(bullet.gif);

}



.post-footer {

	background: url(post.jpg);

	padding: 5px; margin: 20px 10px 0 10px;	

	font-size: 95%;	

	color: #AEA471;

	border: 1px solid #E0DBC9;

}

.post-footer .date{

	margin: 0 10px 0 5px;	

}

.post-footer a.comments {

	margin: 0 10px 0 5px;	

}

.post-footer a.readmore {

	margin: 0 10px 0 5px;	

}



/* footer */

#footer-wrap {

	clear: both;

	width: 820px;

	font-size: 95%;	

	text-align: left;

	padding: 15px 0;

	background: url(footer-bottom.jpg) no-repeat center bottom;	

}

#footer-wrap a {

	text-decoration: none;

	color: #666666;

	font-weight: none;

}

#footer-wrap a:hover {

	color: #336699;	

}

#footer-wrap p {

	padding:10px 0;

}

#footer-wrap h2 {

	color: #666666;

	margin: 0;

	padding: 0 10px; 

}



#footer-columns {

	color: #888;

	margin: 0 auto; 

	padding: 0;	

	width: 760px;		

}

#footer-columns ul {

	list-style: none;

	margin: 10px 0 0 0; 

	padding: 0;	

	background: url(footer-dots.jpg) repeat-x left top;

}

#footer-columns li {

	background: url(footer-dots.jpg) repeat-x left bottom;		

}

#footer-columns li a {

	display: block;

	font-weight: normal;

	padding: 3px 0 3px 10px;

	width: 96%;

}

#footer-columns .col3, .col3-center {

	float: left;

	width: 32%;

}

#footer-columns .col3-center { 

	margin: 0 15px; 

}



/* bottom */

#footer-bottom {

	clear: both;

	color: #666;	

	margin: 0 auto; 

	width: 820px;

	padding: 10px 0;

	text-align: center;

}



/* alignment classes */

.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }



/* display and additional classes */

.clear { clear: both; }



.cssform p{
width: 250px;
clear: left;
margin: 0;
padding: 10px 0 8px 0;
padding-left: 250px; /*width of left column containing the label elements*/

height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 280px;
}

.cssform textarea{
width: 280px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

</style>




