/* @override http://www.burnitman.org/templates/css/textstyle.css */

h1 {
	font-size:			14px;
	font-weight: 		normal;
	text-transform: 	capitalize;
	color:				#FFFFFF;
	font-family:		Lucida Grande, Verdana, Geneva, Sans-serif;
	margin-bottom:		10px;
}
h1.sidebar_title {
	font-size: 			12px;
	font-family:		Lucida Grande, Verdana, Geneva, Sans-serif;
	color: 				#DDDDDD;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1.sidebar_title span{
	font-size: 			10px;
	font-family:		Lucida Grande, Verdana, Geneva, Sans-serif;
	color: 				#FFCC99;
}

h2{
	font-size:			12px;
	font-weight:		bold; 
	font-family:		Lucida Grande, Verdana, Geneva, Sans-serif;
	color:				#FFFFFF;
	border-bottom: 		#660000 double;
	margin:				0 0 10px 0;
	padding: 			0;
	text-align: 		left;
}

h3{
	font-size:			11px;
	font-weight:		bold; 
	font-family:		Lucida Grande, Verdana, Geneva, Sans-serif;
	color:				#FFFFFF;
	margin:				5px 0 0 0;
	padding:			0 0 0 0;
}
p {
	text-align:			left;
	margin:				0 0 12px 0;
	font-size:			11px;
	line-height:		16px;
	color: #eeeeee;
}
.greenb {
	color: 				#BAE300;
	font-weight: 		bold;
	font-size:			12px; 
}


.download{
padding-left:13px;
background:url(/templates/images/icon_download.gif) no-repeat center left;
font-size: 11px;
font-weight: bold;
line-height: 18px;
}
.link{
padding-left:13px;
background:url(/templates/images/icon_arrow.gif) no-repeat center left;
font-size: 11px;
font-weight: bold;
line-height: 18px;
}
.toggle{
padding-left:13px;
background:url(/templates/images/icon_green-plus.gif) no-repeat center left;
font-size: 11px;
font-weight: bold;
line-height: 18px;
}
/*Text Styles*/
a:link {
	text-decoration: 	none;
	color: 				#FFAF5F;
}
a:visited {
	text-decoration: 	none;
	color: 				#FFAF5F;
} 
a:hover {
	text-decoration: 	underline;
	color: 				#FFFFFF;
}
a:active {
	text-decoration: 	none;
	color: 				#FFAF5F;
}

small {
display: block;
color: #999999;
}




 a:link.greenb {
	text-decoration:	none;
	color: 				#BAE300;
}
 a:visited.greenb {
	text-decoration: 	none;
	color: 				#BAE300;
} 
 a:hover.greenb {
	text-decoration: 	underline;
	color: 				#ffffff;
}
 a:active.greenb {
	text-decoration: 	none;
	color: 				#BAE300;
}

ul {
list-style: disc;
list-style-type: disc;
margin: 10px 0 10px 0;
padding: 0 0 0 0;
list-style-position: inside;
}
ol {
margin: 10px 0 10px 0;
font-size: 18px;
list-style-position: inside;
}
li {
margin: 5px 0 5px 0;
padding: 0 0 0 18px;
color: #FFFFFF;
font-size: 10px;
}


ul.links{
list-style: none;
list-style-type: none;
}
ul.links li{
background: transparent url(/templates/images/icon_green-arrow.gif) top left no-repeat;
text-align: left;
}
ul.links  li a{
font-size: 10px;
}

ul.weather{
list-style: none;
list-style-type: none;
margin: 10px 0 10px 10px;
}
ul.weather li{
background: transparent url(/templates/images/icon_green-arrow.gif) top left no-repeat;
text-align: left;
}
ul.weather li strong{
display: block;
font-size: 11px;
color: #FFAF5F;
}


.curly_quotes {
font-size: 24px;
color: #FFCC99;
}


