/* **************************************************** 

Title: 		Aveo Canada 2010 CSS
Author: 	Kevin Humphrey
URL: 		http://www.aveocanada.com/ 

Created: 	February 21, 2010

**************************************************** */

/** GLOBAL RESETS **/
:link,:visited {text-decoration:none}
h1,h2,h3,h4,h5,h6,pre,code {font-size:1em;font-weight:400;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:0; padding:0}
a img,:link img,:visited img {border:none}

/** GLOBAL SETS **/
.clear {clear:both;}
.center {text-align:center;}
.break {border-top: 1px solid #ccc; margin: 0 20px 30px; display: block; }

body {
	font-family:arial, "Lucida Grande", verdana, helvetica, sans-serif;
	font-size: 15px;
	background: #000;
	color:#222;
        cursor: url("http://www.aveocanada.com/cursor/sports-plane.ani"), auto;
}
#wrapper {
	margin:0 auto;
	width:900px;
}
#logo {
	height:100px;
	text-align:left;
        padding-top:10px;
}
.tagline {
	float:right;
	color:#ddd;
	font-size:16px;
	margin-top:70px;
}
.tagline a:link, .tagline a:visited {
        color:#ddd;
}
.tagline a:hover {
        color:#fff;
	text-decoration:underline;
}
#content {
	width:900px;
	text-align:left;
	background:#fff;
        border:5px solid #ddd;
}

/* Menu */

.menu {
	list-style:none;
	margin: 14px 0 14px 10px;
	width: 880px;
	float: left;
}
.menu li {
	float: left;
	margin: 0 4px 0 0;
}
.menu li a {
	display: block;
	font-size: 16px;
	padding: 8px 15px;
	border: 1px solid #fff;
	color:#000;
}
.menu a:hover, .menu li.current a {
	border: 1px solid #ccc;
}
.menu a:hover {
	background:#ddd;
	color:#f00;
}

.menu li ul {
	display: block;
	background: #fff;
	margin: -1px 0 0;
	position: absolute;
	display: none;
	z-index: 2;
	border: 1px solid #ddd;
}
.menu li ul li {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.menu li ul li a {
	width: auto;
	margin: 4px;
	white-space: nowrap;
}

/* Slider */

#pitch { margin-bottom: 30px; border-top: 5px solid #ddd; border-bottom: 5px solid #ddd; }
#pitch .infoline {
	margin-top: -70px;
	padding: 15px 25px 15px 0;
	background: #000;
	font-size: 20px;
        font-weight:bold;
	width: 875px;
	height: 20px;
	opacity:0.70;
	filter:alpha(opacity=70);
	color: #fff;
        text-align:right;
}

.pitch-gallery { overflow: hidden; width: 900px; position: relative; }
.pitch-gallery-holder { width: 3600px; position: relative; top: 0; left: 0; }
.pitch-gallery-div { float: left; }
	
/* BODY */

#bodycontent {width:600px;float:left; }

#bodycontent .post {padding:0 30px 25px 20px; }
#bodycontent .post h1 {
	font-family: georgia,serif;
	font-size:36px;
	color:#000;
	line-height:36px;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px solid #ccc;
}
#bodycontent .post p {
	margin:0 0 18px 0;
	line-height: 22px;
        font-size: 16px
}

#bodycontent .post ul, #bodycontent .post ol {
	margin:0 0 18px 25px;
	line-height: 20px;
}
#bodycontent .post ul ul, #bodycontent .post ol ul, #bodycontent .post ul ol, #bodycontent .post ol ol {
	margin:0 0 0 25px;
}
#bodycontent .post blockquote {
	margin:0 0 18px 30px;
	line-height: 19px;
	font-size:13px;
	color:#666;
	font-style:italic;
}
#bodycontent .post code {
	font-size:12px;
	color:#666;
	padding:2px;background:#fafafa;
	border:1px solid #eee;
}
#bodycontent .post pre code {
	display:block;
	font-size:12px;
	color:#666;
	padding:8px;background:#fafafa;
	border:1px solid #eee;
	margin-bottom:18px;
}
#bodycontent .post h2 {
	font-weight:normal;
	padding:8px 0 20px;
	font-size:22px;
        letter-spacing:-0.25px
}
#bodycontent .post h3 {
	font-weight:normal;
	padding:0 0 8px;
	font-size:19px;
}
#bodycontent .post h4 {
	font-weight:bold;
	padding:8px 0;
	font-size:14px;
}
#bodycontent .post a:link, #bodycontent .post a:visited {
	color:#f00;
	text-decoration:underline;
	}
#bodycontent .post a:hover {
	color:#999;
	text-decoration:underline;
	}
#bodycontent .post .meta {
	margin-top:20px;
	font-size:11px;line-height:18px;
	color:#555;
	border:1px dotted #ccc;
	background:#f9f9f9;
	padding:8px;
}
#bodycontent .post img {
        padding:5px;
        border:1px solid #ccc;
        margin:10px 0;
}
.icon img {
        border:0;
}
.thumb img {
        border:none;
        margin:10px;
}

/* CONTACT FORM */

.contactform {margin:0 0 20px 0;}
.contactform b {display:block;}
.contactform input.text, .contactform textarea, .contactform select {width:250px;padding:4px;font-family:arial;font-size:13px;margin:2px 0 7px 0;}
.contactform textarea {height:150px;width:350px;}
.contactform input#contact-submit {padding:4px;width:150px;font-weight:bold;}
.contactform p.contactmsg {padding:4px;border:1px solid #ccc;background:#f9f9f9;font-weight:bold;}
.contactform p.success {color:#00CC33;}
.contactform p.error {color:#CC0000;}
.pot {display:none;}



/* SIDEBAR */

#sidebar {
	width:300px;
	float:right;
	text-align:left;
	font-size:15px;
	}
#sidebar .featured {
	background:#ddd;
	padding:15px 20px 20px;
	margin:0 20px 30px 10px;
	color:#000;
	font-family: arial, "Lucida Grande", verdana, helvetica, sans-serif;
	line-height:20px;
        border: 1px solid #666;
	}
#sidebar .featured h2, #sidebar .alert h2 {
	color:#000;
	font-family: arial, "Lucida Grande", verdana, helvetica, sans-serif;
	font-size:24px;
	line-height:24px;
	border-bottom: 1px solid #666;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	}
#sidebar .featured p {
	margin:0 0 17px 0;
	}

#sidebar .alert {
	background:#D40E0E;
	padding:15px 20px 20px;
	margin:0 20px 30px 10px;
	color:#fff;
	font-family: arial, "Lucida Grande", verdana, helvetica, sans-serif;
    font-size: 14px;
	line-height:18px;
    border: 1px solid #666;
	}
#sidebar .alert h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
}

#sidebar a:link, #sidebar a:visited {
	color:#f00;
	text-decoration:none;
	}
#sidebar a:hover {
	color:#999;
	text-decoration:underline;
	}
		
#sidebar .featured a:link, #sidebar .featured a:visited {
	color:#f00;
	text-decoration:underline;
	}
#sidebar .featured a:hover {
	color:#999;
	text-decoration:underline;
	}
#sidebar .links a:link, #sidebar .links a:visited {
        color:#f00;
        text-decoration:none;
        padding:5px 5px 10px 20px;
        font-size:16px;
}
.links hr {
        color:#999;
        margin:5px 30px 5px 20px;
}
#sidebar .links a:hover {
        color:#000;
        text-decoration:none;
}
#sidebar ul, #sidebar ol {
	margin:0 0 18px 20px;
        font-size:13px;
	}

/* LOWER WIDGETS */

#feature {
	margin-left: 20px;
        margin-bottom: 20px;
	padding-bottom: 10px;
}
.small-post {
	float: left;
	width: 250px;
	margin-right: 55px;
}
.small-post img {
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 10px;
}
.small-post h3 {
	font-size:21px;
	font-family: georgia, serif;
	color:#f00;
	margin-bottom:10px;
}
.small-post a {
	color:#f00;
        text-decoration:underline;
}
.small-post a:hover {
        color:#999;
}
.small-post p {
	font-size:15px;
	line-height:22px;
}
.last { margin-right: 0; }

/* FOOTER */

#footer {
	text-align:left;
	line-height:18px;
	font-size:13px;
	color:#fff;
	padding:10px 0 20px 0;
	}
	#footer p.left-footer {text-align:left;float:left;width:450px;}
	#footer p.right-footer {text-align:right; float:right; width:450px; color:#999;}
	
	#footer a:link, #footer a:visited {
		color:#999;
                font-weight:bold;
		text-decoration:none;
		}
	#footer a:hover {
		color:#ccc;
		text-decoration:underline;
		}

