/*styles common to both cmb (shameless commercialism) and cmbg (high art!!) sites
*/




/*------------------------ LOCAL MENU ---------------------------*/


	
/*----------------------- BODY BITS -------------------------*/



/*########################## TYPE ##########################--*/	


	/*---------------------- HEADINGS ---------------------*/
	/*------------ heading positioning----------*/

div h2:first-child, div h3:first-child , div h4:first-child , div h5:first-child , div h6:first-child,
td h2:first-child, td h3:first-child , td h4:first-child , td h5:first-child , div h6:first-child
  {
	margin-top: 0px;
	}

h1 {
	display: inline;
	}
	

h2 {
	margin: 0px;
	}
	
h3 {
	margin-bottom: 6px;
	}
	

h4 {
	margin-bottom: 4px;
	}
	
h5 {
	margin-top: 3px;
	margin-bottom: 0.1em;
	}

h6 {
	display: inline;
	}
	
	
	
/*h1, h2, h3, h4, h5 {
	vertical-align: top;
	margin-top: 0px;
	}*/
	
	/*------------ heading typography----------*/

h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
	}	
	
	
	h1 {
	letter-spacing: 0em;
	font-size: 24px;
	font-style: normal;
	line-height: 85%;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	}


h2 {
	text-transform: lowercase;
	letter-spacing: 0.1em;
	font-size: 20px;
	line-height: 90%;
	font-weight: bold;
	}
	
h3 {
	letter-spacing: 0.04em;
	font-size: 18px;
	font-style: normal;
	line-height: 100%;
	font-weight: normal;
	font-variant: normal;
	}
	

h4 {
	text-transform: uppercase;
	letter-spacing: .04em;
	font-size: 13px;
	line-height: 110%;
	font-weight: bolder;
	}
	
h5, h6 {
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
	}
	




	/*------------------- TYPE MISC------------------*/	


.content_issue {
	color: #6600CC;
	background: #FFFF99;
	}


.side_link {
	text-align: right;
	}




body, p, td .bodysmall{
	color: #FFFFFF;
	}	

body, td, p, h6,.pagewrap {
	letter-spacing: 0.07em;
	text-transform: none;
	font: normal 12px/135% "Trebuchet MS", Arial, Geneva, sans-serif;
	}
	

.bodysmallish, .gallery_box p, #results, .tablewrapped table {
	letter-spacing: 0.03em;
	text-transform: none;
	font-size: 10px;
	font-style: normal;
	line-height: 140%;
	font-weight: normal;
	font-variant: normal;
	}

.breadcrumbs {
	font-size: 9px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	}

.bodysmall {
	font-size: 9px;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	}
	
.txtbrand {
	color: #E44D05;
	}

.txtwhite {
	color: white;
	}

.txtblack {
	color: black;
	}

.quote {
	font-style: italic;
	text-align: left;
	margin-top: 0px;
	}

.QuotEE {
	text-align: right;
	margin-top: -7px;
	}

.more {
	text-align: right;
	font-style: italic;
	}

.big_txt {
	font-size: 44px;
	color: #F1510C;
	vertical-align: middle;
	text-align: center;
	line-height: 100%;
	margin: 0px 0px 10px;
	}

select {
	font-size: 10px;
	}

.content_issue {
	color: #6600CC;
	background: #FFFF99;
	}





/*---------------------- LINKS -----------------------*/

a:link, a:visited{
	text-decoration: none;
	}


a:hover {
	text-decoration: underline;
	}


h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover{
	text-decoration: none;
	}



/*------------------------ MAIN (TAB) MENU ---------------------------*/

#menuwrap {
/*	width: 100%;
	display: block;*/
	height: 11px;
    }

#menu {
	/*width: 100%;*/
	margin: 0 0 0 0px;
	padding: 0px 3em 0px 0.5em;
	list-style-type:none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	/*display: block;*/
    }
	
#menu ul {
	margin: 0 0 0 0;
	padding: 0;
	/*display: block;*/
    }
	
#menu li {
	padding: 5px;
	float: left;
	list-style-type:none;
	margin: 0px 3px;
	display: inline;
    }
	
#menu a {
	display: inline;
	/*width: 100%;*/
	text-decoration: none;
	padding: 3;
    }
	
#menu a:hover {
	text-decoration: none;
	padding: 3;
	  }
	  
#menusub {
	width: 100%;
	letter-spacing: 0.1em;
	margin-left: 15px;
    }

/*------------------------------- LISTS -----------------------------*/

dt {
	margin-top: 5px;
	}

dd {
	}

ol {
	margin-top: 0px;
	margin-bottom: 8px;
	list-style-type: decimal;
	}

ul {
	margin-top: 0px;
	margin-bottom: 8px;
	}

li {
	list-style-type: square;
	list-style-position: outside;
	margin-top: 2px;
	margin-left: -12px;
	}

blockquote {
	margin-top: 0px;
	}



/*##################### WRAPS *#####################-*/

html{
	height: 100%;
	width: 100%;
	}
	

body {
	margin: 0px 0px 20px;
	height: 100%;
	width: 100%;
	text-align: center;
	}


/*-------- sub wrap ------*/

#pagewrap {
	text-align: left;
	margin: 0 auto;
	padding: 0px 10px 10px;
	width: 710px;
	}
	



p {
	margin-top: 0px;
	margin-bottom: .75em;
	}

td {
	vertical-align: top;
	}



/*-------- zones ------*/


#contents {
	padding-top: 0px;
	}

#sidebar div {
	margin: 0px 0px 15px;
	padding: 3px;
	border-bottom: 1px solid #666666;
}	


contentmain {
	padding-right: 20px;
}

#player {
}
		
.tablewrapped h1, .tablewrapped h2, .tablewrapped h3, .tablewrapped h4, .tablewrapped h5, .tablewrapped h6, .panel_side_clr H4, .panel_side_lt H4, .panel_side_dk H4, .titleauthorhead {
	margin-top: 0px;
	}




/*--------------- BOXES  ------------------------*/

.panel_side_lt {
	background: #F2F7F2;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.panel_side_clr {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.panel_side_lt, .panel_side_clr{
	padding: 6px;
	margin-bottom: 10px;
}


.borderleftgray {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
}

.bdr_all_lite {
	border: thin solid #666666;
}

.bdr_left_lite {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #666666;
	padding-left: 5px;
}

.bdr_btm_lite {
	padding-left: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	vertical-align: middle;
}

.gallery_box {
	border: 1px solid #666666;
	padding: 0px 12px -6px;
	margin-bottom: 30px;
	margin-top: 15px;
}
.gallery_box img {
	margin-top: 20px;
}
.gallery_box p {
	margin: 8px;
}
.allsides_bdr {
	border: 1px solid #666666;
}


.bkgwhite {
	background-color: #FFFFFF;
}



/*--------------------- SPACING --------------------*/	



.rowspace {
	margin-top: 10px;
}

.marginlesstop {
	margin-top: 5px;
}

.topmarginkill {
	margin-top: 0px;
	vertical-align: top;
}

.marginedwidget  {
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 10px;
}

#tablewrapper td{
	padding: 5px;
}

.margin_comfortable {
	margin: 20px;
}
.margin_moderate {
	margin: 3px 7px 10px;
}


.pad_txtgutter_left {
	padding-left: 8px;
}

/*-------------CONTENT LAYOUT--------------*/	

.tabularcontent, .tablewrapped td {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px dashed #666666;
	padding-right: 5px;
	padding-bottom: 4px;
}

.tablewrapped td {
}



.tabularcont_botpad {
	padding: 1px 1px 11px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom: 1px dashed #666666;
	margin-bottom: 10px;
}



.pad_outer_kill table{
	pad: 0px;
	margin: 0px;
}

.pad_outer_kill td {
	margin: 0px 10px 10px 0px;
}




/*----------------------- IMAGES ------------------------*/

img{
    border-style: none;
}

.pic_middle {
	vertical-align: middle;
	padding: 8px;
}
.pixinline_right {
	margin-left: 7px;
	margin-bottom: 3px;
	float: right;
}
 
.pixinline_right_bdr {
	border: 1px solid #666666;
	margin-left: 7px;
	margin-bottom: 3px;
	float: right;
} 

.pixinline_left {
	margin-right: 7px;
	margin-bottom: 3px;
	float: left;
}
 
.pixinline_left_bdr, #contentmain img, #sidebar img {
	border: 1px solid #666666;
	margin-right: 7px;
	margin-bottom: 3px;
	float: left;
} 



/*------------------------ MISC ----------------------*/	


/*------------------------ JUNK ----------------------*/	



/*------------------------ NEW ----------------------*/	
