/* DROP DOWN MENUS*/

#nav, #nav ul {
	list-style: none;
	font-weight: bold;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 90%;
	line-height : normal;
	z-index: 1000;
	list-style-image: none;
}

#nav a {
	display: block;
	color: white;
	font-weight:bold;
	text-decoration: none;
	padding: 0 0 0 0;
}


#nav li {
	float: left;
	padding: 0 1px 0 1px;
	width: 97px;
	margin-bottom: 0;
}

#nav li ul a{
	padding: 0 0 0 6px;
}


#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.25em;	
	font-weight: normal;
	margin: 0;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul a:hover{
	text-decoration : underline;
	
}


#m_home li{
	background: #000099 url(../images/bg_home.png) repeat;
	white-space : nowrap;
	width:15em;
}

#m_dir li{
	white-space : nowrap;
	width:15em;
	background : #993333 url(../images/bg_directory.png) repeat;
}
#m_mag li{
	background : #009900 url(../images/bg_magazine.png) repeat;
	white-space : nowrap;
	width:15em;
}
#m_wiki li{
	background : #9966cc url(../images/bg_wiki.png) repeat;
	white-space : nowrap;
	width:15em;
}
#m_resources li{
	background : #3366cc url(../images/bg_resources.png) repeat;
	white-space : nowrap;
	width:15em;
}

#m_store  li{
	background : #663366 url(../images/bg_store.png) repeat;
	white-space : nowrap;
	width:15em;
}
#m_fic  li{
	background : #339999 url(../images/bg_fic.png) repeat;
	white-space : nowrap;
	width:15em;
}



/*TOP BAR*/


.topbar{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%; 
	font-weight:bold;
	background : #000099 url(../images/bg_home.png) repeat;
	color:white;
	text-align : center;
	clear:left;
	padding:1px 0 1px 0 ;

}


.topbar a:link , .topbar a:visited, .topbar a:hover, .topbar a:active {
	text-decoration : none;
	color:white;
	padding-right: 3px;
	padding-left:3px;
}
.topbar a:hover{
	text-decoration : underline;
}
.topbar a:active{
	color:yellow;
}

.loginBox{
	width: 155px;
	vertical-align : top;
	text-align : center;
	font-weight : bold;
	font-size: 11px;
}

.loginHeader{
	color:white;
	background : #3366cc url(../images/bg_resources.png) repeat;
	padding-bottom:1px;
	margin-bottom:2px;
	font-size: 12px; 
	font-family : Arial, Helvetica, sans-serif;
}

.loginHeader a:link, .loginHeader a:visited{
	
	color:white;
	text-decoration:underline;
}
.loginHeader a:hover{
	color:Black;
}
 .loginHeader a:active{
 	color:Red;
 }

.loginFormTop{
	text-align : center;
	font-weight : bold;
	font-size: 11px;
	border : 1px solid #000099;
	background : #f0e0c6 url(../images/bgcolor.png) repeat;
	color: black;
	font-size: 11px; 
	width: 155px;
	padding-bottom:1px;
	text-align:right;
}
.loggedIn{
	font-size: 12px; 
	vertical-align : middle;
	font-family : Arial, Helvetica, sans-serif;
}
.loginLabel{
	font-size: 10px; 
}

.myForm { 
font-size: 11px; 
}

.masthead{
	width:480px;
	text-align:center;

}
.searchBox{
	font-size: 12px; 
	/*vertical-align : middle;*/
	font-family : Arial, Helvetica, sans-serif;

}
.topTable{
width:100%;
	padding : 5px 0 0 0;
	margin : 0px 0 5px 0 ;
	vertical-align:middle;
}


/* BODY AND BELOW*/

body{
	margin:0 0px 0 0px;
	padding:0 0 0 0;
	/*font-family : Arial, Helvetica, sans-serif;*/
	/*background : url(../images/bgcolor.png) repeat;*/
}

.topContainer{
margin: 0 0 0 0;
padding: 0 0 0 0;
	background : #f0e0c6 url(../images/bgcolor.png) repeat;
}

.container{
	background-color : white;
	padding: 4px 6px 0 6px;
	margin: 0 4px 0px 4px;
	width: 100%;
	
}


/*footer */

#ic_footer{
	font-family : Arial, Helvetica, sans-serif;
	clear: both;
	width: 100%;
	font-size: 75%;
	text-align : center;
	margin-top : 10px;
	margin-bottom : 5px;
	padding-bottom:5px;
}

.footBar{
	font-family : Arial, Helvetica, sans-serif;
	color : White;
	padding : 1px 10px 3px 10px;
	margin: 5px 10px 5px 10px;
	height: auto;
	text-align : right;
}









/*body {
	color: #000000;
	margin: 8px 8px 8px 8px;
	background : #FFFFCC none;
	font-size: 100%;
}*/
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000099;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	/*color: #993399;*/
	color: #6e4f1f;
	}
a:hover { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #CC66CC;
	}
a:active { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #FF9900;
	}



.tinyEditButton, .tinyDeleteButton{
	width : 38px;
	vertical-align : middle;
	padding: 1px 2px 1px 0px;
	margin: 2px 2px 6px 0px;
}

.topColor{
	background-color:#66cc33;
}
/*Edit Menus*/
.leftNavColumn{
	background-color: White;
	width: 11em;
	vertical-align : top;
	
}

.editBar{
	font-family : Arial,Geneva,Helvetica,  sans-serif;
	color:White;
	font-weight:bold;
	padding: 2px 2px 2px 3px;
	margin-bottom:2px;
}

.leftNavBar{
	font-size:90%;
	margin-top: 5px;
	float: left;
	margin-left: 8px;
	margin-right: 5px;
	width: 11em;
	display : inline;
}
.sideSlice{
	/*background:Red;*/
	background-image : url(../images/side_slice_tall.png);
	background-repeat : repeat-y;
	margin: 0;
	padding: 0;
	height:100%;
	width:8px;
	font-size:8px;

}

.editNav{
	font-family : Arial,Geneva,Helvetica,  sans-serif;
	padding: 0;
	margin: 0;
	list-style:none;
}
.editNavLi{
	padding: 0 0 0 0;
	margin: 0 0 6px 0;
}

.editSub{
	list-style:none;
	padding: 0;
	margin-left: .5em;

}
.editSubLi{
	font-size:85%;
	padding: 0;
	margin: 0 0 2px 0;
}


.editItem{
	font-size: 11px;
	color: #000099;
	padding : 0px 0px 3px 3px;
	text-align : left;
	margin: 0 2px 0px 2px;
	background-color : White;
}

.editItemSelected, .dirEditItemSelected, .classEditItemSelected, .eventEditItemSelected, .reachEditItemSelected{
	font-size: 11px;
	padding : 2px 2px 2px 3px;
	text-align : left;
	margin: 0 2px 2px 2px;
	font-weight:bold;
	color:white;
	background-color:#3366cc; 
}
.editingBox, .dirEditingBox, .classEitingBox, .eventEditingBox,.reachEditingBox{
	font-size: 12px;
	text-align : left;
	margin-bottom : 2px;
	margin-top : 2px;
	font-weight:bold;
	border: #3366cc solid 2px;
}
.editingItem, .dirEditingItem, .classEditingItem, .eventEditingItem, .reachEditingItem{
	background-color:#3366cc; 
	padding : 2px 2px 2px 3px;
	margin-bottom:2px;
	color: white;
}

.dirEditItemSelected, .dirEditingItem{
	background-color:#993333; 
}
.dirEditingBox{
	border: #993333 solid 2px;
}

	


.leftNavBar a:link,.leftNavBar a:visited{
text-decoration:none;
}
.leftNavBar a:hover{
text-decoration:underline;
}
.leftNavBar a:active{
text-decoration:underline;
color:red;
}
.editBarSide{
	font-family : Arial,Geneva,Helvetica,  sans-serif;
	width:130px;
	font-size: 12px;
	font-weight: bold;
	padding : 0px 5px 0px 0px;
	text-align : left;
	margin-bottom : 5px;
	background-color : Blue;
}

.editNavItem, .editNavItemSelected{
	padding : 0px 3px 0px 3px;
	margin: 0px 1px 0px 1px;
}

.editNavItemSelected{
	font-weight:bold;
}

.editNavItemDivider{
	background: #333399 none;
	margin-bottom : 3px;
}
	
.editNavSeparator{
	font-size: 1px;
	background:#000099 none;
	color : White;
	padding : 1px 1px 1px 4px;
	text-align : left;
	margin-bottom : 2px;
}

/*.editBarTop{
	font-family : Geneva,Helvetica,Arial,  sans-serif;
	width:100%;
	font-size: 12px;
	font-weight:normal;
	color: #000099;
	padding : 0px 3px 0px 3px;
	text-align : center;
	margin-bottom : 5px;
	background-color : White;
}*/



table.enews {
	border-style: solid;
	border-color: #006699;
	border-width: 1px;
	}
.alert{
		color: red;
	}

	
	
/* General Formatting */
	
H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 180%;
	/*height: 30px;*/
	margin : 0px 0px 8px 5px;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 125%;
	margin : 0px 0px 8px 5px;
}
	
H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin : 0px 0px 2px 5px;
}

 .basicText{
	padding: 0px 5px 0px 5px;
}

.homeText{
	padding: 0px 10px 15px 10px;
	font-size: 85%;
}

.superBold{
	color:#993399;
}

a.superBold:link { 
	color:red;
	}
a.superBold:visited { 
	color:red;
	}
a.superBold:hover, a.superBold:active { 
	color:#993399;
	}	

.superStrong{
	color:red;
	font-weight: bold; 
}


P {
	margin-left : 5px;
}

.greeting{
	float : left;
	font-size: 85%;
	padding : 0px 2px 0px 5px;
	text-align : left;
}

.errorMsg{
	color:red;
	margin : 0px 10px 10px 10px;
}

.spacer{
	clear:both;
	font-size: 1px;

}

.grey{
	width:100%;
	/*background-color: #efdec2;*/
	background-color:#e5e5e5;
	vertical-align : top;
	padding:2px 2px 2px 2px;
}


.genericFormRow,.userFormRow {
	vertical-align: top;
	padding-top: 14px;
}
.genericFormLabel,.userFormLabel, .searchFormLabel {
	font-weight:bold;
	vertical-align: top;
	text-align:right;
	height :20px;
	margin: 0px 5px 0px 0px ;
	padding: 3px 5px 0px 20px;
}


.genericFormElement, .userFormElement{
	vertical-align: top;
	height :20px;
	margin: 0px 0px 0px 0px ;
	padding: 3px 0px 0px 0px;
	text-align: left;
}


.userFormSection  {
	/*border: 2px solid #6699CC;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top : none;
	text-align : left;
	/*background: #FFFFED;*/
}

.userFormHeading {
	/*background : #6699CC none;*/
	/*background: #FFFFCC;*/
	/*color: White;*/
	font-size: 125%;
	font-style : normal;
	font-weight : bolder;
	border-bottom : 2px solid #6699CC;
	/*border-top : 2px solid #6699CC;*/
	padding: 5px 0px 2px 0px;
	margin: 0px 0px 5px 0px;
	text-align : left;
}



/* CLASSIFIEDS*/




.classifiedHeader{
	font-size:120%;
	font-weight:bold;
	padding-bottom: 5px;
}
.classifiedListEmail,
.classifiedListPhone,
.classifiedListContactName,
.classifiedListURL{
	font-size: 80%;
}
.classifiedListDescription{
	font-size: 85%;
	padding: 0px 0px 0px 15px;
}
.classifiedListRow{
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 0px 5px;
	clear:both;
}
.classifiedListContact{
	text-align:right;
}

.classifiedListDates{
	font-size: 90%;
	font-weight: bold;
}
.classifiedListName{
	font-size: 100%;
	font-weight: bold;
}

.classifiedListPosted{
	font-size: 80%;
	font-style: italic;
}
.classifiedListLocation{
	font-size: 100%;
}
.classifiedListYear{
	font-size: 120%;
	font-weight: bold;
}
.classifiedNotDisplayed{
	font-size: 100%;
	color: red;
}

.topColor{
	background-color:#ff6666;
}

.classifiedsCategoryNav{
/*background-color: #FFFFED;*/
	font-size: 80%;
	text-align: center;
}




.genericFormHeading, .genericListHeading, .userListHeading{
	background: White;
	font-size: 100%;
	font-style : normal;
	font-weight : bolder;
	
	padding: 5px 0px 2px 5px;
	margin: 0px 0px 5px 0px;
	text-align : left;
	font-family:  Arial, Helvetica, sans-serif;

}

/* Events*/

.eventHeader{
	font-size:120%;
	font-weight:bold;
	padding-bottom: 5px;
}

.eventListEmail,
.eventListPhone,
.eventListURL{
	font-size: 80%;
}
.eventListDescription{
	font-size: 85%;
	padding: 0px 0px 0px 15px;
}
.eventListRow{
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 0px 5px;
	clear:both;
}
.eventListContact{
	padding: 0px 0px 0px 15px;
}

.eventListDates{
	font-size: 90%;
	font-weight: bold;
}
.eventListname{
	font-size: 100%;
	font-weight: bold;
}
.eventListLocation{
	font-size: 100%;
}
.eventListYear{
	font-size: 120%;
	font-weight: bold;
}
.eventNotDisplayed{
	font-size: 100%;
	color: red;
}

.topColor{
	background-color:#0099ff;
}
.eventNavYear{

font-size: 80%;
}


/* REACH */

.postingHeader{
	font-size:120%;
	font-weight:bold;
	padding-bottom: 5px;
}

.postingListRow{
	margin: 0px 5px 10px 5px;
	padding: 0px 0px 4px 5px;
	clear:both;
	border-bottom : 2px solid #6699CC;
}
.postingListContact{
	text-align:right;
}

.postingListDates{
	font-size: 90%;
	font-weight: bold;
}
.postingListName{
	font-size: 100%;
	font-weight: bold;
}

.postingListPosted{
	font-size: 70%;
	font-style: italic;
}
.postingListLocation{
	font-size: 100%;
}
.postingListYear{
	font-size: 120%;
	font-weight: bold;
}
.postingNotDisplayed{
	font-size: 100%;
	color: red;
}

.topColor{
	background-color:#ff6666;
}

.postingsCategoryNav{
/*background-color: #FFFFED;*/
	font-size: 80%;
	text-align: center;
}

.postingCategory {
 display:block;
 font-size: 110%;
 font-weight: bold;
 color: black;
 padding-bottom: 3px;
}

.postingListEmail,
.postingListPhone,

.postingListURL{
	font-size: 100%;
	display: block;
}
.postingListDescription{
	font-size: 100%;
	padding: 10px 0px 10px 0px;
}

.postingListContactName{
	display: inline;
	font-weight: bold;
}
.postingListDate{
	display: inline;
}

.reachPagerBottomBar{
	/*background: #FFFFED;*/
	font-size: 105%;
	font-style : normal;
	font-weight : bolder;
	padding: 1px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align : left;
}


.genericFormSection, .genericListSection, .userListSection {
	/*border: 2px solid #993333;*/
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top : none;
	text-align : left;


}
.homeEnewsBox{
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
	border:thin solid #000099;
	padding-bottom:4px;
}
.homeEnewsHeader{
	background : #000099 ;
	color:White;
}

.homeDirBox {
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
	border:thin solid #993333;
	padding-bottom:1px;
	
}
.homeDirHeader{
	background : #993333 ;
	color:White;
}
.homeDirHeader a:link, .homeDirHeader a:visited, .homeEnewsHeader a:link, .homeEnewsHeader a:visited{
	color:White;
	text-decoration:none;
}

.featuredCmtyRow{
	text-align:left;
	font-size:80%;
	padding: 0 0 0 6px;
	text-indent:-6px;
}

.homeMagBox{
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
	border:thin solid #009900;
	padding-bottom:4px;
	
}
.homeMagHeader{
	background : #009900 ;
	color:White;
	font-size:88%;
	height:1.3em;
	padding: .1em 0 .1em 0;
}
.homeMagHeader a:link, .homeMagHeader a:visited{

	color:White;
	text-decoration:none;
}
.currentIssue{
	padding: 3px 0 3px 0 ;

}
.homeCmagTheme{
	font-weight:bold;
	font-size:90%;
	padding: 3px 0 0px 0 ;

}



.homeEventListRow{
font-size:90%;
text-align:left;
}
.homeEventListName{
	font-size:90%;
}
.homeEventListLocation{
font-size:70%;
}
.homeEventListDates{
font-size:70%;
text-align:right;
white-space:nowrap;
}

.homeBuzzItem{
font-size:90%;
text-align:left;
}
.homeBuzzTitle{
	font-size:90%;
	}
.homeBuzzDate{
font-size:70%;
text-align:right;
white-space:nowrap;
}


.homeBuzzBox, .homeClassBox,.homeReachBox, .homeEventBox, .homeInfoBox{
	font-family : Arial, Helvetica, sans-serif;
	text-align:center;
	border:thin solid #3366cc;
	padding-bottom:4px;
	height:100%;
	
}
.homeBuzzHeader, .homeClassHeader, .homeReachHeader, .homeEventHeader{
	background : #3366cc ;
	color:White;
	font-size:88%;
	height:1.3em;
	padding: .1em 0 .1em 0;
}

.homeBuzzHeader a:link,.homeBuzzHeader a:visited,
.homeEventHeader a:link, .homeEventHeader a:visited,.homeClassHeader a:link, .homeClassHeader a:visited, .homeReachHeader a:link, .homeReachHeader a:visited{

	color:White;
	text-decoration:none;
}

.homeClassifiedListRow{
	font-size:90%;
	text-align:left;
}
.homeClassifiedListDescription{
	font-size:70%;
}
.homeClassifiedListName, .homeCclassifiedListName{
	font-size:90%;
}

.homePostingListRow{
	font-size:90%;
	text-align:left;
}
.homePostingCategory{
	font-weight:bold;
	font-size:90%;

}
.homePostingListDescription{
font-size:80%;
}
.homePostingListDate{
font-size:70%;
text-align:right;
display:block;
}

.homePostingListDescription a:link,.homePostingListDescription a:visited{
color: Black; 
text-decoration: none; 
font-family: serif; 
font-weight: normal;
}
/*.homePostingListDescription a:hover,.homePostingListDescription a:active{
color: Black; 
text-decoration: underline; 
font-family: serif; 
font-weight: normal;
}*/

.homeInfoLink{
	font-size:80%;
	text-align:left;
	padding: 0 0 6px 10px;
	text-indent:-10px;


}


a.pagerLink:link{ 
	font-weight: bold; 
	text-decoration: underline; 
	color: #000099;
	}
a.pagerLink:visited { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #993399;
	}
a.pagerLink:hover { 
	text-decoration: none; 
	color: #FF9900;
	}	
a.pagerLink:active { 
	text-decoration: none; 
	color: #FF9900;
	}	
	
	.displayCount{
	text-align: right;
	font-size: 11px;
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.displayCountBottom{
	text-align: right;
	font-size: 70%;
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-weight:bold;
}

  
.bottomPagerBar{
	font-size: 105%;
	font-style : normal;
	font-weight : bolder;
	border-top : 2px solid #993333;
	padding: 1px 0px 5px 5px;
	margin: 0px 0px 0px 0px;
	text-align : left;
}


.cmagName{
	font-size: 110%;
	font-style : normal;
	font-weight : bolder;
	color : #009900;
	padding-bottom:2px;
}

.buyItMessage{
	text-align:center;
	color:red;
	font-weight:bold;
	font-size:120%;
}

.adminNavbar {
	background-color: #747278 ;
	border: thin solid Black;
	margin: 0px 8px 0px 5px;
	padding: 0px 2px 0px 2px;
	width: 100px;
	vertical-align: top;
	float: right;
	display: inline;
}

.nodec {
  text-decoration: none;
  color: white;
}

.adminNavbarItem {
    font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*color: white;*/
	text-decoration: none;
	color: #ffffff;
	border: none;
	margin: 2px 0px 2px 0px;
	padding: 2px 1px 2px 4px;
}
.adminNavbarItem a:link, .adminNavbarItem a:visited{
color: #ffffff;
}

.adminNavColumn{
	width: 100px;
	vertical-align : top;
}


.AuthorizeNetSeal{
	text-align:center;
}

.commentEditHeader{
	font-weight:bold;
}

.commentEditText{
	font-size:80%;
	padding-left:10px;
}


.ad_column{
	/*width: 130px;*/
	background : #FFFFFF ;

}



/*CMAG NEW SITE */




.cmagArticleColumn{
	font-size:90%;
	font-weight:bold;
	text-transform : uppercase;
	width:100%;
}
.cmagArticleSection{
	text-align:right;
	font-size:90%;
	font-weight:bold;
	text-transform : uppercase;
	width:100%;
}
.cmagArticleIssueNum{
	color:grey;
	font-size:90%;
	font-style:italic;
	margin-left:10px;
}





/* definitely used */




.cmagIssueListItem{
padding-bottom:10px;margin-bottom:10px;border-bottom: thin solid #009900;
}

.cmagIssueListName{
	font-size: 100%;
	font-style : normal;
	font-weight : bolder;
	padding-bottom:2px;
	text-transform : uppercase;
	color: #663300;
	font-family: Georgia, serif; 
}

.cmagIssueListSeason{
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight:bold;
	color:grey;
	padding-bottom:5px;
}

.cmagIssueListBlurb{
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight:bold;
	font-style:italic;
	padding-bottom:5px;
	
}

.cmagIssueListArticles{
font-size:80%;
}
.cmagIssueListArticleTitle{

}
.cmagIssueListArticleSubtitle{
}





.cmagArticleContainer{
padding-left:15px;
padding-top:15px;
}


.cmagArticleTitle{
	font-size:140%;
	font-weight:bold;
	margin-bottom:5px;
	text-transform : uppercase;
	color: #663300;
	font-family: Georgia, serif; 
}

.cmagArticleSubTitle{
	font-size:100%;
	font-weight:bold;
	margin-bottom:10px;
	color: black;
	font-family: Arial, sans-serif;
}

.cmagArticleAuthors{
	margin-top:10px;
	padding-left:5px;
	font-size:80%;
	font-weight:bold;
	font-style:italic;
	font-family: Arial, sans-serif;
	color:grey;
}

.cmagArticleAuthors a:link, .cmagArticleAuthors a:visited{
color:grey;
}

.cmagArticleAuthors a:hover {
	color: #CC66CC;
}

.cmagArticleAuthors a:active{
	color: #FF9900;
}


.cmagArticlePublishedIn{
	margin-top:5px;
	padding-left:5px;
	font-size:70%;
	font-family: Arial, sans-serif;
	color:grey;
}
.cmagArticlePublishedIn a{
	color:grey;
	font-weight:normal;
	
}


.cmagArticleText{
	font-family: Georgia, serif; 
	margin-top:10px;
}

.cmagArticleText p{
	margin-top:5px;
}


.cmagArticleLeadPhoto{
	text-align:center;
}

.cmagArticlePhoto{
}

.cmagArticleAuthorDescription{
	border-top:thin solid grey;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-top:5px;
	font-size:70%;
	font-weight:bold;
	font-style:normal;
	font-family: Arial, sans-serif;
	color:grey;
}


.cmagAuthorName{
	font-size:120%;
	font-weight:bold;
	margin-bottom:5px;
//	text-transform : uppercase;
	color: #663300;
	font-family: Arial, sans-serif;
}

.cmagAuthorBlurb{
	font-family: Georgia, serif; 
//	margin-top:10px;
}


.cmagAuthorArticles{
	font-size:120%;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	color: black;
	font-family: Arial, sans-serif;
}
.cmagAuthorArticleTitle{
	font-size:100%;
	font-weight:bold;
	margin-bottom:5px;
	text-transform : uppercase;
	color: #663300;
	font-family: Georgia, serif;
}

.cmagAuthorArticleSubTitle{
	font-size:80%;
	font-weight:bold;
	margin-bottom:10px;
	color: black;
	font-family: Arial, sans-serif;
}

.cmagAuthorArticleText{
	font-family: Arial, sans-serif;
	font-size: 80%;
	font-weight:bold;
	font-style:italic;
	padding-bottom:20px;
}


.cmagPhotoCaption{
	font-family: Georgia, serif; 
	font-size:70%;
	color:grey;
}

.cmagShareBox{
	background : #f0e0c6 url(../images/bgcolor.png) repeat;
	font-weight:bold; 
	font-size:80%; 
	font-family: Arial, sans-serif;
	padding-top:5px;
	padding-bottom:10px;
	width:150px;
	text-align:left;
	padding-left:5px;
	
}


.cmagComment1{
	background-color : Silver;
}
.cmagComment2{
	background-color : White;
}








.cmagLeftCol{
	background : #f0e0c6 url(../images/bgcolor.png) repeat;
}

.cmagLeftLinks{
	font-weight:bold; 
	font-size:100%; 
	font-family: Arial, sans-serif;
	padding-top:5px;
	padding-bottom:10px;
}

.cmagLeftCurIssue{
	background-image: url(http://cmagnew.ic.org/CMag-Current-Issue.jpg); 
	background-position: center; 
	background-repeat: no-repeat; 
	width: 180px; 
	height: 80px;
}

.cmagLeftTheme{
	font-weight: bolder; 
	font-size: 110%; 
	font-family: Georgia, serif;
	padding-top: 30px;
}

.cmagLeftPurchase{
	width: 180px; 
	height: 30px;
}
.cmagLeftTag{
	background-image: url(http://cmagnew.ic.org/CMag-Shade.jpg); 
	background-position: center; 
	background-repeat: no-repeat; 
	
	width: 180px; 
	height: 50px;
	font-weight: bolder; 
	font-size: 100%; 
	font-family: Arial, sans-serif;


}

.cmagTop{
	margin-top:10px; 
	padding-left:10px; 
	padding-right:1px; 
	font-weight: bold; 
	font-size: 130%; 
	font-family: Georgia, serif; 
	font-variant: small-caps;
}
.cmagTopBar{
	margin-bottom:10px;
	margin-top:3px;
	margin-left:5px;
	margin-right:5px;
	width:100%;
	height:2px;
	background:  #009900 url(../images/bg_magazine.png) repeat;
}


.cmagBody{
	padding-left:15px;
}
.cmagToc{
	padding-left:10px;
}
.cmagTocSection{
	margin-bottom:5px;
	font-weight: bold;
	font-size: 110%;
	font-family: Arial, sans-serif;
}
.cmagTocItem{
	padding-bottom:15px;
	margin-left:10px;
}
.cmagTocTitle{
	text-indent:-10px; 
	font-size:130%;
	font-weight: bold; 
	font-size: 100%; 
	font-family: Georgia, serif; 
/*	clear: both; */
}
.cmagTocLink{
	color: #996600;
}
.cmagTocAuthor{
	padding-top:2px;
	padding-bottom:4px; 
	font-style: italic; 
	font-size: 90%; 
	font-family: Georgia, serif;
}
.cmagTocBlurb{
	font-size:100%; 
	font-weight: normal;
}
.cmagTocLeftImage{
	margin-left:10px;
	margin-right:15px;
	margin-bottom:10px;
}
.cmagReaderComments{
margin-left:5px;
}