

/*   TODO:

     remove all typography settings from layout.css
	 
*/








/* Begin Images */
p img {
	padding: 0;
	margin: 10px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
p .wp-smiley {
	margin: 0px;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 20px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

p {
	font-size: 1em;
	padding-bottom: 8px;
	margin: 15px 15px 15px 0px;
}

.postentry li{
	margin-left: 20px;
	padding-left: 0px;
	font-size: .95em;
	margin-right:30px;
	position:relative;
	left:20px;
	padding: 8px 0;
}


.emphasis {
	background: #fffde1;
	border: 1px solid #faf294;
	margin: 15px;
	padding: 10px;
}



















/* set defaults, kill margins, underlines, etc */
* {	margin: 0px; padding: 0px; }
h2 {margin: 0px; padding: 0px;}
body { outline: none; }
fieldset { border: none;}
a img,:link img,:visited img { border:none }
:link,:visited { text-decoration:none }
input { width: 240px; }
a {color: #0a77d5; }
a:hover {color: #8dc0ec; }
body {
	text-align: center;
	background: #075599 url(images/background.gif) repeat-x top;
	min-width: 820px; /* KLUDGE: Netscape 6 center positioning hack, pg 136 css mastery */
	line-height: 150%;
}

.clear {
	clear: both;
	display: block;
}

hr.bluehr {
	width: 480px;
	height: 1px;
	margin: 30px auto;
	background: url(images/bluehr.gif);
	border: 0px;
}

/* typography and such */
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	font-size: small;
}
h1, h2 {
	font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}


/* --- highlights --- */
em {
	background: #fffbcc;
	padding:0.1em 0.2em;
	font-style: normal;
}

a.highlight {
	background: #d9e9f7;
	border: 1px solid #6eb4f0;
	padding: 2px;
}
a.highlight:hover {
	background: white;
}


/* --- buttons --- */

/* -- button technique : sliding doors -- */
/* http://www.oscaralexander.com/tutorials/how-to-make-sexy-buttons-with-css.html */

/* KLUDGE : this requires the button to be in a containing div for positioning */
/* the sliding doors technique puts a float: left on the containing a element */

a.button {
	background: url(images/buttons-a.gif) no-repeat scroll top right;
	display: block;
	float: left;
	height: 23px;
	margin-right: 0px;
	padding-right: 13px;
}

a.button span {
	background: url(images/buttons-span.gif) no-repeat;
	display: block;
	line-height: 13px;
	padding: 5px 0 5px 13px;
	color: #555;
	font-size: .8em;
}

a.button:active {
	background-position: bottom right;
	outline: none;
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 13px;
}

.center {
	text-align:center;
}

.download_container {
	margin: 40px;
}

a.download  {
	margin: 20px; 
	padding: 20px 20px 20px 60px;
	border: 1px solid #c2d9a9;
	background: #f0f6e9 url(images/download.gif) no-repeat 5px center;
	color: #085ba3;
	font-size: 1.1em;
	line-height: 200%;
}

.nomargin{
margin: 0px;}


/*
       L A Y O U T        
       
       
*/


#wrapper {
	width: 802px;
	text-align: left;
	margin: 0 auto;
}

#header {
	height: 54px;
	background: url(images/header.gif) no-repeat top left;
	position: relative;
}

#header h1 {

}

#header h1 a {
	display: block;
	background: url(images/jotlethome.gif) no-repeat ;
	line-height: 400px;
	overflow: hidden;
	height: 40px;
	width: 146px;
	position: absolute;
	left: 12px;
	top: 7px;
}

#header h2 {
	height: 54px;
	line-height: 54px;
	position: absolute;
	right: 10px;
}

#header h2 a {
	color: white;
	font-size: .8em;
	font-weight: normal;
}


/*     ~~~     */


#content {
	background: #fff;
	padding-top: 10px;
}

#post_content {
	float: left;
	background: white;
	width: 575px;
}

.single_post {
	width: 750px;
}
.main_post {
	width: 510px;
}

.post {
	margin: 5px 5px 5px 20px;
	text-align: justify;
	position: relative;
}
.post h2 {
	display: block;
	float: left;
	text-align:left;
	line-height: 1.2em;
}

.post h2 a {
	color: #f58e26;
	font-size: 1.1em;
} 
.post_edit a {
	background: url(images/pencilonwhite.gif) no-repeat left center;
	padding-left: 24px;
	margin: 0 8px;
}
.post_meta {
	line-height: 120%;
	clear: both;
}
.post_meta span {
	display: block;
	font-size: .9em;
}
.readmore {
	float: right;
}

.postentry {
	margin-top: 20px;
}

.post .post_comment {
	background: url(images/littlebubble.gif) no-repeat left center;
	padding-left: 20px;
}

#secondary_comments {
	background: #0a72cc url(images/topborder.gif) no-repeat top center;
	border: 1px solid white;
}

#secondary_comments a {
	color: #064174; }

#secondary_comments a:hover {
	color: white;
}

#secondary_comments h2 {
	background: url(images/bubblebig.gif) no-repeat left center;
	padding-left: 40px;
	color: white;
	margin: 4px;
	line-height: 2em;

}

#secondary_comments h5 {
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
}

#secondary_content {
	background: #0a72cc url(images/topborder.gif) no-repeat top center;
	border: 1px solid white;
}

#secondary_content .post_set {
	width: 230px;
	padding: 0 15px 0 15px;
	float: left;
	margin: 5px 20px;
	
}

#secondary_content h2 {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 40px;
	color: white;
	margin: 4px;
	line-height: 2em;
}

#secondary_content ul {
	margin: 0px 20px 20px 20px;
	list-style: none;
}

#secondary_content li {
	line-height: 100%;
	float: left;
	margin-bottom: 15px;
}

#secondary_content li a {
	color: #9fc5e5;
	background: #0969bc url(images/recentpostup.gif) no-repeat .6em;
	font-weight: bold;
	display: block;
	padding: 0.7em 0 0.7em 42px;
	width: 200px;
	
}

#secondary_content li a:hover {
	color: #f58e26;
	background: #075395 url(images/recentpostover.gif) no-repeat .6em;
}

#secondary_content li a span {
	display: block;
	color: white;
	font-size: .8em;
	font-weight: normal;
}

#sidebar {
	width: 200px;
	border: 2px solid #e4f0f9;
	float: right;
	background: #e4f0f9;
	margin-right: 10px;
	
}

#sidebar {
	margin: 10px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	display: block;
	background: url(images/sidebar.gif) no-repeat top center;
	padding: 10px 10px;
}

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

#sidebar .rssfeeds {
	margin-left: 10px;
	position: relative;
}

#sidebar .rssfeeds ul {
padding: 10px 10px 10px 15px;
}
#rss_icon {
	display: block;
	width: 34px;
	height: 34px;
	background: url(images/rssicon.gif) no-repeat;
	position: absolute;
	top: 12px;
	left: 0px;
}

#sidebar li li {
	background: none;
	padding: 0px;
}

#sidebar input {
	width: 120px;
}

#sidebar h2 {
	font-size: 1em;
	font-weight: normal;
	color: #f58e26;
}



#sidebar div {
	background: url(images/sidebar.gif) no-repeat top center;
}

#sidebar div div {
	background: url(images/rssicon.gif) no-repeat top center;
}

#sidebar div li {
	font-size: .8em;
	margin-left: 27px;
	background: none;
	padding: 0px;

}

#sidebar #categories li {
	font-size: .8em;
	background: url(images/tag.png) no-repeat left center;
	padding-left: 22px;
	margin-left: 5px;
	line-height: 2.0em;
}

#sidebar #archives li {
	font-size: .8em;
	margin-left: 5px;
	padding-left: 22px;
}



/*
       C O M M E N T S        
       
       
*/
#commentlist {
	
}

#commentlist li {
	display: block;
	width: 100%;
	background: #0a70ca url(images/comment_repeat_bg.gif) repeat-x top center;
	border-top: 1px solid #065090;
	border-bottom: 1px solid #4391d6;	
	margin: 1px 0px;
}

.comment_meta {
	float: left;
	overflow: hidden;
	width: 170px;
	margin: 10px;
}

.gravatar {
	width: 38px;
	height: 38px;
}

.comment_gravatar {
	float: left;
	width: 38px;
	height: 38px;
}

.comment_author_time {
	line-height: 100%;
	margin-left: 46px;
}

#secondary_comments ul {
	margin-top: 20px;
}

.small {
	margin-bottom: 20px;
}
.comment_author_time h3 {
	display: block;
	font-size: .8em;
	color: white;
	font-weight: bold;
}

.comment_author_time h4 {
	display: block;
	font-size: .7em;
	color: #7db0df;
	font-weight: bold;
}

.comment_content {
	color: white;
	margin: 10px;
	width: 576px;
	text-align: justify;
	float: left;
}

.postcomment {
	margin: 10px;
	color: white;
	font-weight: normal;
}

.postcomment input {
	width: auto;
}

.postcomment textarea {
	width: 280px;
	height: 140px;
}

#leave_comment_desc {
	float: left;
	width: 170px;
	margin-top: 10px;
	margin-right: 20px;
}

#leave_comment {
	float: left;
	width: 576px;
	margin-top: 10px;
	margin-bottom: 20px;
}

