/*  
Theme Name: I Like Content
Theme URI: http://human3rror.com
Description: Focus on your blog content, pure and simple. Big content areas are awesome.
Version: .001
Author: John Saddington
Author URI: http://human3rror.com
*/


* { margin: 0; padding: 0; }
body { 
background: #666 url(images/wood.jpg) fixed; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 13px; 
padding: 0px; 
margin-top: 0px; 
color:#35383d;
}

input, button, textarea, select {  font: normal 18px/18px "Verdana", sans-serif; color:#2d3538; vertical-align: middle; }
legend { display: none; }
fieldset { border: none; }
ul, ol { list-style: none; }
ol { list-style-type: decimal;}
table { border-collapse: collapse; width: 100%; }
hr { display: none; }
img { padding: 0px; margin: 0px; border: none; text-align: center;}
a:link { text-decoration: none; color : #ff5524; border: 0px; -moz-outline-style: none; text-decoration: none;}
a:active { text-decoration: underline; color : #ff5524; border: 0px; -moz-outline-style: none;}
a:visited { text-decoration: none; color : #ff5524; border: 0px; -moz-outline-style: none;}
a:hover	{ text-decoration: underline; color : #42708f; border: 0px; -moz-outline-style: none;} 
a:focus { outline: none;-moz-outline-style: none;}

h1 {
  font-family: Cabin Sketch, sans-serif;
  font-size: 36px;
  color: #ffffff;
}
h2, h3 {
  font-family: Waiting for the Sunrise, sans-serif;
  font-size: 30px;
}
h4 { font-family: Arial, Helvetica, sans-serif; }


#header-outer {
	background: #000;
	height: 46px;
	width: 100%;
	float: left;
	clear: both;
	margin: 0 0 15px 0;
	}

#header {
	height: 46px;
	padding: 0;
	text-align: left;
	float: left;
	}

/* L O G O */

#logo {
	float: left;
	padding-left: 15px;
	}
	
#logo h1 {
  font-family: Cabin Sketch, sans-serif;
  font-size: 36px;
  color: #ffffff;
}

#logo a, #logo a:link, #logo a:visited {
	display: block;
#	width: 222px;
#	height: 34px;
	#text-indent: -9999px;
	border: none;
	padding: 0;
#	margin: 6px 9px 0 10px;
	}
/*
#logo a:hover {
	border: none;	
	}
	
#logo img {
	display: block;
	width: 0;
	}

#logo a:link .bug, #logo a:visited .bug {
	height: 34px;
	width: 31px;
	float: left;
	#background: #c30 url(../i/logo-bug-wh.png) no-repeat top left;
	}

#logo a:hover .bug, #logo a:focus .bug {
	#background: #600 url(../i/logo-bug-wh.png) no-repeat top left;
	}
*/
/* N A V */

#nav {
	float: left;
	position: relative;
	width: 620px;
	/*total width = 617*/
	height: 38px;
  color:#000000;
  font-family: Waiting for the Sunrise, sans-serif;
  font-size: 24px;
  font-weight: bold;
}
	
#nav ul {
	list-style: none;
	padding-left: 4px;
	height: 38px;
}

#nav li a, #nav li a:visited {
	height: 38px;
	overflow: hidden;
	display: block;
	position: absolute;
	#text-indent: -9999px;
	top: 0;
	text-decoration: none;
	#background-color: transparent;
}

#nav-home a:link, #nav-home a:visited {
  width: 80px; 
  left: 30px;
  color: #fff;
  text-align: center;
}
#nav-home a:hover {
  width: 80px;
  left: 30px;
#height: 5px;
  background-color: #42708f;
  color: #fff;
  
  text-align: center;
}

#nav-about a:link, #nav-about a:visited {
  width: 90px; 
  color: #fff; 
  left: 142px;
  text-align: center;
}
#nav-about a:hover {
  width: 90px; 
  background-color: #42708f;
  color: #fff;
  left: 142px;
  text-align: center;
}

#nav-photos a:link, #nav-photos a:visited {
width: 100px; 
color: #fff; 
left: 261px;
text-align: center;
}
#nav-photos a:hover {
  width: 100px; 
  background-color: #42708f;
  color: #fff;
  left: 261px;
  text-align: center;
}

#nav-links a:link, #nav-links a:visited {
width: 83px; 
color: #fff; 
left: 390px;
  text-align: center;
}
#nav-links a:hover {
  width: 83px; 
  background-color: #42708f;
  color: #fff;
  left: 390px;
  text-align: center;
}

#nav-archives a:link, #nav-archives a:visited {
width: 120px; 
color: #fff; 
left: 492px;
  text-align: center;
}
#nav-archives a:hover {
  width: 120px; 
  background-color: #42708f;
  color: #fff;
  left: 492px;
  text-align: center;
}

#bg { width: 1000px; margin: 0 auto; }

#bg-all { 
width: 745px; 
background: #fff;
float: left; 
overflow: hidden;
}

* html #bg-all { height: 0%;}  

/*
.container { padding: 10px 0px 0px 5px; float: left; width: 1030px; }
*/

.SL { 
width: 710px; 
float: left; 
padding-left: 10px; 
padding-top: 0px;
background-color: #ffffff;
}

.title { color:#111; font: normal 34px/34px "Helvetica"; letter-spacing: -1px; padding-bottom: 15px; margin-bottom: 15px; border-bottom: solid 1px #ccc;}
.note {  background:url(images/note-icon.png) no-repeat left 2px; padding-left: 14px; color:#669900; font-size: 11px;}
.edit a { background:url(images/edit-icon.png) no-repeat left 2px; padding-left: 14px; color:#ff6600; font-size: 11px; }
.error { color:#f0f000; font-size: 11px; font-weight: bold;}

.post, .attachment { width: 100%; position: relative;}

#.p-head { padding-bottom: 5px; }
.p-head h1, .p-head h1 a, .p-head h1 a:visited { color:#272d36; "Waiting for the Sunrise"; letter-spacing: 0px; font-weight: bold; text-decoration: none;}
.p-head h1 a:hover { color:#f07f00; text-decoration: none; }

.p-head h2 { color:#272d36; }
.p-head h2 a, .p-head h2 a:visited { color:#ff5524; }
.p-head h2 a:hover { color:#42708f; text-decoration: underline; }

.p-head h3 { color:#272d36; }
.p-head h3 a, .p-head h3 a:visited { color:#ff5524;}
.p-head h3 a:hover { color:#42708f; text-decoration: underline;}

.p-cat { padding-top: 3px; font: normal 11px/14px 'Arial'; text-transform: uppercase; color:#999;}
.p-cat a, .p-cat a:visited, .p-cat a:hover { text-decoration: underline; color:#999; padding-right: 5px;}

.p-time { background: no-repeat right bottom; position: absolute; right: -70px; top: 0px; width: 50px; padding-bottom: 10px; }
/**/ * html .p-time { left: -70px;} /**/ 
.p-time strong { float: left; text-align: center;}
.p-time .day { font: normal 14px/12px "Arial"; letter-spacing: 0px; color:#fff; width: 40px; padding: 3px 0px; background:#2abada; overflow: hidden; }
.p-time .month { background:#dedede; width: 40px; padding: 3px 0px; margin-bottom: 0px;}
.p-time .year { background: #fff; border: solid 1px #dedede; font: normal 11px/11px 'Verdana'; padding: 2px 5px; color:#bababa;}

.p-con { padding-bottom: 20px; border-bottom: solid 1px #dbdbdb; }
.p-con p { font: normal 18px "Verdana"; padding: 5px 0px; margin: 5px 0px;}
.p-con ol { list-style: decimal inside; }
.p-con ol { padding: 10px 0px 10px 25px; margin: 0px; }
.p-con ol li { padding: 2px 0px 2px 0px; }
.p-con ul { padding: 10px 0px 10px 20px; margin: 0px; }
.p-con ul li { padding: 2px 0px 2px 13px; list-style-type: none; background: url("images/li.png") no-repeat left 1px; color:#666; }
.p-con blockquote { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; padding: 10px 20px; margin: 10px 0px; background: #e2e2e2; }
.p-con blockquote p { font: italic 14px/19px Georgia, "Times New Roman", Times, serif; }
.p-con blockquote li { padding: 2px 0px 2px 13px; list-style-type: none; font-size: 12px; line-height: 17px;}


.p-det { margin-top: 15px; float: right; }
.p-det li { color:#7f7f7f; display: inline; padding: 4px 0px 6px 30px; margin-right: 10px; }
.p-det li.p-det-com { background: url("images/comment.png") left center no-repeat; }
.p-det li.p-det-com a { font-weight: bold; letter-spacing: -1px;}
.p-det li.p-det-tag { background: left center no-repeat; }
.p-det li a,.p-det a:visited { font: normal 14px/18px "Arial"; margin-right: 3px;}

.p-con .wpunlimited_bookmarks strong { font-weight: normal; color:#999; padding-bottom: 2px; font-size: 10px; text-transform:uppercase; }
.p-con .wpunlimited_bookmarks a img { display:inline; border:none; padding:0; margin:0; margin-top: 5px; }

.p-con img { padding: 0; max-width: 100%; }
.p-con img.centered { display: block; margin-left: auto; margin-right: auto; padding: 1px; border: solid 1px #9b9792;}
.p-con img.alignright { margin: 5px 0 10px 20px; display: inline; border: solid 4px #eee; padding: 1px; }
.p-con img.alignleft { margin: 5px 20px 10px 0; display: inline; border: solid 4px #eee; padding: 1px;}
.p-con .alignright { float: right; }
.p-con .alignleft { float: left }

.SR { width: 250px; margin-right: 0px; padding-bottom: 0px; float: right;}

.SR .search { background: #3d96d5; right: 0px; padding: 15px; overflow: hidden;}
/**/ *html .SR .search  { height: 1%;} /**/ 
.SR .search form { width: 245px; padding: 10px; border: 1px solid #3ac6e5; background: #2abada; }
.SR .search fieldset { overflow: hidden; height: 1%;  }
.SR .search input { float: left; margin-right: 2px; padding: 5px 3px 5px 65px; width: 160px; color:#666;}
.SR .search button { float: left; background: no-repeat; width: 26px; height: 24px; border: none; cursor: pointer; text-indent: -1000em; }
.SR .syn ul { margin: 10px 0px;}
.SR .syn li { background: no-repeat left center; margin: 0px 5px 0px 0px; padding: 3px 0px 3px 15px; list-style-type: none; color:#985000; display: inline; font: bold 14px/14px 'Arial'; letter-spacing: -1px;}
.SR .syn li a {color:#fff; }
.SR .syn li a:visited {color:#fff; }
.SR .syn li a:hover {color:#fff; }

.SR .categs { background: #d1f0e2; overflow: hidden; padding: 15px; margin-bottom: 3px;}
/**/ *html .SR .categs { height: 1%;} /**/ 
.SR .categs div { float: left; width: 130px;}
.SR .categs div h3 { font: bold 15px/15px 'Arial'; letter-spacing: -1px; color:#102a30; padding-bottom: 5px;}
.SR .categs div li { padding: 1px 0px; list-style-type: none; font-size: 11px; color:#5e8a89; }
.SR .categs div a, .SR .categs div a:visited { color:#247682; text-decoration: underline;}
.SR .categs div a:hover { color:#003333; text-decoration: underline;}

.SR .recent { background: #e1f3ee; padding: 15px; margin-bottom: 3px; }	
.SR .recent .tabs { overflow: hidden; }
.SR .recent .tabs { height: 1%; }
.SR .recent .tabs li { float: left; background: none; }
.SR .recent .tabs li a { float: left; font: bold 14px/14px "Arial"; color: #985000; padding: 3px 6px 9px 6px; background: #b5d6cd; margin-right: 3px; letter-spacing: -1px; text-decoration: none;}
.SR .recent .tabs li a.active, .SR .recent .tabs li a:hover { background: #4a6969; color: #fff; text-decoration: none; }
.SR .recent a, .SR .recent a:visited { color:#985000; text-decoration: underline;}
.SR .recent a:hover { color:#003333; text-decoration: underline;}

#tab-comments { display: none; margin-bottom: 5px; }
#tab-comments li { background: no-repeat left 10px; padding: 4px 0px 4px 6px; border-bottom: solid 1px #985000; font-size: 11px; color:#985000;}
#tab-comments li a { display: block;}
#tab-posts { margin-bottom: 5px; font-size: 11px; }
#tab-posts li { background: no-repeat left 8px; line-height: 14px; padding: 1px 0px 1px 6px;}
#tab-tags { display: none; margin-bottom: 5px; font-family: "Verdana"; line-height: 22px;}

.SR .widget { background: #e8e8c7; padding: 10px; margin-bottom: 3px; color:#42708f; border: solid 1px #ff5524; font-size: 10px; }
.SR .widget h3 {font: bold 15px/15px 'Arial'; letter-spacing: -1px; color:#42708f; padding-bottom: 5px; border-bottom: solid 1px #ff5524; margin-bottom: 5px;}
.SR .widget li { background: url(images/arrow.png) no-repeat left 6px; padding: 2px 0px 2px 6px; font-size: 11px; color:#42708f;}
.SR .widget a, .SR .widget a:visited { color:#ff5524; text-decoration: none;}
.SR .widget a:hover { color:#42708f; text-decoration: underline;}

.SR .widget_tag_cloud { line-height: 22px;}

.SR .widget_calendar table { width: 100%;}
.SR .widget_calendar table td { text-align: center; padding: 3px; }
.SR .widget_calendar caption { background: #d2e9e3; padding: 5px 0px; margin-bottom: 10px;}
.SR .widget_calendar #today { background: #d2e9e3;}

.SR .widget_search #s { width: 170px; border: solid 1px #42708F; padding: 3px; margin-bottom: 5px;}

.footer { width: 1000px; margin: 0 auto; padding: 15px 0px 15px 0px;
clear: left;
}
.footer p { padding: 0px; margin: 0px; font-family: 'Verdana'; font-size: 11px;  }
.footer p.copy { color:#111; }
.footer p.copy a, .footer p.copy a:visited, .footer p.copy a:hover { color:#f07f00; text-decoration: underline;}
.footer p.theme { padding-top: 2px; color:#6c8e9d; }
.footer p.theme a, .footer p.theme a:visited, .footer p.theme a:hover { color:#f0700; text-decoration: underline;}


