
/*======================================================

	Jason Weaver 6/1/2009

=======================================================*/


/*======================================================

	imported stylesheets
 
=======================================================*/

@import 'reset.css';

/* For IE */

@font-face {
	font-family: 'Forelle';
	src: url('/fonts/Forelle.eot');
}

/* For Other Browsers */

@font-face {
	font-family: 'Forelle';
	src: local('Forelle Regular'),
	     local('Forelle-Regular'),
	     url('/fonts/Forelle.ttf') format('truetype');
}

/*======================================================

	body

=======================================================*/

#accessibility-links  {
	display: none;
	visibility: hidden;
}

body  {
	font: 62.5% Tahoma, Trebuchet MS, verdana, sans-serif;
	background: #f8f4e9 url(../images/gradient-top.gif) repeat-x -50px 50px;
	color: #4b4535;
}

p {
	font-size: 1.42em; 
	line-height: 2.3em;
	padding: 0 30px;
}

p a  {
	color: rgb(200,51,50);
	font-weight: bold;
	padding: 5px;
	background-color: #e3dfd4;
	background: rgba(51,43,32,.08);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

p a:focus,
p a:hover  {
	color: #f2f2f2;
	background-color: rgb(200,51,50);
	text-shadow: 1px 1px 0 #332b20;
}

h2  { 
	font: 4em 'Forelle', Hoefler Text, Georgia, Goudy old style, times, serif;
	color: #454545;
	border-top: 1px solid rgb(194,189,178);
	border-top: 1px solid rgba(51,43,32,.2);
	margin: 0 30px .2em 0;
	padding: .1em 0 0 0;
	text-shadow: 1px 1px 0 #fff;
}

h2 a,
h3 a {
	color: #332b20;
	text-decoration: none;
	text-shadow: 1px 1px 0 #fff;
}

h2 a:hover,
h3 a:hover {
	color: #555;
	color: rgba(51,43,32,.75);
	text-decoration: underline;	
}

h3  {
	padding-top: .2em;
	padding-bottom: .5em;
	margin: 0;
}

h4  {
	padding: 1.0em 1.5em .5em 0;
	margin:  0;
}

/*======================================================

	header

=======================================================*/

#header {
	border-bottom: 1px dotted #555;
	margin-bottom: 40px;
	background-color: #332b20;
	border-bottom: 1px solid #c30;
	overflow: hidden;
}

#header h1 {
	float: left;
	margin: 30px 0 25px 0;
}

#header h1:hover {
	opacity: 0.65;
}

#header h1 span  {
	display: none;
	overflow: hidden;
}

#header h1 a  {
	color: #f8f4e9;
	text-shadow: 1px 1px 0 #c30;
	text-decoration: none;
}

#header h1 a:hover  {
	color: rgba(248,244,233,.65);
	text-shadow: 1px 1px 0 rgba(200,51,50, 0.5);
}

#header .intro p  {
	color: rgb(148,144,133);
	font-size: 1.5em;
	padding-top: 35px;
	margin-left: 8px;
	float: left;
	font-style: italic;
}

#header .intro p a {
	background: #282219;
	background: rgba(0,0,0,.2);
	padding: 7px 10px;
}

#header .intro p a:focus,
#header .intro p a:hover  {
	color: #f2f2f2;
	background-color: rgb(200,51,50);
	text-shadow: 1px 1px 0 #332b20;
}

/*=======================================================

	content											

========================================================*/

#content  {
	clear: both;
}

.last-journal  {
	float: left;
	margin-bottom: 4em;
	width: 75%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.last-journal h2,
.last-journal h3,
.last-journal p {
	margin-left: 230px;
	padding: 5px 30px 30px 0;
}

#content h3  {
	font: 3em 'Forelle', Hoefler Text, Georgia, Goudy old style, times, serif;	
	margin-left: 230px;
	padding-bottom: 10px;	
}

.last-journal p.time {
	font: 3em 'Forelle', Hoefler Text, Georgia, Goudy old style, times, serif;
	color: #454545;
	text-align: center;
	background-color: #e3dfd4;
	background-color: rgba(51,43,32,.1);
	margin: -78px 0 10px 0;
	width: 6.3em;
	padding: 3px 0;
	text-shadow: 0 1px 0 #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#content .post  {
	padding-bottom: 40px;
}

#content .entry p {
	padding-bottom: 20px;
}

#content ol  {
	padding: 1.5em 0 1.5em 0;
	margin-left: 230px;
}

#content ol p {
	padding: 20px 0;
	margin-left: 0;
}

#content ul {
	padding-bottom: 20px;
}

#content li  {
	padding-left: 20px;
}

#content .entry li  {
	font-size: 1.42em;
	padding: 5px 0;
	margin-bottom: 5px;
	margin-left: 230px;
	list-style-type: none;
}

#content li a {
	color: #2b7191;
	text-decoration: none;
}

#content li a:hover  {
	color: rgb(200,51,50);
}

#content .entry li a {
	font-weight: bold;
	padding: 5px;
	background-color: #e3dfd4;
	background: rgba(51,43,32,.08);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

#content .entry li a:hover {
	color: #f2f2f2;
	background-color: rgb(200,51,50);
	text-shadow: 1px 1px 0 #332b20;
}

#content .entry img {
	width: 100%;
	border: 2px solid rgb(194,189,178);
}

ol.commentlist li {
	margin-bottom: 20px; 
	background-color: #e3dfd4;
	background: rgba(51,43,32,.1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

ol.commentlist li img {
	margin: 20px 5px 0 0;
	box-shadow : 0 1px 1px #555; 
	-webkit-box-shadow : 0 1px 1px rgba(51,43,32,.8);
	-moz-box-shadow : 0 0 1px rgba(51,43,32,.8);
}

ol.commentlist li cite {
	padding-top: 20px;
	font-size: 1.7em;	
}

ol.commentlist li p {
	margin-right: 20px;
	padding-bottom: 2px;
}

ol.commentlist li.comment-author-admin {
	background-color: #332b20;
	color: rgb(188,184,173);
}

/*=======================================================

	sidebar

========================================================*/

.last-review  {
	float: left;
	padding: 10px 0;
	width: 24%;
	background-color: #e3dfd4;
	background: rgba(51,43,32,.1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.last-review p {
	padding: 0 20px;
}

.last-review img {
	margin-left: 20px;
	overflow: hidden;
	width: 83%;
	border: 2px solid rgb(194,189,178);	
}

.last-review li a  {
	display: block;
	padding: 1.7em 0 1.7em 0;
	margin-right: 20px;
	list-style: none;
	font-size: 1.4em;
	line-height: 1.3em;
	letter-spacing: .03em;
}

.last-review a img  {
	width: 65px;
	float: right;
	padding: 1px;
	margin: 0 0 0 10px;
	border: 1px solid #4b4535;
	background-color: #c30;
	box-shadow : 0 0 3px #888; 
	-webkit-box-shadow : 0 0 3px rgba(51,43,32,.8);
	-moz-box-shadow : 0 0 3px rgba(51,43,32,.8);
}

.last-review a:hover img  {
	border: 1px solid #000;
	box-shadow : 0 0 8px #555; 
	-webkit-box-shadow : 0 0 8px rgba(51,43,32,.8);
	-moz-box-shadow : 0 0 8px rgba(51,43,32,.8);
}

.last-review li a  {
	border-bottom: 1px solid #eeeadf;
}

.last-review h2  {
	font-size: 3.3em;	
	border-top: none;
	border-bottom: 2px solid rgb(164,159,148);
	border-bottom: 2px solid rgba(51,43,32,.2);
	margin: 0 20px 10px 20px;
}

p.more-link {
	padding: 10px 20px;
}

/*=======================================================

	forms

========================================================*/

form  {
	margin-bottom: 50px;
}

form p  {
	font-size: 1.7em;
	padding: 0;
	margin: 0;
} 

form p span {
	color: red;
}

input[name*="author"],
input[name*="email"],
input[name*="url"],
textarea  {
	background-color: #e3dfd4;
	color: #333;
	border: 4px solid #f55;
	padding: 3px 5px;
	font: 1em tohoma, verdana, sans-serif;
	width: 250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

input[name*="author"],
input[name*="email"],
input[name*="url"] {
	height: 20px;
}

textarea  {
	width: 78%;
}

input[name*="author"]:focus,
input[name*="email"]:focus, 
input[name*="url"]:hover,
input[name*="url"]:focus, 
input[name*="author"]:hover,
input[name*="email"]:hover,
textarea:hover,
textarea:focus  {
	background-color: #f9f9f9;
	color: #111;
	border: 4px solid #c30;
}

input[value*="Post"]  {
	font: 1.01em Helvetica, arial, sans-serif;
	background-color: #332d20;
	color: #fff;
	border: 3px solid #f55;
	width: 80px;
	height: 30px;	
	margin-bottom: 3px; 
 	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

input[value*="Post"]:hover  {
	color: #f00;
	border: 3px solid #c30;
}

input[value*="Post"]:active  {
	color: #red;
}

/*=======================================================

	footer

========================================================*/

#footer {
	clear: both;
	background-color: rgba(51,43,32,.05);
}

#footer #contact {
	padding: 2em 0 .5em 0; 
	margin-bottom: 1em;
	text-align: center;
	clear: both;	
}

#footer #small-print  {
	font-size: 1.1em;
	margin-bottom: 1em;
	text-align: center;
	clear: both;
}

#footer #small-print ul,
#footer #contact ul  {
	list-style: none;
	padding: 40px 0;
}

#footer #small-print li,
#footer #contact li  {
	padding: 0 .4em 0 .4em; 
	margin: 0;
	display: inline;
}

#footer ul {
	color: #332b20;
}

#footer #small-print ul a,
#footer #contact ul a {
	color: rgb(200,51,50);
	font-weight: bold;
	padding: 7px;
	background-color: rgba(150,1,0,.08);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

#footer #small-print ul a:focus,
#footer #small-print ul a:hover, 
#footer #contact ul a:focus,
#footer #contact ul a:hover  {
	color: #f2f2f2;
	background-color: rgb(200,51,50);
	text-shadow: 1px 1px 0 #332b20;
}

/*=======================================================

	containers

========================================================*/

#content {
	max-width: 106em;
	min-width: 780px;
	margin: 0 auto;
	padding: 0 20px;

}

.top  {
	max-width: 106em;
	min-width: 780px;
	margin: 0 auto;
	padding: 0 20px;
}
