/*
Theme Name: TravelArt
Theme URI: http://wordpress.org/
Description: Wordpress theme  for Travel Art Dance Company based on Kubrick
Version: 0.1
Author: Jarrod Cope
Author URI: 
Tags: custom header, fixed width, two columns, widgets

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

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Verdana', 'Arial', Sans-serif;
	background: #c7beb3;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	overflow: visible;
	}
	

#page {
	background-image: url('images/home_background.jpg');
	background-repeat: no-repeat;
	text-align: left;
	width: 1000px;
	height: 725px;
	margin: auto;
	}


#rightcolumn {
	margin-left: 480px;
	font-size: 1.2em;
	}
	
#rightcolumn img {
	margin-top: 260px;
	}
	
#navigation {
	margin-left: 10px;
}

#navigation  h2{
	padding: 0;
	margin: 0;	
	color: #eecc77;
	font-weight: normal;
	font-size: 1.45em;
	}

#upcoming-shows	{
	background-image: url('images/home_upcoming_bg.jpg');
	background-repeat: no-repeat;	
	width: 443px;
	height: 215px;
	margin-top: 15px;
	padding-top: 36px;
	padding-left: 38px;
}

#upcoming-shows	h2{
	color: #6f412c;
	font-size: 16px;
	font-weight: normal;
}

h1, h2, h3 {
	font-family: 'Georgia', serif, Verdana, Arial;
	font-weight: bold;
	}





#rightcolumn  h2 a, #rightcolumn  h2 a:visited{
	color: #f3d070;
	}
	
	#rightcolumn  h2 a:hover{
		color: #ffffff;
	}

#rightcolumn h2 .divider{
		margin: 0 6px 0 6px;
	}

a {
	color: #866;
	text-decoration: none;
}

a:hover {
	color: #cc100f;
	text-decoration: underline;
	}


ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-left: 10px;
		text-indent: -10px;
		font-weight: bold;	
		width: 322px;	
		
	}
	

 li {
	list-style-type: none;
	list-style-image: none;
	margin: 3px 0;
	padding: 0;
	font-size: 11px;
}

ul li li {
	font-weight: normal;
}

ul li li:before {
	content: "\00BB \0020";
	}
	
.hide {
	display: none;
}

a img {
	border: 0;
}
}