/*
Theme Name: Earmarked
Theme URI: http://punsalan.me/
Author: Derek Punsalan
Author URI: http://punsalan.me/
Description: Earmarked is a clean lightweight two column theme focusing on what matters, your content. Designed and developed by <a href="http://punsalan.me">Derek Punsalan</a> Twitter @derekpunsalan.
Version: 1.0

[01] Reset							Global reset and theme start
[02] Structure						Main site wrapping elements
[03] Masthead						Top logo, search and highlighted posts
[04] Posts							Style support for the post loop
[05] Comments						Comment list and presentation
[06] Paginate						Browsing older / newer content
[07] Widgets						Widget support
[08] Forms							Style text inputs and textareas
[09] Footer							End of your site credits, copyright
[**] Utilities						Misc fixer properties
*/

/*	-----------------------------------------------------------------------------
	[01] Reset
	----------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
abbr, address, cite, code, del, dfn, em, img, ins, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/* font-size: 100%; */
	vertical-align: baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	/* font-size: 100%; */
	height: 100%;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	height: 100%;
}
h1, h2, h3, h4, h5, h6, strong, b, th {
	font-weight: bold;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
em, i, blockquote, q, cite {
	font-style: italic;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
code, kbd, pre, samp, tt {
	font-family: "andale mono", consolas, monaco, "lucida console", "courier new", courier, monospace;
	line-height: 1.3;
}
pre {
	white-space: pre-wrap;
}
del, strike {
	text-decoration: line-through;
}
img {
	vertical-align: bottom;
	border: 0;
}
ul, ol {
	list-style: none;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: 1em;
}
textarea { overflow: auto; }
input[type=button], input[type=reset], input[type=submit],
button[type=button], button[type=reset], button[type=submit] {
	cursor: pointer;
}
table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

/* start colors */
.bg-color, .m-nav li ul, .m-nav li:hover > ul {
	background-color: #fff;
}
body, input[type="text"], textarea {
	color: #555;
}
h1, h2, h3, h4, h5, h6, strong, b, th, .m-nav li a, .single.no-link > h2, #respond label, .widgets a, input[type="submit"] {
	color: #000;
}
a, .m-nav a:hover, .widgets a:hover, .widgets .w-title a, .color-highlight {
	color: #903000;
}
.border-highlight, .widgets, .ad-125 {
	border-top: 1px solid #903000;
}
.page-numbers.current, .page-numbers.current:hover {
	background-color: #903000;
}
.comment-notes, .form-allowed-tags, .widget_archive li, .widget_categories li, .widget_links li, #wp-calendar td, .rss-date {
	color: #aaa;
}
/* end colors */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	-webkit-transition: color 150ms ease-in;
	   -moz-transition: color 150ms ease-in;
	     -o-transition: color 150ms ease-in;
	        transition: color 150ms ease-in;
}
a:focus {
	outline: none;
}

/*	-----------------------------------------------------------------------------
	[02] Structure
	----------------------------------------------------------------------------- */
.wrap {
	background: #fff;
	width: 960px;
	margin: 0 auto 0 0;
	padding-right: 15px;
}
.b-box {
	border-top: 1px solid #ccc;
}
.b-column {
	float: left;
	width: 670px;
	margin-top: -1px;
}
.s-column {
	float: right;
	width: 270px;
	margin-top: -1px;
}
.p-left {
	margin-top: -1px;
	padding-left: 150px;
	position: relative;
	z-index: 1;
}
.w-column {
	margin-top: -1px;
}

/*	-----------------------------------------------------------------------------
	[03] Masthead
	----------------------------------------------------------------------------- */
.custom-logo {
	text-align: center;
}
.masthead {
	position: relative;
	height: 300px;
	overflow: hidden;
}
.masthead .mask {

}
.ie7 .masthead {
	/* fix ie7 zindex bug for nested menus */
	z-index: 1001;
}
/* .logo {
	display: block;
	background: #000;
	color: #fff;
	float: left;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 50px;
	padding: 0 15px 0 31px;
}
.logo:hover {
	color: #fff;
	text-decoration: none;
} */
.m-nav .menu {
	position: relative;
	float: left;
	font-weight: bold;
	margin: 8px 0 0 5px;
}
.m-nav li {
	position: relative;
	display: block;
}
.m-nav li a {
	display: block;
	padding: 0 15px;
	line-height: 32px;
}
.m-nav li li a {
	line-height: 26px;
	width: 120px;
}
.m-nav li li li a {
	line-height: 21px;
}
.m-nav .menu > li {
	float: left;
}
.m-nav li ul {
	left: -9999em;
	position: absolute;
	z-index: 1000;
	border: 1px solid #eee;
	border-top: 0;
}
.m-nav li:hover ul {
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	     -o-box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	        box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.m-nav li:hover ul ul {
	border-top: 1px solid #eee;
}
.m-nav li:hover > ul  {
	left: 0;
	padding: 10px 0;
}
.m-nav li li:hover > ul {
	left: 130px;
	top: -6px;
}
.masthead #search {
	float: right;
	margin: 9px 0 8px 0;
}
.masthead #s {
	width: 220px;
}
.featuring {
	height: 300px;
}
.featuring .bx-prev, .featuring .bx-next {
	display: block;
	height: 32px;
	width: 32px;
	overflow: hidden;
	background: #000 url('images/icn-featured-sprite.png') no-repeat 0 -32px;
	text-indent: -9999em;
	position: absolute;
	top: 200px;
	right: 25px;
	z-index: 100;
}
.featuring .bx-prev {
	right: 62px;
	background-position: 0 0;
}
.featuring .bx-prev:active, .featuring .bx-next:active {
	top: 201px;
}

.featuring .f-link {

}

/*	-----------------------------------------------------------------------------
	[04] Posts
	----------------------------------------------------------------------------- */
.single {
	border-top: 1px solid #ccc;
}
.single h2 {
	line-height: 1.3em;
}
.single h2 a,
.single.no-link > h2,
h2.no-results {
	display: block;
	padding: 15px 8px 15px 150px;
}
.p-meta {
	float: left;
	width: 135px;
	text-align: right;
	padding-bottom: 25px;
}
.p-meta li {
	line-height: 1.5em;
}
.p-meta .comments a {
	background: url(images/icn-comment.gif) no-repeat 0 1px;
	padding-left: 13px;
}
.p-entry {
	float: right;
	width: 520px;
	margin: 0 0 0 15px;
	padding: 0 0 20px;
	line-height: 1.5em;
}
.w-column .p-entry {
	width: 810px;
}
.p-entry.full {
	padding: 0 0 15px;
}
.p-entry.full p,
.p-entry.full ul,
.p-entry.full ol,
.p-entry.full blockquote {
	margin: 0 0 15px;
}
.p-entry.full ul ul,
.p-entry.full ul ul ul,
.p-entry.full ul ul ul ul,
.p-entry.full ul ul ul ul ul,
.p-entry.full ol ol,
.p-entry.full ol ol ol,
.p-entry.full ol ol ol ol,
.p-entry.full ol ol ol ol ol {
	margin-bottom: 0;
}
.p-entry.full blockquote {
	border-left: 2px solid #eee;
	padding-left: 20px;
}
.p-entry.full ul,
.p-entry.full ol,
.p-entry.full blockquote {
	margin-left: 30px;
}
.p-entry.full ul {
	list-style: disc;
}
.p-entry.full ul li {
	list-style: none;
	background: url(images/icn-li.gif) no-repeat 0 4px;
	padding-left: 16px;
}
.p-entry.full ol {
	list-style: decimal-leading-zero;
}
.p-entry.full img,
.p-entry.full object,
.p-entry.full embed {
	width: 100%;
}
.p-entry.full img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.p-entry.full object,
.p-entry.full embed {
	width: 100%;
}
.p-entry.full h1,
.p-entry.full h2,
.p-entry.full h3,
.p-entry.full h4,
.p-entry.full h5,
.p-entry.full h6 {
	margin-bottom: 10px;
}

/*	-----------------------------------------------------------------------------
	[05] Comments
	----------------------------------------------------------------------------- */
.c-title, .status-message.comments-closed {
	padding: 15px 0 8px 150px;
}
.c-stack {
	padding: 5px 0 20px 142px;
	line-height: 1.5em;
}
.c-list .children {
	margin-left: 56px;
}
.comment-author {
	border-top: 1px solid #ccc;
	padding: 8px 0 0;
}
.comment-author .avatar {
	border: 1px solid #ccc;
	border-right: 0;
	float: left;
	padding: 8px;
	padding-right: 0;
	margin: -9px 0 0 -57px;
}
.children .comment-author .avatar {
	border-left-color: transparent;
	border-bottom-color: transparent;
	padding-left: 0;
	margin-left: -49px;
}
.comment-author .fn {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.comment-author .fn,
.commentmetadata {
	margin-left: 8px;
}
.commentmetadata {
	margin-bottom: 8px;
}
.comment-body p {
	margin: 0 0 10px 8px;
}
.comment-author .says {
	display: none;
}
.c-list .reply {
	text-align: right;
	padding: 0 0 10px 0;
}
#reply-title {
	padding: 15px 0 8px 150px;
	font-size: 1.2em;
}
.comment-notes {
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 150px;
}
span.required {
	font-weight: bold;
	color: red;
}
#respond {
	border-top: 1px solid #ccc;
}
#respond label {
	float: left;
	text-align: right;
	width: 130px;
	display: block;
	margin-right: 20px;
	margin-top: 7px;
	font-weight: bold;
}
#respond .required {
	position: absolute;
	left: 135px;
	top: 15px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	position: relative;
	overflow: hidden;
	padding: 8px 0 0;
}
.comment-form-comment textarea {
	width: 76%;
}
.form-allowed-tags,
.form-submit,
.logged-in-as {
	padding: 8px 0 0 150px;
}
.c-list .logged-in-as {
	padding-left: 110px;
}
.logged-in-as {
	border: none;
}
.form-submit {
	padding-bottom: 30px;
}
.c-list #reply-title,
.c-list .comment-notes,
.c-list .form-allowed-tags,
.c-list .form-submit {
	padding-left: 0;
}
.c-list #respond label {
	width: 90px;
}
.c-list #respond .required {
	left: 95px;
}
.c-list .comment-body ul,
.c-list .comment-body ol {
	margin-bottom: 10px;
	margin-left: 30px;
}
.c-list .comment-body ul {
	list-style: disc;
}
.c-list .comment-body ol {
	list-style: lower-roman;
}

/*	-----------------------------------------------------------------------------
	[06] Paginate
	----------------------------------------------------------------------------- */
.n-paging {
	margin: 0 0 30px 150px;
	overflow: hidden;
	text-align: center;
}
.n-paging.numbered * {
	display: inline-block;
}
.n-paging .page-numbers {
	padding: 5px 7px;
	margin-right: 4px;
}
.page-numbers.current, .page-numbers.current:hover {
	font-weight: bold;
	color: #fff;
}
.n-paging.simple .s-prev {
	float: left;
}
.n-paging.simple .s-next {
	float: right;
}

/*	-----------------------------------------------------------------------------
	[07] Widgets
	----------------------------------------------------------------------------- */
.widgets {
	padding: 15px 0;
}
.widgets p,
.widgets ul,
.widgets ol,
.widgets table,
.textwidget {
	margin-bottom: 15px;
	line-height: 1.5em;
}
.widgets ul ul {
	margin-bottom: 0;
}
.widgets li {
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding: 5px 0;
}
.widgets li ul {
	margin-top: 5px;
	margin-bottom: -5px;
}
.widgets a {
	font-weight: bold;
}
.w-title {
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	padding: 0 0 8px;
	margin-bottom: -1px;
}
.widget_tag_cloud .w-title {
	margin-bottom: 8px;
}
.widget_archive li,
.widget_categories li,
.widget_links li {
	text-align: right;
}
.widget_archive li a,
.widget_categories li a,
.widget_links li a {
	float: left;
}
.widgets .textwidget {
	padding-top: 8px;
}
.widgets #search {
	padding-top: 10px;
}
.s-column #s {
	width: 219px;
}
.widget_rss li {
	padding: 8px 0;
}
.widget_rss li a {
	display: block;
}
.widget_calendar #wp-calendar {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
#wp-calendar caption {
	font-weight: bold;
}
#wp-calendar th {
	padding-top: 8px;
}
#wp-calendar td {
	border: 1px solid transparent;
}
#wp-calendar td a {
	display: block;
}
#wp-calendar td a:hover {
	background: #eee;
}
.w-split .constrain {
	width: 830px;
}
.w-split .widgets {
	float: left;
	width: 395px;
	margin-right: 20px;
}
.w-wide .constrain {
	padding-bottom: 15px;
}
.w-wide .widget_categories > ul {
	width: 850px;
}
.w-wide .widget_categories li {
	float: left;
	width: 256px;
	margin-right: 20px;
	border-color: transparent;
	padding-bottom: 0;
}

/*	-----------------------------------------------------------------------------
	[08] Forms
	----------------------------------------------------------------------------- */
input[type="text"], textarea {
	outline: none;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding: 5px 4px;
	border: 1px solid #ccc;
	border-top-color: #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	     -o-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	        box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
}
input[type="text"]:focus, textarea:focus {
	border: 1px solid #ccc;
	border-top-color: #aaa;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 0 7px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 0 7px rgba(0,0,0,0.1);
	     -o-box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 0 7px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 0 7px rgba(0,0,0,0.1);
}
input[type="submit"] {
	font-weight: bold;
	font-size: 12px;
	padding: 5px 8px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	border: 1px solid #ccc;
	background: #feffff;
	background: -moz-linear-gradient(top, #feffff 0%, #EEEEEE 28%, #DDDDDD 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(28%,#EEEEEE), color-stop(100%,#DDDDDD));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#DDDDDD',GradientType=0 );
}
.ie7 input[type="submit"] {
	height: 28px;
	padding-top: 0;
	padding-bottom: 0;
}

/*	-----------------------------------------------------------------------------
	[09] Footer
	----------------------------------------------------------------------------- */
footer {
	line-height: 1.5em;
	border-top: 1px solid #ccc;
	padding: 20px 0 25px 150px;
}

/*	-----------------------------------------------------------------------------
	[**] Utilities
	----------------------------------------------------------------------------- */
.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.group { display: inline-block; }
/* start commented backslash hack \*/
* html .group { height: 1%; }
.group { display: block; }
/* close commented backslash hack */
.alignleft {
	float: left;
	margin: 0 10px 0 0;
}
.alignright {
	margin: 0 0 0 10px;
	float: right;
}
.ad-125 {
	padding: 20px 0;
}
.ad-125 .left {
	float: left;
}
.ad-125 .right {
	float: right;
}
