/*  
Theme Name: Today, Create.
Theme URI: http://www.mikecreighton.com/
Description: Custom theme created by Mike Creighton as daily portfolio showcase site.
Version: 1.1
Author: Mike Creighton
Author URI: http://www.mikecreighton.com/
*/

html {
	background: #101010 none repeat fixed;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #AAA;
	/* background: url('images/background_tile.gif') repeat fixed; */
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

#wrapper {
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
}

.clear {
	clear: both;
}

#contentContainer {
	width: 600px;
	background-color: #232323;
	padding: 20px 20px;
}
#contentColumn {
	background-color: #232323;
}

#footer {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	padding-left: 20px;
	text-align: left;
	margin-top: 20px;
	font-size: 11px;
}
/***********************************************************
 * Begin Generic Anchor Tag Styling
 ***********************************************************/
a:link {
	color: #a9ca27;
}
a:visited {
	color: #a9ca27;
}
a:hover {
	color: #e0ff67;
}
a:active {
	color: #a9ca27;
}


/***********************************************************
 * Main Headers
 ***********************************************************/
h1 {
	font-size: 48px;
	line-height: 42px;
	text-transform: uppercase;
	padding-left: 20px;
	padding-top: 20px;
	height: 60px;
	background-color: #1d1d1d;
	border-top: 2px solid #101010;
}

/* Stupid Firefox 3 hack for leveling out baseline */
html>/**/body h1, x:-moz-any-link, x:default {
	line-height: 48px;
}

h1 a:link {
	color: #FFF;
	text-decoration: none;
}
h1 a:visited {
	color: #FFF;
	text-decoration: none;
}
h1 a:hover {
	color: #e0ff67;
	text-decoration: none;
}
h1 a:active {
	color: #FFF;
	text-decoration: none;
}

/***********************************************************
 * Top Navigation Handling
 ***********************************************************/
#topNav{
	text-transform: uppercase;
	padding-left: 20px;
	margin-bottom: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

#topNav li {
	display: inline;
	color: #AAA;
}

#topNav a:link { text-decoration: none; }	
#topNav a:visited { text-decoration: none; }	
#topNav a:hover { text-decoration: underline; }
#topNav a:active { text-decoration: underline; }	

#prevEntry, #nextEntry, .imageLinkHolder {
	color: #a9ca27;
}

#entryDateHolder {
	background-color: #1d1d1d;
	border-top: 2px solid #101010;
	padding: 5px 20px 3px 20px;
	height: 16px;
	margin-bottom: 2px;
}

#entryDateHolder a:link { text-decoration: none; }	
#entryDateHolder a:visited { text-decoration: none; }	
#entryDateHolder a:hover { text-decoration: underline; }	
#entryDateHolder a:active { text-decoration: none; }	

#entryDate {
	float: left;
}
#entryNav {
	float: right;
}
#nextEntry {
	margin-left: 18px;
}

/***********************************************************
 * Main Entry Body
 ***********************************************************/

p {
	text-align: justify;
	font-size: 12px;
	/* letter-spacing: 0.07em; */
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

#entryTitle {
	padding: 15px 20px 8px 20px;
	border-top: 4px solid #a9ca27;
	background-color: #1d1d1d;
	margin-bottom: 2px;
	text-align: left;
}

h2 {
	font: normal 24px/24px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: 6px;
}
h2 a:link { 
	text-decoration: none;
	color: #FFF;
	}
h2 a:visited { 
	text-decoration: none;
	color: #FFF;
	}
h2 a:hover { 
	text-decoration: underline;
	color: #e0ff67;
	}
h2 a:active { 
	text-decoration: none;
	color: #FFF;
	}

h3 {
	color: #FFF;
	font: normal 20px/20px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 1.6em;
	margin-bottom: .5em;
}

#entryBody h3:first-child {
	margin: 0px 0 16px 0;
}

#entryTitle p {
	color: #AAA;
	display: inline;
	text-align: left;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
}

#entryTitle ul {
	text-align: left;
	display: inline;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
}

#entryTitle li {
	margin: 0 0 0 .5em;
	display: inline;
}

#entryBody {
	padding: 18px 20px;
	background-color: #1d1d1d;
	border-top: 2px solid #101010;
	border-bottom: 4px solid #232323;
	position: relative;
}

#entryBody pre {
	border-top: 1px solid #FF00FF;
	border-bottom: 1px solid #FF0000;
	background-color: #0000FF;
	padding: 10px;
	text-align: left;
}

#entryBody ul {
	text-align: left;
	margin-bottom: 2em;
}

#entryBody ul li {
	font-size: 12px;
	list-style: disc outside none;
	text-align: left;
	line-height: 1.7em;
	margin-bottom: .5em;
	margin-left: 2em;
}

#entryBody p strong {
	color: #EEE;
}

#entryBody ol {
	text-align: left;
	margin-bottom: 2em;
}
#entryBody ol li {
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: .5em;
	margin-left: 2em;
	list-style: decimal inside none;
}
#entryBody code {
	background-color: #040404;
	color: #EDEDED;
	padding: 2px;
}

/***********************************************************
 * Comments Area
 ***********************************************************/
 
#commentsEntryArea, #commentsListingArea {
	margin-top: 20px;
}
h4 {
	font: normal 16px/16px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
#commentsEntryTitle {
	background-color: #1d1d1d;
	border-top: 2px solid #101010;
	padding: 8px 20px 8px 20px;
	margin-bottom: 2px;
}

ol.commentsList {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}
ol.commentsList small {
	display: block;
	margin-top: 4px;
	margin-bottom: 16px;
}
ol.commentsList li {
	border-top: 1px solid #333;
	margin: 0 0 16px 0;
	padding: 20px 20px 10px 20px;
	background-color: #101010;
}

ol.commentsList cite {
	font-weight: bold;
}

ol.commentsList li p {
	margin: 0 0 16px 0;
	padding: 0;
}

ol.commentsList pre {
	border-top: 1px solid rgb(169, 202, 39);
	border-bottom: 1px solid rgb(169, 202, 39);
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
	margin-top: 8px;
	margin-bottom: 16px;
	text-align: left;
}

ol.commentsList li ul li {
	border: none;
	margin: 0 0 8px 16px;
	padding: 0;
	background-color: inherit;
	list-style: disc outside none;
	line-height: 16px;
}

#commentsEntryForm, #comments{
	text-align: left;
	background-color: #1d1d1d;
	border-top: 2px solid #101010;
	border-bottom: 2px solid #232323;
	padding: 16px 20px 12px 20px;
	margin-bottom: 2px;
}
input, textarea{
	padding: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 17px;
	border: 1px solid #232323;
	background-color: #101010;
	color: #AAA;
}

input {
	margin-right: 10px;
}

#commentsEntryForm textarea {
	width: 550px;
	margin: 12px 0;
}
#commentsEntryForm p {
	padding: 0;
	margin-bottom: 4px;
}
#commentsEntryForm input#submit {
	font-size: 11px;
	color: #000000;
	border-width: 2px;
	border-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-color: #101010;
	border-bottom-color: #101010;
	background-color: #a9ca27;
	float: right;
}

/************************************
	Comments Email Checkbox Styling
*************************************/
p.subscribe-to-comments {
	clear: none;
	float: left;
}

/** SUBSCRIPTION MANAGER STYLING **/


#entryBody fieldset.options {
	text-align: left;
	margin: 10px 0 20px 0;
	border-bottom: 1px solid black;
}

#entryBody fieldset.options legend {
	color: #FFF;
	font: normal 20px/28px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	display: block;
}

#entryBody fieldset.options p {
	
}

#entryBody fieldset.options code {
	background-color: inherit;
	color: inherit;
	padding: 0;
	font-weight: bold;
}

/***********************************************************
 * Archives Page
 ***********************************************************/
#entryBody ul.entryListing {
	margin-bottom: 0;
}

#entryBody ul.entryListing li {
	margin-bottom: 10px
	line-height: 16px;
	margin-left: 20px;
	list-style-position: inside;
	list-style-type: disc;
}

#entryBody ul.entryListing li strong {
	font-family: Helvetica, Arial, sans-serif;
}

/***********************************************************
 * Image Displayer
 ***********************************************************/
p img, div img {
	border-top: 2px solid #a9ca27;
	border-bottom: 2px solid #a9ca27;
	display: block;
	margin: 0;
}

#comments img {
	border: 0;
	display: inline;
}

p img.hasLargeImage {
	border-bottom: 30px solid #a9ca27;
}

.imageLinkHolder {
	color: #101010;
	font: normal 13px/13px Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	display: block;
	text-align: left;
	padding-left: 8px;
	position: relative;
	top: -20px;
	margin-bottom: -16px;
}

.imageLinkHolder a:link {  
	color: #101010;
	text-decoration: none;
	}
.imageLinkHolder a:visited { 
	color: #101010;
	text-decoration: none;
	}
.imageLinkHolder a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
	}
.imageLinkHolder a:active { 
	color: #101010; 
	text-decoration: underline;
	}

embed {
	margin-top: -24px;
	padding: 0;
}

p.vimeo {
	line-height: 0;
}

#entryBody embed, #entryBody object {
	display: block;
	border-top: 2px solid #a9ca27;
	border-bottom: 2px solid #a9ca27;
	margin: 0 0 0 0;
}

/*************************************
	GRID STRIP STYLING
**************************************/
#gridStripHolder {
	text-align: left;
	border-top: 2px solid #101010;
	background-color: #1d1d1d;
	display: none;
	padding: 20px 0;
}

#gridStripSWF {
	margin-left: 20px;
}