/*  
Theme Name: Two Loons and a Book
Theme URI: http://www.twoloonsandabook.com
Description: A Theme for Two Loons and a Book
Version: 1.0
Author: Don Wright & Travis McDonald
Author URI: http://www.donwrightdesigns.com



TABLE OF CONTENTS
 
  Inherited Styles
  HTML Tags
  Structure
  Headers
  Content Styles
  Form Elements
  Footer
  


/* ---------- @ Inherited Styles -----------*/

@import url('css/nav.css');
@import url('css/posts.css');



/* ---------- @ HTML Tags -----------*/


* {
	margin:0;
	padding:0;
	outline:none;
	}

body,html {
	min-height:101%; /*Firefox scrollbar fix*/
	}
	
body {
	color: #111;

	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif /*Global font-size reset*/;
	}
	
p {	
	margin: 15px 0;
	font-family: 'Lora', georgia, serif; 
	font-size:1.3em;
	line-height:1.5em;

	}

a, a:visited {
	color: #83a7ba;
	text-decoration:none;
	}

a:hover, a:active {
	color:#4d778d;
	}
	
hr {
	display: block;
	height:1px;
	background:#CCC;
	border:0;
	color:#CCC;
	}

table {
	border-collapse:collapse;
	width:100%;
	margin:15px 0;
	}

td {
	padding:4px 6px;
	border-top:1px solid #CCC;
	}

tr {
	background:#e3e3e3;
	}
	
table caption {
	background:#FFF;
	padding:2px 0;
	}	
	
blockquote {
	color:#7b7b7b;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #CCC;
	font:italic 1em Georgia, "Times New Roman", Times, serif;
	letter-spacing:.03em;
	}



/* ---------- @ Structure -----------*/

#main {
	overflow:hidden;
	padding:0px 15px 50px;
	background-image:url(images/mainbg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

#wrapper {
	font-size:.8em /*Global content font-size*/;
	width:960px;
	margin:0 auto;
	overflow: hidden
	}

#masthead {
	background:#dadada;
	width:960px;
	height:285px;
	padding:0px 28px 0px;
	overflow:hidden;
	}

	
#content {
	padding: 10px 5px 0px 5px;
	width:900px;
	float:left;
	height:auto;
	}
	
#headblurb {
	float:left;
	margin:40px 4px 0px 240px;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.3em;
	width:310px;
	height:140px;
	font-family: 'The Girl Next Door', arial, serif;
	color:#333;

	}
#ie6fix {
	display:inline;
	}
#pushpins {
	height:66px;
	width:960px;
	
	
	}
.pushpinsfacebook {
	float:left;
	height:70px;
	width:90px;
	margin:-20px 0px 0px 175px;

	
	
	}
.pushpinstwitter {
	float:left;
	height:45px;
	width:200px;
	margin:3px 0px 0px 225px;
	
	
	}
.pushpinsamazon {
	float:left;
	height:35px;
	width:90px;
	margin:3px 0px 0px 165px;
	
	
	}
.txtwidgetstyle {

	font-size:1.2em;
	font-weight:bold;
	font-family: 'The Girl Next Door', arial, serif;
	}
	
	
.buybooktwoloons  {
	width:180px;
	height:70px;
	float:left;
	margin:15px 0px 0px 145px;
	
	}
.buybookamazon  {
	width:200px;
	height:50px;
	float:left;
	margin:20px 0px 0px 140px;
	
	}
	
#sidebar {
	width:240px;
	float:right;
	padding:0px 0px 0px 0px;
	margin:-86px 0px 0px 10px;
	text-decoration:none;
	font-size:1.1em;
	}
#sidebarpage {
	width:240px;
	float:right;
	padding:0px 0px 0px 0px;
	margin:-13px 0px 0px 10px;
	text-decoration:none;
	font-size:1.1em;
	}

.left {
	float:left
	}

.right {
	float:right
	}
	
	
	
	
/* ---------- @ Headers -----------*/

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}

h1.pagetitle {
	border-bottom:1px solid #d7d7d7;
	padding-bottom: 12px;
	margin-bottom:20px;
	}
	
h2 {
	margin: 25px 0 20px;
	}

.entry h2 {
	font-size:1.8em;
	margin: 15px 0 0;
	}
	
h2.posttitle, h1.posttitle {
	margin:0;
	}


h2.posttitle {
	font-family: 'Permanent Marker', arial, serif;
	font-size:2.5em;
	color:#83a7ba;
	text-decoration:none;
	width:100%;
	}


#sidebar h3 {
	padding-bottom:6px;
	margin:10px 0px 5px;
	color:#CC8EAC;
	font-size:1.4em;
	letter-spacing:.08em;
	text-transform:uppercase;
	text-align:center;
	
	
	}
#sidebarpage h3 {
	padding-bottom:6px;
	margin:10px 0px 5px;
	color:#CC8EAC;
	font-size:1.4em;
	letter-spacing:.08em;
	text-transform:uppercase;
	text-align:center;
	
	
	}

.entry h3 {
	font-family: 'Permanent Marker', Georgia, Times New Roman, Serif;
	}
	
#respond h3, h3#comments, h3#trackbacks {
	margin:45px 0 20px;
	font-weight:bold;
	}

h3#comments {
	margin:32px 0 12px;
	}

h4 {
	font-size:1.4em; 
	}
	
h5 {
	font-weight: bold;
	font-size: 1.2em
	}

h6 {

	}



	
/* ---------- @ Content Styles -----------*/

/*Misc*/

#logo {
	font: bold 2.7em Georgia, "Times New Roman", Times, serif;
	}

#description {
	font: italic 1.2em Georgia, "Times New Roman", Times, serif;
	color:#939393;
	margin:0;
	}
	
.commentcount {
	padding-left: 17px;
	background:url(images/bubble.gif) no-repeat;
	margin-left:14px;
	}

.more-link {
	display:block;
	margin-top:12px;
	clear:both
	}



/* Author Page*/

#writer {
	overflow:hidden;
	background:#f2f2f2;
	margin-bottom:20px;
	padding:16px;
	}

#writer p {
	margin-top:0;
	}
		
#writer .avatar {
	margin:4px 17px 7px 0
	}



/* Search and Archives*/

.search-highlight {
	background:#FFFF00	
	}

#comment_pagination {
	margin-top:22px;
	overflow:hidden;
	}

#archive_pagination {
	overflow: hidden;
	padding: 20px;
	text-align: center
	}
	
.current-numeric-page {
	padding: 5px 8px;
	}
	
#archive_pagination a, #archive_pagination a:visited {
	border:1px solid #CCC;
	padding: 5px 8px;
	text-decoration: none;
	}
	
#archive_pagination a:hover {
	background: #f5f5f5;
	}

#archive_pagination a:active {
	background:#e6e6e6;
	border-color:#bebebe;
	}
		
#comment_pagination div {
	float:left;
	margin-right:10px;
	}

a #icon-rss {
	border:none
	}

.archive #icon-rss {
	vertical-align: middle;
	margin-left:3px;
	}		
		
	

/*Sidebar and Widgets*/

.widget {
	margin-bottom:15px;
	overflow:hidden;
	color:#333;
	}
	
.widget li {
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.1em;
	list-style:none;
	border-bottom:1px dashed #076e89;
	padding:5px 0;
	line-height:120%;
	width:230px;
	
	}

.widget li a, .widget li a:visited {
	text-decoration:none;
	color:#1f77bd;
	font-family:"Permanent Marker", Georgia, serif;
	}

.widget li a:hover, .widget li a:active {
	color:#a1a1a1;
	text-transform:underline;

	}

.widget li.current_page_item a, .widget li.current_page_item a:visited, 
.widget li.current-cat a, .widget.current-cat a:visited {
	font-weight:bold;
	width:230px;
	}

.widget li.current_page_item li a, .widget li.current_page_item li a:visited, 
.widget li.current-cat li a, .widget li-current-cat li a:visited {
	font-weight:normal;
	width:230px;
	}
			
.widget li li {
	margin-left:0px;
	border:0;
	list-style:disc;
	width:230px;
	}

#wp-calendar tr {
	background:#f2f2f2;
	}
	
#wp-calendar td {
	text-align:center;
	padding:3px;
	}	
	
#recentcomments {
	color: #787878;
	}

#recentcomments a, #recentcomments a:visited {
	font-style:italic;
	}

#recentcomments a.url, #recentcomments a.url:visited {
	font-weight:bold;
	font-style:normal;
	}

a.rsswidget, a.rsswidget:visited {
	font-weight:bold;
	}

.rssSummary {
	line-height:160%;
	}
	
#wp125adwrap_2c {
	overflow:hidden;
	}

#wp125adwrap_2c .wp125ad {
	float:left;
	margin-right: 8px;
	}	

.wp125ad a img {
	border:none;
	}

#wp125adwrap_2c div+div {
	margin:0 !important;
	}
#footerwidth {
	background-image:url(images/footerbg.jpg);
	width:960px;
	margin:auto;
	}
#footer-widgets {
	overflow: hidden;
	margin:auto;
	}
	
#footer-widgets .widget {
	width: 270px;
	float: left;
	margin: 0 20px 0 30px;
	padding:20px 0 35px;
	} 		
	
	
/* ---------- @ Form Elements -----------*/

#author, #email, #comment, #url, #searchfield {
	background:#FFF !important;
	padding:5px;
	border-width:1px;
	border-style:solid;
	border-color: #6d6d6d #bfbfbf #bfbfbf #6d6d6d;
	}

#author, #email, #url {
	width:220px;
	}
		
.button {
	padding: 8px 14px;
	background:#83a7ba;
	color:#FFF !important;
	border:none;
	font-size:1.2em;
	}

.button:hover {
	background:#4d778d;
	}

.button:active {
	background:#000;
	}

#commentform textarea {
	width: 98%;
	height:250px;
	}

#masthead #searchform {
	float:right;
	width:260px;
	text-align:right;
	padding-top:12px;
	}

#searchfield {
	width:220px;
	}
	
#searchsubmit {
	vertical-align:top
	}		
	



/* ---------- @ Footer -----------*/

#footer {
	font-size:.8em;
	overflow:hidden;
	width:900px;
	margin:0 auto;
	color:#dadada;
	padding: 18px 0;
	}

#footer a:hover, #footer a:active {
	color:#FFF;
	}

#footer .left {
	float:left;
	width:50%;
	}

#footer.right {
	float:right;
	width:50%;
	text-align: right
	}
	
#footer #icon-rss {
	vertical-align: middle;
	margin-right:5px;
	}
		