/* 
	Theme Name: Jeremy Abbett
	Theme URL: http://jeremy.abbett.net
	Description: A hacked together theme for jeremytai
	Author: Jeremy Abbett
	Author URI: http://jeremy.abbett.com
	Version: 1.0

*/

/* BPreplay - http://george-triantafyllakos.kernest.com/fonts/bpreplay */
/* A font by George Triantafyllakos (George Triantafyllakos) -> http://www.backpacker.gr/ */
/*  */
/* SIL Open Font License (http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=OFL) */

@font-face {
	font-family: 'Quicksand';
	src: url('http://kernest.com/embed/quicksand-book');	
}

@font-face {
	font-family: 'Quicksand';
	font-weight: bold;	
	src: url('http://kernest.com/embed/quicksand-bold');	
}

/* CSS 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



/* focus styles */
:focus {
	outline: 0;
}


body {
	background: #fff;
	color: #333;
	font-size: 12px;
    line-height: 16px;
	font-family: Verdana, Arial, Serif;
	margin: 0px;
	padding: 0px;
	}


#wrap {
	width: 895px;
    height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
#wrap_journal {
	width: 70%;
    height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
/* Hyperlinks */

a, a:visited {
	color: #44b40a;
	text-decoration: none;
	border-bottom: 1px dotted #999;
	}
	
a:hover {
	color: #333;
	border-bottom: 1px solid #000;
	}


h3 {
    display: none;
}

/* Header */

#header {
	border-top:3px solid #44b40a;
	padding:20px;
	margin-bottom: 20px;
	}
	
	
#header #logo {
	display: block;
	float: left;
	margin-right: 13px;
}

#header #logo a {
	border: none;
}

#header ul {
	list-style: none;
	margin-top: 6px;
	padding: 0;
}

#header ul li {
	display: block;
	float: left;
	margin: 12px 10px 0 0;
	padding: 0;
}


#header h1 {
        font-family: 'Quicksand', Arial, Helvetica, Sans-Serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
        margin-left: 14px;
        color: #44b40a;
}

#header h1 a {
    color: #44b40a;
	text-decoration: none;
	border-bottom: none;
}

#header h1 a:hover {
	border-bottom: 1px dotted #44b40a;
}
	
	
#header h2 {
    font-family: 'Quicksand',  Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-transform: lowercase;
    margin-left: 14px;
	color: #666;
}

#header h2 a{
    color: #666;
	text-decoration: none;
	border-bottom: none;
}	

#header h2 a:hover {
	border-bottom: 1px dotted #44b40a;
}

#header img {
	border-bottom: 0px;
}
	
/* Sidebar */

#sidebar {
	background-color: #fff;
	float: right;
	width: 225px;
    height: 100%;
	margin: 0px 0px 50px 16px;
	padding-right: 50px;
    text-align: left;
	}

#sidebar a {
	color: #8d8d83;
	text-decoration: none;
	}

#sidebar a:hover {
	color: #000000;
	background-color: #ffff00;
	text-decoration: none;
	}
	
#sidebar h2 {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	}
	
#sidebar ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li a {
	color: #666;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#sidebar ul li a:visited {
	color: #999;
	}
	
#sidebar ul li a:hover {
	color: #000;
	text-decoration: none;
	}
	
/* Content */

#content {
	margin-left: 0px;
	padding: 0px 25px 25px 98px;
	}

#content_journal {
	background-color: #ff000;
	float:left;
	width: auto;
	margin-left: 0px;
	padding: 0px 25px 25px 98px;
	}
	
#content p {
	padding: 0px 0px 15px 0px;
	margin: 0px;
    text-align: left;
	}
	
#content p img{
	border: none;
	margin-right: 15px;
	margin-bottom: 0px;
	}
	
#content h1 {
	/*
	color: #999999;
	font-size: 11px;
	font-family: Arial, Verdana, Arial, Sans-Serif;
	font-weight: normal;
	*/
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}



#header h1 {
        font-family: 'Quicksand', Arial, Helvetica, Sans-Serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
        margin-left: 14px;
        color: #00a4d3;
}

#header h1 a {
    color: #44b40a;
}

#header h1 a:hover {
	border-bottom: 1px dotted #44b40a;
}
	
#content h1 a  {
	color: #8d8d83;
	text-decoration: none;
	}

#content h1 a:hover {
	color: #000000;
	text-decoration: none;
	}
	
#content ol{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 15px 0px;
	}
	
#content ol li{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 5px 0px;
	}
	
blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 2px solid #999999;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
#contentmiddle ul li {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#contentmiddle ul li a {
	color: #888888;
	text-decoration: none;
	}

#contentmiddle ul li a:hover {
	color: #000000;
	text-decoration: underline;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
.postinfo {
	width: 440px;
	background: #ffffff;
	font-size: 11px;
	color: #999999;
	margin: 0px 0px 60px 0px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #333;
	border-bottom: 1px dotted #babab8;
	line-height: 10px;
	}
	
	
.home p {
    font-family: 'Quicksand', Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	line-height: 26px;
	color: #333;
}

.biography p img {
	display: block;
	float: left;
	margin: 0 15px 5px 0;
	padding-bottom: 70px;
}


	
.dynamic-col-2 h1 {
        font-family: 'Quicksand', Arial, Helvetica, Sans-Serif;
        margin-bottom: 4px;
		font-weight: bold;
		text-transform: capitalize;
		font-size: 15px;
        color: #000;
}

/*-----------------------------------------------------------------------------------------------
  Post Journal/Blog Items
-----------------------------------------------------------------------------------------------*/

.post {
background-color:#FFFFFF;
margin:0 0 48px;
padding:0;
}
.post h2 {
border-width:0;
color:#44b40a;
font-family: 'Quicksand',  Arial, Helvetica, Sans-Serif;
font-size:18px;
font-weight:bold;
line-height:normal;
margin:0 0 12px;
padding:0;
text-align:left;
text-decoration:none;
text-transform:none;
}
.post h2 a:link, .post h2 a:visited, .post h2 a:active, .post h2 a:hover {
border-width:0 !important;
color:#44b40a !important;
text-decoration:none !important;
}

.postmetadata {
color:#999999;
font-size:12px;
font-weight:normal;
line-height:23px;
margin-top:10px;
padding:0;
text-align:left;
}
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {
border:medium none;
color:#999999;
text-decoration:none;
}
.postmetadata a:hover {
color:#000000;
text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------
  Project Items
-----------------------------------------------------------------------------------------------*/


.projects ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.projects ul li {
	float: left;
	height: 250px;
	width: 210px;
	margin: 0 25px 25px 0;
	color: #b3afad;
	line-height: 15px;
	overflow: hidden;
}

.projects ul li img {
	display: block;
}

.projects ul li img.work-image {
	margin-bottom: 10px;
}

.projects ul li img.work-title {
	margin-bottom: 5px;
}

.projects ul li a:link img.work-image, .projects ul li a:visited img.work-image {
	padding: 3px;
	border: 2px solid #f3efed;
}

.projects ul li a:hover img.work-image {
	border-color: #44b40a;
}

.projects h4 {
        font-family: 'Quicksand', Arial, Helvetica, Sans-Serif;
        margin-bottom: 4px;
		font-weight: bold;
		text-transform: capitalize;
		font-size: 15px;
        color: #000;
}

.projects h4 a {
    color: #000;
}

.projects h4 a:hover {
	border-bottom: 1px dotted #00a4d3;
}
	
/* Footer */

#footer {
	border-top: 3px solid #f3efed;
    font-family: 'Quicksand', Arial, Helvetica, Sans-Serif;
	color: #333;
	margin: 0px;
	padding: 20px 0px 10px 98px;
	text-align: left;
	}
	
#footer a, #footer a:visited {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #999;
	}

/* Search Form */

#searchdiv {
	margin: 0px;
	padding 0px;
	}
	
#searchform {
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 6px;
	overflow: hidden;
	}

#searchform pre {
	margin-top: 0px; 
	margin-bottom: 0px;
	}
	
#s {
	background: #eeeeee;
	width: 190px;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 4px;
	margin: 10px 10px 0px 0px;
	border: none;
	}

/* Comments */
	
#commentblock {
	width: 480px;
	background: #ffffff;
	color: #333333;
	float: left;
	padding: 10px 20px 0px 0px;
	margin: 10px 0px 10px 0px;
	}
	
ol #commentlist {
	padding: 5px 0px 5px 0px;
	margin: 0px;
	list-style-type: none;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p{
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
        color: #444444;
	margin: 15px 0px 20px 0px;
	padding: 25px 30px 20px 30px;
	width: 400px;
	background: #ffffff url(images/comment_text.gif) no-repeat top;
	}

.commenttext-admin {
	clear: both;
        color: #444444;
	margin: 15px 0px 20px 0px;
	padding: 25px 30px 20px 30px;
	width: 400px;
	background: #ffffff url(images/comment_text.gif) no-repeat top;
	}

#commentsformheader{
	padding-left: 0px;
	}

#commentsform{
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

#commentsform form{
	text-align: left;
	margin: 0px;
	}

#commentsform p{
	margin: 0px;
	}

#commentsform form textarea{
	width: 99%;
	}
	
p.comments_link  img{
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.textwidget {
	color: #999999;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	}

#text-3 a {
	color: #999999;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#text-3 a:hover {
	color: #000000;
	text-decoration: none;
	}

#text-4 a {
	color: #999999;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

#text-4 a:hover {
	color: #000000;
	text-decoration: none;
	}

/*#text-4 h2 {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 10px 0px;
	}*/

input, textarea {
        border: 1px solid #8d8d83;
       }

#commentblock ol {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#commentblock li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#commentblock ol li {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	}

.customvalue {
	color: #3399cc;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	margin-top: 20px;
	}

span.displaynone { display:none; }

.clear {
	clear: both;
}


/*-----------------------------------------------------------------------------------------------
  Flickr
-----------------------------------------------------------------------------------------------*/


.flickr {
    text-align:left;
    width: 600px;
    padding: 10px 0 10px 3px;
}

.flickr img {
    width: 72px;
    height: 72px;
    margin: 1px 4px;
    border: 1px solid #666;
}

/*.flickr img:hover {
    width: 72px;
    height: 72px;
    margin: -6px -3px;
    border: 1px solid #000;
}*/

.flickr span {
    float:left;
    width: 56px;
    font-size: 14px;
    color: #666;
}

.flickr span a { color: #666; }

.flickr small {
    font-size:9px;
}

/* dynamic columns
http://www.robsearles.com/2009/07/05/wordpress-multiple-content-columns/ */

div.dynamic-col-1 { float: left; width: 600px; padding-right: 10px;}
div.dynamic-col-2 { float: left; width: 285px;padding-right: 0px;}

/*
paste the following php function in the functions.php page
<?php
function my_multi_col_v2($content){
	// run through a couple of essential tasks to prepare the content
	$content = apply_filters('the_content', $content);
	$content = str_replace(']]>', ']]&gt;', $content);
 
	// the first "more" is converted to a span with ID
	$columns = preg_split('/(<span id="more-\d+"><\/span>)|(<!--more-->)<\/p>/', $content);
	$col_count = count($columns);
 
	if($col_count > 1) {
		for($i=0; $i<$col_count; $i++) {
			// check to see if there is a final </p>, if not add it
			if(!preg_match('/<\/p>\s?$/', $columns[$i]) )  {
				$columns[$i] .= '</p>';
			}
			// check to see if there is an appending </p>, if there is, remove
			$columns[$i] = preg_replace('/^\s?<\/p>/', '', $columns[$i]);
			// now add the div wrapper
			$columns[$i] = '<div class="dynamic-col-'.($i+1).'">'.$columns[$i].'</div>';
		}
		$content = join($columns, "\n").'<div class="clear"></div>';
	}
	else {
		// this page does not have dynamic columns
		$content = wpautop($content);
	}
	// remove any left over empty <p> tags
	$content = str_replace('<p></p>', '', $content);
	return $content;
}
?>
*/