/******* Structure *******/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	background: #fff url(../img/bg.gif) top center repeat-y;
	font: 85%/1.5em Verdana, sans-serif;
	text-align: center;
}

#package {
	width: 600px;
	text-align: left;
	margin: 0 auto;
}

/******* Main Header *******/

#header {
width: 850px;
height: 212px;
background: #FFFFFF url(../img/i-header.jpg) top center no-repeat;
margin-left: auto;
margin-right: auto;
}

/******* 1st Header Navigation Bar & Links *******/

#nav1 {
width: 850px;
height: 45px;
background: #FFFFFF url(../img/i-nav1.jpg) top center no-repeat;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: center;
font: 12px Verdana, Tahoma, Trebuchet MS, helvetica, sans-serif;
font-weight: bold;
letter-spacing: 1px;
}

#nav1_content { padding: 14px; }

#nav1_content a {
	margin-left: 8px;
	margin-right: 8px;
	padding: 5px;
	color: #FFFFFF; 
	text-decoration: none;
}

#nav1_content a:hover {
	color: #0353CC;
	text-decoration: none;
}

/******* 2nd Header Navigation Bar & Links *******/

#nav2 {
width: 850px;
height: 74px;
background: #FFFFFF url(../img/i-nav2.jpg) top center no-repeat;
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: center;
font: 12px Verdana, Tahoma, Trebuchet MS, helvetica, sans-serif;
font-weight: bold;
letter-spacing: 1px;
}

#nav2_content { padding: 20px; }

#nav2_content a {
	margin-left: 8px;
	margin-right: 8px;
	color: #0353CC; 
	text-decoration: none;
}

#nav2_content a:hover {
	color: #333333;
	text-decoration: none;
}

#sub {
width: 850px;
height: 44px;
background: #FFFFFF url(../img/i_sub.jpg) top center no-repeat;
font: 16px Trebuchet MS, helvetica, sans-serif;
font-weight: bold;
color: #0353CC;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#wrapper {
width: 850px;
background: #FFFFFF url(../img/i_body.jpg) top center repeat-y;
margin-left: auto;
margin-right: auto;
font: 13px normal Trebuchet MS, tahoma, helvetica, sans-serif;
text-align: left;
}

#footerbar {
width: 850px;
height: 80px;
background: #FFFFFF url(../img/i_footer.jpg) top center no-repeat;
margin-left: auto;
margin-right: auto;
color: #404040;
font: 13px Trebuchet MS, tahoma, helvetica, sans-serif;
}

#container {
width: 580px;
padding: 5px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#container_sub {
width: 800px;
padding: 5px;
padding-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#container_footer {
width: 800px;
padding: 5px;
padding-top: 15px;
margin-left: auto;
margin-right: auto;
text-align: center;
}


#sideblock {
background: #FFFFFF;
border-top: 6px solid #E2E2E2;
border-bottom: 6px solid #E2E2E2;
border-left: 1px solid #E2E2E2;
border-right: 1px solid #E2E2E2;
width: 200px;
padding: 8px;
margin-left: 20px;
margin-top: 8px;
}

/******* Links *******/

a {
	color: #069;
	text-decoration: none;
}


a:hover {
	color: #69c;
	text-decoration: none;
}



/******* Menu *******/

ul#menu {
	list-style: none;
	margin: 15px 0;
	text-align: right;
}

ul#menu li {
	display: inline;
	margin-right: 10px;
}

/******* Content Heading *******/

h1 {
	font: 20px Trebuchet MS, tahoma, helvetica, sans-serif;
	text-align: left;
	margin-bottom: 10px;
	color: #000000;
}

h2 {
	font: 18px Trebuchet MS, tahoma, helvetica, sans-serif;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #0353CC;
}

h3 {
	font: 16px Trebuchet MS, tahoma, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #0353CC;
}

h4 {
	font: 14px Trebuchet MS, tahoma, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #0353CC;
}

h5 {
	font: 12px Trebuchet MS, tahoma, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #0353CC;
}

h6 {
	font: 13px Trebuchet MS, tahoma, helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}


/******* Typography *******/

p {
	margin-bottom: 10px;
	line-spacing: 130%;
}

img {
	background-color: #FFF;
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 10px;
}

ul {
	margin: 0 30px 20px;
}

ol {
	margin: 0 30px 20px;
}

blockquote {
	text-align: center;
}

blockquote p {
	text-align: center;
}

cite {
	display: block;
	font-style: normal;
	text-align: right;
	
}

/******* Comments *******/

dl.comment {
	border-top: 1px dotted #333;
	padding-top: 10px;
	margin-bottom: 20px;
}

dl.comment dt {
	float: left;
	width: 150px;
	text-align: right;
	padding-bottom: 5px;
}

dl.comment dt small {
	display: block;
	color: #bbb;
	font: 85% Helvetia, Sans-serif;
}

dl.comment dd {
	padding-left: 15px;
	margin: 0 0 10px 180px;
}

/******* Listing *******/

dl.listing {
	border-top: 1px dotted #333;
	padding-top: 10px;
	margin-bottom: 20px;
}

dl.listing dt {
	float: left;
	color: #666;
	font-size: 90%;
	font-style: italic;
}

dl.listing dd {
	background: url("../img/tumble-log.gif") left 0.5em no-repeat;
	padding-left: 15px;
	margin: 0 0 10px 110px;
}


/******* Archive *******/

#archive a small {
	color: #aaa;
	font-style: italic;
	font-size: 85%;
}

#archive a {
	display: block;
	padding: 0 10px;
}

#archive a:hover {
	color: #fff;
	background-color: #ccc;	
}

#archive a.active {
	color: #fff;
	background-color: #ccc;
}

#archive ul li {
	font-size: 90%;
	margin: 0 0 5px;
}

ul#year {
	float: left;
	list-style: none;
	margin: 0;
}

ul#month {
	float: left;
	list-style: none;
	border-left: 1px dotted #333;
	padding-left: 20px;
	margin-left: 25px;
}

ul#past-entries {
	list-style: none;
	border-left: 1px dotted #333;
	padding-left: 20px;
	margin-left: 225px;
}

/******* Forms *******/

#contact-form {
	margin-top: 10px;
}

#guideline {
	float: right;
	color: #333;
	width: 241px;
	font: 80%/1.5em Verdana, Sans-serif;
}

#guideline h4 {
	border-bottom: 1px dotted #333;
	text-transform: uppercase;
	font: 110% Helvetica, Sans-serif;
	padding-bottom: 6px;
}

#guideline ul {
	list-style-type: square;
	margin: 6px 0 30px 15px;
}

#guideline li {
	margin-bottom: 12px;
}

form {
	background-color: #transparent;
	width: 500px;
	font-size: 90%;
	padding: 9px 9px 25px;
}

fieldset {
	border: none;
}

form label {
	display: block;
	color: #333;
	font: 12px Tahoma, Helvetica, Sans-serif;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 25px;
}

form label small {
	display: block;
	color: #888;
	font-size: 80%;
	text-transform: none;
	text-align: right;
	margin-left: 40%;
	margin-top: -1.55em;
}

form label small a:hover {
	color: #666;
	border-color: #888; 
}

form input, form textarea {
	display: block;
	width: 100%;
}

form textarea {
	height: 200px;
}

form input#submit {
	float: right;
	display: block;
	width: 120px;
}

form p.success {
	color: #6cc33c;
	font: Trebuchet MS, tahoma, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: #F6F6F6;
	margin: 0 0 9px;
	padding: 24px;
}

form p.error {
	color: #ff4242;
	font: 18px Trebuchet MS, tahoma, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	background: #F6F6F6;
	margin: 0 0 9px;
	padding: 24px;
}

/******* Footer *******/

ul#footer {
	clear: both;
	color: #888;
	text-align: right;
	font-size: 80%;
	margin: 0 0 20px;
	padding-top: 40px;
}

ul#footer li {
	display: inline;
	margin-left: 10px;
}

#footer a {
	color: #888;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 2px;
}

#footer a:hover {
	color: #69c;
}

#footer a.symphony {
	background: url("../img/symphony-logo.gif") left center no-repeat;
	padding-left: 24px;
}

#footer a.rss {
	background: url("../img/rss-logo.gif") left center no-repeat;
	padding-left: 29px;
}
