
/*
Naked War zone style
overrides for global layout sheet
only add entries for items which need to be different from global layout
colour changes etc.  Be more careful about changing margin sizes and stuff, as a lot of these values are interconnected
of course, you can change *everything* if you can be bothered!
*/

body { background:#1C4606; text-align:center; background-image: url(/nakedwar/graphics/camo_background.jpg); }

p { font-family:"Verdana", sans-serif; line-height:130%; margin-bottom:10px; }
p A { font-family:"Verdana", sans-serif; }
p A:hover { }

p.nav { color:#E1FFDC; font-family:"Verdana", sans-serif; font-size:9pt; font-weight:bold; letter-spacing:1px; margin:0px; }
p.nav A { color:#E1FFDC; font-family:"Verdana", sans-serif; font-size:9pt; font-weight:bold; letter-spacing:1px; margin:0px; text-decoration:none; }
p.nav A:hover { color:#B01010; text-decoration:none; }

li { font-family:"Verdana", sans-serif; }
li A { font-family:"Verdana", sans-serif; }

p.faq-question { font-family:"Verdana", sans-serif; font-size:9pt; }
p.faq-question A { font-family:"Verdana", sans-serif; font-size:9pt; }
p.faq-question A:hover { color:#A01010; text-decoration:underline; }

p.faq-answer { font-family:"Verdana", sans-serif; font-size:9pt; }
p.faq-answer A { font-family:"Verdana", sans-serif; font-size:9pt; }
p.faq-answer A:hover { color:#A01010; text-decoration:underline; }

p.blurb { color:#185008; font-family:"Courier New", "Courier", serif; font-size:10pt; font-style:normal; font-weight:bold; margin-bottom:20px; }
p.blurb A { color:#185008; font-family:"Courier New", "Courier", serif; font-size:10pt; font-style:normal; font-weight:bold; margin-bottom:20px; }
p.blurb A:hover { color:#A01010; text-decoration:underline; }

p.response { color:#185008; font-family:"Courier New", "Courier", serif; font-size:10pt; font-style:italic; font-weight:bold; margin:0px; }

p.itemtitle { color:#1C4605; }
p.itemtitle A { color:#1C4605; }

p.itemdetail { margin:0px; }
p.itemdetail A { margin:0px; }

p.itemblurb { color:#185008; font-family:"Courier New", "Courier", serif; font-weight:bold; }

p.itemdate { color:#185008; font-family:"Courier New", "Courier", serif; font-size:8pt;}


h1 { color:#1C4605; }
h2 { color:#1C4605; }
h3 { color:#1C4605; }
h4 { color:#1C4605; }


p.copyright { color:#486048; }
p.copyright A { color:#486048; } 

/* Main page DIVs */


	#frame {
		background:#CFF1BC;
		border: 2px solid #0E2A00;
		margin-left:auto;
		margin-right:auto;
		margin-top:10px;
		margin-bottom:10px;	}

	#top {
		background-image: url(/nakedwar/graphics/top_sky.jpg);
	}
	
	#navigate {
		background:#e0e0e0;
		border-bottom:2px solid #0E2A00;
		}

	#member_bar {
		border-top:2px solid #0E2A00;		
		border-bottom:2px solid #0E2A00;		
		}

	#bottom {
		border:2px solid #0E2A00;
		background:#F0FFF0;
		}

/* Reused DIV classes */

.nav-box {
	padding:4px;
}

.sideitem-box {
	width:110px;
	float:left;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border:2px solid #0E2A00;
	padding:3px;
}

.item-box-leftcolumn {
	float:left;
	width:253px;
	border:2px solid;
	margin-top:16px;
	margin-bottom:16px;
	margin-right:14px;
}

.item-box-rightcolumn {
	float:left;
	width:253px;
	border:2px solid;
	margin-top:16px;
	margin-bottom:16px;
	margin-right:0;
}

.item-box-column-content {
	width:237px;
	border:0;
	margin:0;
	padding:8px;
}

.item-box {
	width:526px;
	border:2px solid;
	margin-top:16px;
	margin-bottom:16px;
}

.item-box-important {
	margin-top:16px;
	margin-bottom:16px;
}

.item-box-tip {
		width:510px;
		border:0;
		margin:0;
		background:#ffffff;
		width:510px;
		padding:10px;
}


.item-box-title {
		width:510px;
		padding:8px;
}


.item-box-content-full  {
		width:510px;
		padding:8px;
}

.item-box-content-full-f  {
		width:510px;
		padding:8px;
	
}

.item-box-content  {
		padding:8px;
}

.item-subbox-content-full  {
		clear:both;
		width:506px;
		border:2px solid;
		padding:4px;
}

.right-boxout {
	background: #D7FB9A;
	border-left:2px solid #6AA659;
	border-right:2px solid #6AA659;
	border-bottom:2px solid #6AA659;
}

.boxout-title {
	background: #6AA659;
}















