/* -----------------------------------------------------------------
Theme Name: Black Apple
Theme URI: http://adamhunter.me
Description: Clean two column theme with alternate rendering system
Version: 0.1
Author: Adam Hunter
Author URI: http://adamhunter.me
Tags: blue, fixed width, two columns, widgets
Coded in: TextMate
----------------------------------------------------------------- */

/* -----------------------------------------------------------------
Reset
----------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* -----------------------------------------------------------------
Core Layout
----------------------------------------------------------------- */
#background {
  min-height: 800px;
}

#nav {
	margin: 7px auto;
	height: 46px;
	width: 960px;
}

#container {
	margin: 0 auto;
	width: 960px;
}

#header {
	
}

#content-container { 
  float: left;
}

#content {
	padding: 10px;
	width: 670px;
}

#sidebar {
	margin-left: 700px;
	padding: 0 5px;
	width: 250px;
}

#footer {

}

/* -----------------------------------------------------------------
Colors and Typography
----------------------------------------------------------------- */
body {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-serif;
	font-size: 62.5%;
}

#nav {
  background: url('images/nav.png') top center no-repeat;
}

/* -----------------------------------------------------------------
Navigation
----------------------------------------------------------------- */
#nav ul li {
  float:left;
}

#nav ul li a {
  background: url('images/nav-sprite.png') no-repeat -9999px 0px;
  border-right: 1px solid #444;
  color: #eee;
  display:block;
  font-size: 1.3em;
  font-weight: bold;
  padding: 14px 30px 13px 30px;
  text-decoration: none;
  text-shadow:-1px -1px 0 #666;
}

#nav ul li a.home:hover {
  background-position: 0px -46px;
}


#nav ul li a:hover {
  background-position: -201px -46px;
}

#nav ul li.current_page_item a.home {
  background-position: 0px -92px;
}

#nav ul li.current_page_item a {
  background-position: -201px -92px;
}

#nav ul li a.home:active {
  background-position: 0px 0px;
}

#nav ul li a:active {
  background-position: -201px 0px;
}

#nav a.home {
  padding: 7px 20px;
}

#nav a.home span{
  background: url('images/home-nav.png') no-repeat center;
  display:block;
  height:30px;
  text-indent: -9999px;
  width: 30px;
}

#nav .search {
  float: right;
  padding: 12px 14px 12px 14px;
}


/* -----------------------------------------------------------------
Breadcrumbs
----------------------------------------------------------------- */
#breadcrumbs {
  background: url('images/breadcrumb-bg.png') repeat-x center;
	border-bottom: 1px solid #ccc;
  height: 27px;
  overflow:hidden;
  width: 690px;
	-moz-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  -khtml-border-top-right-radius: 7px;
  -khtml-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-top-left-radius: 7px;
}

#breadcrumbs ul li {
  float: left;
}

#breadcrumbs ul li a {
	background: url('images/chevron-sprite.png') no-repeat right -1px;
  color: #777;
  display: block;
  padding: 8px 22px 10px 10px;
  text-decoration: none;
}

#breadcrumbs ul li:last-child a {
	background: none;
}

#breadcrumbs ul li a:hover {
	color: #000;
}

#breadcrumbs ul li a.home {
	padding: 0 15px 0 10px;
}

#breadcrumbs ul li a.home span{
  background: url('images/home-breadcrumb.png') no-repeat center;
	display:block;
	height: 30px;
  text-indent: -9999px;
  width: 30px;
}

/* -----------------------------------------------------------------
Content
----------------------------------------------------------------- */
#content-container {
	background: transparent;
	box-shadow:1px 2px 7px #999;
	-webkit-box-shadow:1px 2px 7px #999;
	-moz-box-shadow:1px 2px 7px #999;
	-moz-border-radius: 7px;
  -khtml-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
	border: 1px solid #ccc;
}

#content {
	position: relative;
}

#content .entry {
	font-size: 1.2em;
	margin: 5px 0 20px 0;
}

#content .meta {
	border-top:  1px solid #aaa;
	border-bottom:  1px solid #aaa;
	border-left: 0 none;
	font-size: 1.1em;
	margin: 0px 5px 50px 5px;
	padding: 4px 6px;
}


#content .entry .meta {
	border: 1px solid #aaa;
	font-size: 0.9em;
	margin: 35px 5px 15px 5px;
	box-shadow:0px 0px 5px #999;
	-webkit-box-shadow:0px 0px 5px #999;
	-moz-box-shadow:0px 0px 5px #999;
}

#content p {
	padding: 4px;
}

#content .entry p {
	line-height: 1.5em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	color: #000;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover, #content h6 a:hover {
	color: #004276;
}

#content h1 {
	font-size: 1.8em;
	padding: 3px 0;
}

#content h1.title {
	margin-left: 75px;
}

#content h2 {
	font-size: 1.6em;
	padding: 2px 0;
}

#content h2.pagetitle {
	margin-bottom: 10px;
}

#content h3 {
	font-size: 1.4em;
	padding: 2px 0;
}

#content h3.archivetitle {
	margin-left: 50px;
}

#content h4 {
	
}

#content .more-link {
	background: url('images/nav-arrows.png') no-repeat right -42px;
	color: #999;
	font-size: 0.9em;
	padding: 2px 15px 2px 0px;
	text-transform:uppercase;
}

#content .more-link:hover {
	background-position: right 2px;
	color:#555;
}

.navigation {
	position: absolute;
	text-align: right;
	top: 10px;
	right: 10px;
}

.navigation a {
	color: #999;
}

.navigation a:hover {
	color:#555;
}

.navigation span a{
	background: url('images/nav-arrows.png') no-repeat;
	display: block;
	font-size: 1em;
	padding: 2px 15px 2px 0px;
}

.navigation span.right a {
	background-position: right -64px;
}

.navigation span.left a {
	background-position: right -42px;
}

.navigation span.right a:hover {
	background-position: right -20px;
}

.navigation span.left a:hover {
	background-position: right 2px;
}

#date {
	background: #eee;
	border: 1px solid #aaa;
	float: left;
	margin: 0 10px 5px 0;
	padding:2px 2px 1px 2px;
	text-align: center;
	width: 60px;
	-moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#date.small {
	font-size: 0.8em;
	padding: 2px 2px 0px 2px;
	width: 40px;
}

#date #month {
	background: url('images/calendar-header.png') repeat-x top;
	border: 1px solid #f00;
	-moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -khtml-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 0;
	text-shadow: #aa0000 1px 1px 1px;
}

#date #day {
	background: #fff;
	border: 1px solid #ccc;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 2.2em;
	font-weight:bold;
	padding: 3px;
	-moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -khtml-border-bottom-right-radius: 5px;
  -khtml-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-top-bottom-radius: 5px;
  border-top-bottom-radius: 5px;
}

#date.small #day {
	font-size: 13px;
	padding: 0px;
}

#date #year {
	font-weight:bold;
	padding-top: 2px;
}

#date.small #year {
	font-size: 8px;
	padding-top: 0px;
}

/* -----------------------------------------------------------------
Tags
----------------------------------------------------------------- */
.tagged a, .apple-tag {
	background: #e0e8f9;
	border: 1px solid #b0c4ed;
	color: #000;
	padding: 0 10px;
	-moz-border-radius: 7px;
  -khtml-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.tagged a:hover, .apple-tag:hover {
	background: #bccef0;
	border: 1px solid #7d9edc;
	color: #000;
}

.tagged {
	display:block;
	margin: 4px 0;
}
/* -----------------------------------------------------------------
Comments
----------------------------------------------------------------- */
.comment-body {
	min-height: 70px;
}

ol.commentlist li {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	position: relative;
}


ol.commentlist li .comment-author cite {
	font-size: 1.2em;
}

ol.commentlist li .comment-author span {
	font-size: 1.2em;
}

ol.commentlist li .comment-meta {
	font-size:0.8em;
	text-align: center;
	position:absolute;
	top:62px;
	right:7px;
}

ol.commentlist li img {
	border: 1px solid #ccc;
	padding: 2px;
	position: absolute;
	right: 5px;
	top: 5px;
}

ol.commentlist li p {
	font-size: 1.1em;
	padding: 5px 10px;
	margin: 0px;
	width: 580px;
}

ul.children {
	border-top: 1px solid #ccc;
	
	border-left: 1px solid #ccc;
	margin: 10px 15px 5px 15px;
}

ul.children li:last-child {
	border-bottom: 0 none;
}

#respond {
	height: 175px;
}

#respond p {
	margin: 0;
	padding: 0;
}

#respond input[type='text'] {
	margin: 0px;
	width: 40%;
}

#respond #author, #respond #email {
	margin-bottom: 15px;
}

#respond textarea {
	float: left;
	height:99px;
	margin-right: 20px;
	width: 50%;
}

#respond #commenter {

}

#respond #commenter span {
	color: #f00;
	font-size: 1.2em;
}

#respond form {
	position:relative;
}

#respond input[type='submit'] { 
	position: absolute;
	top: 120px;
	right: 37px;
}

#comments-container h3 {
	margin: 10px 0;
}

h3#comments {
	border-top: 1px solid #aaa;
	padding: 8px 4px;
}

#comments-container {
	position: relative;
}

#comments-rss a {
	background: url('images/rss-med.png') no-repeat center;
	display:block;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-indent: -9999px;
	width: 32px;
}

.reply a {
	background: url('images/reply.png') no-repeat 0px -20px;
	display:block;
	height: 20px;
	position:absolute;
	top:5px;
	right: 60px;
	text-indent: -9999px;
	width: 20px;
}

.reply a:hover {
	background-position: 0px 2px;
}

/* -----------------------------------------------------------------
Sidebar
----------------------------------------------------------------- */
.widget-title {
  background: url('images/widget-title.png') repeat-x top;
  border: 1px solid #224272;
	color: #fff;
	font-size: 1.2em;
	font-weight:bold;
  padding: 6px 7px;
	position: relative;
	text-shadow: #224272 1px 1px 1px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -khtml-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.widget-title.rounded {
	-moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

li.widget {
	background: transparent;
  margin: 20px 0;
}

li.widget ul, .widget_tag_cloud div {
	background: #fafafa;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

li.widget ul li a, .widget_recent_comments li {
	color:#556;
	display: block;
	padding: 5px 6px;
}

li.widget ul li a:hover, .widget_recent_comments li:hover {
	background: url('images/widget-link-bg.png') repeat-x center;
	color: #333;
}


.widget-title span {
	background: url('images/nav-arrows.png') no-repeat 0px -126px;
  cursor: pointer;
  display: block;
	height: 13px;
	position: absolute;
	right: 8px;
	top: 8px;
  width: 13px;
}

.widget-title span:hover {
	background-position: 0px -81px;
}

.widget-title span.closed {
	background-position: 0px -146px;
}

.widget-title span.closed:hover {
	background-position: 0px -102px;
}

.widget_tag_cloud div {
	padding: 3px;
}

.widget_tag_cloud a {
	background: #e0e8f9;
	border: 1px solid #b0c4ed;
	color: #000;
	padding: 0 10px;
	-moz-border-radius: 7px;
  -khtml-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.widget_tag_cloud a:hover {
	background: #bccef0;
	border: 1px solid #7d9edc;
	color: #000;
}

.widget_calendar h3 {
	display: none;
}


#wp-calendar {
	font-size: 1.2em;
	width: 100%;
}

.widget_calendar table {
	background: #fafafa;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#wp-calendar caption {
	background: url('images/widget-title.png') repeat-x top;
  border: 1px solid #224272;
	color: #fff;
	font-size: 1em;
	font-weight:bold;
  padding: 6px 7px;
	width: 236px;
	text-shadow: #224272 1px 1px 1px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -khtml-border-top-right-radius: 5px;
  -khtml-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.mozilla #wp-calendar caption {
	width: 250px;
}

#wp-calendar th {
	font-weight: bold;
}

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

/* -----------------------------------------------------------------
Footer
----------------------------------------------------------------- */
#footer {
  text-align: center;
}

#footer h2 {
  background: url('images/hr.png') no-repeat bottom center;
  margin: 5px;
  padding: 5px;
}

/* -----------------------------------------------------------------
Forms
----------------------------------------------------------------- */
input[type='text'], input[type='password'], textarea, select {
	border: 1px solid #ccc;
}

input[type='text']:focus, input[type='password']:focus, textarea:focus, select:focus {
	background: #ffffbe;
	border: 1px solid #555;
}

input[type='text'], input[type='password'], textarea {
	font-family: 'Lucida Grande', Arial, Sans-serif;
	padding: 5px;
}

input[type='text'], input[type='password'] {
	font-size: 12px;
}

form .dim {
	color: #ccc;
}

/* -----------------------------------------------------------------
Tags and Classes
----------------------------------------------------------------- */
a {
	color: #004276;
  text-decoration: none;
}

a:hover {
	color: #990020;
}

/* -----------------------------------------------------------------
Clearfix
----------------------------------------------------------------- */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.clearfix{display:inline-block;}
html[xmlns] .clearfix{display:block;}
* html .clearfix{height:1%;}


/* -----------------------------------------------------------------
Wordpress
----------------------------------------------------------------- */
.aligncenter,div.aligncenter{display:block;margin-left:auto;margin-right:auto;}
.alignleft{float:left;}
.alignright{float:right;}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img{margin:0;padding:0;border:0 none;}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;padding:0 4px 5px;margin:0;}
.categories{}
.cat-item{}
.current-cat{}
.current-cat-parent{}
.pagenav{}
.page_item{}
.current_page_item{}
.current_page_parent{}
.widget{}
.widget_text{}
.blogroll{}
.linkcat{}

/* -----------------------------------------------------------------
"Do or do not, there is no try." ~ Master Yoda
----------------------------------------------------------------- */

