/*  This code is copyrighted to Jason Santa Maria.
    This means you may NOT use it for your site's design.  */

/*
----------------------------------------------------------------
	B A S E
---------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #65360d;
	background: #e37b1e;
	}

/* L I N K S */

a:link, a:visited { color: #65360d; text-decoration: none; }
	
a:hover { color: #fff; text-decoration: underline; }

/* S T R U C T U R E */

#main-outer { background: transparent; }

#main { background: transparent; text-align: left; }

#content { background: transparent; border-bottom: 1px solid #c5691a; }

/*
----------------------------------------------------------------
	H E A D E R
---------------------------------------------------------------- */

#header-outer { background: transparent; }

/* L O G O */

/* White logo */

#logo a, #logo a:link, #logo a:visited {
	background: transparent url(../../i/logo-type-985214.png) no-repeat top left;
	}

#logo a:link .bug, #logo a:visited .bug {
	background: #c3e7ec url(../../i/logo-bug-617375.png) no-repeat top left;
	}

#logo a:hover .bug {
	background: #fff url(../../i/logo-bug-617375.png) no-repeat top left;
	}

#nav-home a:link, #nav-home a:visited, #nav-articles a:link, #nav-articles a:visited, #nav-portfolio a:link, #nav-portfolio a:visited, #nav-oddities a:link, #nav-oddities a:visited, #nav-dailyphoto a:link, #nav-dailyphoto a:visited, #nav-about a:link, #nav-about a:visited {
		background-image: url(../../i/nav-985214-617375.png);
		}

/* D E F A U L T  H O V E R  A N D  C U R R E N T  S T A T E S */

#nav li a:hover,
body#home #nav-home a, 
body#articles #nav-articles a,
body#articles-indv #nav-articles a,
body#portfolio #nav-portfolio a,
body#oddities #nav-oddities a,
body#dailyphoto #nav-dailyphoto a,
body#dp-indv #nav-dailyphoto a,
body#about #nav-about a {
	background-color: #c3e7ec;
	}

/* C U R R E N T  H O V E R  S T A T E S */

body#home #nav-home a:hover, 
body#articles #nav-articles a:hover,
body#articles-indv #nav-articles a:hover,
body#portfolio #nav-portfolio a:hover,
body#oddities #nav-oddities a:hover,
body#dailyphoto #nav-dailyphoto a:hover,
body#dp-indv #nav-dailyphoto a:hover,
body#about #nav-about a:hover {
	background-color: #fff !important;
	}
	
/*
----------------------------------------------------------------
	S U B
---------------------------------------------------------------- */

#sub-outer { background: #000; }

#sub .port-list img, #sub .port-list a:link img, #sub .port-list a:visited img, #sub .book-indv a:link .book-thumb, #sub .book-indv a:visited .book-thumb, .dp-thumb, a:link .dp-thumb, .deck img, .deck a:link img, .deck a:visited img {
	border: 5px solid #262626;
	}

#sub .port-list a:hover img, #sub .book-indv a:hover .book-thumb, a:hover .dp-thumb, .deck a:hover img {
	border: 5px solid #444;
	}

/*
----------------------------------------------------------------
	C O N T E N T
---------------------------------------------------------------- */

#home .post-head, #articles-indv .post-head {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0;
	padding: 10px 0 10px 2px;
	color: #fff !important;
	letter-spacing: 2px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	}

#home .post-head a:link, #home .post-head a:visited {
	color: #fff;
	}
	
code, pre {
	color: #08c;
	}

.search-btn { /* used in #sub */
	background: #3d3d3d;
	color: #e5e5e5;
	}

.comment-btn {
	background: #333333;
	color: #e5e5e5;
	}

.rss-icon {
	background: #c5691a;
	}

/*	C O L S */

#col1, #col2 {
	float: left;
	clear: both;
	}

#content p, #comments p {
	margin: 0 10px 20px 10px;
	/*margin: 0 120px 20px 230px;*/	/* default alignment */
	font-family: Georgia, Times, serif;
	font-size: 14px;
	line-height: 20px;
	}
	
/*#content blockquote { 
	margin: 0 10px 20px 10px;
	border: 1px dashed #ccc;
	background: #eee;
	}
*/
	#col1 blockquote, #col2 blockquote {
		margin: 0;	
		padding: 0;
		border: none !important;
		background: transparent !important;
		background-image: none !important;
		color: #c4e7ec;
		position: relative;
		}

	#col1 blockquote p {
		margin: 20px 10px 20px 120px;
		font-family: "proxima-nova-1","proxima-nova-2", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
		font-size: 80px;
		font-style: normal;
		line-height: 78px;
		text-transform: uppercase;
		position: relative;
		text-shadow: 5px 5px #c5691a;
		}

	#col1 blockquote span, .by, .by a:link, .by a:visited {
		color: #65360d;
		}

	.by a:hover {
		color: #fff !important;
		}

	#col1 .open-quote, #col1 .close-quote {
		position: absolute;
		z-index: 99;
		color: #c5691a;
		}

	#col1 .open-quote {
		font-size: 140px;
		font-family: "proxima-nova-1","proxima-nova-2", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
		left: 50px;
		top: -22px;
/*		text-indent: -9999px;
		background: transparent url(/i/entry/simple/open-quote.gif) no-repeat top left;
		width: 46px;
		height: 31px;*/
		}

	#col1 .close-quote {
		display: inline;
		font-size: 140px;
		position: absolute;
		top: 116px;
		right: 8px;
		font-family: "proxima-nova-1","proxima-nova-2", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
		padding: 18px 0 0 8px;
/*		text-indent: -9999px;
		background: transparent url(/i/entry/simple/close-quote.gif) no-repeat top left;
		width: 46px;
		height: 33px;*/
		}

	#content .by {
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
		font-size: 16px;
		margin: 20px 120px 20px 120px;
		}

#col2 {
	margin: 0 120px;
	}

#col2 blockquote p {
	font-family: "proxima-nova-1","proxima-nova-2", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 26px;
	font-style: normal;
	text-shadow: 2px 2px #c5691a;
	}

#col2 .open-quote, #col2 .close-quote {
	color: #c5691a;
	padding: 0 2px;
	text-shadow: none;
	}
			
/*
----------------------------------------------------------------
	P O S T  N A V
---------------------------------------------------------------- */

#post-meta-top ul, #post-meta-bott ul {
	border-top: 1px solid #c5691a;
	}

#post-meta-top ul .comms, #post-meta-top ul .cats, #post-meta-bott ul .comms, #post-meta-bott ul .tags, #post-meta-bott ul .prev, #post-meta-top ul .prev, #post-meta-bott ul .next, #post-meta-top ul .next {
	border-left: 1px solid #c5691a;
	}

#dailyphoto ul .comms, #dp-indv ul .comms {
	border-right: 1px solid #c5691a;
	}

#home .post-head, #articles-indv .post-head, #main h1 {
	border-bottom: 1px solid #c5691a;
	}

#post-meta-top ul .comms em, #post-meta-bott ul .comms em  {
	background: transparent url(../../i/comment-lg-bk.png) no-repeat 0 3px;
	}

#post-meta-top ul strong, #post-meta-top ul a:link strong, #post-meta-top ul a:visited strong, #post-meta-top ul .cats span, #post-meta-bott ul strong, #post-meta-bott ul a:link strong, #post-meta-bott ul a:visited strong, #post-meta-bott ul .tags span {
	color: #65360d;
	}

#post-meta-top span,
#post-meta-top span a:link,
#post-meta-top a:link em, 
#post-meta-top span a:visited,
#post-meta-top a:visited em,
#post-meta-bott span a:link, 
#post-meta-bott a:link em, 
#post-meta-bott span a:visited, 
#post-meta-bott a:visited em {
	color: #985214;
	}

#post-meta-top ul a:hover strong,
#post-meta-top span a:hover,
#post-meta-top a:hover em, 
#post-meta-bott ul a:hover strong,
#post-meta-bott span a:hover,
#post-meta-bott a:hover em {
	color: #fff !important;
	}


/*
----------------------------------------------------------------
	F O O T E R
---------------------------------------------------------------- */

#footer-outer {
	border-top: 1px solid #2f2f2f;
	background: #000;
	}

#sub-outer a:link, #sub-outer a:visited, #footer-outer a:link, #footer-outer a:visited {
	color: #e37b1e;
	}

#sub-outer a:hover, #footer-outer a:hover {
	color: #fff;
	}

#footer { color: #999; }
		
/*
----------------------------------------------------------------
	C O M M E N T S
---------------------------------------------------------------- */

#comm-outer {
/*	background: #eee;*/
/*	border-top: 1px solid #ccc !important;*/
/*	border-bottom: 1px solid #ccc !important;*/
	}

/* Comment headings */
#comm-head, #post-comm-head, #comm-preview-head { color: #65360d; }

#post-comm-head { border-top: 1px solid #c5691a; border-bottom: 1px solid #c5691a; }

#comm-preview-head { border-bottom: 1px solid #c5691a; }

.comm-message blockquote, #preview-text blockquote {
	border: none;
	background: #c5691a;
	}

#comm-list dt { border-top: 2px solid #65360d; } /* Commenters' top color bar */

#comm-list .jason dt { border-top: 2px solid #c4e7ec; } /* My comment top color bar */

#comm-list em.comm-date { color: #985214; }

#comm-list a.comm-link { background: transparent url(../../i/comment-lg-bk.png);}

#comm-list .comm-link a:hover { border-bottom: 1px solid #c5691a; }

#comm-list dd { border-top: 2px solid #c5691a; }
		
#comm-list #preview-text { border-top: 2px solid #c5691a; }
	
#comm-list .comm-avatar img { border: 1px solid #c5691a; }

/* F O R M */

.comm-permitted {
	background: #eee;
	color: #222;
	border: 1px dashed #ccc;
	}

#comm-preview dt { background: url(../../i/comment-lg-bk.png) 0 2px no-repeat; }


#post-comm {
	float: left;
	width: 865px;
	padding: 20px 0 0 5px;
	margin-top: 2px;
	border-top: 1px solid #c5691a;
	}

#post-comm label, .comm-permitted span, .guidelines span {
	font-size: 11px;
	color: #65360d;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

#comm-preview dt {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 15px;
	padding: 0 0 0 22px;
	margin: 15px 0 10px 0;
	background: url(../../i/comment-lg-bk.png) 0 2px no-repeat;
	}

/* T E X T I L E */ 

#textile { border: 1px solid #c5691a; background-color: #c5691a; }
#textile h4 { color: #222; }
#textile p { border-top: 1px solid #c5691a; color: #333; }	

/* Don't need to be changed */
#post-comm dl { padding: 4px 0; float: left; }
#post-comm-form { width: 310px; float: left; }
#post-comm-form p { font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif; font-size: 12px; margin: 0 0 10px 0; width: 290px; }
#post-comm label span { letter-spacing: 0; text-transform: none; font-style: italic; }
#post-comm .simple-label { font-size: 12px; letter-spacing: 0; text-transform: none; }
#name, #email, #url, #comment { width: 297px; display: block; margin: 3px 0 10px 0; }
#comm-preview { float: left; margin-left: 30px; width: 520px; }
#comm-preview p { margin-right: 0; margin-left: 0; }

/*
----------------------------------------------------------------
	s I F R
---------------------------------------------------------------- */


/* Hide sIFR replaced elements as needed*/

/*
.sIFR-active #main h1 { 
	visibility:hidden;
	}
*/
