/* 	CSS Document
	name: interior.css
	purpose: This document represents all styles associated with left paned interior pages, including a 50/50 split, full zone, and standard zone.
	The pane is floated to the left and the content is floated to the right. The pane will be used primarily for a secondary navigation.
*/
/* IDENTIFIED ELEMENTS */	

#imageZone {
	height: 100px; /* This changes to 200 in primary template */
}


#primaryZone, #sidebar, #split2  {
	float:right;
}


#pane, #main, #split1 {
	float:left;
}

#pane {
	min-height: 460px;
	}
#split1, #split2 {
	width: 355px;
	min-height: 350px;
}

#full {	
	width: 730px;
	min-height: 350px;
	clear: both;
}

#full, #split1, #split2{
	margin: 0px;
	background-image: url(/images/backgroundZone.jpg);
	background-repeat: repeat-x;
	padding: 10px;
	color: #EFEFEF;
	height:auto;
	
}

#split2 .splitSpace{

padding-top:45px;
}


#split1 ul, #split2 ul, #split1 ol, #split2 ol{
	margin-left:10px;
	padding-left:0px;
}
#split1 ul li, #split2 ul li, #split1 ol li, #split2 ol li{
	margin-left:5px;
	padding-left:0px;
}

ol {
list-style: decimal;
}

#firearms, #maneuvers, #ammo, #chart {/* table */
	width:100%;
	margin: 10px, auto, 10px, auto;
}
#firearms #header, #maneuvers #header, #ammo #header, #chart #header {
	color: #FFFFFF;
	background-color: #225577;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	

}
#firearms .cat, #firearms .cat a,#chart .cat, #chart .cat a {
	color: #225577;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
padding:10px 0px 10px 3px;
}
#firearms .odd, #maneuvers .odd, #ammo .odd, #chart .odd {
	background-color: #002233;
}

/* DEMOGRAPHICS  */

#GarouDemo .odd, #BastetDemo .odd, #AjabaDemo  .odd, #MokoleDemo .odd, #CoraxDemo .odd{
	background-color: #331100;
}
#GarouDemo .trait, #BastetDemo .trait, #AjabaDemo .trait, #MokoleDemo .trait, #CoraxDemo .trait{
	color: #773311;
	font-weight:bold;

}
.demoHead {
	background-image:url('/characters/images/gradient.jpg');
	font-weight:bold;
}

