/*

Theme Name: jschnapp theme v2.22222
Theme URI: www.jschnapp.com
Author: Jonathan Schnapp

*/
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* --- Browser CSS Reset --- */

*	{
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;

	}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* --- Basic Page Styling --- */
#page	{
	margin: 0 auto;
	width: 750px;
	height: auto;
	}

#page a	{
	text-decoration: none;
	}

body	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url('images/bg2.jpg');
	}

#content	{
	background: url('images/middle.jpg');
	width: 610px;
	float: right;
	}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* --- Header --- */

#header	{
	background: url('images/header.jpg') no-repeat top left;
	width: 750px;
	height: 155px;
	}
#headerimg img	{
	float: right;
	margin-right: 20px;
	margin-top: 25px;
	width: 230px;
	height: 90px;
	border: 0;
	}
.description	{
	font-size: .7em;
	width: auto;
	text-align: right;
	color: #cccccc;
	padding-top: 75px;
	padding-right: 25px;
	}

#header h1	{
	font-size: 1.8em;
	letter-spacing: 0.1em;
	font-weight: lighter;
	}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* --- Sidebar --- */
#sidebar	{
	float: left;	color: #777777;
	width: 140px;
	height: auto;
	}
#sidebar a	{
	color: #888888;
	}
#sidebar a:hover	{
	color: white;
	}

#sidebar img	{
	border: none;
	display:block;
	}
#sidebar ul	{
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 0;
	height: auto;
	}

ul.links	{
	font-size: .8em;
	list-style-type: none;
	text-align: right;
	width: 130px;
	}

.links li	{
	padding-bottom: 3px;
	line-height: 1.2em;
	}

.links h2	{
	padding-bottom: 3px;
	font-size: 1.2em;
	text-decoration: underline;
	}

.link-img	{
	margin-bottom: -10px;
	padding-top: 10px;
	}

input.search	{
	width: 100px;
	margin: 0px 0px 3px 7px;
	padding: 1px;
	font-size: .7em;
	}

#searchsubmit	{
	width: 20px;
	height: 22px;
	margin-bottom: 3px;
	font-size: .8em;
	}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* --- Footer --- */
#footer	{
	width: 610px;
	height: 70px;
	font-size: .6em;
	color: #888888;
	float: right;
	background: url('images/bottom.jpg') no-repeat top left;
	margin-top: 0px;

	}
#footer p	{
	padding-top: 15px;
	
	width: 330px;
	margin: 0 auto;
	}

.cc	{
	float: right;
	}
#footer a	{
	color: #005B7F;
	}

#footer a:hover	{
	border: 0px;
	}
#footer a:visited	{
	color: #885B7F;
	}
#footer img	{
	border: none;
	padding: 2px;
	}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* --- Archive --- */

#archive ul	{
	list-style-type: none;
	}

#archive li	{
	padding-bottom: 15px;
	}

#archive small	{
	margin-left: 25px;
	color: #888888;
	}

#archive h3	{
	font-weight: lighter;
	font-size: 1.3em;
	}

#archive h1	{

	color: #888888;
	font-size: 2em;
	border-bottom: 2px dotted #aaaaaa;
	margin-bottom: 15px;
	}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


/* --- Post Styling --- */
.post	{

	margin: 0px 50px 0px 50px;
	font-size: .7em;
	}

.post p	{
	padding: 8px 30px 8px 25px; /* top right bottom left */
	line-height: 1.7em;
	}

p.postmetadata	{
	margin-top: 20px;
	padding: 12px 0 0 20px; /* top right bottom left */
	height: 82px;
	width: 554px;
	background: url('images/post-meta.jpg') no-repeat top left;
	clear: both;
	color: #888888;
	margin-left: -20px;
	}

img.taped	{
	height: 80px;
	width: 612px;
	margin-left: -50px;
	}
hr	{
	width: 75%;
	text-align: center; /*align for IE*/
	margin: 5px auto 5px auto; /*align for Mozilla*/
	height: 2px;
	border: 0px;
	border-top: 2px dotted #999999;
	}
h2.post-title	{
	padding-top: 0px;
	font-size: 1.6em;
	margin-left: 0px;
	color: black;
	font-weight: lighter;
	}

.post h2 a:hover	{
	color: #207B9F;
	border-bottom: 1px dotted #207B9F;
	}
p.post-date	{
	margin: -9px 0 0 -13px;
	font-size: .9em;
	color: #888888;
	}
.post a	{
	color: #004B6F;
	}
.post a:visited	{
	color: #885B7F;
	}

.post p a:hover	{
	color: #207B9F;
	border-bottom: 1px dotted #207B9F;
	}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


/* --- Navigation Styling --- */

#nav	{
	text-align: center;
	width: 100%;
	margin: 0 auto 15px auto;
	color: #999999;
	font-size: .8em;
	}

#nav a	{
	color: #999999;
	}

#nav a:visited	{
	color: #777777;
	}

#nav a:hover	{
	color: #aaaaaa;
	}

small.left	{
	float: left;
	margin-left: 15px;
	}

small.right	{
	float: right;
	margin-right: 15px;
	}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


.post h3	{
	font-weight: lighter;
	font-size: 1.4em;
	margin-left: .8em;
	}

.post h4	{
	font-weight: lighter;
	font-size: 1.2em;
	margin-left: .8em;
	}
blockquote	{	margin: 7px 20px 7px 15px; /* top right bottom left */	padding: 1em 0 1em 0;	font-size: .9em;	border: 1px dashed #777777; 
	color: #555555;
	background-color: #fafafa;	}
small.note	{	text-align: center;	color: #888888;	font-size: .8em;	width: 250px;	margin-top: -10px !important;	}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */


/* --- Post List Styling --- */

.post ol	{
	margin: 5px 0px 5px 60px; /* top right bottom left */
	}
.post ul	{
	margin: 5px 0px 5px 60px;
	list-style-type: none;
	}
.post li	{	line-height: 1.7em;	}/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* ----------------- SITE NAVIGATION ------------- */
.navigation a
{
  color: #005B7F;
}.navigation a:hover{  color: #207B9F;  border-bottom: 1px dotted;}
.navigation a:visited{  color: #885B7F;}

#wrapper{  overflow: hidden;}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* --- Comments --- */
.commentlist li, #commentform input, #commentform textarea 
{
	font: 0.9em Verdana, Arial, Sans-Serif;
}

.commentlist li 
{
	font-weight: bold;
}
.commentlist cite  
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.4em;
	}

.commentlist a
{
	font-weight: bold;
	font-style: normal;
	font-size: 1.4em;
	}
.commentlist p 
{
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p 
{
	font-family: Verdana, Arial, Sans-Serif;
}
#commentform small
{
	padding-left: 5px;
	font-size: .8em;
	color: #555555;
}
.commentmetadata 
{	margin-left: 8px ! important;
	font-weight: normal;
}

#commentform input 
{
	width: 170px;
	padding: 2px;
	border: 1px solid #005B7F;
	margin: -15px 0px 0px -15px; /* top right bottom left */ 
}
#commentform textarea 
{
/*	margin-left: -18px; */
	margin-top: -15px;
	border: 1px solid #005B7F;
	width: 100%;
	padding: 5px;
}
#commentform #submit 
{
	margin: 0;
	float: right;
	border: 1px solid #005B7F;
}
.alt 
{
	margin: 0;
	padding: 10px;
	border: 1px dashed #888888;
	background: white;
}
.nalt 
{
	margin: 0;
	padding: 10px;
	border: 1px dashed #888888;
	background: white;
}
.commentlist 
{
	padding: 0;
	text-align: justify;
	color: #555555;
}
.commentlist a
{
	color: #005B7F;
}
.commentlist a:visited 
{
	color: #885B7F;
}
h3.respond /* "Leave a Reply" */
{
	color: #555555;
	font-size: 1.2em;
	margin-left: 0px;
	margin-top: 30px;
}

h3.comments /* "Responses to..." */
{
	color: #555555;
	font-size: 1.2em;
	margin-bottom: 10px;
	margin-top: 30px;
}

.commentlist li 
{
	margin: 5px 25px 10px -35px; /* top right bottom left */ 
	padding: 7px 10px 5px 10px; /* top right bottom left */ 
	list-style: none;
}


.commentlist p 
{
	margin: 10px 5px 10px 0;
	padding-left: 15px;
}


#commentform p 
{
	margin: 0px;
	color: #555555;
}


#commentform a
{
	color: #59a2d9;
}


.nocomments 
{
	text-align: center;
	margin: 0;
	padding: 0;
}


.commentmetadata 
{
	margin: 0;
	display: block;
}

