/*  
Theme Name: Pigeon Theatre v3
Version: 0.3
Author: Paul Gorton
*/

body {
	background:#fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: white;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#content {
	vertical-align: top;
	margin: 0px;
	margin-left: 10%;	
	margin-top: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	width: 400px;
}

div.back_button {
	color: black;
	padding-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
	position: relative;
	top: -20px;
}

div.back_button a {
	color: black;
}

#navigation {
	vertical-align: top;
	width: 450px;
	text-align: center;
	/* border: 1px solid green;	*/
}

.performances-page {
	padding-top: 50px;
}

.contact-page {
	padding-top: 350px;
}

.about-page {
	padding-top: 100px;
}

.home-page {
	padding-top: 300px;
}

#navigation div.navbar {
	font-size: 12pt;
	font-weight: bold;
	color: #999;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: black;
}

#navigation div.navbar a {
	color: #999;
	padding-left: 5px;
	padding-right: 5px;	
}

#navigation div.navbar a:hover {
	color: #555;
}

#navigation div.navbar a.current-menu-item {
	color: black;
}

#navigation div.navbar span.current-menu-item {
	padding-left: 5px;
	padding-right: 5px;
}


#navigation ul.subnavbar {
	text-align: center;
	color: #999;
	font-size: 12pt;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;	
	padding-top: 10px;
	margin-top: 0px;	
	padding-bottom: 10px;	
	margin-right: 10%;
}

#navigation ul.subnavbar a:hover {
	color: #555;
}

#navigation ul.subnavbar li {
 padding-left: 2px;
 padding-right: 2px;
 white-space: nowrap;
}

#navigation ul.subnavbar li.current_page_parent a {
	color: black;
}

#navigation ul.subnavbar li.current_page_item a {
	color: black;
}

div.post {
	color: white;	
	background-color: #999;
	border: 1px solid black;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}


div.post a {
	color: black;
}

div.post a:hover {
	text-decoration: underline;
}

div.date {	
	background-color: white;
	color: #999;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}

div.title {	
	background-color: white;
	color: black;
	padding: 20px;
	padding-bottom: 10px;
	font-size: 12pt;
	font-weight: bold;
}

#media {
	color: black;
	width: 380px;	
	border: 1px solid black;
	background-color: #999;
	margin-left: auto;
	margin-right: auto;
}

#media h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
}

#media a {
	color: white;
}

div.ngg-galleryoverview {
	margin-top: 0px;
}

#media_toggle {
	font-weight: normal;
	font-size: 8pt;
	display: inline;
	text-align: right;
}

#media_toggle:hover {
	text-decoration: underline;
}

#aux-info li {
	list-style-type: none;
	list-style-image: none;
}

#aux-info li.pagenav ul {
	padding: 0px;
	margin: 0px;
}

#aux-info li.pagenav {
	font-weight: bold;
	color: black;
}

#aux-info li.page_item {
	font-weight: normal;
}

#tech-specs {
	margin-top: 10px;
	margin-bottom: 10px;
}