/*	
Theme Name: Crispp
Theme URI: http://trevorfitzgerald.com/crispp-wordpress-theme/
Description: Crispp is a minimal theme with clean lines that lets visitors focus on your content. A separate administrative section allows you to change the color scheme however you like. The theme is very flexible. Inspired in part by theoatmeal.com.
Author: Trevor Fitzgerald
Author URI: http://trevorfitzgerald.com/
Version: 1.3
Tags: white, light, dark, two-columns, fixed-width, custom-colors, theme-options, threaded-comments
*/

/* START RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, 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;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END RESET */

/* START FORM STYLE */
.buttons {
	margin: 1em 0;
}

.buttons a, .buttons button {
	display: block;
	float: left;
	margin: 0 1em 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;

	font-family: Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #565656;
	cursor: pointer;
	padding: 0.5em 1em 0.6em 0.7em;
}
.buttons button {
	width: auto;
	overflow: visible;
	padding: 4px 10px 3px 7px;
}
.buttons button[type] {
	padding: 0.5em 1em;
	line-height: 1.3em;
}
*:first-child+html button[type] {
	padding: 0.5em 1em;
}
.buttons button img, .buttons a img {
	margin: 0 3px -3px 0 !important;
	padding: 0;
	border: none;
	width: 16px;
	height: 16px;
}

button:hover, .buttons a:hover {
	background-color: #dff4ff;
	border: 1px solid #c2e1ef;
	color: #336699;
}
.buttons a:active {
	background-color: #6299c5;
	border: 1px solid #6299c5;
	color: #fff;
}

button.positive, .buttons a.positive {
	color: #529214;
}
.buttons a.positive:hover, button.positive:hover {
	background-color: #E6EFC2;
	border: 1px solid #C6D880;
	color: #529214;
}
.buttons a.positive:active {
	background-color: #529214;
	border: 1px solid #529214;
	color: #fff;
}

.buttons a.negative, button.negative {
	color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover {
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
	color: #d12f19;
}
.buttons a.negative:active {
	background-color: #d12f19;
	border: 1px solid #d12f19;
	color: #fff;
}

input,
textarea {
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	width: 60%;
	border-color: #7c7c7c #c3c3c3 #ddd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	padding: 0.5em;
	margin: 0.5em 0;
}

input[type="image"] {
	border: none;
	width: inherit;
}

textarea {
	width: 70%;
	height: 8em;
}

label {
	float: left;
	width: 7em;
	font-size: 0.8em;
	color: #8b8b8b;
	margin: 1em 0 0 0.4em;
}
/* END FORM STYLE */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#wrapper {
	margin: 1em auto;
	width: 905px;
}

#header {
	margin: 0 0 1em;
	padding: 1em 3em;
	background: #fff;
	position: relative;
}
	#header span.description {
		clear:both;
		color:#666666;
		display:block;
		font-style:italic;
		left:145px;
		position:absolute;
		top:25px;
	}

#header h2 {
	font-size: 2.4em;
	padding: 0.1em 0 0;
	line-height: 1.4em;
}
	#header h2 a:hover {
		text-decoration: none;
	}

#topnav {
	position: absolute;
		right: 55px;
}
	#topnav ul { text-align: right }
		#topnav li {
			height:15px;
			margin:0 0 0 18px;
			padding:0 0 0 25px;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			#topnav li.rss { background:url("images/ico_rss.png") no-repeat; }
			#topnav li { background:url("images/ico_contact.png") no-repeat; }
			
			#topnav a {
				color:#666666;
				display:block;
				font-size:0.7em;
				line-height:17px;
				text-transform:uppercase;
			}
			#topnav a:hover {
				text-decoration: none;
			}

#nav {
	float: right;
	margin-top: 45px;
}
	#nav ul { text-align: right }

		#nav li {
			margin: 0.5em 0 0;
			display: inline-block;
			zoom: 1;
			*display: inline;
		}
			#nav a {
				display: block;
				padding: 0.8em 1em;
				background: #f9f9f9;
				margin: 0 0.4em 0.5em;
				font-size: 1.2em;
				color: #000;
			}
			#nav a:hover {
				background: #f9f9f9;
				text-decoration: none;
			}

#intro {
	background:none repeat scroll 0 0 #FFFFFF;
	color:#444444;
	padding:2em 2em 0;
}
	#intro h2 {
		font-size: 3em;
		line-height: 1.4em;
	}
	#intro h1 {
		font-size: 1.6em;
		line-height: 1.4em;
	}
	#intro h3 {
		margin: 1em 0 0;
		font-size: 1.2em;
		text-align: right;
	}
		#intro h3 a {
			color: #FF6600;
		}

#primary {
	background: #fff;
	padding: 2em;
}

#main {
	float: left;
	width: 590px;
}
	#main.one-column { float: none; width: auto; }
	
#main h1 {
	font-size: 2em;
}
	#main h1:first-child { margin-top: 0; }
#main h2 {
	font-size:1.2em;
	letter-spacing:-0.02em;
	margin:1em 0;
}
	#main h2 a {
		text-decoration: underline;
	}
	#main h2 a:hover {
		text-decoration: none;
	}

#main h3,
#main h4,
#main h5,
#main h6 {
	margin: 0.8em 0;
}
	#main h3 {
		font-size: 1.4em;
	}
	#main h4 {
		font-size: 1.3em;
	}
	#main h5 {
		font-size: 1.2em;
	}
	#main h6 {
		font-size: 1.1em;
	}

.post {

}

.postMeta {
	border-bottom:1px dotted #000000;
	border-top:1px dotted #000000;
	font-size:0.9em;
	line-height:2em;
	padding:1em 0;
	text-align:center;
}

.content img {

}
.gallery img {
	padding: 0.5em;
}

.commentCount {
	float: right;
	text-align: center;
}
	.commentCount a {
		display: block;
		font-weight: bold;
		width: 44px;
		height: 26px;
		font-size: 0.8em;
		padding: 0.4em 0 0 0;
		background-image: url(images/commentBubble.png);
		background-repeat: no-repeat;
	}

.postdate {
	position: absolute;
	text-align: center;
	background: #fff;
	color: #333;
	margin-left: -6em;
	padding: 1em;
}
	.day {
		font-size: 1.8em;
	}
	.month {
	}
	.year {
		font-size: 0.9em;
	}

.content {

}

p {
	line-height: 1.7em;
	margin: 1.5em 0;
}

.content p, .content ol, .content ul {
	font-size:0.9em;
}

.content ol,
.content ul {
	line-height: 1.7em;
	margin: 1.5em 3em;
}

.content ol {
	list-style: decimal;
}

.content ul {
	list-style: disc;
}

#sidebar {
	margin-left: 620px;
	color: #ccc;
	font-size: 0.9em;
	color: #999;
}
	#sidebar .widget {
		margin: 2em 0;
	}
		#sidebar .widget:first-child { margin-top: 0 }

#sidebar .searchInput {
	width: 170px;
}

.widgettitle {
	display:block;
	font-size:1.3em;
	margin:0 0 0.5em;
}

	.widget.randomtext {
		line-height: 2;
		font-style: italic;
	}
		.widget.randomtext span.h2 {  }

#sidebar li {
	border-bottom: 0.1em solid #ddd;
}
	#sidebar li a {
		display: block;
		padding: 0.4em;
		line-height: 1.2em;
	}
	#sidebar li a:hover {
		background: #f9f9f9;
		text-decoration: none;
	}
	#sidebar li ul a {
		padding: 0.4em 0.4em 0.4em 1em;
	}
	#sidebar li ul li {
		border-bottom: none;
	}

#sidebar .rss-date {
	font-size: 0.9em;
	color: #aaa;
}

#sidebar .rssSummary {
	padding: 0.5em 0 1em 1em;
}

#sidebar #recentcomments li {
	padding: 0.4em;
}

#sidebar .widget_calendar {
	margin: 2em auto;
	text-align: center;
}
	.widget_calendar table {
		width: 80%;
	}
	.widget_calendar caption {
		font-weight: bold;
		margin: 0 0 0.5em;
	}
	.widget_calendar thead {
		background: #999;
		color: #fff;
	}
	.widget_calendar th,
	.widget_calendar td {
		padding: 0.2em;
	}
		.widget_calendar tbody a {
			display: block;
			font-weight: bold;
		}

.commentlist li {
	background: #f7f7f7;
	margin: 0 0 2em;
	padding: 1em;
}
	.commentlist li.author {
		background: #feffcb;
	}
.commentlist .name {
	color: #333;
	font-size: 1.2em;
	line-height: 1.4em;
}
	.commentlist .name a {
		color: #0082ff;
	}
	.commentlist .date {
		font-size: 0.8em;
		color: #aaa;
	}
	.commentlist .comment-text {
		margin: 1em 0 0;
	}
.authorAvatar {
	float: left;
}
.avatar {
	padding: 0.3em;
	border: 0.2em solid #EBEBE4;
}
.comment {
	margin: 0 0 1.4em 100px;
}
.comment-no-avatar {
	margin: 0 0 1.4em 0;
}
	.comment code {
		background: #fff;
		padding: 0.4em;
	}
.actions {
	float: right;
	color: #ddd;
}
	.actions a {
		 font-size: 0.8em;
		 font-style: italic;
	}
.cancel-comment-reply {
	float: right;
}
	.cancel-comment-reply a {
		 font-size: 0.8em;
	}
		.comment-text p {
			font-size: 0.9em;
		}
		.children li {
			border-left: 0.2em solid #ddd;
		}

	.loggedIn {
		font-size: 0.8em;
		margin: 0 0 1em;
		color: #444;
	}

#footer {
	background:none repeat scroll 0 0 #009900;
	color:#FFFFFF;
	font-size:0.9em;
	margin:1em 0;
}
	#footer a { color: #fff; }
	#footer span.h2 { font-weight: bold; }
	#footer .widget {
		float: left;
		width: 240px;
		padding: 2em;
	}

#footer ol,
#footer ul {
	line-height: 1.7em;
}

#credits {
	text-align: center;
	color: #777;
	font-size: 0.8em;
	padding: 1em 0;
}

#credits a {
	color: #0082FF;
}

blockquote {
	margin: 0 2em;
	padding: 0 0 0 1em;
	border-left: 0.2em solid #ccc;
	color: #333;
}
	blockquote p:first-child { font-style: italic; }

cite {
	font-size: 0.9em;
	font-style: italic;
}
	cite a {
		font-style: italic;
	}

pre {
	margin: 1em 3em;
	background: #f9f9f9;
	padding: 1em;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #FF0E3F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.edit {
	float: right;
	font-size: 0.8em;
}

.success {
	margin: 1em;
	padding: 1em 1em 1em 3em;
	color: #4f8a10;
	font-size: 0.9em;
	line-height: 1.4em;
	background: #dff2bf url(images/tick.png) no-repeat 1em 1em;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 0.1em solid #ddd;
	text-align: center;
	background: #efefef;
	padding-top: 0.4em;
	margin: 1em;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0 0.4em 0.5em;
	margin: 0;
}

#social-media-share {
	margin:1em 0;
}
	#social-media-share p { font-weight:bold; margin:5px 0; }
	#social-media-share img {
		margin-right:1em;
	}
	
.action {
	color: #ff6600;	
}