/*
Theme Name: Portfolio Blog
Theme URI: 
Author: Taylor Hadden
Author URI: http://taylorchadden.com/
Description: Custom theme thing
License: fuck off
License URI: nope
Tags: mine
Text Domain: tchportfolio
*/

/* =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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	/*background: #fff;*/
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */
#content {
	float: left;
	width: 700px;
}
#sidebar {
	float: right;
	width: 160px;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.0;
}


/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h5 {
	
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
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;
}
li {
	margin-bottom: .5em;
	line-height: 1.3;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Forms */
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}

/* =Content
----------------------------------------------- */

#blogTitle {
	padding-bottom: 20px;
}
#blogTitle a {color: #444;}
#blogTitle a:hover {color: #1E6296; text-decoration: none;}
.longTitle {
	font-size: 36px;
	margin-top: 0px;
}


#content {
	/*padding-top: 20px;*/
}
#content p {
	line-height: 1.3;
	margin-left: 10px;
}
#content h4, #content h5 {
	margin-left: 10px;
	margin-bottom: .8em;
}
#content h4 {
	font-size: 18px;
	font-weight: 600;
}
#content h5 {
	font-size: 18px;
	font-weight: normal;
}

.postTitle {
	padding-bottom: 5px;
}
.postDate {
	font-style: italic;
	margin-left: 10px;
	display: inline;
	font-size: 15px !Important;
}

/* =Content Classes (that apparently exist) */
.alignright, .alignleft { margin: 10px; }
.alignright { float: right; }
.alignleft { float: left; }

.wp-caption-text {
	margin-bottom: 0px;
}

.postmetadata {
	display: inline;
}

/* =Sidebar
----------------------------------------------- */
#sidebar {
	margin-right: 10px;
	/*margin-top: 20px;*/
}

.sidebartitle {
	font-size: 18px;
	margin-top: 6px;
	padding-bottom: 6px;
}

#sidebar ul {
	margin-bottom: .6em;
}

#sidebar ul li {
	line-height: 1.6;
}

#sidebar #searchform {
	margin-left: -10px;
	margin-bottom: 10px;
}

/* =Navigation
----------------------------------------------- */

.navControls {
	float: right;
}

.catnavControls {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

.catnavControls .catnav-older {
	text-align: left;
	float: left;
}
.catnavControls .catnav-newer {
	text-align: right;
	float: right;
}

/* =Comments
----------------------------------------------- */
#comments {
	size: 26px;
	font-weight: normal;
}
#respond h3 {
	font-weight: normal;
}

.commentlist li {
	margin-top: 16px;
}

.commentlist li ul {
	list-style: none;
}

#content .comment-body p {
	margin-left: 20px;
	margin-bottom: 10px;
}

.comment-body div cite.fn {
	font-style: normal;
	font-weight: bold;
	size: 22px;
}

.comment-body div.comment-meta {
	font-style: italic;
	size: 11px;
	margin-bottom: 4px;
}