/*
Theme Name: Avanty WordPress Theme
Theme URI: http://avanty.tv/
Description: The default Avanty WordPress theme.
Version: 1.0
Author: Andrea Gavioli
Author URI: http://www.2creativelab.com/
Tags: custom header, fixed width, two columns, widgets

	Avanti v1.0
	 http://www.avanty.tv/

	This theme was designed and built by Andrae Gavioli,
	whose site you will find at http://www.2creativelab.com/

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

*/
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	position: relative;
	z-index: 1;
	background-attachment: fixed;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}
a {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
h1, h2, h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
img { 
	border: none;
}
.cleaner {
	clear: both;
}
#wrapper {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: auto;
	width: 600px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#header {
	height: 200px;
	width: 600px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#header #logo {
	padding: 0px;
	height: 200px;
	width: 166px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background-image: url(images/avanty-logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header #logo h1 {
	text-indent: -999em;
	display: none;
	position: relative;
	z-index: -1;
}
#content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 400px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: auto;
}
#content #intro-video {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 400px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: auto;
}
#content #intro-text {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: auto;
	color: #666;
}
#content #intro-text p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#content #intro-text .center {
	text-align: center;
}
#content .post {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height: auto;
	width: 400px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#content .post h2 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
#content .post small {
	font-size: 12px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
#content .post .entry {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	width: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: auto;
	color: #666;
}
#content .post .postmetadata {
	font-size: 10px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
.navigation {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.alignleft {
	float: left;
	height: auto;
	width: auto;
}
.alignright {
	float: right;
	height: auto;
	width: auto;
}
#sidebar {
	float: right;
	height: auto;
	width: 150px;
	margin: 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 0px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li {
	margin: 0px 0px 30px 0px;
	padding: 0px;
	width: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: auto;
}
#sidebar ul li h1, #sidebar ul li h2, #sidebar ul li h3 {
	font-size: 14px;
}
#sidebar ul li ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul li ul li {
	margin: 0px;
	padding: 0px;
}
#sidebar ul li ul li h1, #sidebar ul li ul li h2, #sidebar ul li ul li h3 {
	margin: 10px 0px 10px 0px;
	padding: 0px;	
}
#footer {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	width: 600px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	overflow: hidden;
	position: relative;
	z-index: 1;
	height: auto;
}
#footer p {
	text-align: center;
	font-size: 10px;
	color: #999;
}#sidebar #sponsor {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
#sidebar #sponsor li {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}
