/* 
Theme Name: Atavola Together
Theme URL: http://www.atavolatogehter.com
Description: Custom Wordpress Theme for Atavola Together (Based on Whiteboard)
Author: Mad Ink Design
Author URI: http://www.madink.net
Version: 1.0

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, tbody, tfoot, thead, tr, th, td {font-size:14px;font-family:inherit;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{
	width:800px;
	margin:0 auto;
}
#post{}
#postmeta{}
#postnavigation{}
#searchform{}
#sidebar{}


body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 16px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h3 {
	paddin: 0px;
	padding-bottom:4px;
	margin:	0px;
}
.header {
	background-image: url(http://www.atavolatogether.com/cms/wp-content/themes/atavola/images/header_bg.gif);
	background-repeat: repeat-x;
	height: 160px;
}
.logo {
	clear: right;
	float: left;
	height: 159px;
}
.iacp {
	clear: right;
	float: right;
	width: 236px;
	height: 121px;
}
.nav {
	width: 486px;
	height: 39px;
	clear: right;
	float: right;
}
.footer {
	font-size: 10px;
	color: #666666;
	text-align:right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.hr {
	background-image: url(http://www.atavolatogether.com/cms/wp-content/themes/atavola/images/line_bg.gif);
	background-repeat: repeat-x;
}

/*-- Start Wordpress Specific Style --*/
.content {
	padding:10px;
	line-height:16px;
	text-align:justify;
}
.content_ev {
	padding:10px;
	line-height:14px;
	text-align:justify;
}
#content_ev h2 {
	font-size:16px;
	font-weight:bold;
	color:#B0191D;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom:2px;
	margin-bottom:10px;
	padding-top:2px;
	margin-top:10px;
}
#content_ev h3 {
	font-size:14px;
	font-weight:bold;
	color: #D38E23;
}
.rail {
	background-color:#D38E23;
	padding:10px;
	color:#FFF;
}
.under {
	font-style:italic;
	font-size:9px;
	color:#666666;
	padding-bottom:10px;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#D38E23;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-bottom:2px;
	margin-bottom:4px;
}
#rail h2 {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D38E23;
}
rail ul {
}
#rail li {
	list-style-type: none;
	padding-top:2px;
}
p {
	padding-bottom:14px;
}
#postmeta li {
	margin-left:25px;
}
/*-- End Wordpress Specific Style --*/


/*-- Link Styles --*/
a:link {
	color: #D38C29;
	text-decoration:none;
}
a:visited {
	color: #D38C29;
	text-decoration:none;
}
a:hover {
	color: #999999;
	text-decoration:underline;
}
a:active{
	color: #D38C29;
	text-decoration:none;
}

#rail a:link {
	color: #FFFFFF;
	text-decoration:underline;
}
#rail a:visited {
	color: #FFFFFF;
	text-decoration:underline;
}
#rail a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#rail a:active {
	color: #FFFFFF;
	text-decoration:underline;
}