/* GLOBAL */

html {height:100%;margin-bottom:1px;}

body, div, ol, ul, li, p, h1, h2, h3, h4, blockquote, hr {
	padding: 0px;
	margin: 0px;
	}

body {
	background: #000000 url('i/bg.jpg') repeat-x;
	font-family: arial;
	color: #424242;
	text-align: center;
	font-size: 100%;
	padding: 0 0 20px 0;
	}

a, a:visited {
	color: #f6b810;
	text-decoration: none;
	}

a:hover, a:active {
	color: #000000;
	text-decoration: none;
	}

h1 {
	margin-bottom: 10px;
	}

p {
	margin-bottom: 12px;
	}

img {
	border: 0px;
	}

textarea {
	width: 480px;
	}

hr {
	height: 1px;
	color: #D0D0D0;
	background: #D0D0D0;
	margin: 15px 0px;
	border: 0;
	clear: both;
	}

/* SITE SPECIFIC */

#container {
	background: transparent url('i/bg_curve.jpg') top center no-repeat;
	width: 100%;
	height: 800px;
	text-align: center;
	}

#header, #body, #footer {
	width: 750px;
	text-align: left;
	clear: both;
	}

#header #top { 
	height: 90px;
	float: left;
	}

	#header #top #id {
		padding-top: 40px;
		float: left;
		display: block;
		width: 530px;
		height: 41px;
		}

		#header #top #id .pf {
			display: none;
			}
	
	#header #top #mldtophead {
		padding-top: 5px;
		float: right;
		}
	
#header #showcase {
	background: transparent url('i/bg_showcase.jpg') no-repeat;
	height: 270px;
	clear: both;
	}

	#header #showcase #frame {
		background: transparent url('i/bg_frame.jpg') no-repeat;
		height: 270px;
		width: 530px;
		position: relative;
		}
	
	#header #showcase #frame #slideshow {
		margin: 15px 0 0 15px;
		width: 510px;
		height: 240px;
		float: left;
		z-index: 1;
		}
	
	#header #showcase #frame #mldarm {
		background: transparent;
		width: 38px;
		height: 164px;
		float: right;
		position: absolute;
		bottom: 10px;
		right: 0px;
		z-index: 2;
		}
	
#header #nav {
	background: transparent url('i/bg_nav.jpg') repeat-x;
	height: 30px;
	float: left;
	width: 750px;
	}

	#header #nav ul {
		width: auto;
		height: 30px;
		list-style-type: none;
		}
	
	#header #nav  li {
		display: inline;
		width: 125px;
		height: 30px;
		text-align: center;
		font-size: 0.7em;
		background: transparent url('i/bg_button.jpg') top right no-repeat;
		text-transform: uppercase;
		font-weight: bold;
		}
	
	#header #nav li a, #header #nav li a:visited {
		display: block;
		width: 125px;
		height: 21px;
		float: left;
		background: transparent url('i/bg_button.jpg') top right no-repeat;
		color: #FFFFFF;
		padding-top: 9px;
		text-align: center;
		}
		
		#header #nav li a.on, #header #nav li a:visited.on {
			color: #f6b810;
			background: url('i/bg_button_on.jpg') top right no-repeat;
			}
		
		#header #nav li a.ol, #header #nav li a:visited.ol {
			background: url('i/bg_button_on_left.jpg') top right no-repeat;
			}
	
	#header #nav li a:hover, #header #nav li a:active {
		color: #f6b810;
		}
	
	#header #subscribe {
		float: right;
		font-size: 0.6em;
		text-transform: uppercase;
		color: #777777;
		position: relative;
		top: 9px;
		right: 20px;
		}

		#subscribe a:hover, #subscribe a:active {
			color: #FFFFFF;
			border-bottom: 1px dotted #f6b810;
			}

#body {
	background: #FFFFFF;
	font-size: 0.9em;
	}

	#body #shadow {
		border-top: 5px solid #e3e3e3;
		height: 10px;
		}

	#body #intro {
		background: #FFFFFF url('i/bg_intro.jpg') bottom left repeat-x;
		padding: 5px 20px 10px;
		float: left;
		width: 710px;
		}
		
		#body #intro h2 {
			font-family: georgia;
			font-size: 3.06em;
			color: #f6b810;
			font-weight: normal;
			margin-bottom: 10px;
			}

		#body #intro p {
			width: 500px;
			font-size: 1.16em;
			line-height: 1.5em;
			color: #333333;
			float: left;
			}

		#body #intro blockquote {
			width: 190px;
			float: right;
			margin-left: 20px;
			font-family: georgia;
			font-style: italic;
			font-size: 1.73em;
			color: #000000;
			line-height: 1.8em;
			}

			#body #intro blockquote p {
				width: auto;
				font-size: 1.0em;
				line-height: 1.8em;
				}
	
	#body #main-top {
		background: #FFFFFF url('i/bg_body_main_top.jpg') no-repeat;
		height: 10px;
		float: left;
		width: 100%;
		}

	#body #main {
		background: #FFFFFF url('i/bg_body_main.jpg') bottom left repeat-x;
		padding: 15px 20px 20px;
		float: left;
		width: 710px;
		}
		
		#content {
			width: 500px;
			float: left;
			}

			#content h1 {
				font-size: 1.74em;
				color: #333333;
				margin-bottom: 10px;
				letter-spacing: -0.05em;
				}
			
			#content h2 {
				font-family: georgia;
				font-size: 1.5em;
				color: #f6b810;
				}
			
			#content p {
				line-height: 1.5em;
				}
			
			#content small {
				font-size: 0.8em;
				line-height: 1.5em;
				text-transform: uppercase;
				font-weight: bold;
				}

			#content ul, ol {
				margin: 15px 0px;
				}
			
			#content li {
				margin: 3px 0px 3px 40px;
				line-height: 1.5em;
				}
			
			#content blockquote {
				font-family: georgia;
				font-style: italic;
				margin: 15px 25px;
				font-size: 1.2em;
				}

			#content p a, #content p a:visited {
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 0.7em;
				padding: 2px 3px;
				background: #f6b810;
				}

			#content p a:hover, #content p a:active {
				color: #FFFFFF;
				background: #333333;
				}

				.blog-header {
					margin-bottom: 20px;
					}

				.entry {
					float: left;
					margin-top: 20px;
					clear: both;
					}
				
				.blog-entry {
					padding-bottom: 20px;
					}

				#comments {
					clear: both;
					}
				
				#commentform {
					margin-top: 20px;
					}
				
				.postmetadata {
					font-size: 0.8em;
					line-height: 1.5em;
					margin-top: 5px;
					}

					#content .postmetadata a, #content .postmetadata a:visited {
						color: #FFFFFF;
						font-weight: bold;
						text-decoration: none;
						text-transform: uppercase;
						font-size: 0.8em;
						padding: 2px 3px;
						background: #777777;
						}

					#content .postmetadata a:hover, #content .postmetadata a:active {
						background: #f6b810;
						}

				#content .blogposts {
					list-style-type: none;
					}

					#content .blogposts li {
						border-bottom: 1px dotted #D0D0D0;
						padding: 5px;
						margin-left: 0px;
						}

					#content .blogposts li a, #content .blogposts li a:visited {
						color: #000000;
						}
					
					#content .blogposts li a:hover, #content .blogposts li a:active {
						color: #f6b810;
						}
					
				#content #seemore {
					clear: both;
					margin-top: 20px;
					}
				
				#content .print {
					float: right;
					position: relative;
					top: 3px;
					}
				
				#content .listings {
					list-style-type: none;
					margin-bottom: 20px;
					float: left;
					}
				
				#content .listings li {
					padding: 10px 0 0;
					margin: 0px;
					width: 100%;
					height: auto;
					border-bottom: 1px dotted #D0D0D0;
					float: left;
					}
				
				#content .listings li .thumb {
					float: left;
					width: 160px;
					height: 140px;
					margin-right: 20px;
					border: 5px solid #eaeaea;
					}
				
				#content .details {
					list-style-type: none;
					margin-bottom: 20px;
					}
				
				#content .details li {
					padding: 5px 0;
					margin: 0px;
					width: 100%;
					height: auto;
					border-bottom: 1px dotted #D0D0D0;
					float: left;
					position: relative;
					}
				
				#content .details li label {
					width: 160px;
					clear: both;
					float: left;
					color: #777777;
					text-transform: uppercase;
					font-weight: bold;
					font-size: 0.8em;
					position: absolute;
					top: 5px;
					left: 0px;
					}
				
				#content .details li span {
					clear: right;
					display: block;
					padding-left: 160px;
					min-height: 15px;
					}
				
				#content .navigation, #content .navigation span {
					font-size: 0.8em;
					text-transform: uppercase;
					}
				
				#content .newcondos {
					list-style-type: none;
					float: left;
					}
				
				#content .newcondos li {
					display: inline;
					width: 156px;
					float: left;
					margin: 0px;
					padding: 12px 5px;
					}
				
				#content .newcondos li .thumb, #content .logo {
					width: 146px;
					height: 146px;
					margin-right: 20px;
					border: 5px solid #eaeaea;
					}

				#content .logo {
					float: right;
					margin: 0 0 20px 20px;
					}
				
				#content .newcondos li h2 {
					text-transform: uppercase;
					font-family: arial;
					font-size: 1.0em;
					height: 45px;
					border-top: 1px solid #999999;
					line-height: 1.0em;
					}
				
				#content .newcondos li h2 a, #content .newcondos li h2 a:visited {
					color: #000000;
					display: block;
					width: 136px;
					height: 45px;
					background: #D0D0D0;
					border-top: 5px solid #C5C5C5;
					border-bottom: 1px solid #C5C5C5;
					padding: 2px 10px 5px;
					}
				
				#content .newcondos li h2 a:hover, #content .newcondos li h2 a:active {
					color: #FFFFFF;
					border-top: 5px solid #e4aa0e;
					border-bottom: 1px solid #e4aa0e;
					background: #f6b810;
					}
		
		#sidebar {
			width: 190px;
			float: right;
			}

			#sidebar a, #sidebar a:visited {
				color: #000000;
				}
			
			#sidebar a:hover, #sidebar a:active {
				color: #f6b810;
				}

			#sidebar #contact h2 {
				font-size: 1.44em;
				color: #333333;
				text-transform: uppercase;
				}
			
			#sidebar #contact h3 {
				color: #777777;
				font-size: 1.0em;
				text-transform: uppercase;
				}
			
			#sidebar #contact .pf {
				display: none;
				}
			
			#sidebar h2 {
				color: #000000;
				font-size: 1.3em;
				}
			
			#sidebar p {
				line-height: 1.5em;
				}

			#sidebar p a, #sidebar p a:visited {
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 0.8em;
				padding: 2px 3px;
				background: #f6b810;
				}

			#sidebar p a:hover, #sidebar p a:active {
				color: #FFFFFF;
				background: #333333;
				}

			#sidebar ul {
				margin: 5px 0;
				list-style-type: none;
				}

				#sidebar li {
					margin: 30px 0px;
					}

				#sidebar li ul {
					margin: 0px;
					}

				#sidebar li li {
					margin: 0px;
					padding: 5px 0;
					border-bottom: 1px dotted #D0D0D0;
					}

			#sidebar #tag_cloud a, #sidebar #tag_cloud a:visited {
				color: #FFFFFF;
				font-weight: bold;
				text-decoration: none;
				text-transform: uppercase;
				padding: 2px 3px;
				background: #777777;
				}

			#sidebar #tag_cloud a:hover, #sidebar #tag_cloud a:active {
				background: #f6b810;
				}

#footer {
	background: #000000 url('i/bg_footer.jpg') no-repeat;
	}

	#footer #copy {
		padding: 30px 10px;
		font-size: 0.6em;
		color: #FFFFFF;
		}
	
	#footer a:hover, #footer a:active {
		color: #FFFFFF;
		}
		

		