/*  
Theme Name: tonicball.com
Version: 1.0
Author: Ryan Faubion
Author URI: http://actueldesign.com/

	Tonic Ball
	http://tonicball.com

	This theme was designed and built by Ryan Faubion

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php


/* ----- CSS ----- */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, Sans-Serif;
	background: #fff url(/images/bgtile.png) repeat-x scroll top center;
	color: #5d5d5d;
	height: 100%;
	line-height: 17px;
	margin: 0px;
	}
a {	
	color: #dd9a0a;
	text-decoration: none;
	}
h2 {
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0px;
	}
h3 {
	margin: 0px;
	padding: 0px;
	}
.small {
	color: #756a6a;
	margin: 0px;
	font-size: .8em;
	}
hr {
	height: 1px;
	margin-bottom: -6px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 0px solid;
	border-right: 0px solid;
	border-left: 0px solid;
	}
	
/* ----- LISTS ----- */

li a {
	text-decoration: none;
	}
div#band {
	text-decoration: none;
	}
div#band ul {
	font-size: .9em;
	border-bottom: 0px solid #333;
	text-decoration: none;
	white-space: nowrap;
	list-style-type: none;
	margin-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	text-decoration: none;
	white-space: nowrap;
	width: 175px;
	}	
div#band li {
	border-bottom: 1px solid #dbdada;
	text-decoration: none;
	margin: 4px 0px 4px -42px;
	padding: 0px 0 4px 0;
	}
div#band li a{
	color: #555;
	font-weight: bold;
	}
div#band li a:hover {
	color: #a85108;
	text-decoration: none;
	padding: 0px:
	}
div#sponsors {
	text-decoration: none;
	}
div#sponsors ul {
	font-size: 1.2em;
	border-bottom: 0px solid #333;
	text-decoration: none;
	white-space: nowrap;
	list-style-type: none;
	margin-bottom: 13px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	text-decoration: none;
	white-space: nowrap;
	width: 235px;
	}	
div#sponsors li {
	border-bottom: 1px solid #dbdada;
	text-decoration: none;
	margin: 4px 0px 4px -42px;
	padding: 0px 0 10px 0;
	}
div#sponsors li a{
	color: #555;
	font-weight: bold;
	}
div#sponsors li a:hover {
	color: #a85108;
	text-decoration: none;
	padding: 0px:
	}

/* ----- MASTHEAD ----- */

.head {
	margin: auto;
	padding: auto;
	width: 855px;
	height: 272px;
	}
	
/* ----- NAVIGATION ----- */

div#navigation_cont {
	margin: auto;
	padding: auto;
	width: 980px;
	height: 67px;
	background: url(/images/nav2.png) no-repeat;
	}
div#navigation {
	color: #c7b7a8;
	font-size: 1.5em;
	font-weight: bold;
	margin-left: 73px;
	}
div#navigation ul {
	padding:0px 2px 0px 2px; 
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
	}
div#navigation li {
	padding:0em .3em 0em 0em;
	display: inline;
	color: #c7b7a8;
	height: 26px;
	
	}
div#navigation li a{
	font-weight: normal;
	color: #c7b7a8;
	padding-right: 15px;
	background: url(/images/nav_dot.png) right no-repeat;
	}
div#navigation li a:hover {
	color: #dd9a0a;
	text-decoration: none;
	padding: 0px:
	}
div#navigation li.active a {
	color: #dd9a0a;
	
	}
div#navigation li a:link {
	color: #FFF:
	}
div#navigation li.last {
	background: none;
	}
div#navigation li.last a{
	background: none;
	}

div#navigation li.activelast {
	background: none;
	}
div#navigation li.activelast a{
	color: #dd9a0a;
	background-image: none;
	}

/* ----- CONTENT ----- */

.container {
	margin: -34px auto;
	padding: auto;
	font-size: 1.3em;
	line-height: 17px;
	width: 860px;
	height: 100%;
	background: url(/images/contentbg4.png) no-repeat;
	}
.contentcont {
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: 53px 7px 0px 7px;
	width: 840px;
	height: 100%;
	background: #fff;
	float: left;
	}
.content {
	text-align: justify;
	padding: 0px 0px 0px 0px;
	margin: -42px 0px 0px 15px;
	width: 576px;
	height: 100%;
	float: left;
	}
.intro {
	width: 136px;
	height: 21px;
	margin: 13px 0 -4px 0;
	}
.intro_news {
	width: 79px;
	height: 22px;
	margin: 8px 0 8px 0;
	}
.sidebar {
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 20px;
	width: 180px;
	height: 100%;
	background: #fff;
	float: left;
	}
.col_left {
	float: left;
	height: 100%;
	margin-right: 20px;
	margin-left: 4px;
	}
.col_leftr {
	float: left;
	height: 100%;
	margin-right: 0px;
	}
.titlebar {
	width: 270px;
	height: 30px;
	background: #cacab1;
	line-height: 30px;
	padding-left: 10px;
	margin-left: -4px;
	}

/* ----- FOOTER ----- */
	
.base {
	margin-top: 0px;
	}
.basetext {
	font-size: .9em;
	font-weight: normal;
	margin: 0px auto 20px auto;
	width: 840px;
	}


	
/* ----- IMAGE ----- */
img{
behavior:url('pngbehavior.htc');
}

a img {border: none}

/* ----- CONTACT ----- */

.contact {
	height: 450px;
	padding: 0px 10px;
	margin: 10px 0px 0px -35px;
	line-height: 17px;
	}
.contacttop {
	margin: 10px 0 10px 0;
	}
	
#page-wrap {
	width: 500px;
	padding: 0px 0px 0px 0px;
	margin: 20px;
	min-height: 500px;
	height: 460px;
	}

#contact-area {
	width: 520px;
	margin-top: 25px;
	}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 360px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	margin-right: 22px;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding: 5px;
	font-size: 1.2em;
	clear: both;
}

.fkr_box {
	margin-left: -6px;
	padding-left: -8px;
	}
#flickr {
	display: inline;
	width: 450px;
	background: red;
	}

#flickr a img, #flickr img {
float:left;
margin:0 0px 8px 8px;
background: #dfdec2;
padding:4px;
width:125px;
height:125px;
}



