@charset "utf-8";

/************ RESET *************/

@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;

}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/**************** 960 Grid **************/

.container_12,.container_16{margin-left:auto;margin-right:auto;width:960px}.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12,.grid_13,.grid_14,.grid_15,.grid_16{display:inline;float:left;margin-left:10px;margin-right:10px}.container_12 .grid_3,.container_16 .grid_4{width:220px}.container_12 .grid_6,.container_16 .grid_8{width:460px}.container_12 .grid_9,.container_16 .grid_12{width:700px}.container_12 .grid_12,.container_16 .grid_16{width:940px}.alpha{margin-left:0}.omega{margin-right:0}.container_12 .grid_1{width:60px}.container_12 .grid_2{width:140px}.container_12 .grid_4{width:300px}.container_12 .grid_5{width:380px}.container_12 .grid_7{width:540px}.container_12 .grid_8{width:620px}.container_12 .grid_10{width:780px}.container_12 .grid_11{width:860px}.container_16 .grid_1{width:40px}.container_16 .grid_2{width:100px}.container_16 .grid_3{width:160px}.container_16 .grid_5{width:280px}.container_16 .grid_6{width:340px}.container_16 .grid_7{width:400px}.container_16 .grid_9{width:520px}.container_16 .grid_10{width:580px}.container_16 .grid_11{width:640px}.container_16 .grid_13{width:760px}.container_16 .grid_14{width:820px}.container_16 .grid_15{width:880px}.container_12 .prefix_3,.container_16 .prefix_4{padding-left:240px}.container_12 .prefix_6,.container_16 .prefix_8{padding-left:480px}.container_12 .prefix_9,.container_16 .prefix_12{padding-left:720px}.container_12 .prefix_1{padding-left:80px}.container_12 .prefix_2{padding-left:160px}.container_12 .prefix_4{padding-left:320px}.container_12 .prefix_5{padding-left:400px}.container_12 .prefix_7{padding-left:560px}.container_12 .prefix_8{padding-left:640px}.container_12 .prefix_10{padding-left:800px}.container_12 .prefix_11{padding-left:880px}.container_16 .prefix_1{padding-left:60px}.container_16 .prefix_2{padding-left:120px}.container_16 .prefix_3{padding-left:180px}.container_16 .prefix_5{padding-left:300px}.container_16 .prefix_6{padding-left:360px}.container_16 .prefix_7{padding-left:420px}.container_16 .prefix_9{padding-left:540px}.container_16 .prefix_10{padding-left:600px}.container_16 .prefix_11{padding-left:660px}.container_16 .prefix_13{padding-left:780px}.container_16 .prefix_14{padding-left:840px}.container_16 .prefix_15{padding-left:900px}.container_12 .suffix_3,.container_16 .suffix_4{padding-right:240px}.container_12 .suffix_6,.container_16 .suffix_8{padding-right:480px}.container_12 .suffix_9,.container_16 .suffix_12{padding-right:720px}.container_12 .suffix_1{padding-right:80px}.container_12 .suffix_2{padding-right:160px}.container_12 .suffix_4{padding-right:320px}.container_12 .suffix_5{padding-right:400px}.container_12 .suffix_7{padding-right:560px}.container_12 .suffix_8{padding-right:640px}.container_12 .suffix_10{padding-right:800px}.container_12 .suffix_11{padding-right:880px}.container_16 .suffix_1{padding-right:60px}.container_16 .suffix_2{padding-right:120px}.container_16 .suffix_3{padding-right:180px}.container_16 .suffix_5{padding-right:300px}.container_16 .suffix_6{padding-right:360px}.container_16 .suffix_7{padding-right:420px}.container_16 .suffix_9{padding-right:540px}.container_16 .suffix_10{padding-right:600px}.container_16 .suffix_11{padding-right:660px}.container_16 .suffix_13{padding-right:780px}.container_16 .suffix_14{padding-right:840px}.container_16 .suffix_15{padding-right:900px}.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}




html {
	height: 100%;	
}

body {
	background-image: url(images/backgroundtile2.jpg);
	background-repeat: repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
		height: 100%;
}

h1 {
	background: transparent url(images/header.jpg) no-repeat;
	height: 212px;
	width: 1050px;
	margin: 0 auto;
	text-indent: -9999px;
}

p {
	font-family:Arial, Helvetica, sans-serif;	
	margin-bottom: 10px;
}

p.readmore {
	display: inline;
	float: left;
	position: relative;
	top: -30px;
	left: -20px;
	width: 186px;
	height: 122px;
	background:transparent url(images/readmorebtn.png) no-repeat;
	padding: 42px 0 0 0;
	text-indent: 50px;
	color: #8d1334;
}	

.divider {
	background: transparent url(images/hr.jpg) center no-repeat;
	height: 50px;
}

#container {
	width: 1118px;
	margin: 0 auto;
	position: relative;
		height: 100%;
}

#paper {
	width: 1118px;	
	position:relative;
	background: transparent url(images/papertilebg2.jpg) repeat-y;	
	top: -70px;
	padding-bottom: 100px;

}

h2 {
	color: #8d1334;
	font-size: 3em;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1em;	
}

h2 a {
	color: #8d1334;
	text-decoration: none;
}


h3 {
	color: #8d1334;
	font-size: 2em;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1em;	
}

a {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

.date {
	float: left;
	background: transparent url(images/postit2.png) no-repeat;

	height: 194px;
	text-align: center;
	line-height: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	top: -10px;
	background-position: 50% 0;
		color:#666;

}	


.date .day {
	font-size:62px;	
}

.date .month {
	font-size: 42px;	
	display:block;
}

.day, .month, .year {
	position: relative;
	top: 32px;
}

.year {
top: 25px;
}

#maincontent {
	margin-top: 30px;	
	background: transparent url(images/hr.jpg) no-repeat;
	background-position: 0 100%;
}

#papertopedge {
	position: absolute;
	top:142px;
	width: 1118px;
	height: 60px;
	background: transparent url(images/papertopedge.png) no-repeat;	
	z-index: 1001;
}

#papertop {
	position: relative;
	width: 1118px;
	height: 359px;
	background: transparent url(images/papertopbg2.jpg) no-repeat;	
	top: -10px;

}

#menutabs {


}



#papertop div {
	position:relative;
	top: 10px;
}

blockquote {
	font-size: 24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #606060;
	background: transparent url(images/leftquote.gif) top left no-repeat;
}

blockquote div {
	background: transparent url(images/rightquote.gif) bottom right no-repeat;
	padding: 0 0px 0 60px;
	line-height: 1.5em;
}

.clearer {
	clear: both;	
}

#paperbottom {
	position: relative;
	top: -209px;
	width: 1118px;
	height: 242px;
	background: transparent url(images/paperbottombg.png) no-repeat;	
}

.post {
	margin-bottom: 20px;
  	min-height:200px;
	height:auto !important;
	height:200px;

}

.post p, .post h2 {

}

.static p, .static h2 {
	margin: 0 40px 20px 60px;
}



#nav {
	position: absolute;
	height: 63px;
	top: 140px;
	right: 30px;
	margin-right: 50px;
	margin-top: 0;
}

#nav li {
	position: relative;
	display: inline;
	float: left;
	margin-right: -17px;
	background: transparent url(images/tab.png) no-repeat;	
	background-position: 0 3px;

}
#nav li.rss {
	background: transparent url(images/rss.png) no-repeat;
	width: 90px;
	height: 90px;
		margin-left: 10px;
}

#nav li.rss a {
	text-indent: -9999px;

}

#nav img {
	position: absolute;	
	top: -50px;
	right: -10px;
}
	
.myrss {
	position: absolute;
	top: 90px;
	right: 70px;
}
	
.current-cat, .current_page_item {
	top: -4px;	
}

#nav a {
	padding-top: 12px;
	font-size: 22px;
	color: #000;
	height: 50px;
	display: block;
	width: 140px;
	text-align:center;
	text-decoration: none;
	position:relative;
	z-index: 1002;
}


#footer {
	position: relative;
	z-index: 2000;
	
}



#feeds {
	background: transparent url(images/hr.jpg) no-repeat;
	background-position: 0 100%;
	padding: 20px 0;
	margin-bottom: 20px;

}

#photos div {
	float: left;
	

}

#feeds li {
	text-align: left;	
}

#photos div a {
	display: block;
	height: 76px;
	width: 76px;
	margin: 10px 10px 10px 0;
	padding: 5px;
	border: 1px dashed white;
	
}

#photos div a:hover {
	border: 1px dashed grey;	
}

#twitter_update_list { margin: 0; padding: 0; }

#twitter_update_list li {
	padding-bottom: 15px;
	margin: 0 0 15px 0;
	background: transparent url(images/hr.jpg) no-repeat;
	background-position: 0 100%;
	list-style-image: url(images/twitter.png);
	list-style-position: inside;

}
/*
#wpcf7-f1-w1-o1 input, #wpcf7-f1-w1-o1 textarea {
	width: 190px;	
}
 #wpcf7-f1-w1-o1 textarea {
	height: 100px; 
 }
 
 #text-458482451 {
	float: left;
	margin-left: 20px;
 }
 
 .wpcf7-response-output {
	width: 190px;		 
	 } */
	 
#sidebar1 img {
	background-color: #F8F8F8;
	padding: 5px 5px 30px 5px;
	border: 1px solid #AAA;
}


#footernav li {
	margin-right: 40px;
	display:inline;
}

#footernav li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	line-height: 1.5em;
		position:relative;
		z-index: 2000;

}

p.credits {
	margin: 0 auto;	
	position: relative;
	z-index: 1000;
}


div.wp-pagenavi
{
	text-align: center;
	margin-bottom: 15px;
}