/*  TemplateName=CustomStyle.tpt */


/*  $Header: /home/cvs/cvsroot/site_data/001/00000001/static_data/css/CustomStyle.css,v 1.8 2003/07/24 23:47:39 paulj Exp $  */


/*


	These are the styles peculiar to this site. Any styles

	specified in this file will override the baseline

	styles for the Convio product. The styles	must be in

	this file so that they will be available in th

	Internet Exporer WYSIWYG HTML editor as well as in the

	Page Wrapper.


	Convio does not maintain this file once it has been

	delivered to the client.


*/

/* this starts the styles for the blueprint wrapper */


P, LI, OL, UL, TABLE, TR, TH, TD, .Explicit {
	color: #666666;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
body {
	background:#666666;
	margin:0px;
}
hr {
	margin-right: 10;
	margin-left: 10;
	width: 100%;
	height: 1px;
	background-color: #000000;
	border: 0px solid #000000;
}

a, a:link, a:visited {
	color:#666666;
}

.SectionHead {
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
p.cstmTitle {
	font-size: 14pt;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.ObjTitle {
	color:#679966;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.ProgressBox {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
.ProgressBoxCurrent {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
table.ProgressBox {
	padding-right : 4px;
	padding-left : 4px;
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}
a.ProgressBox:link {
	font-size: 8pt;
	text-decoration:none;
}
a.ProgressBox:visited {
	font-size: 8pt;
	text-decoration:none;
}
a.ProgressBox:hover {
	font-size: 8pt;
	font-weight: bold;
	text-decoration:none;
}
.Instructions {
	color: white;
	background-color : #069;
	background-image: URL(../images/sp.gif);
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 4px 4px 1px 4px;
	margin-bottom: 0px;
	margin-top: 0px;
}
td.Instructions {
	border-bottom: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-right: #000000 1px solid;
}
a.whitelink, a.whitelink:link, a.whitelink:visited, a.whitelink:hover, a.whitelink:active {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.FormBox {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: white;
	background-image: URL(../images/sp.gif);
}
div.FormBox {
	border: #669 1px solid;
	background-color: white;
	background-image: URL(../images/sp.gif);
	padding: 0px;
	width: 600px
}
div.FormBoxNoWidth {
	border: #669 1px solid;
	background-color: white;
	background-image: URL(../images/sp.gif);
	padding: 0px;
}
table.FormBox {
	border: #679966 1px solid;
	border-collapse: collapse;
}
.FormBox .Divider {
	background-color: white;
}
.FormBoxNoWidth .Divider {
	background-color: white;
}
.FormBox .dividerHeading {
	background-color: white;
}
.FormBoxNoWidth .dividerHeading {
	background-color: white;
}
/* this ends the styles for the blueprint wrapper */



/* ADDED BY is7 */

.px12, a.px12, a.px12:link, a.px12:visited, a.px12:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#content {
	padding: 0px 14px;
}

#column1 {
	padding-right: 20px;
}

#column2 {
	
}

div.secondarynav {
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
}
div.secondarynav a {
	color:#454444;
	font-size:12px;
	font-weight: bold;
}
.footer,
.footer a, 
.footer a:visited {
	color:#cccc9a;
	font-size:12px;
}
h1 {
	font-size:26px;
	font-weight:bold;
	color:#986699;
	margin-bottom: 0px;
}
h2 {
	font-size:16px;
	font-weight:normal;
	color:#679966;
	margin-top: 0px;
}
div.headline	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight: normal;
	margin-bottom:8px;
}

.img {
	border: 1px solid #777777;
}

/* p, div, td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666666;
}
*/


.small	{
	color:#666666;
	font-size:12px;
}
#thirdnav a {
	color: #8c8cb3;
}
#topnav td {
	font-size: 12px;
	padding-right: 20px;
}

.greybox	{
	background: #e2e2e2; 
	font-size: 12px;
	padding: 8px;
}


/* colors */

.purple	{
	color:#986699;
}

.green	{
	color:#679966;
}

.blue	{
	color:#66669a;
}

/* hey, we're going to make the donation form purty */

#dataFormContainer	{
width: 670px;
}


/* Tooltip CSS ( */
div.tooltip {
	display: block;
	width: 400px;
	background: #ffffff;
	border: 2px solid #66669a;
	padding: 0px;
	position:absolute;
	}
div.tooltip span.name {
	background: #66669a;
	padding: 3px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	}
div.tooltip span.description {
	background: #ffffff;
	padding: 3px;
	color: #000000;
	font-size: 14px;
	font-weight: normal;
	display: block;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #666666;
	}
a.tooltip {
	color: #006600;
	border-bottom: 3px double #006600;
	text-decoration: none;
	cursor: default;
	}
	
span.credit {
	display: block;
	font-size: 9px;
	margin: 3px;
	}
	
div.newslinenav {
	padding-bottom:5px;
	padding-top: 5px;
	padding-left:20px;
	padding-right:20px;
	background: #e0e0e0;
}
div.newslinenav a {
	color:#454444;
	font-size:12px;
	font-weight: bold;
}

#content{
width: 652px;



}

#comment{
	width: 416px;
}

.entry a:link, .entry a:hover, .entry a:visited{
	color: #66669a;
}

ul, li{
	margin: 0px;
	padding: 0px;
	list-style:none;
}

li.categories{
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}

li{
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

li a:link, li a:hover, li a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: underline;
	color: #454444;
	font-size: 12px;
}

h2{

font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 16px;
color: #986699;
}

h2.reply{
	font-size: 20px;
}
.post h2 , .post h2, .post h2{
font-weight: bold;
font-size: 26px;
color: #986699;
text-decoration:none;
}


.post small{
	color: #679966;
	font-size:16px;
}

.postmetadata a:link, .postmetadata a:hover, .postmetadata a:visited{
	color: #66669a;
}

#commentform p label small{
	font-size: 14px;
}

ol.commentlist{
	padding: 0px;
	margin: 0px;
}


/* is7 - 20100120 */
#sidebar_inner {
	padding: 0 0 0 10px;
	}
#sidebar_inner ul {
	margin: 0 0 20px 0;
}
