/*
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 }
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('http://artsontheave.org/wp-content/uploads/2014/05/header-bg.jpg');
	background-position:top center;
	margin:0;
	padding:0;
}

#header h1 {
	margin:0;
}
#header h1#logo a {
	background:none;
	width:302px;
	height:126px;
	display:block;
	text-indent:-9999px;
	margin:0;
	padding:0;
        padding-top:30px;
	top:50px;
}


#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;
}

#navbar {
	margin-top:10px;
	height:34px;
	margin-bottom:10px;
	padding:0;
	list-style:none;
}

#navbar li {
	float:left;
	margin:0;
	padding:0;
	margin-right:20px;
	margin-top:8px;
	margin-left:0;
		font-size:20px;

}

#navbar li a {
	color:white;
	margin:0;
	font-weight:lighter;
	height:35px;
}

#navbar li a:hover {
	background:black;
}

/*#navbar li#menu-item-6239 {
  margin-right:150px;
}*/

#content {
	margin-top:10px;
	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;
}

/* NAVBAR */

div#navbar div {
	height: 34px;
	text-transform: lowercase;
	position: relative;
	display: block;
	font: Arial, sans-serif;
	font-weight: bold;
}

div#navbar div ul {
	margin-top:4px;
	height:34px;
	margin-bottom:10px;
	padding:0;
	padding-top: 8px;
	list-style:none;
}


div#navbar div ul li {
	float:left;
	margin:0;
	padding:0;
	margin-right:20px;
	margin-top:0px;
	margin-left:0;
	margin-bottom: 0px;
	height: 34px;
	position: relative;
}

div#navbar div ul li a {
	margin-bottom: 0px;
}

div#navbar div ul li a:hover {
	background:#29787F;
	color: #D2A607;
}

#navbar {
	display: block;
	float: none;
	margin: 0 auto 0px;
	width: 940px;
	height: 58px;
	font-size: 18px;;
}
#navbar .menu-header,
ul.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#navbar .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#navbar .menu-header li,
div.menu li {
	float: left;
	position: relative;
	z-index: 9999;
}
#navbar a {
	color: #FCF1DD;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#navbar ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 34px;
	left: 0px;
	float: left;
	width: 180px;
	z-index: 9999;
	font-size: 14px;
}

#navbar ul li ul {
	margin-top: 0px;
}
#navbar ul ul li {
	min-width: 180px;
}
#navbar ul ul ul {
	left: 100%;
	top: 0;
}
body #navbar ul ul a {
	margin: 0px;
	background: #851313;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 2em;
	width: 160px;
	height:auto;
	font-size: 14px;
}
body #navbar li:hover > a,
body #navbar ul ul :hover > a {
	background:#29787F;
	color: #fff;
}
#navbar ul li:hover > ul {
	display: block;
}
#navbar ul#menu-the-carrot-menu li.current_page_item > a,
#navbar ul#menu-the-carrot-menu li.current-menu-ancestor > a,
#navbar ul#menu-the-carrot-menu li.current-menu-item > a,
#navbar ul#menu-the-carrot-menu li.current-menu-parent > a {
	color: #fff;
		background:#29787F;

}
* html #navbar ul#menu-the-carrot-menu li.current_page_item a,
* html #navbar ul#menu-the-carrot-menu li.current-menu-ancestor a,
* html #navbar ul#menu-the-carrot-menu li.current-menu-item a,
* html #navbar ul#menu-the-carrot-menu li.current-menu-parent a,
* html #navbar ul#menu-the-carrot-menu li a:hover {
	color: #fff;
			background:#29787F;

}




/* Fonts */

body {
	font-family:'Helvetica', Arial, sans-serif;
	color:#242424;
	font-weight: normal;
}

.teal {
	color:#004E5B;
}

.red {
	color:#660000;
}

p {
	margin:15px 0;
}

.small {
	font-size: 80%;
}
/* 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-left: 10px;
}

img.alignright {
  margin: 0 0 1em 1em;
}

.border {
	border: thin silver solid;
	padding:3px;
}

.clear {
	clear:both;
}

/* Header */

h1, h2, h3, h4, h5 {
	margin:10px 0px;
	font-family: sans-serif;
}
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;
}

#content ol li {
list-style-position: outside;
list-style-type:  decimal;
}

#contentColumn ul li {
	list-style-type: circle outside;
	list-style: circle;
	margin-left: 20px;
}

/* Other text elements */

.download {
	background: #d8ebc4 url(images/download.png) no-repeat center left;
	min-height: 20px;
	width: 90%;
	margin: 0 auto;
	padding: 10px;
	padding-left: 50px;
	display: block;
	border:1px dashed #9ab97a;
}

/* 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: 9000;
	/* 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 #menu-the-carrot-menu-1 {
	width: auto;
}


body#theCarrot #footerContainer {
	background:url('images/carrot-footer-bg.jpg') repeat-x;
}

body#theCarrot #header #contactInfo {
	left:220px;
	color:#5E6436;
}

body#theCarrot #navbar {
}

body#theCarrot #navbar li a {
}
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;
	;
}

body#theCarrot #navbar ul ul a {
	background: #5C6330;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height:auto;
	font-size: 14px;
	color:#F0EADC;
}




/* Tables */

table {
	padding: 5px;
	vertical-align: top;
}

table td {
	padding: 5px;
	vertical-align: top;
}

tr:nth-child(odd)		{ background-color:#eee; }

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;
}


/* Artist Pages */

img.artist-biopic {
	padding: 3px;
	background: #fff;
	border: 1px silver solid;
	margin: 5px 10px 5px 0;
	float: left;
}

div#contentColumn-artists {
	width: 570px;
}




//*