/*
	AUTHOR:	Hot Light Studios
			webmaster@hotlightstudios.net
			http://www.hotlightstudios.net
			
	*** DOLLHOUSE CSS STYLESHEET ***
			
*/

/* RESET'S & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { 
	overflow-y: scroll;
	height: 100%;
	}
body {
	font: 62.5% Helvetica, sans-serif;
	height: 100%;
	background: url('http://www.plumpdolls.com/images/header-bg.png') repeat-x 0 0 #e6ddc5;
	}
ul.list {
	font-family: Georgia, serif;
	font-size: 1.2em; line-height: 1.5em;
	margin-left: 35px;
	margin-top: -10px;
	}
	ul.list li {
		color: #93785f;
	}

p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a { outline: none; }
a img { 
	border: none;
	margin-bottom: 8px;
	}
img.honor {
	margin: 4px 0 6px 0;
}

img.thumbs {
	margin: 0 auto;
}

img#update {
	margin-top: 20px;
	margin-left: 45px;
}

img.title {
	margin-right: 12px;
}

img.linkad {
	margin: 4px 0 4px 8px;
}

img.memarea {
	margin: 0 0 20px 0;
}

span {
	display: none;
}


/* END RESET */

/* TOOLBOX */
.floatleft { float: left; }
.floatright {float: right; }
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */

#container {
   min-height: 100%;
   margin: 0 auto;
   width: 830px;
}

#links {
	float: left;
	position: relative;
	top: 0px;
	left: -10px;
	width: 176px;
	height: 100px;
	}
	
	#links-shadow {
		width: 175px;
		background: url('http://www.plumpdolls.com/images/links-shadow.png') no-repeat bottom right;
		}
		
		#links-top {
			height: 25px;
			width: 167px;
			background: url('http://www.plumpdolls.com/images/links-top.png') no-repeat top left;
		}
		
		#links-content {
			width: 167px;
			background: url('http://www.plumpdolls.com/images/links-menu.png') no-repeat top left #ffffff;
		}
		
		#links-bottom {
			width: 167px;
			height: 42px;
			background: url('http://www.plumpdolls.com/images/links-bottom.png') no-repeat bottom left;
		}
		
		#links ul#nav {
			list-style: none;
			padding: 7px 0 0 12px;
			}
			
			#links ul#nav li a {
				font-family: Georgia, Times New Roman, sans-serif;
				color: #838383;
				font-size: 1.2em;
				font-weight: bold;
				text-decoration: none;
				line-height: 25px;
				text-transform: uppercase;
				letter-spacing: 0.1em;
				}
				#links ul#nav li a:hover, #links ul#nav li a:active {
					color: #c1c1c1;
				}

#header {
   background: url('http://www.plumpdolls.com/images/dollhouse-logo.png') no-repeat top left;
   height:256px;
   margin-left: 20px;
}

div#content {
	padding-bottom: 20px;
	}
	div#content p {
		font-family: Georgia, serif;
		font-size: 1.2em;
		line-height: 1.3em;
		text-indent: 12px;
		margin-right: 6px;
		color: #93785f;
		}
		
div#content div#left-col { /* LEFT COLUMN */
	float: left;
	width: 370px;
	margin-left: 0px;
	margin-top: -100px;
	}
	
div#content div#right-col { /* RIGHT COLUMN */
	float: right;
	width: 257px;
	margin-top: -110px;
	}
	div#right-shadow2 {
		background: url('http://www.plumpdolls.com/images/sidebar-shadow.png') no-repeat right bottom;
		}
		div#right-top2 {
			background: url('http://www.plumpdolls.com/images/sidebar-top.png') no-repeat;
			height: 26px;
		}
		div#right-content2 {
			background: #ffffff;
			width: 247px;
			}
			div#right-content2 h6 {
				font-family: Helvetica, sans-serif;
				font-size: 1em;
				color: #999999;
				margin: 12px 12px 0 12px;
				border-bottom: 1px solid #999999;
			}
			div#right-content2 img.title {
				padding: 14px 18px 0px 18px;
			}
			div#right-content2 img.thumbs {
				padding: 12px 0 0 26px;
			}
		
			div#right-content2 p {
				padding: 0px 18px 4px 18px;
				font-family: Georgia, serif;
				font-size: 1.3em;
				line-height: 1.4em;
				text-indent: 12px;
				}
				
		div#right-banner{
			width: 246px;
			text-align: center;
			margin-top: 12px;
			}
			div#right-banner p{
				font-family: Helvetica, sans-serif;
				font-size: 0.8em;
				line-height: 2.5em;
				letter-spacing: 0.4em;
			}
			div#ads {
				background: #f2eee2;
				width: 246px;
				border: 1px solid #c8c0ad;
				margin-top: -16px;
				}
				
				img.banner {
					margin: 0 0 6px 8px;
				}
	
	div#right-bottom2 {
		background: url('http://www.plumpdolls.com/images/sidebar-bottom.png') no-repeat;
		width: 257px;
		height: 23px;
	}
		
		
		
#footer {
	float: left;
	width: 707px;
	margin-left: 176px;
	}
	#footer p {
		font-family: Georgia, serif;
		font-size: 1.1em;
		color: #93785f;
		padding-bottom: 10px;
		}
	#footer a {
		text-decoration: none;
		color: #93785f;
		}
	#footer a:hover, #footer a:active {
		color: #86a919;v
		}

/* END STRUCTURE */