
* {padding: 0; margin: 0; } 

/* GENERAL STYLES
---------------------------------------------------------------------------------*/
body {
	font-family: Calibri, Geneva, Verdana, sans-serif;
	background-color: #DEDEDD;
	color: #333333;
	width: 100%;
	display: table;
	font-size: 12px;
	
}
p {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
}
img {
	border: none;
}

em {
	font: italic 100% Calibri, Geneva, Verdana, sans-serif;
}
em strong {
	color: #CC0000;
}
del {
	color: #666666;
}
ins {
	text-decoration: none;
}

/* LISTS */
ul li {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	margin-left: 20px
}

.redBold {
	color: #990000;
	font-weight: bold;
}
.gold {
	color: #FFCC00;
}

.largertxt {
	font-weight: bold;
	font-size: 1em;
}
.smallertxt {
	font-size: 0.9em;
}


/* LINKS */
a {
	color: #996600;
	text-decoration: none;
	outline: none;
	border: none;
}
a:hover {
	text-decoration: underline;
}


/* HEADINGS
---------------------------------------------------------------------------------*/
h1, h2 {
	font: bold 120%/100% Calibri, Geneva, Verdana, sans-serif;
	padding: 0 0 8px;
	color: #804000;
}
.title {
	background: url(images/tape.gif) no-repeat center center;
	text-align: center;
	font: normal small-caps 190%/100% Calibri, Geneva, Verdana, sans-serif;
	letter-spacing: 1px;
	margin: 0px 0 20px;
	padding: 16px 20px 16px 0;
}
.title span {
	color: #666666;
}
h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #804000;
	text-decoration: none;
}
h3 {
	font: bold 135%/100% Calibri, Geneva, Verdana, sans-serif;
	padding: 1.2em 0 .3em;
}
h3 em, h4 em {
	color: #CC0000;
	letter-spacing: -1px;
}
h4 {
	font: bold 120%/100% Calibri, Geneva, Verdana, sans-serif;
	padding: .85em 0 5px;
	color: #666666;
}
	

/* HEADER AND NAVIGATION
---------------------------------------------------------------------------------*/
#container_header {
	background: #DEDEDD url(images_template/bg_main.jpg) no-repeat center top;
	width: 100%;
	height: 853px;
	z-index: 100;
	clear: both;
	}


#header {
	height: 325px;
	width: 970px;
	margin: 0 auto;
	position: relative;
	padding: 57px 10px 0 10px;
}

.logo {
	position: relative;
	top: 60px;
	left: 100px;
	border: none;
	}

#nav {
	float: right;
	clear: both;
}
#nav a {
	color: #CCCCCC;
	background: #000000; 
	padding: 5px 10px 6px 10px;
	margin: 0 auto;
	text-decoration: none;
	font-size: 95%;
}
#nav a:hover {
	color: #FFCC00;
	text-decoration: none;
}

.rotation {
	position: absolute;
	top: 197px;
	left: 653px;
	}

.pullquote {
	width: 200px;
	float: left;
	font-size: 95%;
	line-height:125%;
	color: #804000;
	margin:10px;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
}
.pullquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

/* MAIN CONTENT WRAPPING
---------------------------------------------------------------------------------*/
#container_content-wrap {
	background: url(images_template/bg_contentbox.jpg) repeat-y center top;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -435px;
	padding: 0;
	z-index: 300;
	clear: none;
	}

#content-wrap {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	clear: none;
	z-index: 500;
}

#top {
	height: 100%;
}
#content {
	width: 680px;
	display: block;
	float: left;
	position: relative;
	padding: 10px 10px 20px 20px;
	z-index: 900;
	clear: none;
}

#backtotop {
	padding: 20px 0 0 548px;
	margin: 0;
	height: 26px;
	clear: both;
}
#backtotop a {
	color: #000;
	font-size: 95%;
	background: url(images/top-bg.gif) no-repeat right center;
	padding-right: 14px;
}

/* POST ARE CONTENT GROUPS
---------------------------------------------------------------------------------*/
.post {
	background: none;
	padding: 0;
	width: 670px;
	font-size: 105%;
}

.post li {
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
	margin-left: 50px
}


/* RIGHT SIDEBAR
---------------------------------------------------------------------------------*/
#sidebar {
	width: 250px;
	float: right;
	padding-right: 10px;
	position: relative;
	clear: none;
	z-index: 700;
	overflow: hidden;
}


/* FOOTER
---------------------------------------------------------------------------------*/
#footer {
	background: url(images_template/bg_footer.jpg) no-repeat center bottom;
	clear: both;
}
#footer-wrap {
	width: 900px;
	height: 280px;
	margin: 0 auto;
	padding: 10px 0 0 10px;
	font-size: 10pt;
	clear: both;
	z-index: 800;
}


/* ALIGNMENTS etc (content elements)
---------------------------------------------------------------------------------*/

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
	margin: auto;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}

/* image */
img.image {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image {
	margin-top: 4px;
}
p.image em {
	display: block;
	text-align: center;
	font-size: 95%;
	color: #666;
	padding: 4px 0 6px;
	line-height: 140%;
}
p.image img {
	background: #fff;
	padding: 5px;
	border: 1px solid #D9D9D9;
}
p.image a:hover img {
	border: 1px solid #666;
	background: #fff;
}
p.image a, p.image  a:visited {
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
p.image a:hover {
	text-decoration: underline;
}
p.image small {
	color: #999999;
	display: block;
	font-size: 95%;
	line-height: 100%;
}
p.left {
	float: left;
	margin-right: 15px;
}
p.right {
	float: right;
	margin-left: 15px;
}
img.left {
	float: left;
	margin-right: 5px;
}
img.right {
	float: right;
	margin-left: 5px;
}


.polaroid {     
	padding:20px 15px 50px 21px;     
	border:none;     
	background-image: url(images/bg_polaroid.jpg);
	width: 150px;
	height: 150px;    
	} 
.polaroidtext {    
	color:black;    
	position:relative;    
	top: -50px; 
	text-align: center;
} 

/* 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 */


/* IEPNGFIX */
img, div { behavior: url(/iepngfix/iepngfix.htc) }

#newspaper-c {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size:12px;
	width:480px;
	text-align:left;
	border-collapse:collapse;
	border:1px solid #6cf;
	margin:20px;
	}

#newspaper-c th{
	font-weight:normal;
	font-size:13px;
	color:#039;
	text-transform:uppercase;
	border-right:1px solid #0865c2;
	border-top:1px solid #0865c2;
	border-left:1px solid #0865c2;
	border-bottom:1px solid #fff;
	padding:20px;
	}
#newspaper-c td{
	color:#669;
	border-right:1px dashed #6cf;
	padding:10px 20px;
	}
	
.left_padding {
 float: left;
 padding-right: 10px;
 }