/* 
Theme Name: Creative Distraction
Theme URL: http://www.creativedistraction.com
Description: Simple blog theme built from the whiteboard them by Brian Purkiss: http://plainbeta.com/2008/05/20/whiteboard-a-free-wordpress-theme-framework/
Author: Jonathan C. Hall
Author URI: http://www.creativedistraction.com
Version: 1.0

*/

/*  The following CSS Reset was written by Dejan Cancarevic
http://stylizedweb.com/2008/02/14/10-best-css-hacks/         */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}


/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}



/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
	padding-left:80px;
}

.container_12 .prefix_2 {
	padding-left:160px;
}

.container_12 .prefix_3 {
	padding-left:240px;
}

.container_12 .prefix_4 {
	padding-left:320px;
}

.container_12 .prefix_5 {
	padding-left:400px;
}

.container_12 .prefix_6 {
	padding-left:480px;
}

.container_12 .prefix_7 {
	padding-left:560px;
}

.container_12 .prefix_8 {
	padding-left:640px;
}

.container_12 .prefix_9 {
	padding-left:720px;
}

.container_12 .prefix_10 {
	padding-left:800px;
}

.container_12 .prefix_11 {
	padding-left:880px;
}



/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
	padding-right:80px;
}

.container_12 .suffix_2 {
	padding-right:160px;
}

.container_12 .suffix_3 {
	padding-right:240px;
}

.container_12 .suffix_4 {
	padding-right:320px;
}

.container_12 .suffix_5 {
	padding-right:400px;
}

.container_12 .suffix_6 {
	padding-right:480px;
}

.container_12 .suffix_7 {
	padding-right:560px;
}

.container_12 .suffix_8 {
	padding-right:640px;
}

.container_12 .suffix_9 {
	padding-right:720px;
}

.container_12 .suffix_10 {
	padding-right:800px;
}

.container_12 .suffix_11 {
	padding-right:880px;
}



/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
	left:80px;
}

.container_12 .push_2 {
	left:160px;
}

.container_12 .push_3 {
	left:240px;
}

.container_12 .push_4 {
	left:320px;
}

.container_12 .push_5 {
	left:400px;
}

.container_12 .push_6 {
	left:480px;
}

.container_12 .push_7 {
	left:560px;
}

.container_12 .push_8 {
	left:640px;
}

.container_12 .push_9 {
	left:720px;
}

.container_12 .push_10 {
	left:800px;
}

.container_12 .push_11 {
	left:880px;
}



/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
	left:-80px;
}

.container_12 .pull_2 {
	left:-160px;
}

.container_12 .pull_3 {
	left:-240px;
}

.container_12 .pull_4 {
	left:-320px;
}

.container_12 .pull_5 {
	left:-400px;
}

.container_12 .pull_6 {
	left:-480px;
}

.container_12 .pull_7 {
	left:-560px;
}

.container_12 .pull_8 {
	left:-640px;
}

.container_12 .pull_9 {
	left:-720px;
}

.container_12 .pull_10 {
	left:-800px;
}

.container_12 .pull_11 {
	left:-880px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}


/*

-----------------------------------

  Custom CSS starts here
  
-----------------------------------

Palette:
black: #000000
dark: #1A1A1A
grays: #808080, #404040
light grays: #E0E0E0
blue: #038cc5
red: #d00000
orange: #f26522
yellow: #ffcc00
green: #75cc00
blue:

*/

body{
	font-family: Georgia,Palatino,Times,serif;
	font-size: 14px;
}

h1{
	font-size: 30px;
	font-weight: bold;
	margin: 15px 0;
	line-height: 100%;
}

h2{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
}

h3{
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	margin: 20px 0 5px 0;
}

h4{
	font-size: 18px;
	font-style: italic;
	margin: 10px 0 5px 0;
}

h5, #sidebar h2{
	font-family: Arial,Helvetica,sans;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 15px 0 10px 0;
}

h6{
	font-family: Arial,Helvetica,sans;
	font-weight: bold;
	font-size: 11px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: #000000;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	text-decoration: underline;
}

p{
	line-height: 21px;
	margin-top: 15px;
}

ul, ol{
	margin-left: 2em;
}

li{
	margin-top: 10px;
}

blockquote{
	font-size: 16px;
	font-style: italic;
	line-height: 18px;
	padding: 15px;
	background-color: #E0E0E0;
	margin-top: 10px;
}

blockquote blockquote{
	background-color: #FFFFFF;
}

.attribution{
	display: block;
	margin: 10px 0;
	font-family: Arial,Helvetica,sans;
	font-size: 11px;
	line-height: 12px;
	text-align: right;
}

a{
	color: #000000;
}

a:hover{
	color: #038cc5;
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

del{

}

ins{
	text-decoration: none;
	color: #D00000;
}

code{
	font-family: Courier,Andale Mono,monospace;
	font-size: 12px;
}

pre{
	padding: 15px;
	background-color: #F5F5F5;
	border: 1px solid #E0E0E0;
	margin: 15px 0;
}

.right {
	float: right;
	clear: right;
	margin-left: 6px;
	margin-bottom: 6px;
}

.left {
	float: left;
	clear: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

blockquote.dropquote {
	background-color: transparent;
	font-size: 21px;
	line-height: 26px;
	width: 270px;
	margin: 15px;
	padding: 0;
}


#container{
	/*border-bottom: 1px solid #000000;
	margin-bottom: 5px;*/
}
#header{}
#logo{
	float: left;
}
#description{
	float: left;
	line-height: 55px;
	font-size: 16px;
	font-style: italic;
	color: #808080;
}
#searchform{
	float: right;
	line-height: 55px;
}

#topnavigation {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#topnavigation ul, #topnavigation ul li{
	list-style-type: none;
	display: inline;
	margin-left: 0;
}

#topnavigation ul li{
	float: left;
	line-height: 30px;
	margin: 0 20px;
}

#topnavigation ul li a{
	font-family: Arial,Helvetica,sans;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}

#topnavigation ul li a:hover{
	text-decoration: underline;
}

#maincontent {
	margin: 10px 40px 40px 10px;
}

#maincontent ul {
	list-style-image: url("images/bullet.gif");
}

.post{
	margin: 10px 0;
	padding: 20px 0;
	border-top: 1px solid #000000;
	/*border-bottom: 5px solid #808080;*/
}

.firstpost{
	border-top: none;
}

.posttools {
	float: right;
}

.commentlink {
	margin-bottom: 1px;
	font-family: Arial,Helvetica,sans;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.commentlink a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 125px;
	height: 48px;
	line-height: 48px;
	background: transparent url("images/comment_button.gif") 0px 0px no-repeat;
}

.commentlink a:hover {
	text-decoration: underline;
	background: transparent url("images/comment_button.gif") 0px -44px no-repeat;
}

.bookmarks{

}

.tweetmeme{
	float: left;
	padding-left: 4px;
	margin-left: 4px;
	margin-top: 4px;
	border-left: 1px solid #E0E0E0;
}

.date{
	font-family: Arial,Helvetica,sans;
	font-size: 11px;
	text-transform: uppercase;
}

.byline{
	font-style: italic;
}

.jumplink{
	font-style: italic;
	margin-top: 10px;
}

.searchresult p{
	padding: 0;
	margin: 0;
	line-height: 100%;
}



.postmeta{}
.postnavigation{}

#sidebar{
	margin-top: 10px;
	font-family: Arial,Helvetica,sans;
	font-size: 12px;
}

#sidebar ul, #sidebar ul li{
	list-style-type: none;
	margin-left: 0;
}

#footer{
	height: 453px;
	width: 100%;
	background: #1A1A1A url("images/footer_repeat.jpg") left top repeat-x;
}

#footercontainer{
	height: 453px;
	width: 100%;
	background: transparent url("images/footer.jpg") left bottom no-repeat;
	background-attachment: scroll;
}

#footercontent{
	color: #FFFFFF;
}

#footercontent a{
	color: #038cc5;
}

#footercontent a:hover{
	text-decoration: underline;
}

#footercontent h2, #footercontent h5, #footercontent h6 {
	color: #E0E0E0;
	font-weight: normal;
}

#footercontent h2 {
	color: #FFFFFF;
}


#footerlinkscontent ul, #footerlinkscontent ul li{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#footerlinks{

}
#about{
	
}
#footerlinkscontent, #aboutcontent{
	padding: 5px 20px 0 20px;
	background: transparent url("images/80k_pixel.png") left top repeat;
	_background-image: none; /* Hide this PNG in pre-7 IE browsers */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/wp-content/themes/cd/images/80k_pixel.png');
	height: 300px;
	margin-top: 60px;
}

#footerlinkscontent a{
	display: inline;
	text-decoration: none;
	font-family: Arial,Helvetica,sans;
	font-size: 12px;
	line-height: 16px;
}

#footerlinkscontent a img{
	float: left;
	margin-right: 4px;
}

#copyright{
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #404040;
	color: #404040;
}

#relatedposts{
	border-top: 1px solid #000000;
	margin-top: 20px;
}

#relatedposts ul, #relatedposts li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#relatedposts ul li{
	font-family: Arial,Helvetica,sans;
	line-height: 100%;
	margin-bottom: 10px;
}

#relatedposts ul li a{
	text-decoration: none;
	color: #038cc5;
}

#relatedposts ul li a:hover{
	text-decoration: underline;
}

#postcomments{
	border-top: 1px solid #000000;
	margin-top: 20px;
}

#commentlist{

}

#commentsform{
	border-top: 1px solid #000000;
	margin-top: 20px;
	font-family: Arial,Helvetica,sans;
	font-size: 12px;
}

#commentsformcontent{
}

.comment{}
.comment-admin{
	background-color: #EEEEEE;
}


blockquote.comment-admin blockquote{
	background-color: #FFFFFF;
}

#commentsrss{
	margin-top: 20px;
	padding-left: 20px;
	font-family: Arial,Helvetica,sans;
	font-size: 12px;
	line-height: 16px;
	background: transparent url("images/icons/feed.png") left top no-repeat;
	float: right;
}

a.download {
	display: block;
	width: 240px;
	height: 100px;
	background: transparent url("images/download_button.gif") left top no-repeat;
	text-indent: 3000px;
	overflow: hidden;
}

/**
 * Recaptcha Widget
 */

#recaptcha_widget_div{
	position: relative;
}

/**
 * Twitter Widget
 */
 
 .widget_twitter h2 {
 	padding-left: 20px;
 	background: transparent url("images/icons/twitter.png") left top no-repeat;
 }
 
.widget_twitter ul {
	margin-left: 0;
}
 
.widget_twitter li {
	clear:both;
	padding: 10px;
	background-color: #EEEEEE;
	margin-bottom: 5px;
	margin-top: 0;
}
.widget_twitter li .clear {
	clear:both;
}

.entry-content{display: block;margin-bottom:5px;}
.entry-meta{display: block;font-size:10px;color:#808080;}
.entry-meta a{color:#808080;text-decoration:none;}
.entry-meta a:hover{text-decoration:underline;color:#038cc5}
