﻿/* ctr_main.css */

/* 
THANKS TO:  http://www.twinhelix.com/css/iepngfix/demo/
FOR THE AWESOME IE6 PNG TRANSPARENCY HACK  -

DON'T FORGET TO ADJUST THE IEPNGFIX.HTC FILE TO HAVE THE CORRECT  ( HTML RELATIVE )  PATH TO BLANK.GIF
ADD BELOW ALL TAGS WHICH NEED TRANSPARENT TAG SUPPORT 
*/
img, .pngfix { behavior: url('wp-content/themes/ctr/iepngfix.htc') } /* PATH IS RELATIVE TO THE HTML FILE, NOT THE CSS */

/* THIS BIT IS TO MAKE IMG CORNERS ROUNDED, 
THANKS TO: webdesignerwall.com
DON'T FORGET THE ROUND-CORNER.PNG FILE! 
*/

/* .rnd span {
	width: 70px;
	height: 50px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(round-corner.png) no-repeat;
}
.rnd img {
	border: none;
	padding: 0;
}
*/
/* END ROUNDED CORNER  */

html, body {padding: 0px;
	margin: 0px;
	
	}
	
* { font-size: 12.5pt;
	font-family: "times new roman", serif;

	}

p, h1, h2, h3, h4, h5 { 

}

a img {border:none;
	}
a:link, a:visited {text-decoration: underline;
	}

div#head { height: 165px;
	background: none;
	}
	#head img { display:none;
		}
	#head #logo {
		display: inline;
		}

div#menubarouter, div#menubarcover, div#menubar {display:none;
	height: 0px;
	}

div#bottomcontainer {
	position: relative;
	float:left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	}
div#leftstrip {
	display:none;
	}
	
	div#contentbox {
		background: #ffffff;
		float: left;
		border: none;
		border-bottom: 2px #646464 solid;
		min-height: 0px;
		width: 100%;
		color: #000;
		position: relative;
		
		z-index: 70;
		padding: 0px;
		}

div#realcontent { padding: 0 0 0 10px;
	width: 70%;
		}
		
		div#realcontent h1 { font-size: 1.3em;
			color: #40210e;
			}
		div#realcontent p {padding-left: 5px;
			}
			#realcontent p:first-letter { font-family: "christiana regular";
				font-weight: bold;
				font-size: 1.2em;
				}
		div#realcontent img, div#realcontent p img { padding: 3px;
			float: right; 
			border: 1px solid gray;
			margin: 5px;
			}
			div#realcontent img:hover, div#realcontent p img:hover {
				border: 1px solid #9F3800
				}
	div#rightstrip {
		display:none;
		}
div#foot {
	clear: both;
	margin-top: 6px;
	margin-left: 15%;
	margin-right: 25%;
	margin-bottom: 6px;
	text-align: center;
	font-size: .6em;
	}
	div#foot a:link, div#foot a:visited {	text-decoration: underline;
		color: #000;
		font-size: .6em;
		}

#loginbar { display:none;}

span.print {display:none;}
