
/*
Color:

a = f49800

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
	background: #3c153d;
}

/* =Text Style
-------------------------------------------------------------- */

a {
	text-decoration: none;
	color:#f49800;	
	font-size: 12px;
	font-family: "Trebuchet MS", Calibri, Arial;
	line-height: 1.3em;
}
a:hover {
	text-decoration: underline;
	color: #f49800;	
	font-size: 12px;
	font-family: "Trebuchet MS", Calibri, Arial;
	line-height: 1.3em;
}

a.author {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #666;	
	font-size: 1em;
	font-family: "Trebuchet MS", Calibri, Arial;
	line-height: 1.3em;
}
a.author:hover {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	color: #666;	
	font-size: 1em;
	font-family: "Trebuchet MS", Calibri, Arial;
	line-height: 1.3em;
}

#footer a.addthis_button {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	color: #666;	
	font-size: 1em;
	font-family: "Trebuchet MS", Calibri, Arial;
	line-height: 1.3em;
}
#footer a.addthis_button:hover {
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-decoration: underline;
	color: #666;	
	font-size: 1em;
	font-family: "Trebuchet MS", Calibri, Arial;
	line-height: 1.3em;
}


h1	{ 
	color:#f49800;
	font:bold 26px "myriad pro", Arial, Verdana, sans-serif;
	padding: 0px 10px 10px 0px;
}

h2	{ 
	color:#000;
	font:bold 20px "myriad pro", Arial, Verdana, sans-serif;
	padding: 0px 10px 10px 0px;
}

h3	{ 
	color:#000;
	font:bold 12px Arial, Verdana, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
}

p { 
	font: 12px Verdana, Arial, sans-serif;
	line-height:18px;
	color:#000;	
	margin: 0px;
	padding: 0px;	
}

/* =Layout Style
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	width: 100%px;
	text-align:center;
	background: #fff;	
}

#header {
	padding: 10px 0 0 0;
	background: #fff;
	height:80px;
	width: 100%;	
	text-align:center;
}

#header_inner {
	width:980px;
	text-align:left;
	margin:0 auto;
	overflow: hidden;
}

#nav {
	padding: 0px;	
	margin: 0 auto;
	width: 980px;
	text-align: left;
	height: 100px;	
}

#main {
	padding: 0px;	
	margin: 0 auto;
	width: 980px;
	text-align: left;
	min-height: 500px;
	height: auto !important;
	height: 500px;		
}

#main img {
	padding: 0px 10px 0px 10px; 
}

#left {
	float: left;
	padding: 0px 20px 20px 20px;	
	margin: 0px;	
	width:510px;
	text-align:left;	
}

#right {
	float: right;	
	padding: 0px 20px 20px 20px;	
	margin: 0px 0px 0px 0px;			
	width:360px;
	text-align:left;
}



#footer {
	clear: both;
	height: 100px;
	width: 100%;
	background: #3c153d;
	border-top:20px solid #2a0f2b;
	color:#777;
}

#footer .inner {
	padding: 20px 0px 0px 0px;	
	margin: 0 auto;
	width: 980px;
	text-align: left;
	font: 12px Arial, Verdana, sans-serif;
	color: #666;
}

.left{float:left;}
.right{float:right;}
.clear{clear:both;}

/* =Menu Style
-------------------------------------------------------------- */


.container {width: 970px; margin: 0 auto;}



ul#topnav {
	margin: 0 auto; 
	padding: 0;
	float: left;
	width: 970px;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background: url(./images/topnav_stretch.gif) repeat-x;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
ul#topnav li a {
	padding: 10px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
ul#topnav li:hover { background: #f49800 url(./images/topnav_active.gif) repeat-x; }
ul#topnav li span {
	float: left;
	padding: 15px 0;
	position: absolute;
	left: 0; top:35px;
/*	display: none; */
	width: 970px;
	background: #ffbb4d;
	color: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; }
ul#topnav li span a { display: inline; }
ul#topnav li span a:hover {text-decoration: underline;}


div#nav li.active { 
	background: #f49800 url(./images/topnav_active.gif) repeat-x;
}

div#nav li.active a { 
	background: #f49800 url(./images/topnav_active.gif) repeat-x;
}


div#nav li.active:hover, div#nav li.active.sfhover, div#nav  li.active:hover a, div#nav  li.active.sfhover a {  
	cursor:pointer;
	background: #f49800 url(./images/topnav_active.gif) repeat-x;
}

div#nav li.active:hover a , div#nav li.active.sfhover a {	
	cursor:pointer;
	background: #f49800 url(./images/topnav_active.gif) repeat-x;
}

div#nav li span a { 
	color: #fff;
	background: #ffbb4d !important; 
}

div#nav li span .active { 
	color: #fff;
	background: #f49800 !important; 
}


/* =Calendar Style
-------------------------------------------------------------- */

#calendar_navigation	{ 
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 365px;
	height: 50px;
	text-align: right;
	vertical-align: top;
}

#calendar_mounth	{ 
	float: left;
	color:#000;
	font:bold 20px "myriad pro", Arial, Verdana, sans-serif;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 275px;
	height: 40px;
	text-align: center;
	vertical-align: top;
}

#calendar_left	{ 
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 40px;
	height: 40px;
	text-align: left;
	vertical-align: top;
}

#calendar_right	{ 
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 40px;
	height: 40px;
	text-align: right;
	vertical-align: top;
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	
	a[href]:after{
		content: " (" attr(href) ")";
	}
	

	
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	
	#header {
		border-bottom: 2pt solid #f49800;
		padding-bottom: 18pt;
	}

	#nav,
	#right,
	#menu,
	#footer a.author,
	.footer_tools,
	.addthis_button {
		display: none !important;
	}

	#main {
		display: inline;
		padding-top: 20pt;
		margin: 24pt 0 0;
		width: 100%;	
	}
	
	#left {
		padding-top: 20pt;
	}
	
	#footer {
		background: none !important;
		border-top: 2pt solid #f49800;
		margin: 0;
		width: 100%;
	}	
	
}
