/*
Theme Name: BadgersWP
Theme URI: http://www.badgersteahouse.com/
Description: A WordPress theme for Badgers Tea House
Author: James Tiplady (Ibis Design)
Author URI: http://www.ibis-design.com/
Version: 1.0
*/

/*
 * menu text: #044913
 * menu border: #d2d2d2
 * body text: #7a7a7a
 */

body, html {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 11px;
	color: #7a7a7a;
}

a {
	outline: none;
}

#rap {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10%;
	
	width: 600px;
	height: 430px;
	text-align: left;
}

#header {
	clear: both;
}

#menu, #footer {
	width: 600px;
	
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	padding-top: 3px;
	padding-bottom: 3px;
	
	font-family: Tahoma, sans-serif;
	font-size: 8pt;
	color: #044913;
	text-transform: uppercase;
	
	clear: both;
}

#menu {
	margin-bottom: 10px;
}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	display: inline;
	margin-right: 35px;
}

#menu ul li a {
	text-decoration: none;
	color: #044913;
	text-transform: uppercase;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.selected {
	margin-right: 25px;
	padding-right: 10px;
	
	background-image: url('images/menuitem.png');
	background-position: center right;
	background-repeat: no-repeat;
}

.menubullet {
	margin-right: 25px;
}

#footer {
	margin-top: 10px;
	float: left;
}

#subfooter {
	float: left;
	text-align: right;
	
	width: 600px;
	
	font-family: Tahoma, sans-serif;
	font-size: 7pt;
	
	clear: both;
	
	margin-top: 3px;
}

#subfooter, #subfooter a, #subfooter a:visited, #subfooter a:hover {
	color: #cfd1d2;
}

#rap2 {
	float: left;
	
	clear: both;
	
	min-height: 300px;
	
	width: 600px;
}

#biginline {
	position: relative;
	
	float: left;
	
	width: 600px;
}

#content {
	float: left;
	
	width: 285px;
	padding-right: 15px;
	
	line-height: 160%;
	text-align: justify;
}

#content a {
	color: #044913;
}

/* fixes the leading whitespace introduced by Wordpress */
/* this won't of course work in IE6, so it's been placed on it's own to avoid disabling any other selectors */
#content p:first-child {
	margin-top: 0;
}

#inline {
	position: relative;
	
	float: right;
	
	width: 300px;
}

.arrow {
	position: absolute;
	top: 2px;
	right: 2px;
	
	z-index: 10;
}

/*
 * gallery styles
 */

.gallery-thumb-container {
	width: 80px;
	height: 80px;
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}

.gallery-thumb {
	margin: auto auto;
	border: 1px solid #ccc;
	padding: 2px;
}

#gallery-main {
	margin: auto auto;
	background-image: url('images/loading.gif');
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery-arrow-prev {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 10;
	display: block;
	width: 20px;
	height: 36px;
	border: 0;
}

.gallery-arrow-next {
	position: absolute;
	right: 0;
	top: 100px;
	z-index: 10;
	display: block;
	width: 20px;
	height: 36px;
	border: 0;
}

.gallery-arrow-prev img, .gallery-arrow-next img {
	border: 0;
}