/* @override http://www.markfeenstra.com/blog/wp-content/themes/headless/style.css */

/*
Theme Name: Untitled
Theme URI: http://www.markfeenstra.com/blog
Description: A custom theme built on the base of Headless by Ozan Onay
Author: Mark Feenstra
Author URI: http://www.markfeenstra.com
Tags: simple, minimalist, fixed width, two columns, right sidebar, widget ready, valid CSS, valid XHTML, gray, white, gravatars

*************

Released on a Creative Commons GNU GPL license. See http://creativecommons.org/licenses/GPL/2.0/ for more details.

An 18px grid is used for aesthetic purposes. It is strictly adhered to on the vertical axis, and generally adhered to on the horizontal axis. Modifications will have the best result if all sizes (particularly line heights) are kept as multiples of 18. Notice that this can be a bit tricky when divs have borders (so for example where there's a 1px border, padding/margin should be 17/35/53 px).

I haven't styled the calendar, so you should style this before you use it.

*************/

/* Initialisation */
* { margin: 0px; padding: 0px; text-decoration:none; }
.clear, .postmetadata {clear: both;
display: none;}


/* Core structure */
#page {margin: 0px auto; width: 1036px;}
#content {float: left;padding: 36px 0 54px 0px; width: 600px;
	text-align: justify;
	line-height: 1.3em;
}
#sidebar{float:left; margin: 0 0 0 54px; width: 331px;
	font-size: 12px;
}
#footer {margin: 0px auto; clear: both;}


/* Universal typography and colors */
body {font-size: 16px; line-height: 18px; font-family: Georgia, "Times New Roman", Times, serif; color: #111; text-align: center; background: #fff url('') repeat-x;}
#page {text-align: left;}
#sidebar, .postdetails, .posttags, #footer, .postmetadata, #commentform, .commentmetadata {color:#aaa;} /*this is the lighter, faux-transparent text color */
a {color: #007dff;} 
a:hover {color: #f00;}
#sidebar a, .commentlist a, .postdetails a, .posttags a, #footer a, .postmetadata a, #commentform a {color: #007dff;} /* this is the lighter, faux-transparent anchor color */
#sidebar a:hover, .commentlist a:hover, .postdetails a:hover, .posttags a:hover, #footer a:hover, .postmetadata a:hover, #commentform a:hover {color: #f00;}
.small {font-size: .8em; line-height:18px;}
acronym {
	border-bottom: 1px dotted #333;
}


/* Universal header styles */
h1, h2, h3 {font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}
h2, h3 {margin-bottom:18px;}
h1, h1 a {color:#999; font-size: 24px; line-height:36px; text-align: left;}
h1 a:hover {color: #f00;}
h2 {font-size: 2.8em;
padding: 0 0 0 0;
}
#content h2 {font-size: 2.8em;
line-height: 1em;
padding: 0 0 40px 0;
background-image: url('http://www.markfeenstra.com/blog/wp-content/themes/headless/images/flourish.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

h3 {font-weight:bold;}
h2, h2 a {color:#333;
}
/*h2 a {
	border-bottom-style: double;
	border-bottom-color: #4c4c4c;
	border-top-style: double;
	border-top-color: #4c4c4c;
} */
h2 a:hover {color: #666;}


/* Content, entries */
.divider {
	text-align: center;
	margin: -20px 0 60px 0;
}
.entry p {color:#000;
}
.entry ol {
	list-style-type: lower-roman;
	margin: 0 10px 0 22px;
	} 
.entry ul {
	margin-left: 22px;
	list-style-type: circle;
	margin: 0 10px 0 22px;
}

.entry ol li, .entry ul li {
	margin: 0 0 6px 0;
}
.entry img {
	padding: 1px;
	border: 1px solid #CCC;
}
.entry .noborder {
	border: 0px;
}
.post {margin: 0 0 36px;}
.post hr {display: block;}
#content .post p {margin:0 0 18px 0;}
#content .smallattachment {text-align: center;float: left;width: 128px;margin: 5px 5px 5px 0px;}
#content .attachment {text-align: center;margin: 5px 0px;}
.postdetails {margin-bottom:18px; display: none;}
.related {
	font-size: .8em;
	font-style: italic;
}
.postcomments {
	text-align: right;
	font-size: .8em;
}
.sociable {
	text-align: center;
	margin: 54px 0 18px 0;
}
.sociable_tagline {
	font-size: .9em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #808080;
}
.sociable ul li {
	list-style-type: none;
	display: inline-block;	
}

/* Sidebar */

#sideHeader{
	margin: 0 0 18px 0;
}
#menu {
	text-align: center;
	font-size: 1.4em;
}
#menu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 4px 18px 4px;
}
#about {
	margin: 60px 18px 54px 18px;
	color: #b3b3b3;
	text-align: left;
	font-size: 2em;
	font-style: italic;
	line-height: 1.2em;
}
#about a {
	font-size: .6em;
}
.aktt_tweets  li {
	font-size: 1.2em;
	padding: 2px 100px 0 8px;
	width: 227px;
	min-height: 100px;
	background-image: url('http://www.markfeenstra.com/blog/wp-content/themes/headless/images/tweet.png');
	background-repeat: no-repeat;
	color: #666;
	text-align: left;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.2em;
}
.aktt_tweet_time {
	font-size: .8em;
	text-align: right;
	display: list-item;
}
.aktt_more_updates {
	/* twitter 'more' link */
	display: none;
} 
#recentcomments td {
	padding: 0 0 8px 0;
}
#recentcomments .photo {
	margin-right: 6px;
	border: 1px solid #CCC
}
#sidebar p {margin-bottom:18px;
}
#sidebar h2 {font-size: 13px; line-height:18px; margin:0px; font-weight:normal; color:#aaa;
	text-align: left;
}
#sidebar ul {list-style-type: none; color: #666;
}
#sidebar ul li {list-style-type: none;
	margin: 0 0 36px;
}
#sidebar ul ul {list-style-type:none;}
#sidebar ul ul li {list-style-type:none; margin:0px;}
#sidebar ul ul, #sidebar ul ol {margin: 0 0 0 12px;}
#sidebar ul ul ul, #sidebar ul ol {margin: 0 0 0 12px;}
#sidebar ul ol li {list-style: decimal outside;}


/* Footer */
#footer {background:#333;}
#footer #h1, #footer .description {font-family: 'Century Gothic', Helvetica, Verdana, Arial, Sans-Serif}
.description {color:#888;font-size: 14px;}
#footer p a, #footer h1 a, #footer ul a {color:#999;}
#footer p a:hover, #footer h1 a:hover, #footer ul a:hover {color:#fff;}
#footercontainer {background:url('images/headless_portrait.jpg') no-repeat center right; width:936px; text-align:left; margin: 0px auto; padding: 18px 0px; color:#666;}
#footer ul {display:block; padding:0px; margin-top:18px;}
#footer ul li {display:inline; font-weight:bold;}
#footer ul li a {margin-right:18px; border:0px;}


/* Comments */
.commentlist {color:#666; text-align: left;}
.commentlist li {background: #f8f8f8 url('images/headless_respondbg.jpg') repeat-x top; border: 1px solid #eaeaea; margin: 18px 0 0;padding: 17px; list-style: none; font-weight: bold;}
.commentlist li .avatar { float: right; padding:0px 0px 9px 18px;}
.commentlist cite, .commentlist cite a {font-weight: bold;font-style: normal;}
.commentlist p {font-weight: normal; font-size:12px; text-transform: none;}
.commentmetadata {margin: 0;display: block;font-weight: normal;}
.nocomments {text-align: center;margin: 0;padding: 0;}
.highlighted cite {
	font-variant: small-caps;
	color: #ff007e;
	font-size: 1.2em;
}


/* Comments response form */
div#respond {background: #f8f8f8 url('images/headless_respondbg.jpg') repeat-x top; padding:17px; margin-top:36px; border:1px solid #eaeaea;}
#commentform input.text {width: 170px; line-height:18px; font-size:18px; margin: 9px 5px 0px 0px; background:#eaeaea url('images/headless_inputbg.jpg') repeat-x top; border:1px solid #dbdbdb;}
#commentform textarea {width: 546px;padding: 8px; background:#eaeaea url('images/headless_inputbg.jpg') repeat-x top; border:1px solid #dbdbdb; font-size: 12px; line-height: 18px; font-family: Helvetica, Verdana, Arial, Sans-Serif; color: #111; margin-bottom:9px;}
#commentform #submit {margin: 0;float: right;}
.entry form { /* This is mainly for password protected posts, makes them look better. */ text-align:center;}
select {width: 130px;}
.submit {position:relative; top:-18px;}


/* Searchbox (designed to be in sidebar but can be included elsewhere)*/
#searchbox { float:right; width: 331px; height: 36px; background: url(images/headless_searchbox.jpg) no-repeat; margin-bottom:4px;}
#searchbox #s { float: left; border: 0; margin:2px 0px 0px 6px; width: 286px; background: none; color:#999999; height:34px; font-size:24px; line-height:34px;}
#searchbox #go { float: right; width:36px; height:36px;  }


/* Images */
p img {max-width: 100%;}
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {margin: 0 0 2px 18px;display: inline;}
img.alignleft {margin: 0 18px 2px 0;display: inline;}



/* Calendar - this is not intended for the theme and thus not styled */
#wp-calendar #prev a, #wp-calendar #next a {font-size: 9pt;}
#wp-calendar a {text-decoration: none;}
#wp-calendar caption {font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;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; }


/* Captions */
.wp-caption {text-align: center;background-color: #f3f3f3;}
/*.wp-caption img {margin: 0;padding: 0;border: 0 none;}*/
.wp-caption p.wp-caption-text {	font-size: 10px; line-height: 18px; margin: 0px !important; color:#999;}


/* Misc. */
.alignright {margin: 0 0 2px 18px; float: right;}
.alignleft {margin: 0 18px 2px 0; float: left}
.aligncenter, div.aligncenter {display: block;margin-left: auto;margin-right: auto;}
code {font-family:'Courier New', Courier, Fixed;}
blockquote {margin: 18px 30px 0 10px;padding-left: 20px;border-left: 5px solid #ddd;
	font: 0,9em Georgia, "Times New Roman", Times, serif;
	color: #666;
}
blockquote cite {margin: 5px 0 0;display: block;}
.quote {
	color: #4c4c4c;
	font-style: italic;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 36px 36px 0 36px;

}
.author {
	text-align: right;
	font-size: 1.2em;
	font-style: normal;
	margin: 0 36px 36px 0;
	color: #b3b3b3;
}

.center {text-align: center;}
.hidden {display: none;}
hr {display: none;}
a img {border: none;}
.navigation {
	font-size: .8em;
	text-align: center;
}

