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


/* REDEFINED TAGS */

body {
	background:#DDF0EB url(../images/bg.jpg) top center;
	font-family:Georgia, Palatino, Times, serif;
	font-size:.85em;
	/* font-style:italic; */
	margin:0;
	padding:0 0 20px 0;
}

h1 {
	color:#446E01;
	font-family:"Gotham-Light", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka", Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif;
	font-size:1.4em;
	font-style:normal;
	font-weight:normal;
}

h2 {
	color:#C30;
	font-family:"Gotham-Light", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka", Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif;
	font-size:1.2em;
	font-style:normal;
	text-transform:uppercase;
	letter-spacing:.05em;
	font-weight:normal;
}

h3 {
	color: #C30;
	font-family:"Gotham-Light", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka", Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
}

h4 {
	color:#330;
	font-family:"Gotham-Light", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka", Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif;
	font-size:1.1em;
	font-style:normal;
	font-weight:normal;
}

h1, h2 {
 	margin:0 0 12px 0;
	padding:0;
}


h3, h4 {
 	margin:0 0 8px 0;
	padding:0;
}

h1 a, h2 a, h3 a, h4 a {
 	color: #C30;
 	text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
 	color: #C30;
 	text-decoration:underline;
}

p {
 	color:#330;
	line-height:140%;
	margin:0 0 12px 0;
}

p a {
 	color:#330;
}

p a:hover {
 	color:#c30;
}

hr {
	border-bottom:1px solid #ECEEC0;
	margin:10px 10px 10px 0;
	padding:0;
	background:none;
	color:#ECEEC0;
}



/* IDS */

#adspace {
	position:absolute;
	margin:72px 0 0 530px;
}

#container {
	background:url(../images/container.jpg) no-repeat 50% 275px;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
}

#copyright {
	color:#FFC;
	margin:150px 40px 0 0;
	position:absolute;
	text-align:right;
	width:900px;
}

#footer #copyright a {
color:#FFC;
text-decoration:none;
}

#footer #copyright a:hover {
color:#FFC;
text-decoration:underline;
}

#footer {
	background:url(../images/footer.jpg) no-repeat;
	height:175px;
	margin:0 auto;
	width:950px;
}

#footer a {
	color:#330;
}

#footer a:hover {
	color:#C30;
}

#green1 { /* green area repeating background */
	background:url(../images/green1.jpg) repeat-y top center;
	padding:0;
	margin:0 auto;
	width:950px;
}

#green2 { /* green area non repeating background */
	background:url(../images/green2.jpg) no-repeat top center;
	padding:0;
	margin:0 auto;
	width:950px;
}

#header {
	background:url(../images/header.jpg) no-repeat top center;
	height:275px;
	padding:0;
	margin:0 auto;
	width:950px;
}

#logolink {
	position:absolute;
	margin:110px 0 0 10px;
}

#navbar {
	height:45px;
	margin:230px 10px 0 10px;
	position:absolute;
	z-index:24;
}

#paper_top  {
	background:url(../images/paper_top.jpg) no-repeat top center;
	padding:0;
	margin:0 auto;
	width:950px;
}

#paper_mid {
	background:url(../images/paper_mid.jpg) repeat-y top center;
	padding:0;
	margin:0 auto;
	width:950px;
}

#portrait {
	background:url(../images/portrait.jpg) no-repeat top left;
	float:left;
	height:300px;
	margin:0;
	padding:0;
	text-align: left;
	width:350px;
}

#sn-links1 {
	color:#330;
	font-size:.9em;
	margin:300px 0 0 0;
	position:absolute;
	text-align:center;
	width:300px;
}

#sn-links1 table {
	margin:0 auto;
}

#sn-links2 {
	position:absolute;
	margin:40px;
	width:600px;
}

#sn-links2 img {
	margin:10px 10px 0 0;
}




/* CLASSES */

.absolute {
	position:absolute;
}

.pc {  /* paper clip */
	margin:50px 0 0 13px;
	padding:0;
	position:absolute;
	z-index:22;
}

.pc2 {  /* paper clip */
	margin:20px 0 0 265px;
	padding:0;
	position:absolute;
	z-index:22;
}

.cat_title {
	color:#FFF;
	font-family:"Gotham-Light", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka", Lucida Grande, Lucida Sans, Lucida Sans Unicode, sans-serif;
	font-size:1.2em;
	font-style:normal;
	font-weight:normal;
	letter-spacing:.05em;
	padding:25px 20px 0 35px;
	margin:0;
	text-transform:uppercase;
}


/* MAIN CONTENT AND SIDEBAR */

#main1 {
	background:url(../images/main1.jpg) repeat-y;
}

#main2 {
	background:url(../images/main2.jpg) no-repeat;
	width:882px;
}

#main_bot {
	background:url(../images/main_bot.jpg) no-repeat;
	height:4px;
	width:882px;
}

#side1 {
	float:right;
	background:url(../images/side1.jpg) repeat-y;
	height:auto;
	margin:0 0 16px 0;
}

#side2 {
	background:url(../images/side2.jpg) no-repeat;
	min-height:250px;
	width:315px;
}

#side_bot {
	background:url(../images/side_bot.jpg) no-repeat;
	height:4px;
	width:315px;
}




/* FEATURED ITEMS */

#features1 {
	display:inline;
	float:left;
	margin:0 0 0 10px;
	padding:0;
	width:718px;
}

#features2 {
	display:inline;
	float:left;
	margin:0;
	padding:0;
	width:212px;
}

.feat1 {
	background:url(../images/feat_top1.jpg) no-repeat;
	width:699px;
}

.feat2 {
	background:url(../images/feat_top2.jpg) no-repeat;
	width:699px;
}

.feat3 {
	background:url(../images/feat_top3.jpg) no-repeat;
	width:699px;
}

.feat4 {
	background:url(../images/feat_top4.jpg) no-repeat;
	width:699px;
}

.feat5 {
	background:url(../images/feat_top5.jpg) no-repeat;
	width:699px;
}

.feat6 {
	background:url(../images/feat_top6.jpg) no-repeat;
	width:699px;
}

.feat7 {
	background:url(../images/feat_top7.jpg) no-repeat;
	width:699px;
}

.feat8 {
	background:url(../images/feat_top8.jpg) no-repeat;
	width:699px;
}

.feat_bot {  /* bottom edge of feature cats and POW */
	background:url(../images/feat_bot.jpg) no-repeat;
	margin:0;
	padding:0;
	width:699px;
	height:4px;
}


.feat_mid {
	background:url(../images/feat_mid.jpg) repeat-y;
	margin:0 0 20px 0;
	width:699px;
}

.pow { 
	background:url(../images/feat_pow.jpg) no-repeat;
	width:699px;
}

.feat1 table, .feat2 table, .feat3 table, .feat4 table, .feat5 table, .feat6 table, .feat7 table, .feat8 table {
	width:660px;
}

.feat1 .pad1 p, .feat2 .pad1 p, .feat3 .pad1 p, .feat4 .pad1 p, .feat5 .pad1 p, .feat6 .pad1 p, .feat7 .pad1 p, .feat8 .pad1 p { /* alignment for featured cat descriptions */
	text-align:center;
	width:500px;
	margin:15px auto 20px auto;
}

#features1 .feature { /* padding and type size for features1 */
	font-size:.9em;
	padding: 0 15px 15px 15px;
	text-align:left;
}
#features2 .feature { /* padding and type size for features2 */
	font-size:.9em;
	border-bottom:4px solid #BFCC61;
	padding:20px 0;
}

#features1 .feature h4 { /* title for featured items in features1 */
	color:#446E01;
	font-size:1em;
	font-family:Georgia, Palatino, Times, serif;
	font-weight:bold;
	margin:6px 0 3px 0;
}

#features1 .feature h4 a {
	color:#446E01;
	text-decoration:none;
}

#features1 .feature h4 a:hover { 
	color:#446E01;
	text-decoration:underline;
}

#features2 .feature h4 { /* title for featured items in features2 */
	color:#FFF;
	font-size:1em;
	font-family:Georgia, Palatino, Times, serif;
	font-weight:bold;
	margin:6px 0 3px 0;
}

#features2 .feature h4 a {
	color:#FFF;
	text-decoration:none;
}

#features2 .feature h4 a:hover {
	color:#FFF;
	text-decoration:underline;
}



/* PADDINGS AND TEXT BLOCKS */

.pad1 { /* main padding */
	margin:0;
	padding:20px;
}

#features1 .pad1 { /* padding for features1 */
	margin:0;
	padding:30px 0 10px 20px;
}

#features1 .pow .pad1 {   /* text position for POW */
	display:inline;
	float:left;
	width:440px;
}

#features1 .feat_mid .pad1 {   /* padding for POW + feature cats */
	margin:20px;
	padding:0;
}

#features2 .pad2 { /* padding for features2 */
	padding:60px 40px 10px 40px;
	margin:0;
}

#paper_top .pad1 { /* text position for intro text */
	display:inline;
	float:left;
	margin:20px 30px 20px 0;
	padding:0;
	width:560px;
}

#paper_top .pad1 .floatright { /* padding for inset images in intro text */
	display:inline;
	float:right;
	margin:0 0 0 30px;
	padding:0;
	text-align: right;
}

#paper_top .pad1 .floatright img { /* positioning for inset images in intro text */
	display:block;
	margin:0 0 4px 0;
	padding:0;
}

.pad2 {  /* secodary padding */
	padding:20px 40px;
	margin:0;
}

.pad3 { /* padding outside main content area */
	margin:0;
	padding:20px 0 20px 30px;
}

#main2 .pad3 { /* padding inside main content area */
	margin:0;
	padding:20px;
}

.pad4 { /* padding inside sidebar */
	margin:0;
	padding:20px;
}




/* TOP NAV */

#topnav {
	position:absolute;
	margin:30px 20px 0 550px
}

#topnav a {
	color:#330;
	padding:0 4px;
	text-decoration:none;
}


#topnav a:hover {
	background:#D7E163;
	color:#330;
	text-decoration:none;
	-moz-border-radius: 4px;
	border-radius: 4px;
}




/* BLOG */
#bloglist {
	text-align:left;
}

#bloglist div, #bloglist p {
	padding:0 30px;
	line-height:130%;
}

#bloglist p a:link, #bloglist p a:visited, #bloglist p a:active {
	color: #330;
	text-decoration:none;
	font-weight:bold;
}

#bloglist p a:hover {
	color: #330;
	text-decoration:underline;
	font-weight:bold;
}

.pad4 h2 { /* blog paqge title */
	font-size:1.7em;
	margin-left:30px;
}




/* PHOTOS */

.pow_pic {  /* POW photo */
	display:inline;
	float:left;
	height:176px;
	margin:32px 20px 0 19px;
	padding:0;
	overflow:hidden;
	width:176px;
}

.feat_photo {
	width:132px;
}

.photo {
	margin:10px 0 0 10px;
	width:240px;
	/* height:200px;
	 overflow:hidden;*/
}

.insetphoto {
	border:1px solid #FFF;
	display:inline;
	float:right;
	margin:10px;
}

.feat_photo img, .photo img, .insetphoto img {
	border:1px solid #FFF;
}




/* image replacement */

.feat_bot div, #portrait div, #main_bot div, #side_bot div  { 
	position:absolute;
	left:-999em;
}