/*
Theme Name: The Bull
Theme URI: http://havebullwilltravel/
Description: Custom-designed theme for Have Bull Will Travel
Version: 1.00
Author: Steve Johnson
Author URI: http://sawtoothid.com/
*/


html, body {
	margin: 0px;
	padding: 0px;
}

#headerimg {
	background: url(images/hbwt.png) top center no-repeat;
	height: 92px;
	border-bottom: 1px solid #000;
	width: 790px;
	margin: 0 auto 0;
}

#page { /*where the background image is placed*/
	background-image: url(images/samson.png);
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #000;
	min-height: 900px; /* a minimum height to show the entire background if the page is too short */
	margin: 0 auto 0;
	width: 906px;
	padding-top: 15px;
position: relative;
z-index: 10;
top: 0;
left: 0;
}

#blogtitle {
position: absolute;
top: 15px;
left: 40%;
z-index: 1;
}

#content {
	width: 700px;
	margin: 20px auto 0;
	background: yellow;
	background: url(images/semitransparent.png) top left repeat;
	padding: 0 20px 50px;
	border: 1px solid #ccc;
}

/* typography/colors */

body {
	font-family: Tahoma, Arial, helvetica, sans-serif;
	font-size: 80%;
	color: #64523c; /* 111145   31281d */
	background: url(images/bullriding.jpg) 0 65px fixed no-repeat;
}

a:link, a:active {
	color: #31281d;
}

a:visited {
	color: #606077;
}

h1, h2, h3, h4, h5, h6 {
	color: #31281d;
	font-weight: normal;
}

h1 {font-size: 1.45em}
h2 {font-size: 1.4em}
h3 {font-size: 1.25em}
h4 {font-size: 1.1em}
h5 {font-size: 1em}


/* block styles */

.pagetitle { /* the page title for pages like archives and search results */
	text-align: center;
	font-size: 2em;
}
	
.center { text-align: center; } /* FIXME find out what this is for */

ul { padding-left: 1em; }
ol { padding-left: 1.4em; }


/* post styles */

.post {
	margin-bottom: 3em;
}

.post .storytitle {
	margin: 0px;
	text-align: center;
	font-size: 1.7em;
}

.entry {
	margin-left: 10px;
}

#topnav {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}

#topnav ul li {
	list-style: none;
	display: inline;
	padding: 0 0.5em;
}

#topnav a {
	text-decoration: none;
}

#topnav a:hover {
	text-decoration: underline;
}

#topnav .current_page_item {
	background-color: #cc9;
}


iframe {
	margin-left: 12px;
}