/*
Theme Name: AF Home
Theme URI: http://wordpress.org/
Description: Theme for Ashley Faulkner's homepage
Author: Ashley Faulkner
Version: 1.0
*/

/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, sub, sup, 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;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/** My styles **/
body {
	margin:0;
	padding:0;
	font-family:arial, sans-serif;
}

.content-block {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	overflow:auto;
}

#header-bar {
	background:url(images/top.png) repeat-x;
	height:155px;
}

#header-bar-content {
	background:url(images/top-smoke.png) no-repeat right bottom;
	height:155px;
	padding:0 25px;
	overflow:visible;
}

#header img {
	float:left;
}

#header-bar .menu {
	float:right;
	margin:40px 0 0 0;
	height:100px;
}

#header-bar .menu li {
	float:left;
}

#header-bar .menu li a{
	display:block;
	padding:20px 10px;
	height:30px;
	border:1px solid #72738f;
	background-color:#010205;
	text-align:center;
	text-decoration:none;
	width:100px;
	margin-right:10px;
	font-weight:normal;
	color:#fff;
	font-size:18pt;
	opacity:0.9;
}

#header-bar .menu li a:hover {
	opacity:0.7;
}

#menu a .description {
	font-size:10pt;
	color:#9d9fb9;
}

#explore-bar {
	height:60px;
	background:url(images/explore-bar.png) repeat-x;
}

#explore {
	background-color:#72738f;
	padding:10px;
	display:none;
}

#explore ul.widget-container {
	float:left;
}

#logo {
	margin-top:60px;
}

#explore-button {
	background:url(images/explore-button.png) no-repeat top left;
	display:block;
	height:40px;
	width:250px;
	margin-right:auto;
	margin-left:auto;
	padding-top:10px;
	text-decoration:none;
	color:#ffffff;
	text-align:center;
}

h1 {
	color:#090c28;
	margin-bottom:25px;
	font-size:22pt;
}

.page-logo {
	float:right;
}

#content .post, #content .page {
	font-family:calibri,tahoma,arial,sans-serif;
	line-height:130%;
}

#content .post {
	margin-bottom:20px;
}

.heading {
	font-size:18pt;
	margin-bottom:10px;
	line-height:20pt;
}

#explore ul {
	list-style-type:none;
	margin-left:0;
	padding-left:0;
}

#explore ul li {
	margin-bottom:10px;
}

a {
	text-decoration:none;
	color:#090c28;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

#site-name {
	background:url(images/logo.png) no-repeat;
	min-width:316px;
	height:46px;
	float:left;
	margin-top:40px;
}

#site-description {
	margin-top:50px;
	font-size:15px; /* in px to best fit site-name length */
	color:#aaa;
}

#main, #footer {
	overflow:visible;
}

#footer {
	clear:both;
	padding:20px 0;
}

#container {
	float:left;
	width:650px;
}

#sidebar {
	float:left;
	margin-left:50px;
	width:250px;
}

#sidebar ul, #header ul {
	list-style-type:none;
}

#sidebar ul li a {
	display:block;
	margin-bottom:5px;
	border-bottom:1px dashed #000;
	line-height:1.3;
}

#sidebar ul li a:hover {
	text-decoration:none;
	background-color:#ccc;
}

#sidebar .widget-area .widget-container {
	margin-top:20px;
}

.widget-area .widget-title {
	margin-bottom:5px;
}

.post .entry-content, .post .entry-summary {
	/*padding:10px 0;*/
}

.post .entry-title {
	/*line-height:50pt;*/
	max-width: 480px;
	float:left;
}

.post .entry-meta {
	font-size:10pt;
	float:right;
	line-height:30pt;
}

.post .entry-content, .post .entry-summary {
	clear:both;
}

/*#explore .menu ul li {
	display:block;
	float:left;
	margin-right:50px;
	font-size:16pt;
}

#explore .menu ul li .children {
	padding-top:10px;
	display:block;
	float:none;
}*/

#explore .widget-container {
	float:left;
	margin-right:50px;
}

#explore .widget_calendar td{
	padding:2px;
}

#explore .widget-container ul li ul {
	margin-left:20px;
	font-size:10pt;
}

#content .entry-content {
	margin-bottom:20px;
}

#respond {
	padding:20px;
	background-color:#72738F;
}

#respond input, #respond textarea {
	display:block;
	width:595px;
	padding:5px;
	font-family:sans-serif;
}

#reply-title {
	margin-bottom:20px;
}

#respond input {
	font-size:14pt;
}

#colorbox {
	font-size:10pt;
}

.edit-link {
	line-height:40pt;
}

#comments {
	margin-top:50px;
}

.commentlist .comment {
	margin:20px 0;
}

.commentlist  .comment .comment-body {
	padding:25px 0;
	clear:both;
}

.commentlist .comment .comment-author {
	float:left;
}

.commentlist .comment .comment-meta {
	float:right;
	margin-top:25px;
}

/** General styles **/
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
/** end general styles **/


/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}

#content .nav-previous, #content .nav-next {
	margin-bottom:10px;
}

#content .nav-previous {
	float:left;
}	

#content .nav-next {
	float:right;
}
