/*  
Theme Name: nedmcgowan.com
Theme URI: http://nedmcgowan.com
Description: Custom WordPress theme for Ned McGowan.
Version: 1.0
Author: Carst van der Molen
Author URI: http://carstvandermolen.nl/

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000;
	text-align: left;
	}
	
input	{	font-family: Verdana, sans-serif; }


/* Begin Structure */

#sidebar {
	width: 128px;
	margin: 22px 0 0 47px;
	padding: 0;
	}
	
#sidebar, #sidebar p, #sidebar div {
	font-family: Verdana, sans-serif; font-size: 1em;
	}

#sidebar li p {	font-size: 0.9em; }

#sidebar form {
	margin: 0;
	}
	
#sidebar ul ul li, #sidebar ul {
	height: auto;
	color: #fff;
	}

#content p	{	font-size: 1em; }

#wp_footer {
	padding: 40px 20px 20px 20px;
	margin: 0 auto;
	clear: both;
	}

#wp_footer p {
	margin: 0;
	padding: 0;
	text-align: left;
	color: #333;
	font-family: Verdana, sans-serif; 
	font-size: 1em;
	}
	
#wp_footer a:link,
#wp_footer a:visited {
	color: #666;
	border: none;
}

#wp_footer a:hover {
	color: #333;
	border-bottom: 1px dotted #666;
}

/* End Structure */



/* Begin Typography & Colors */


.date	{	float: left; margin: 0 10px 0 0; background: #eee; 
			border-bottom: 1px dotted #ccc; padding: 5px 5px 4px 5px; color: #666; text-align: center;
			font-family: Verdana, sans-serif; font-weight: bold; font-size: 1em; line-height: 20px; }

.year	{	font-weight: normal; font-size: 1.2em; }

.post {
	margin: 30px 0 0 0;
	}
	
.post:first-child {
	margin: 0;
	}
	
.post hr {
	display: block;
	}
.entry {
	clear: both;
	margin: 0 0 10px 0;
	padding: 0;
	}

#content .entry p  {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1.3em; }

.entry p a:visited {
	color: #b85b5a;
	}

#content p {
	font-size: 1.3em;
}

#content p.postmetadata {
	margin: 0 0 10px 0;
	padding: 0;
	color: #999;
	font-family: Verdana, sans-serif; 
	font-size: 1em;
	line-height: 150%;
}

s.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.attachment {
	text-align: center;
	margin: 5px 0px;
}

small {
	font-family: Verdana, sans-serif; font-size: 1em; line-height: 1.5em;
	}

small, .nocomments, blockquote, strike {
	color: #666;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em; letter-spacing: .07em;
	}

#content p a.more-link {
	font-family: Verdana, sans-serif; 
	font-size: 0.8em;
	}
#content p.postmetadata a:link,
#content p.postmetadata a:visited,
#content p a.more-link:link,
#content p a.more-link:visited,
#content .commentmetadata a:link,
#content .commentmetadata a:visited {
	color: #06c;
	border: none;
}

#content p.postmetadata a:hover,
#content p a.more-link:hover,
#content .commentmetadata a:hover {
	color: #333;
	border-bottom: 1px dotted #666;
}

/* End Typography & Colors */


/*	Begin Headers */

h1, h2, h3 {
	font-family: Verdana, sans-serif;
	}

#content h2	{	margin: 15px 0 0 0; }

#sidebar h2 {	margin: 5px 0 0; padding: 0; color: #fff; font-size: 1em;
}

#content h3 {
	margin: 30px 0 0 0; padding: 0; font-size: 1.2em; font-weight: normal;
	}

h1 a, h1 a:visited, h1 a:hover {
	text-decoration: none; border: none;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited {
	 border: none; color: #000;
	}

#content .post h2 a:link, #content .post h2 a:visited, 
#content .post h3 a:link, #content .post h3 a:visited {	border: none; }

h2 a:hover, h3 a:hover {
	color: #06c; text-decoration: none;
	}

h3.comments,
h3#comments,
h3#respond {
	color: #666;
	}

/*	End Headers */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

#content blockquote {
	margin: 10px 30px 0 0;
	padding: 0 10px 0 10px;
	border-left: 1px dotted #ccc;
	}
	
#content blockquote p {
	margin: 0;
	color: #666;
	}

#content blockquote cite {
	margin: 5px 0 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
 	position: absolute; top: -25px; left: 10px; width: auto; height: 14px;
	background: #fff; padding: 3px 3px 2px 3px;
	font-family: Verdana, sans-serif; font-weight: bold; font-size: 9px;
	}
	
#content .navigation a:link,
#content .navigation a:visited,
#content .navigation a:hover		{	border: none; }

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Various Tags & Classes*/


/* Begin Comments*/

.alt {
	background: #eee;
	}

.commentlist {
	margin: 0;
	padding: 0;
	text-align: left;
	}

#content .commentlist li {
	margin: 0;
	background: #eee;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	list-style: none;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

#content .commentlist li p {
	margin: 10px 5px 10px 0; font-size: 1.1em;
	}

#content #commentform p {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 1.1em;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

#content small.commentmetadata {
	margin: 0;
	font-size: 0.9em;
	font-weight: normal;
	}
	
/* End Comments */


/* Begin Form Elements */
#searchform {
	margin: 0 0 10px 0;
	padding: 0; 
	text-align: left;
	}

li #searchform p {
	font-size: 1em;
	}
	
.searchform input {
	width: 100px;
	height: 15px;
	background: #eee;
	border: none;
	border-bottom: 1px dotted #ddd;
	padding: 2px;
	font-size: 1em;
	}
	
#sidebar .searchform input {
	background: #fff;
	border: none;
	}
	
#content .searchform a {
	margin: 0 0 0 10px;
	}

/* #sidebar #searchsubmit {
	margin-left: 5px; height: 15px;
	padding: 0; border: none;
	font-size: 1em;
	} */

#sidebar #searchform a {
	display: block; margin: 5px 0 0 0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	margin: 5px 5px 1px 0;
	width: 170px;
	background: #eee; /* ddefff fffbdd; */
	border: none;
	border-bottom: 1px dotted #ddd;
	padding: 2px;
	}

#commentform textarea {
	width: 100%;
	background: #eee;
	border: none;
	border-bottom: 1px dotted #ddd;
	padding: 2px;
	}

#commentform #submit {
	float: right;
	margin: 0;
	}
/* #commentform #submit {
	float: right;
	margin: 0;
	border: none;
	font-size: 1em;
	text-align: right; 
	width: auto;
	cursor: pointer;
	}

#commentform #submit:link,
#commentform #submit:visited {
	background: #fff; color: #fff;
	}
	
#commentform #submit:hover {
	background: #ddd; color: #000;
	}
*/
	
/* End Form Elements */


/* Begin Images */
p img {
	padding: 0; max-width: 100%; height: auto;
	}

/*	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) */

img.centered { 
	display: block; margin-left: auto; margin-right: auto;
	}

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

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

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 0;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 1.3em; font-weight: bold; text-align: center;
	}

#wp-calendar th {
	font-style: normal; text-transform: capitalize;
	}
	
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
