/* 
	Global Stylesheet for Property in Berlin
	Travis J. Todd
	October 18, 20008
*/

@import url("whitespace-reset.css");

/* 
	Global Styles
	------------------------------------------
*/

.left { float: left; }
.right { float: right; }


/* 
	Typography
	------------------------------------------
*/

body { 
	font: 10pt/1.5 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #404040;
}

a:link, a:visited {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active { color: #666; }

h1 { 
	font-size: 100%;
	background: url('../images/square.gif') no-repeat 0 4px;
	padding-left: 20px;
}

h2 { 
	font-size: 100%;
	font-weight: normal;
	color: #666;
}

.bold { font-weight: bold; }

#content ul { 
  margin-left: 70px;
  list-style: disc url('../images/circle.gif') outside; 
  }

/* 
	Main Layout
	------------------------------------------
*/

body { background-color: #FFF; }

#container {
	width: 700px;
	margin: 0 auto;
}

#header { padding-top: 2px; }

#name {
	background: url("../images/top-line.gif") no-repeat;
	height: 30px;
	overflow: hidden;
}

#name p {
	padding: 3px 0 0 25px;
	font-weight: bold;
	font-size: 120%;
	color: #4a6bb5;
}

#main { padding-top: 5px; }

#menu { width: 165px; }

.nav { 
	padding-top: 5px;
	list-style: none; 
}

#content { 
	width: 530px; 
	border-left: 1px #ccc solid;
	padding: 30px 0;
	margin-bottom: 13px;
}

#content h1, 
#content h2, 
#content h3, 
#content p,
#content small { 
	text-align: justify;
	margin: 13px 40px 13px 40px; 
	}

#footer {
	clear: both;
	border-top: 1px #ccc solid;
	padding-bottom: 80px;
}

/* 
	Main Navigation
	------------------------------------------
*/

#menu .nav {
  margin-bottom: 10px;
}

#menu .nav li { 
	font-size: 85%;
	padding: 2px 0;
}

#menu .nav li a:link,
#menu .nav li a:visited {
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
}

#menu .nav li a:hover,
#menu .nav li a:active {
	color: #f00;
}

#menu .nav li.active a:link,
#menu .nav li.active a:visited { color: #f00; }

#menu .nav li.special a:link,
#menu .nav li.special a:visited { 
	color: #F35;
	font-weight: bold;
}

/* 
	Main Content
	------------------------------------------
*/

.property { 
  padding-left: 40px; 
  clear: both;
}

.property img {
  float: left;
  margin-right: 10px;
}

#content .property p {
  text-align: left;
}

.property h3 {
  font-weight: normal;
  font-size: 100%;
}

.property h3 strong {
	background: url('../images/square.gif') no-repeat 0 4px;
	padding-left: 20px;
}

/* 
	Footer Navigation
	------------------------------------------
*/

#footer .nav, #footer p { 
	font-size: 70%;
	list-style: none;
	text-align: center;
}

#footer p {
  	color: #aaa;
	padding-top: 8px;
}

#footer .nav li { 
	display: inline; 
	padding: 0 4px;
}

#footer .nav li a:link,
#footer .nav li a:visited {
	font-weight: normal;
	color: #aaa;
}

#footer .nav li a:hover,
#footer .nav li a:active {
	color: #f00;
}