/*	
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,
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;
	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: Georgia, Times New Roman, Times, "serif"; line-height:100%; 
	width: 60%;
	border-color: #7c7c7c #c3c3c3 #ddd;
	border-style: solid;
	border-width: 1px;
	color: #444;
	padding: 0.5em;
	margin: 0.5em 0;
}

input.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: Georgia, Times New Roman, Times, "serif"; line-height:100%; 
	background: url(http://bernatcuni.com/artwork/bcbgpng.png) fixed no-repeat; 
}

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

#header {
	margin: 0 0 2em;
}

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

#nav {
	float: right;
}
#nav li {
	margin: 0.5em 0 0;
	float: left;
}
	#nav a {
		display: block;
		background: #fff;
		padding: 0.8em;
		margin: 0 0.4em 0.5em;
		font-size: 1.2em;
	}
	#nav a:hover {
		background: #f9f9f9;
		text-decoration: none; 
	}
	
.noimage {
	position:absolute; z-index:0; background-image:url(http://blinkr.net/site/artwork/article.png); image-repeat:repeat;
}


#intro {
	background: #f9f9f9;
	padding: 2em;
	color: #444;
	margin: 0 0 2em;
}


#intro .introtext {
	padding: 3px 10px;
	background: #f9f9f9;
	filter:alpha(opacity=90);
	opacity:.90;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
	
	#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;
	}
		#intro h3 a {
			color: #FF6600;
	}
		#intro h5 a {
		font-size: x-small;
		font-style:italic;
		color:#666;
		float:right;
		}


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

#grid {
	float: left;
	width: 740px;
}

#block{
	display:block;
	}

#main {
	float: left;
	width: 590px;
}

#main h1,
#main h2 {
	font-size: 1.8em;
	margin: 0.3em 0;
	display:block;
}
	#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;
	}
	
	
.polaroid{float:left; position:relative; padding:3px 3px; margin-right:10px; margin-bottom:10px;  background: #FFF; border: 1px solid #CCC;-moz-box-shadow: 0px 2px 2px #999; 
}

.imgteaser {
	margin: 0;
	overflow: hidden;
	float: left;
	position: relative;
}
.imgteaser a {
	text-decoration: none;
	float: left;
}
.imgteaser a:hover {
	cursor: pointer;
}

.imgteaser a img {
	float: left;
	margin: 0;
	border: none;
}

.imgteaser a .more {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 1.2em;
	color: #fff;
	background: #f9f9f9;
	padding: 5px 10px;
	filter:alpha(opacity=65);
	opacity:.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
}
.imgteaser a:hover .desc {
	display: block;
	padding: 10px 0;
	background: #f9f9f9;
	filter:alpha(opacity=75);
	opacity:.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	color: #333;
	font-style:italic;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	visibility: inherit;
	margin: 0;
	border-top: 1px solid #999;
}
.imgteaser a:hover .desc strong {
	display: block;
	margin-bottom: 5px;
	font-size:1.5em;
}

.imgteaser a .desc {	display: none; }
.imgteaser a:hover .more { visibility: hidden;}



.imgteaser a:hover .desclove {
	display: block;
	padding: 5px;
	position: absolute;
	visibility: inherit;
	margin: 0;
}

.imgteaser a .desclove {display: none; }


.post {
	padding: 0 0 4em;
}

.postMeta {
	font-size: 0.9em;
	line-height: 2em;
}




.content img {
	padding: 1em;
}
.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;
	}
	
.love {
	float: right;
	position:absolute;
	padding-right:5px;
	padding-bottom:2px;
		background: #f9f9f9;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;	
}

.loveROUND {
	float: right;
	position:absolute;
	padding-right:5px;
	padding-bottom:2px;
		background: #f9f9f9;
	filter:alpha(opacity=80);
	opacity:.80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /*--IE 8 Transparency--*/
-moz-border-radius-bottomright: 10px;
-webkit-border-radius-bottomright: 10px;	
}

.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 {
	margin: 1em 0;
}

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

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

.content ol {
	list-style: decimal;
}

.content ul {
	list-style: disc;
}

#navigation {
	position:absolute;
	float:left;}

#sidebar {
	margin-left: 650px;
	padding-left:20px;
	color: #ccc;
	font-size: 0.9em;
	color: #999;
	border-left:#999 thin dashed;
}
	#sidebar .widget {
		margin: 2em 0;
	}

#sidebar .searchInput {
	width: 100px;
}

.widgettitle {
	font-size: 1.2em;
	margin: 0 0 1em;
}

#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;
	}
	#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: #ddd;
	margin: 1em 0;
	color: #444;
	font-size: 0.9em;
}
	#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;
}

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;
}
