/*   
Theme Name: avanti
Theme URI: www.avantievents.com.au
Description: this is the theme for the avanti events blog
Author: andrewg
Author URI: ita.com.au
Version: 1.0
*/

body {
	background-color:white;
	margin:0;
	padding:0;
	font-family:arial,helvetica,sans-serif;
	font-size:0.8em;
	color:#000;
}

#outer {
	width:780px;
	position:relative;
	margin:8px auto;
	border:1px solid #ccc;
}

#header {
	height:160px;
	background:url('/images/avanti_logo.jpg') no-repeat;
	padding:20px;
}

#content {
	width:780px;
}

#main {
	padding:0px 20px;
	width:480px;
	float:left;
	border-right:2px dotted #999;
	margin-bottom:20px;
}

#sidebar {
	width:200px;
	float:right;
	padding:20px;
	margin-left:10px;
	background:url('/images/blog_sidebar_back.gif') repeat-y right;
}

#sidebar p.net2 {
	margin-bottom:15px;
}

#footer {
	background:url('/images/border_bar.jpg') no-repeat;
	padding:20px 10px;
	clear:both;
}

/* UTILITY STYLES */

a {
	color:#666;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 1.2em;
}

h2 {
	font-size: 1.4em;
}

hr {
	color:#666;
	background-color:#666;
	height:1px;
	border:none;
}

.clearboth {
	clear:both;
}

img {
	border:none;
}
