/*   
Theme Name: JeremyHaun.com
Theme URI: http://www.jeremyhaun.com
Description: This template was created exclusively for Jeremy Haun's blog. It was originally created as a Blogger template, then adapted for WordPress.
Author: Brad Turner
Author URI: http://brad.kindredcircle.org/
Version: 1.0
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #f4b757;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
}

/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.5em;
	text-align: left;
}


li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.6em;
	margin-top: 0px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
}

li.comment
{
	font-size: 1em;
	line-height: 1em;
}

.comment-text
{
	margin-top: 5px;
	margin-bottom: 5px;
}



/*
	Links
*/


a:link { 
	color: #EA922B; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 


/*
	Front Page Table Links
*/


a.menu:link { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: #999999; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:hover { 
	color: #ffffff; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 




/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 0.6em;
	color: #E6361F;
    margin-top: 50px;
}

h1.left-header
{
	font-weight: normal;
	font-size: 0.6em;
	color: #E6361F;
	margin-left: 15px;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}

h1.right-header
{
	font-weight: normal;
	font-size: 0.6em;
	color: #E6361F;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}

h1.contact-left-head
{
	font-weight: normal;
	font-size: 0.6em;
	color: #E6361F;
	margin-top: 0px;
	margin-left: 15px;
}

h1.contact-right-head
{
	font-weight: bold;
	font-size: 0.9em;
	color: #E6361F;
    margin-top: 50px;
}

h2
{
	font-size: 0.6em;
	color: #ffffff;
	padding-top: 9px;
}



/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: #222222;
	min-width: 750px;
}



/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable 
{
	height: 25px;
	font-size: 0.7em;
	background-color: #333333;
	border-bottom: 1px solid #999999;
}

.menucell
{
  padding-left: 15px;
}



/*
	Left hand column on homepage - the big image
*/

.home-left 
{
	min-width: 276px;
	height: 600px;
	background-image: url("images/home_left.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
}

p.left-text
{
	font-size: 0.6em;
	margin-left: 15px;
	margin-right: 20px;
	color: #999999;
}

p.feeds
{
	font-size: 0.6em;
	margin-left: 27px;
	margin-right: 20px;
	color: #999999;
}




/*
	Right hand column on homepage
*/

.home-right 
{
	padding-top: 75px;
	padding-left: 10px;
	padding-right: 15px;
	margin-bottom: 20px;
}




/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 276px;
	height: 300px;
}

.contact-left 
{
	width: 276px;
	padding-right: 10px;
	text-align: right;
}


/*
	Right hand column on sub-page
*/

.page-right 
{
	padding-left: 10px;
	padding-right: 15px;
	margin-bottom: 20px;
}

.contact-right 
{
	padding-right: 75px;
	padding-bottom: 20px;
}




/*
	Page footer area
*/

/*

.footer
{
	background-color: #f4b757;
	background-image: url("images/page_bottom.gif");
	background-repeat: no-repeat;
	padding-bottom: 10px;
}

*/

.footleft {
	background-color: #f4b757;
	background: url('images/bottom_left.gif');
	background-repeat: no-repeat;
	min-width: 276px;
}

.footer {
	background-color: #222222;
	width: 100%;
}

.footright {
	background-color: #f4b757;
	background: url('images/bottom_right.gif');
	background-position: right;
	background-repeat: no-repeat;
	min-width: 474px;
}


/*
	Standard images
*/

img
{
	border: none;
}





/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}


/*
	New, blog-specific styles. Courteousy of yours truly ;)
*/

.blogtitle
{
	font-size:140%;
	color:#e7911a;
}

.blogtext
{
	font-size: 0.8em;
	line-height: 1.5em;
	color: #ececec;
}

label.contact
{
	font-size: 0.8em;
	line-height: 1.5em;
	color: #E6361F;
}

td.store
{
	font-size: 0.6em;
	line-height: 1.5em;
	color: #ececec;
	text-align: center;
	border: 1px solid #999999;
	padding: 5px;
}

img.store
{
	width: 100px;
	height: auto;
}


a:link.store {
	color: #EA922B;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

a:visited.store {
	color: #EA922B;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

a:active.store {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: none;
}

a:hover.store {
	color: #ffffff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	text-decoration: underline;
}

.howto {
	padding-left: 15px;
}

.howtotext {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #ececec;
	padding-left: 15px;
}

.twtr-tweet {
	font-size: 1.5em;
}

/* For "Older Entries" and "Newer Entries" links */

.old-new-entries {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.8em;
	line-height: 1.5em;
}

.older-entries {
	float: left;
}

.newer-entries {
	float: right;
}
