@import "advanced.css";
@import "cart.css";

/*
html {
font-size:100%;
}
body {
font-family: helvetica neue,Arial,sans-serif;
font-size:11pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.1em;
color: #333333;
}
h1 {
font-size:2.2em;
color: #B42157;
font-weight: normal;
font-family: myriad pro,arial,sans-serif;
line-height: 1em;
border-bottom: 1px solid #cccccc;
}
h2 {
font-size:1.6em;
color: #6F2A2F;
font-weight: normal;
line-height: 1em;
}
h3{
color: #6F3A3F;
font-weight: normal;
font-family: Helvetica, sans-serif;
font-weight: normal;
display: block;
font-size: 14pt;	
margin: 10px 0px 8px;
line-height: 1.1em;
}
h3 a, h3 a:visited,h3 a:link{
color: #AF0A4F;

}
h4 {
margin: 4px 0px;
font-weight: normal;
font-size:1.2em;
color: #4F142F;
font-family: Tahoma, sans-serif;
}
h5, h6 {
font-size:1.0em;
color: #000;
font-weight: bold;
margin: 2px 0px;
}

table, form, select, input, textarea {
}
a, a:link {
color:#87B440;
text-decoration:none;
}
a:visited {
color: #94AF15;
}
a:focus, a:hover {
color: #a0cc3a;
text-decoration: underline;
}
a:active {
color:#1F1F4F;
}
a:hover input{
	text-decoration: none;
	color: #000000;
}
.noteText{
	font-size: 0.9em;
	line-height: 1.2em;
	color: #333333;
}
.highlightText{
color:#CC0000;
}
*/
/* bio page selectors */

div.instructorListItem{
	margin-bottom: 10px;
	font-size: 11pt;
}

.listHead{
	font-weight: bold;
}

br.clear{
	clear: both;
}

strong{
	/*color: #113;*/
}

.warning, .error, ul.error li{
	color: #C1272D;
}
h4.error{
	color:#553333;
}

.hintValid{
	color: #578A25;
	font-size: .9em;
	padding-left: 5px;
}

.hintError{
	color: #990000;
	font-size: .8em;
	padding-left: 5px;	
}

.success{
	
}

.boldItalic{
	font-weight: bold;
	font-style: italic;
}

.sidebar_feed_item{
	margin: 4px 0px 0px 4px;
}

.newsItem, .newsItem-homepage, .newsItem-side{
	margin: 5px 0px;
	border-top: 1px solid #999999;
	padding: 5px 0px;
	clear: both;
}

.newsItem-side{
	width: 200px;
	border-top: none;
	border-bottom: 1px solid #999999;
}

.newsItem{
	width: 640px;
}

.newsDate {
	color: #000000;
	font-weight: bold;
}

 .newsTitle a, .newsTitle a.visited, .newsTitle{
	color: #2F2323;
	font-weight: normal;
	font-family: Georgia,times, serif;
	display: block;
	font-size: 20px;	
	margin: 3px 0px;
}
.newsTitle  a:hover{
	color: #B42157; 
}

.strike{
	text-decoration: line-through;
}
p.imageCaption{
	width: 200px;
	font-size: 10px;
	color: #222;
	font-weight: lighter;
}

hr{
	margin-top: 10px;
}


div.shopItemContainer{
	background-color: #fafaff;
	border-color: #CCCCdd;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	margin-bottom: 10px;
	padding: 2px;
}

table#social a img,table#social a:hover img{
	border: 0px;
}
