/*
Theme Name:		Number 61
Description:	The theme of number61.net.
Author:			Matthew Gipp
Version: 		3.3
Date:			7/21/2011
*/


/* Number of Columns: 7 */
/* Column Width: 124px */
/* Gutter Width: 20px */
/* Total Width: 988px */

/* total width = (width per column * # of columns) - width of gutter */


/*  Reset  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}

a {
	text-decoration: none;
	color: #6d9529; /* sweet green */
	
	color: #2a75a2; /* classic blue */
	color: #e6433f; /* new red */
	
	text-shadow: #fff 1px 1px;
	
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	transition: color 0.5s ease;
}


a:hover {
	color: #80af31; /* sweet green hover */
	color: #6eb1d9; /* blue hover */
	color: #ee7e7b; /* red hover */
}

html, body {
	height: 100%;
}

body {
	background: #f7f7f7;
	font-size: 100%;
	background: url('bg.png') center;
	
	background: url('stripe.png') repeat-x top center, url('bg.png') center;
	
	font-family: "PT Sans Latin CE Regular", "lucida grande", "lucida sans unicode", verdana, sans-serif;
}


.wrapper {
	margin: 0 auto; 
	max-width: 61.75em; /* 61.75em = 988px */
	min-width: 17.75em;
	padding: 0 1.125em; /* 1.125em = 18px */

	/* Sticky footer */
	position: relative;
	margin-bottom: -3em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


.push {
	height: 3em;
}

li {
	list-style: square;
	}


/* The Header */
/*.bookplate {
	float: right;
	margin: 30px 0px;	
}

.bookplate-right {
	position: relative;
	float: right;
	width: 112px;
	height: 112px;

}

.bookplate-right img {
	width: 100px;
	height: auto;
	border-radius: 56px;
	padding: 6px 6px 6px 6px;
}

.bookplate-right a img {
	-webkit-transition: background 0.5s ease-in-out;
}

.bookplate-right a img:hover {
	background: #5593cd;
}


.bookplate-left {
	float: left;
	
	margin: 22px 10px 0 0;
}*/

#header {
	padding: 60px 0 40px;
	float: left;
	width: 100%;
}

.bookplate {
	float: left;
	width: 124px;
	margin-left: -6px;
}

.bookplate img {
	width: 100px;
	height: auto;
	border-radius: 56px;
	margin: 6px 12px 6px 0;
	padding: 6px;
}

.bookplate a img {
	-webkit-transition: all 0.3s ease-in-out;
}

.bookplate a img:hover {
	background: #5593cd;
	background: #e6433f; /* red */


}



p.byline {
	font-family: "PT Sans Caption Bold", "Helvetica Neue", Helvetica, arial, sans-serif;
	float: left;
	margin-top: 58px;
	font-size: 1.25em;
	text-align: left;
	color: #333;
	line-height: 16px;
}

ul#nav {
	float: right;
	margin-top: 58px;

}


ul#nav li {
	margin: 0;
	width: 124px;
	width: 7.75em;
	padding: 0 10px;
	line-height: 16px;
	list-style: none;
	float: right;
	text-align: right;
}

ul#nav li a {
	font-family: "PT Sans Caption Bold", "Helvetica Neue", Helvetica, arial, sans-serif;
	text-decoration: none;
	font-size: 1.25em;

	text-transform: none;
	font-weight: bold;
}


.head-stripe {
	width: 100%;
	height: 10px;
	background: #333;

}


	
	
	





/* Text and headers */
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: 500;
	color: #333;
	margin: 0px auto;
	}


.blog h2 {
	font-size: 2em;
	margin-bottom: 0px;
}

.blog h2 a {
	color: #333;
	font-size: 1.1em;
}	

.outbound h2 a:after {
    content: " \2192";

}

.subhed {
	margin-bottom: 20px;
	}

h3 {
	font-family: georgia, "times new roman", times, serif;
	font-size: 1.4em;
	font-weight: 500;
	font-style: italic;
	color: #444;
	line-height: 1.3em;
	}	


p {
	color: #333;
	line-height: 140%;
	font-size: 1em;
	margin-bottom: 16px;
	font-family: "PT Sans Latin CE Regular", "Lucida Grande", 'Lucida Sans Unicode', 'Lucida Sans', sans-serif; 
	font-size-adjust:0.506;
	}



blockquote {
	border-left: 1px solid #777;
	padding-left: 15px;
	margin: 0;
}


.pullquote {
	font-size: 1.3em;
	font-family: georgia;
	color: #bbb;
	line-height: 1.3em;
}




/* Shared elements */
.title  {
	width: 27.126%;
	float: left;
}

.title h2 a {
	font-weight: 500;
}

.title span.author {
	font-family: georgia, "times new roman", times, serif;
	font-style: italic;
	color: #444;
	
	font-size: 1.1em;
}

.post-body {
	float: right;

	/* 4 Columns - 556px wide
	width: 56.275%;*/

	/* 5 columns - 700px wide*/
	width: 70.85%;
	
	width: 65%;
}


.post-body ul {
	padding-left: 20px;
	}

.post-body p a {
	background: rgba(0,0,0,0.04);
	border-radius: 3px;
	padding: 1px 2px;	
}

.post-body a:hover {
	background: rgba(0,0,0,0.07);
}

.dateline p {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	margin: 0 0 10px 0 !important;
	font-weight: 500;
	color: #444;
}

.dateline p a {
	font-weight: normal;
	font-size: 1.2em;
	padding-left: 5px;
	
	
}


.content {
	min-width: 448px;
	max-width: 984px;
	margin: 0px auto;
	padding: 0 20px;
}


/* Posts */

.blog {
	position: relative;
	float: left;
	width: 100%;

	margin: 0 0 70px;


}



/*
.blog .post-body {
	float: none;
	margin: 0 auto;
}
*/


.blog img, .blog a img {
	max-width: 100%;
	height: auto;
}

.outbound {
	float: left;
	width: 100%;
	margin: 0 0 70px;
	}

.outbound img {
	float: right;
	position: relative;
	height: auto;
	margin-left: 20px;
	
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 0px 3px #111;
	-moz-box-shadow: 0px 0px 3px #111;
	box-shadow: 0px 0px 3px #111;
	}
	
.outbound .img_1col img, .outbound .img_1col_2 img {
	height: auto;
	width: 279px;
	margin-left: 20px;
	}

	
.outbound .img_2col {
	width: 100%;
	}

.outbound .img_2col img {
	height: auto;
	max-width: 100%;
	margin: 0;

	}	



.link_top_shadow {
	position: relative;
	float: left;
	width: 100%;
	background: #fcfcfc;
	border-bottom: 1px solid #d5d5d5;
	
	
	overflow: hidden;
}

.blog_post_top_shadow {
	position: relative;
	float: left;
	width: 100%;
	height: 10px;
	background: #fcfcfc;
	border-top: 1px solid #fff;
	margin-top: -1px;
	-webkit-box-shadow: 0px -1px 2px rgba(0,0,0,.12);
	-moz-box-shadow: 0px -1px 2px rgba(0,0,0,.12);
	box-shadow : 0px -1px 2px rgba(0,0,0,.12);
	
	overflow: hidden;
	
}



/* Footnotes */
p sup {
	line-height: .9em;
	margin-left: 2px;
}

p sup a {
	text-shadow: none;
}

ol.footnotes {
	border-top: 1px solid #777; 
	max-width: 600px; 
	margin: 0px 0px 10px; 
	padding: 10px 0 0 20px;
	}

li.footnote {
	font-size: .8em;
	line-height: 1.4em;
	margin-bottom: 7px;
	color : #555;
	font-family: "lucida grande", verdana;
	}

.footnote a { font-size: 1em; line-height : 1.4em;}

a.footnote-identifier-link { font-size : .6em;}



/* Page Navigation */
#page_nav {
	float: left;
	width: 100%;
	padding: 0;
	
	}

#page_nav #nav_wrapper {
	position: relative;
	min-width: 468px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: helvetica;
	text-align: center;
	}

#page_nav #nav_wrapper a {
	float: left;
	margin: 10px 0;
	padding: 15px 20px;
	color: #555;
	font-size: 1.1em;
	text-shadow: 0 1px 1px white;
	background: rgba(0,0,0,.05);
	
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	
	-webkit-box-shadow: 2px 3px 2px rgba(0,0,0,.1);
	-moz-box-shadow: 2px 3px 2px rgba(0,0,0,.1);
	box-shadow: 2px 3px 2px rgba(0,0,0,.1);
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}


#page_nav #nav_wrapper a:hover {
	background: rgba(0,0,0,.1);
	-webkit-box-shadow: 2px 3px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 2px 3px 2px rgba(0,0,0,.2);
	box-shadow: 2px 3px 2px rgba(0,0,0,.2);
	}

#nav_wrapper #newer, #nav_wrapper #older {
	margin: 0 10px;
	float: left;
	}

#nav_wrapper #older {
	float: right;
	}
	
#page_nav span.arrow {
	font-size: .8em;
}


/* Footer */
#footer {
	min-width: 448px;
	max-width: 1000px;
	margin: 10px auto 0 auto;
	text-align: center;	
}

#footer p {
	padding: 1em 0;
	line-height: 1em;
	margin: 0;
	font-size: .75em;
	color: #444;
	text-shadow: #fff 1px 1px 0;
}

#footer a {
	color: #444;
}

/*  Search  */

form#searchform {
	height: 26px;

}

input#search {
	float: right;
	background: rgba(255,255,255,.6);
	border: 1px solid rgba(0,0,0,0);
	border-color: rgba(0,0,0,.15);
	font-size:.5em;
	color: #444;
	text-align: center;
	width: 98%;
	padding: 1%;
	height: 25px;


	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
	}

input#search:hover {
	background: rgba(255,255,255,1);
	border-color: rgba(0,0,0,.2);
}

#search-results {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	padding: 10px 10px 10px;
}

#search-results p {
	width: 940px;
	margin: 0px auto;
	font-size: 1em;
	
	color: #444;
}

p span.searchterm {
	color: #222;
	font-size: 1.1em;
	font-weight: bold;
}

/* Miscellany */


/* The 404 Page */
#notfound {
	margin: 100px 0;
}

#notfound .content {
	width: 60%;
	text-align: center;

}

/* The About Page */
#about {
	float: left;
	margin: 30px auto 20px;
	}

h2.about {
	font-weight: bold;
	border-bottom: 5px solid #333;
	margin-bottom: 10px;
	}

h2.about.second {
	margin-top: 30px !important;
}

.content_left {
	float: left;
	width: 48%;
	margin-right: 2%;
	}

.content_right {
	float: left;
	width: 48%;
	margin-left: 2%;
	}

.content_left img, .content_right img {
	width: 100%;
	height: auto;
	margin: 0px 0 0px -1px;
	border: 1px solid #ccc;
	}



/* The Construction Page */
#under_construction {
	max-width: 500px;
	padding: 50px 20px;
	border: 1px solid #bbb;
	background: rgba(0,0,0,.15);
	margin: 20px auto;
	text-align: center;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}

#under_construction img {
	width: 50%;
	height: auto;
	opacity: 0.9;
	margin-bottom: 30px;
	}




/* Image Captions */
.wp-caption {
	float: right;
	position: relative;
	margin: 0 0 20px 0;
	background: rgba(255,255,255,.1);
	padding: 10px 10px 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

p.wp-caption-text {
	float: right;
	text-align: right; 
	color: #555;
	border-bottom: 1px solid #777;
	font-size: .9em;
	width: 100%;
	margin: 0px 0 5px;

	}

.wp-caption a {
	float: right;
	width: 100%;
	}

.wp-caption a img {
	float: right;
	margin: 0;
	width: 100%;
	
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
	
	

/* Clearfix! */
.header:after, 
#main:after, 
#nav_wrapper:after, 
.content:after, 
#thread-needler:after,
#helderberg:after,
.bookplate:after {
	content: ".";
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden; 
	}	
	
	
/* Responsiveness */    
@media screen and (max-device-width: 768px) and (orientation:portrait) {
 
  .content {
    margin: 0px auto;
    padding: 0 59px;
    
  }

  .post_body {
    clear: both;
    width: 100%;
  }

  .title  {
    width: 100%;
    padding-right: 0%;
  }

 
}

@media screen and (max-width: 768px) {
 
  .content {
    margin: 0px auto;
    padding: 0 59px;
}

  .post-body {
    clear: both;
    width: 100%;
  }

  .title  {
    width: 100%;
    padding-right: 0%;
  } 
}

@media screen and (max-width: 767px) {
	
	ul#nav {
		margin-top: 24px;
	}

	ul#nav li {
	clear: both;
	font-size: 1.25em;
	float: right;
	width: auto;
	margin-bottom: 24px;
	}
	
}




