/*  
Site Name: Size 9 Productions
Version: 1.0
*/

* {
	padding:0;
	margin:0;
}

body {
	background:#8b8b8b url(../images/bg.jpg) top left repeat-x;
	color:#000;
	font:62.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	background:#fff url(../images/logo.gif) top left no-repeat;
	display:block;
	width:200px;
	height:140px;
}
	h1 a {
		display:block;
		width:200px;
		height:140px;
		text-indent:-9000px;
		overflow:hidden;
	}
	
embed {
	display:block;
}

#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 12px 0;
	font-size:2.4em;
	color:#8f4283;
}

#content h3 {
	font-size:1.4em;
	color:#8f4283;
}

#content p {
	padding:0 0 17px 0;
	font-size:1.2em;
}

#content p span {
	color:#8f4283;
}

#content ul {
	padding:0 0 0 25px;
}

#content li {
	font-size:1.2em;
}

#content a {
	color:#8f4283;
	text-decoration:none;
	border-bottom:1px dotted #8f4283;
}

#container {
	width:770px;
	margin:0 auto;
	background:#fff url(../images/container-bg.gif) top left repeat-y;
}

#wrapper {
	background:url(../images/wrapper-bg.jpg) top left no-repeat;
	padding:16px 5px 0 5px;
}

#header {
	width:760px;
	height:140px;
	background:#fff url(../images/header-bg.gif) top right no-repeat;
}

#navi {
	width:200px;
	float:left;
	background-color:#aaa;
	padding:36px 0 0 0;
	border-bottom:1px solid #000;
}
	
	#navi ul {
		list-style:none;
		border-top:1px solid #8f4283;
	}
	#navi ul ul {
		border-top:none;
		border-bottom:1px solid #8f4283;
		background-color:#9a7c95;
		padding:2px 0 5px 0;
	}
	#navi ul a {
		display:block;
		width:182px;
		line-height:35px;
		border-bottom:1px solid #8f4283;
		font-size:1.4em;
		color:#fff;
		text-decoration:none;
		padding:0 0 0 18px;
		font-weight:bold;
	}
	#navi ul ul a {
		width:167px;
		padding:0 0 0 33px;
		line-height:25px;
		border-bottom:none;
	}
	
	#navi #current {
		background-color:#9a7c95;
	}

#content {
	width:520px;
	float:left;
	padding:28px 20px 0 20px;
}

#footer {
	width:720px;
	clear:both;
	text-align:right;
	font-size:1.2em;
	color:#999;
	padding:20px 25px 20px 25px;
	background:url(../images/footer-bg.jpg) bottom left no-repeat;
}

/*
---- Clear All and the Clearfix
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */