/*
Theme Name: Cafe Press
Theme URI: http://www.press75.com/
Description: The first release under my business line of WordPress themes. Detailed usage instructions for this theme can be found at <a href="http://www.press75.com/docs/cafepress/">http://www.press75.com/docs/cafepress/</a>. Don't forget to configure the Cafe Press Theme Options page.
Version: 1.0
Author: Jason Schuller
Author URI: http://www.press75.com/

This theme was designed and built by Jason Schuller,
whose portfolio you will find at www.jdidit.com

The CSS, XHTML and design are all Copyright 2009 Circa75 Media, LLC:
*/

body {
margin: 0;
padding: 0;
background: url(img/bg.jpg) top left repeat fixed;
font: 1em sans-serif; 
color: #fff; 
line-height: 1.3em;
}

h1 {
font-family: "Palatino Linotype", "New York CE", utopia, serif;
font-weight: normal;
font-size: 36px;
color: #000;
margin: 35px 0 15px 0;
padding: 0;
}

h1 a:link, h1 a:active, h1 a:visited {
color: #000;
}

h1 a:hover {
color: #999999;
}

a:link, a:visited {
color: #c95227;
text-decoration: underline;
}

a:hover {
color: #c95227;
text-decoration: none;
}

h2 {
font-size: 25px;
padding: 0;
margin: 0 0 10px 0;
color: #c95227;
}

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

#wrapper {
margin-left: auto;
margin-right: auto;
width: 960px;
/*background-image: url(img/bg_header.png);*/
background-color: #c95227;
}

h3, blockquote h3 {
font-size: 18px;
padding: 0;
margin: 0 0 15px 0;
color: #c95227;
line-height: 140%;
text-transform: uppercase;
}

h4 {
font-size: 14px;
font-weight: normal;
padding: 0;
margin: 0;
color: #c95227;
}

h4 a:link, h4 a:active, h4 a:visited {
color: #c95227;
text-decoration: none;
}

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

img {
border: 0;
}

p {
margin: 0 0 15px 0;
}

.date {
float: left;
width: 650px;
}

.postdets {
float: left;
width: 700px;
margin: 0 0 15px 0;
}

ul {
list-style: none;
}

blockquote {
	padding-left:1em;
	border-left:3px solid #999;
	margin:2.5em 2em;
	}

blockquote p {
	font:italic 1.2em/1.6 Georgia, "Times New Roman", Times, serif;
}
 
 
 
#header {
height: 110px;

}

#logo {
height: 110px;
width: 360px;
float: left;

}


/** begin navigation **/
#navigation {
width: 600px;
float: right;
font-size: 18px;

}

#navigation ul {
list-style: none;
margin: 69px 0 0 0;
float: left;
}

#navigation li {
display: inline;
margin: 0 0 25px 0;
padding: 0 23px 0 0;
float: left;
}

#navigation li a {
	color: #fff;
	text-shadow: #333 1px 0.1em;
	text-decoration: none;
}


/** begin primary layout **/
#content {
float: left;
width: 920px;
/*background: url(bg.png) repeat;*/
background-color: rgba(0, 0, 0, 0.6549);
padding: 20px;
}

#main {
width: 900px;
margin: 0 20px 0 0;
float: left;
}

.pagenavi {
font-size: 15px;
}

.pagenavi a:link, .pagenavi a:active, .pagenavi a:visited {
color: #c95227;
text-decoration: underline;
}

.pagenavi a:hover {
color: #A7A195;
}


.postbox {
width: 920px;
float: left;

}

.postimage {
margin: 0 20px 0 0;
float: left;
padding: 10px;
background: #FFFFFF;

}

.theblogpost ul, .pagebox ul {
list-style: disc;
}

.pagebox {
width: 700px;
float: left;
}

.thepost {
float: left;
width: 300px;
}

.theblogpost {
float: right;
width: 100%;
margin: 0 0 20px 0;
padding: 0 0 10px 0;

}

.thepagepost {
float: left;
width: 700px;
}

.entry a:link, .entry a:visited {
color: #CCCCCC;
text-decoration: underline;
}

.entry a:hover {
color: #A7A195;
}
/** end primary layout **/


/** begin blocks **/
#blocks {
width: 920px;
padding: 20px;
float: left;
margin: 20px 0 0 0;
background: url(bg.png) repeat;
}

#blocks a:link, #blocks a:visited {
color: #CCCCCC;
}

#blocks a:hover {
color: #A6A6A6;
}

#blocks h4 {
font-size: 16px;
font-weight: normal;
padding: 0;
margin: 0;
color: #c95227;
}

#blocks h4 a:link, #blocks h4 a:visited {
color: #c95227;
}

.blockitem {
width: 300px;
float: left;
margin: 0 10px 0 0;
}

#blocks p {
margin: 0;
padding: 0;
}

.lastblockitem {
width: 300px;
float: left;
margin: 0;
}



#footer {
width: 960px;
float: left;
color: #fff;
padding: 20px 0 20px 0;
}

#footer a:hover {
text-decoration: underline;
}

#footer p {
padding: 0;
}

hr {clear: both; margin: 0 10px; border-width:0; border-top:1px solid #6F6F6F;height:1px; margin-top: 30px;}

html>body hr {clear: both; margin: 0 10px;  height:30px; border-width:0; border-bottom:1px solid #6F6F6F;}
