/*  
Theme Name: AOTA
Theme URI: http://www/artsontheave.org
Description: A custom theme build for Arts on the Ave in Edmonton, Alberta, Canada
Version: 1.0
Author: Dave Von Bieker
Author URI: http:/www.davevonbieker.com
*/



/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input,blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
q:before, q:after, blockquote:before, blockquote:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************

And now it's over to you...

************************************************************************************************************************************************************ */

/* Color Codes 

yellow: #B78500
red: #660000
cyan: #004E5B
dark gray: #242424
*/


/* Structure */

html, body {
	height:100%;
}

body {
	background: #e8e8e8 url('images/aota-bg.jpg') repeat-x;
	background-position:top center;
	height:100%;
}

#page {
	width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0 auto;
	margin-bottom:-159px;
}

#topbar {
	height:20px;
	text-transform:uppercase;
	text-align:right;
	padding-top:3px;
}

#topbar a {
	font-weight:normal;
	font-size:13px;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#242424;
}

#header {
	height:210px;
	position:relative;
	background:url('images/header-bg.jpg');
	background-position:top center;
	margin:0;
	padding:0;
}

#header h1 {
	margin:0;
}
#header h1#logo a {
	background:url('images/aota-logo.gif') no-repeat;
	width:212px;
	height:26px;
	display:block;
	text-indent:-9999px;
	margin:0;
	padding:0;
}


#header p#description {
	color:white;
	position:absolute;
	top:5px;
	right:0px;
	text-align:right;
	font-size:14px;
	width:450px;
	font-weight:lighter;
	margin:0;
	padding:0;
}

ul#navbar {
	margin-top:10px;
	height:34px;
	margin-bottom:10px;
	padding:0;
	list-style:none;
}

ul#navbar li {
	float:left;
	margin:0;
	padding:0;
	margin-right:20px;
	margin-top:8px;
	margin-left:0;
}

ul#navbar li a {
	color:white;
	margin:0;
	font-size:22px;
	font-weight:lighter;
	padding:5px;
	padding-bottom:5px;
	height:24px;
}

ul#navbar li a:hover {
	background:black;
}

ul#navbar li#home {
	margin-right:150px;
}

#content {
	margin-top:30px;
	padding:0 10px 30px 5px;
	margin-bottom:30px;
}

#sidebar {
	float:left;
	width:190px;
	margin-right:15px;
}

#contentColumn {
	margin-left:10px;
	float:left;
	width:660px;
	overflow:hidden;
	padding-bottom:20px;
}

#footerPush {
	height:159px;
	width:660px;
}
#footerContainer {
	background:url('images/footer-bg.jpg') repeat-x;
	background-position:top center;
	height:159px;
	width:100%;
	clear:both;
}

#footer {
	width:900px;
	margin:0 auto;
	padding-top:10px;
	position:relative;
	color:white;
	font-size:0.8em;
	height:139px;
	clear:both;
}

#footer p {
	text-align:right;
	position:absolute;
	right:5px;
	top:10px;
}

#footer #searchform {
	position:absolute;
	top:20px;
	left:5px;
}

#footer a {
	color:#660000;
}


/* Fonts */

body {
	font-family:'Helvetica', Arial, sans-serif;
	color:#242424;
}

.teal {
	color:#004E5B;
}

.red {
	color:#660000;
}

p {
	margin:15px 0;
}


/* Links */

a, a:link, a:visited {
	color: #B78500;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #004E5B;
}

/* Images */

.alignleft {
	float:left;
	margin-right:10px;
}

.alignright {
	float:right;
	margin-right:10px;
}

.border {
	border: thin silver solid;
	padding:3px;
}

.clear {
	clear:both;
}

/* Header */

h1 {
	margin:10px 0px;
}
h2 {
	background: white url('images/h2-bg.jpg') no-repeat;
	background-position:right bottom;
	padding: 10px 5px 5px 5px;
	color:#660000;
	margin-top:10px;
	width:99%;
	font-size:1.3em;
	margin-bottom:10px;
}

/* Lists */

#sidebar ul li {
	margin-left:10px;
	font-size:0.9em;
}

/* Homepage Styles */

#homepageColumnLeft {
	float:left;
	width:610px;
	margin-right:10px;
}
#homepageColumnRight {
	float:left;
	width:250px;
}
#featuredArtist {
	width:615px;
	height:283px;
	margin-left:0px;
	background:url('images/feature-bg.jpg') no-repeat;
	position:relative;
}

#featuredArtist #featuredImage {
	width:597px;
	height:268px;
	position:absolute;
	top:7px;
	left:10px;
}

#featuredArtist h1#featuredArtistTitle {
	position:absolute;
	background:url('images/featuredTitle-bg.jpg') repeat-x;
	background-position:bottom right;
	color:white;
	font-size:18px;
	padding: 10px 10px 5px 5px;
	margin-top:0;
	top:5px;
	left:8px;
	text-transform:lowercase;
}

#featuredArtistInfo {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#333;
	width:587px;
	color:silver;
	padding-bottom:15px;
	padding-top:10px;
	padding-left:10px;
	z-index: 9999;
	/* IE filter extension */
	  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	  width:587px;                /* Required for IE filter */
	  -moz-opacity: 0.8;         /* Mozilla extension */
	  -khtml-opacity:0.8;        /* Konqueror extension (Safari 1.1)*/
	  opacity: 0.8;              /* the correct CSS3 syntax */
	
}

#featuredArtistInfo h2 {
	background:none;
	color:white;
	margin:0;
	padding:0;
}

#featuredArtistInfo p {
	font-size:0.8em;
	margin:0;
}

#eventPhotos h2 {
	width:595px;
}

#homepageTopButton {
	margin-top:5px;
}

#homepageColumnRight li {
	margin:10px 0;
}

#contactInfo {
	background:url('images/Contact-bg.png') no-repeat;
	height:72px;
	width:191px;
	position:absolute;
	left:10px;
	top:138px;
}

#contactInfo p {
	margin-left:45px;
	padding-top:10px;
	font-size:12px;
}

/* Sidebar Styles */

#sidebar {
	line-height:1.2em;
	padding:0;
	
}

#sidebar h2 {
	width:80%;
	margin-left:-5px;
}

#sidebar a {
	font-weight:normal;
	color:#660000;
}

#sidebar a:hover {
	background:silver;
}
#sidebar ul {
	margin-left:0;
	padding:0;
	list-style-position:inside;
}

#sidebar .page_folder {
}

#sidebar .current_page_ancestor {
	border-top:solid thin silver;
	border-bottom:solid thin silver;
	margin:10px 0;
	padding:5px 0;
}

#sidebar li.page_item {
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebar li.page_item a {
	color:#242424;
}

#sidebar li.current_page_item a, #sidebar li.current_page_ancestor a {
	color:#660000;
}

#sidebar li.current_page_ancestor a {
	font-weight:bold;
}

/* Blog Page Styles */

.post h2 a {
	color:#660000;
}

div.post {
	margin-bottom:30px;
}

ol.commentlist li {
	padding: 10px 0px;
	border-bottom:1px solid silver;
}

/* Floats */

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
/* Specific Page Styles */


ul.kaleidoMenu {
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	text-indent:0;
	text-align:left;
	padding-bottom:40px;
}
ul.kaleidoMenu li {
	float:left;
	margin-right:5px;
	margin-bottom:10px;
	margin-top:10px;
}
ul.kaleidoMenu li a {
	padding:3px 5px;
	background:#25B1C0;
	color:white;
	text-decoration:none;
}

ul.kaleidoMenu li a:hover {
	background:#333;
	color:#25B1C0;
}

.bio {
	clear:both;
	margin:20px 0px;
	border-top:dotted thin silver;
}

.intro {
	color:#B78500;
	font-size:1.2em;
}

/* Artist page styles */

.dispform {
	width:100%;
	border:none;
}

.artbio {
	width:100%;
}

div.catbody {
}

/* The Carrot Styles */

body#theCarrot {
	background:url('images/carrot-bg.jpg') repeat-x;
	background-color:#fff;
}

body#theCarrot #header {
	background:url('images/carrot-header-bg.jpg') no-repeat;
}

body#theCarrot #header h1#carrotLogo a {
	background:url('images/carrot-logo.gif') no-repeat;
	width:246px;
	height:196px;
	display:block;
	text-indent:-9999px;
	margin:0;
	padding:0;}


body#theCarrot #footerContainer {
	background:url('images/carrot-footer-bg.jpg') repeat-x;
}

body#theCarrot #header #contactInfo {
	left:220px;
	color:#5E6436;
}

body#theCarrot #navbar {
	padding-top:2px;
}

body#theCarrot #navbar li a {
	font-size:20px;
	padding-top:8px;
	padding-bottom:6px;
}
body#theCarrot #navbar li a:hover {
	background-color:#904a0a;
	color:#ce9e00;
}

body#theCarrot #sidebar li a {
	color:#904204;
}

body#theCarrot h2, body#theCarrot h4 {
	color:#904204;
}

body#theCarrot a:hover {
	color:#5E6436;
	;
}

/* Tables */

table.lineupTable {
	padding:5px;
}

body#theCarrot table {
	padding:5px;
	border-collapse:none;
	border-spacing:10px;
	vertical-align:top;
	border-top:solid 1px;
	border-bottom:solid 1px;
	
}

body#theCarrot table tr td, body#theCarrot table tr th {
	padding:5px;
	vertical-align:top;
}

/* Lists */

#contentColumn ul, #contentColumn ol, #contentColumn li {
	margin: 10px;
}

#contentColumn ul {
	list-style: circle;
}

#contentColumn ul li {
	list-style-type: circle;
}

/* Captions */

.wp-caption {
	padding: 5px;
	border: solid 1px silver;
	background: white;
	font-size: 0.8em;
	text-align: center;
}
/* KALEIDO */

div.kaleido09Content h2 {
	color: #009381;
		font-family: Georgia, Palatino, serif;
font-style: italic;
margin-bottom: 15px;
	border-bottom: dotted 2px;
		border-top: dotted 1px;


}

div.festivalArtists {
clear:both;
border-bottom:1px dotted silver;
padding-bottom:5px;
margin-bottom:15px;
}

div.kaleido09Content h3 {
	font-family: Georgia, Palatino, serif;
	font-weight: bold;
	border-bottom: silver dotted 1px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	color: #3E5359;
	font-size: 1em;
}

div.kaleido09Content h4 {
	color: #009381;
	margin: 10px 0;
	font-size: 1em;
}

table.festivalSchedules {
	background: white;
	font-size: 0.9em;
	padding: 10px;
	margin: 10px 10px 10px 0;
	vertical-align: top;
padding:5px;
	border-collapse:none;
	border-spacing:10px;
	vertical-align:top;
		border-bottom: dotted 2px;
		border-top: dotted 2px;
	border-color: #009381;
		}
		
		


	
table.festivalSchedules tr {
	height: 25px;
	vertical-align: top;
}
table.festivalSchedules td {
	padding: 5px;
	border-bottom: silver 1px dotted;
}

table.festivalSchedules h3 {
	color: #009381;
	background: silver;
	padding: 5px;
	margin: 0;
}


// KALEIDO 2010 //

body#kaleido2010 {
	background: #E8E8E8 url('images/kaleido2010_bg.jpg') repeat-x;
}
