/*
Theme Name: Holy Cow
Theme URI: http://www.holycow.com/
Description: Custom Wordpress theme  by Holy Cow Design built from scratch
Author: Joe Fulgham
Author URI: http://www.holycow.com/
Version: 1.0
*/

/* Clear All */
* {
	margin: 0;
	padding: 0;
}

/* The Basics */
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: #4b3a2f;
	color: #fff;
	text-align: left;
    margin: 0;
    width: 100%;
}

::selection {
    background: #ffffff;
    color: #5d894b;
}

::-moz-selection {
    background: #ffffff;
    color: #5d894b;
}

p {
	line-height: 1.3em;
    margin-bottom: 1.5em;
}

a {
	color: #ead0ae;
    text-decoration: underline;
}

img {
	border: none;
}

h1 {
	font-size: 2.0em;
	line-height: 1.4em;
    font-family: Georgia, TimesNewRoman, Serif;
    font-weight: normal;
    font-style: italic;
}

h1 a {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
	padding-left: 12px;
}

.alignleft {
	float: left;
	padding-right: 12px;
}

ul {
	list-style-position: outside;
}

/* Layout */

#top {
    width: 100%;
    height: 263px;
    background: #448bcd url(images/header-top-bg.gif);
}

#topgraphics {
    width: 100%;
    height: 263px;
    background: #448bcd url(images/header-top-bg.png) top center no-repeat;
    min-width: 960px;
}

#header {
    width: 960px;
    height: 263px;
    margin: 0 auto;
    overflow: hidden;
    /* Added for old browsers that don't support min-width above */
    background: url(images/header-top-bg.png) no-repeat;
    background-position: -550px 0px;
}

#topgraphics404 {
    width: 100%;
    height: 263px;
    background: #448bcd url(images/header-top-bg-404.png) top center no-repeat;
    min-width: 960px;
}

#header404 {
    width: 960px;
    height: 263px;
    margin: 0 auto;
    overflow: hidden;
    /* Added for old browsers that don't support min-width above */
    background: url(images/header-top-bg-404.png) no-repeat;
    background-position: -550px 0px;
}

#infotext {
    margin-left: 540px;
    margin-top: 120px;
    font-size: 1.3em;
    float: left;
    text-transform: lowercase;
}

#middle {
    width: 100%;
    background: #4a6e3c;
    overflow: hidden;
}

#content {
    width: 960px;
    margin: 0 auto;
    background: #5d894b;
    color: #fff;
    overflow: hidden;
    padding-bottom: 50px;
}

#contenttop {
    width: 960px;
    height: 35px;
    background: #5d894b url(images/holycow-content-top.png);
    text-align: center;
}


#postarea {
    width: 520px;
    float: left;
    padding: 0 60px;
    background: url(images/post-top.png) no-repeat;
    min-height: 400px;
}

#rightside {
    float: left;
    width: 260px;
    margin: 0;
    padding: 18px 0 0 0;
    background: url(images/post-top.png) no-repeat;
    background-position: -665px 0px;
}

ul#mainbar {
    background: #719b60 url(images/mainnav-top.png) no-repeat;
}

ul#sidebar {
    background: #719b60;
    margin-top: 20px;
}

ul#mainbar li {
    width: 260px;
    height: 47px;
    padding: 0;
    border-bottom: 1px #5d894b solid;
}

ul#sidebar li {
    width: 210px;
    padding: 7px 20px 20px 30px;
    border-bottom: 1px #5d894b solid;
}

ul#sidebar li ul li {
    padding: 0;
    border: none;
    margin-left: 17px;
    width: auto;
    height: auto;
}

ul#sidebar h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.05em;
    margin-bottom: 5px;
}

ul#mainbar li a {
    padding: 7px 0 0 32px;
    height: 40px;
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2em;
    line-height: 1.05em;
}

ul#mainbar li a:hover {
    background: #5d894b;
    border-bottom: 1px #719b60 solid;
}

ul#mainbar li a span.subtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: .65em;
}

ul#mainbar li#search {
    padding: 7px 0 0 22px;
    height: 35px;
}

ul#mainbar form {
    margin: 0;
    padding: 0;
}

input#s {
    width: 196px;
    height: 21px;
    border: none;
    float: left;
    background: #719b60 url(images/searchbar-focus.gif) top left;
    padding: 4px 2px 2px 8px;
    margin: 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.2em;
    line-height: 1.2em;
    outline: 0 none;
}

input#s:focus {
    background: #719b60 url(images/searchbar-focus.gif);
    outline: 0 none;
}

input#searchsubmit {
    height: 27px;
    width: 27px;
    float: left;
    border: none;
    background: #719b60 url(images/search-submit.gif);
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

ul#sidebar, ul#mainbar {
    list-style: none;
}

#footer {
    width: 960px;
    margin: 0 auto;
    clear: both;
    background: #4b3a2f;
    min-height: 200px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .75em;
    text-align: center;
    padding-top: 20px;
}

h1.posttitle a {
    color: #fff;
    text-decoration: none;
}

.post {
    margin-bottom: 20px;
}

blockquote {
    padding: 15px;
    margin: 0 20px;
    font-style: italic;
    background: url('images/blockquote.gif');
    background-repeat: no-repeat;
    background-position: top left;
    font-family: Georgia, "Times New Roman", serif;
}
