/* ------------------------------------ */
/* Haverkamp Pictures */
/* commies styles */
/* ------------------------------------ */

/* page layout */

	body {
		margin: 0px;
		padding: 0px;
		background: #000; 				
		font-size: .80em;
		font-family: verdana, arial, sans-serif;
		color: #cccccc;
		}

	
	#wrapper {
		background: #000;
		margin: 0px auto 0px auto;
		padding: 0px;
		width: 780px;
		position: relative;
		}
	
	#top {
		width: 780px;
		height: 300px;
		background: url(images/commies_banner.gif); 	
		margin-left: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		}

	#sidebar {
                width: 150px;
                float: left;
		padding-top: 50px;
		}

	#main {
		width: 500px;
		margin-left: 50px;
		margin-right: 0px;
		padding-top: 15px;
		padding-bottom: 30px;
                float: left;
                clear: none;
                display: inline; /* IE bug fix */
		}

	#footer {
		width: 780px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 30px;
                clear: both;
		}

	.head {
		padding-left: 125px;
		}


/* text styling */

	a:link { 
		color: #cccccc; 
		text-decoration: none;
		border-bottom: 1px dotted #cc3333;
		}
	
	a:visited { 
		color: #cccccc; 
		text-decoration: none;
		border-bottom: 1px dotted #cc3333;
		}

	a:hover { 
		color: #ffffff; 
		text-decoration: none;
		border-bottom: 1px solid #ffffff;
		}

	a:active { 
		color: #ffffff; 
		text-decoration: none;
		border-bottom: 1px solid #ffffff;
		}

	h1 {
		display: none;
		}
	
	h2 {
		font-size: 100%;
		font-weight: bold;
		background: url(autumn_h2_block.gif) no-repeat 0px 7px;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 10px;
		padding-right: 0px;
		margin-top: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		}

	h3 {
		font-size: 120%;
		font-weight: bold;
		color: #cc3333;
		margin-top: 0xp;
		margin-bottom: 5px;
		}

	#main p {
		font-size: 85%;
		font-weight: normal;
		line-height: 160%;
		padding: 0px;
		margin-top: 0px;
        margin-bottom: 15px;
        margin-right: 0px;
        margin-left: 0px;
		}

	h1 {
		font-size: 150%;
		font-weight: normal;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
		}
		
	#episodes {
		margin: 0px 0px 40px 0px;
		padding: 0px;
		font-size: 100%;
		font-weight: bold;
		line-height: 150%;
		}


	#sidebar div {
		margin: 0px 0px 40px 0px;
		padding: 0px;
		}


	
	.footertext {
		font-size: 85%;
		font-weight: normal;
		text-align: center;
		line-height: 160%;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 5px;
		margin-left: 10px;
		margin-right: 0px;
		}

	.imagebox {
		margin: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 85%;
		line-height: 175%;
		}