/*   
Theme Name: isawthelight
Theme URI: 
Description: 
Author: J Pobojewski
Template: thematic
Version: 0.01
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/styles/images.css');
@import url('../thematic/library/styles/plugins.css');

/* CORE */

body {
	background: #fff;
	background-image: url(images/bkgtile.gif);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #888;
}

blockquote {
	/*font-family: 'Times New Roman', Times, Georgia, serif;*/
	font-family: "Courier New", Courier, monospace;
	font-size: 0.95em;
	font-style: italic;
	line-height: 1.5em;
	padding: 0;
	color: #666;
	margin: 0 0 0 -30px;
	border-left: 10px solid #eee;
}

blockquote p {
	padding: 0 20px;
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #6794c7;
	color: #6794c7;
}

a:hover, h2.entry-title a:hover {
	color: #901721;
	border-bottom: 1px dotted #901721;	 
}

img a, h2 a {
	border: 0;
}

.textwidget {
	color: #000;
	margin-bottom: 20px;
}

.textwidget a {
	color: #000;
}

.wp-caption {
	text-align:left;
	padding:0;
	margin: 0;
	text-indent: 0;	
}

.wp-caption  p.wp-caption-text {
	font-size: 0.7em;
	line-height: 2em;
	color: #9a9184;
	padding:0;
	margin: 0 5px 15px 0;
}

/* SEARCH HEADER */

#searchheader {
	position: relative;
	left: 320px;
}

#searchsubmit {
	margin-top: 3px;
}

.rounded {
	background-image: url(images/rounded2.png);
	background-repeat: no-repeat;
	height:24px;
	padding-left: 30px;
}

form#searchform, li#search {
	padding: 0;
	margin: 0;
}

input {
/*	background:#cec2b1;*/
/* 	background: #e2dfc1; */
	background: #fff;
	border: 0;	
	padding: 5px;
/*	text-transform:uppercase;*/
}

input#s{
	vertical-align: top;
/*	background:#cec2b1;*/
	background: #fff;
	border: 1px solid #ccc;
	width: 100px;
	margin-left: 0px;
	margin-top: 0;
	padding:2px;
	text-transform: none;
}
input#s:focus{
	background: #fff;
}
input#submit {
/* 	background: #666; */
	background: #6794c7;
	color: #fff;
	font-weight: bold;
	float: right;	
}

input#submit:hover {
	background: #901721;
}

input#searchsubmit {
	display:block;
	margin-left: 1px;
	padding: 0;
}


/* HEADER */

#rss {
	position: absolute;
	top: 87px;
/*	top: 155px;*/
	left: 1011px;
}

#rss a {
	display:block;
	width: 9px;
	height: 9px;
	background: url(images/rss.png) 0 0 no-repeat;
	text-decoration: none;
}

#rss a:hover { 
	background-position: 0 -9px;
}

#header {
	height: 110px;
	margin-left: 360px;
	margin-top: 0px;
}

#blog-title a {
	display:block;
	text-indent:-9000px;
	height: 111px; 
	width: 684px; 
	margin-left: -12px;
	border: 0;
}

#blog-description {
	position:absolute;
	left:-9000px; /* We avoid display:none because it's bad for SEO */
}

/* NAVIGATION */

.sf-menu {
	visibility: hidden;
}

.navigation {
	float: left;
	width: 730px;
	margin-bottom: 2px;
	padding: 10px 10px 10px 80px;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.4em;
	background: #c1b9a0;
	text-transform: capitalize;
	color: #fff;
}

.nav-divider {
	color: #666;
	display:inline;
	float:left;
	margin-right: 5px;	
	display: none;
}

.nav-previous a {
	color: #fff;
	display:inline;
	float:left;
	margin-right: 5px;
	border-bottom: 1px dotted #c1b9a0;
}

.nav-next a {
	color: #fff;
	display:inline;
	float:left;
	margin-right: 5px;	
	border-bottom: 1px dotted #c1b9a0;
}

.nav-previous a:hover, .nav-next a:hover {
	color: #901721;
	border-bottom: 1px dotted #901721;
}

/* POST */

h1.page-title {
	margin-top: 21px;
	margin-bottom: 2px;
	width: 720px;
	padding: 25px 20px 10px 80px;
/* 	font-size: 0.9em; */
	font-size: 1.0em;
	font-weight: bold;
	line-height: 1.3em;
/* 	background: #c1b9a0; */
	background: #eeeddb;
	text-transform: capitalize;
	color: #666;
}

.headerimage {
	margin-bottom: 1px;
}

.comment-title-image {
  margin: 20px 0 0px 80px;	
}

.entry-title-image {
  margin-bottom: 25px;	
}

.entry-title-image-shrt {
  margin-bottom: 22px;	
}

.entry-title-image a {
	border: 0;
	border-bottom: 1px dotted #6794c7;	
}
.entry-title-image a:hover {
	background: none;
	border-bottom: 1px dotted #901721;
}

h2.entry-title {
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 20px;
	color: #000;
}

h3 {
	font-size: 0.95em;
	font-weight: bold;
	line-height: 1.4em;
	color: #000;
}

.entry-date {
/*	font-weight: bold;*/
}

abbr {
	border: none;
	cursor: default;
}

#wrapper {
	width: 960px;
}

#container {
/*	display: block;
	position: absolute;
	left: 280px;*/
	margin-left: 280px;
}

.p1, .post, #respond, #comments-list {
	float: left;
	width: 720px;
	margin-bottom: 2px;
	padding: 20px 20px 80px 80px;
	background: #eeeddb;
} 

#comments-list, #respond {
	width: 820px;
	padding: 0;
	padding-bottom: 30px;
}


.post {
	padding-bottom: 40px;
}

.entry-content img {
	margin: 0;
}

.entry-content p {
padding-right: 60px;
}

.entry-utility {
	/*border-top: 1px solid #ddd;*/
	padding-top: 8px;
	font-size: 0.9em;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

.entry-tags a {
	font-weight: bold;
	color: #00a8ff;
}

.meta-sep {
	color: #999;
}

.wp-pagenavi {
	margin-left: -9px;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	border:none !important;
	color: #00a8ff !important;
	background: none !important;
}
.wp-pagenavi a:hover {
	color: #00a8ff; 
	background: #D6F1FF;
}
.wp-pagenavi span.pages {
}
.wp-pagenavi span.current {
	color: #fff;
	border: none !important;
	background: none !important;	
}
.wp-pagenavi span.extend {
}

/* SIDEBAR */

#primary {
	position: absolute;
	top: 136px;
	left: 80px;
	width: 140px;	
	padding: 20px;
	text-transform: lowercase;
}

#primary ul, li {
	list-style: none;
	font-size: 0.95em;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

#primary ul {
	margin-bottom: 18px;
	color: #000;
}

#primary h3 {	
	font-weight:bold;
}

#primary a {
	border: 0;
}

#primary a:hover, #footer a:hover {
	color: #901721;
	border-bottom: 1px dotted #901721;
}

#primary li h3 a, #footer a {
	color: #000;
}

#primary li a {
	color: #666;
}

/* COMMENTS */

#comments {
	float: left;
	color: #666;
}

#comments ol {
	margin: 0;
	padding: 0;
}

#respond, #comments-list {
	position: relative;
	padding-top: 35px;
}

#comments-list h3, #respond h3 {
	position: absolute;
	top: 0;
	left: 0;
	display: inline;
	margin: 0 0 0 74px;
	background: #6794c7;
	padding: 6px;
	text-transform:uppercase;
	font-size: 0.9em;
	color: #fff;
}

#comments-list li {
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 20px;
	padding-bottom: 0px;
}


p#login  {
	color: #999;
	display: inline;
	float: right;
	margin-top: -25px; /*-3.0em;*/
	padding-top: 5px;
	padding-right: 20px;
	margin-bottom: 0;
	font-size: 0.75em;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.07em;
}

p#login a {
	color: #333;
}

.comment-meta {
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.07em;	
	color: #999;
	margin-top:-1.5em;
}
.comment-content {
	font-size: 1em;
}

.comment-author {
	font-size: 1.25em;
	font-weight: bold;
	color: #6794c7;
}

#commentform {
	margin-left: 80px;
	padding-bottom: 5px;
	padding-right: 60px;
}

.formcontainer {
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-input input {
	width: 310px;
}

.form-section {
	/*display: inline;*/
	float: left;
	width: 300px;
	margin-bottom: 5px;
	padding-right: 20px;
}

#form-section-email {
	clear: right;
	margin-left: 20px;
	margin-bottom: 5px;
	padding-right: 20px;
}

#form-section-comment, .form-submit {
	clear: left;
	width: 660px;
}

.form-label {
	display: block;	
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	letter-spacing: 0.07em;
}

.required {
	font-weight: normal;
}

#form-allowed-tags {
	padding-top: 10px;
	font-size: 0.75em;
}
textarea#comment {
	width: 650px;
	height: 240px;
	border: 0;
	padding: 5px;
/*	background-color: #cec2b1;*/
/* 	background-color: #e2dfc1;	 */
	background-color: #fff;
	color: #333;
}


/* FOOTER */

#footer {
	clear: both;
	height: 114px;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.07em;
	margin-left: 360px;
	margin-bottom: 20px;
	color: #999;
}

.newfooter {
    vertical-align: middle;
	clear: left;
	margin-left: 320px;
	height: auto;
}

.newfooter img {
	margin-bottom: -20px;
}

.newfooter a {
	border: 0;
}

.newfooter a:hover {
	background: none;
}
p.copyright {
	display: block;
	float: left;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 40px;
	margin-bottom: 20px;
	font-size: 0.7em;
	font-weight: bold;
	color: #999;
}

/* HACKS */

.img-border {
	border: 1px solid #ccc;
}

.last {
	margin-bottom: 100px;
}


/* REMOVED */

#footer, .skip-link, #nav-above, #nav-below, #form-section-url, .avatar-80, .archive-meta, .entry-title {
	display: none;
}