/*  
Theme Name: Fresh - Creative
Description: Custom WordPress theme for the Creative blog.
Version: 1
Author: eROI
Author URI: http://eroi.com/
*/

/* CSS Document 

/************************************************************************

	Site:		Fresh Creative Blog

	Author:		eROI		[www.eroi.com]  

	Client:		eROI

	Listing Order:
	==============

	1 - Global
	2 - Structure/Layout
	3 - Header Content
	4 - Content 
	5 - Sidebar 
	6 - Footer 
	

************************************************************************/

/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

body {
	background: #0F0F0F;
	font: 62.5%/1.6em Helvetica, Arial, Verdana, sans-serif;
	color: #ddd;
	padding-bottom:0;
}

html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, input, select, div, p, img, table, td { 
	margin: 0; 
	padding: 0; 
}

a {
	text-decoration	: none;
	color: #009fef;
}

a:hover {
	text-decoration	: underline;
}

.clearer {
	clear: both;
	line-height: 0;
}

.disappear {
	margin-left: -9999px;
}

a img {
	border: 0;
}

/***********************************************************************
	2 - PERSISTENT BAR STYLES
************************************************************************/

div#persistent {
	width: 100%;
	background: #000 url(images/bg_persistent.jpg) repeat-x top left;
	height: 30px;
	/*display: none;*/
}

div#persistent ul {
	width: 800px;
	margin: 0 auto;
	list-style-type: none;
}

div#persistent ul li {
	height: 30px;
	float: left;
}

div#persistent ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

div#persistent ul li#li_eroi, div#persistent ul li#li_eroi a.on {
	background: url(images/li_eroi_over.jpg) no-repeat top left;
	width: 68px;
}
div#persistent ul li#li_days, div#persistent ul li#li_days a.on {
	background: url(images/li_days_over.jpg) no-repeat top left;
	width: 98px;
}
div#persistent ul li#li_ros, div#persistent ul li#li_ros a.on {
	background: url(images/li_ros_over.jpg) no-repeat top left;
	width: 179px;
}
div#persistent ul li#li_wars, div#persistent ul li#li_wars a.on {
	background: url(images/li_wars_over.jpg) no-repeat top left;
	width: 138px;
}
div#persistent ul li#li_fresh, div#persistent ul li#li_fresh a.on {
	background: url(images/li_fresh_over.jpg) no-repeat top left;
	width: 78px;
}
div#persistent ul li#li_nyc, div#persistent ul li#li_nyc a.on {
	background: url(images/li_nyc_over.jpg) no-repeat top left;
	width: 94px;
}

div#persistent ul li#li_eroi a {
	background: url(images/li_eroi.jpg) no-repeat top left;
}
div#persistent ul li#li_days a {
	background: url(images/li_days.jpg) no-repeat top left;
}
div#persistent ul li#li_ros a {
	background: url(images/li_ros.jpg) no-repeat top left;
}
div#persistent ul li#li_wars a {
	background: url(images/li_wars.jpg) no-repeat top left;
}

div#persistent ul li#li_fresh a {
	background: url(images/li_fresh.jpg) no-repeat top left;
}
div#persistent ul li#li_nyc a {
	background: url(images/li_nyc.jpg) no-repeat top left;
}

div#persistent ul li a:hover {
	background: none !important;
}

/***********************************************************************
	3 - HEADER STYLES
************************************************************************/

div#bigbox {
	/*width: 100%;*/
	background: #000 /*url(images/bg_gradient.jpg) repeat-x top left*/;
}

div#container {
	color: #333;
	margin: 0;
	padding: 0;
	background-color: #000000;
	background-repeat:no-repeat;
	background-position:top center;

}


div#header {
	width: 816px;
	background: url(images/bg_header.jpg) no-repeat top center;
	margin: 0 auto;
	height: 150px;
	position: relative;
	left: -3px;
	top: 0px;
	z-index: 10;
}

div#logo_fresh {
	width: 816px;
}

div#logo_fresh a {
	display: block;
	width: 100%;
	height: 150px;
	outline: none;
}

div#topcap {
	width: 816px;
	height: 16px;
	margin: 0 auto;
	background: url(images/content_topcap.png) no-repeat bottom;
}

/***********************************************************************
	4 - CONTENT STYLES
************************************************************************/

div#content {
	width: 816px;
	margin: 0 auto;
	background: url(images/content_bg.png) repeat-y top left;
}

pre {
	background-color:#E8E8E8;
	padding:5px 10px;
	margin-top:0;
	overflow:auto;
}

code {
	background-color:#E8E8E8;
}


div#postarea {
	/*background: url(images/bg_postarea.jpg) no-repeat top left;*/
	width: 484px;
	padding: 0 0px 0 5px;
	margin-left: 8px;
	/*margin-top: -50px;*/
	float: left;
	font-size: 11px;
	position: relative;
	z-index: 100;
}

div.pre_text {
	float:left;
	width:50px;
	padding:0 15px 15px 0;
}

div.tweetmeme_button {
	float:left;
	padding:15px 0 0 0;
}	

div#postarea h2 {
	color: #ff6400;
	font-size: 24px;
	line-height: 25px;
	padding-bottom: 10px;
}

div.post {
	padding: 0 20px;
}

div.entry p {
	padding-bottom: 1.3em;
}

div.entry h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}


div.entry ul, div.entry ol {
	padding: .3em 30px 1em 30px;
}
div.entry ul li, div.entry ol li {
	padding: 0 0 .5em 0;
}


div.thedate {
	border: 1px solid #e7e7e7;
	width: 48px;
	float: left;
	margin: 0 15px 0 0;
	text-align: center;
	text-transform: uppercase;
}	
div.thedate p {
	background: #fff url(images/bg_date.jpg) repeat-x top left;
	border: 1px solid #fff;
	color: #232323;
	font-weight: bold;
	padding: 2px 0 0 0;
}
div.thedate p span {
	display: block;
	padding-bottom: 2px;
}
div.thedate p span.month {
	font-size: 12px;
}
div.thedate p span.day {
	font-size: 26px;
}
div.thedate p span.year {
	padding-bottom: 0;
	font-size: 12px;
}

div.postdatawrap {
	clear: both;
	border: 1px solid #e7e7e7;
	margin: 5px 0 30px 6px;
	padding: 0;
}
div.postdata {
	background: #f0f0f0 url(images/bg_postinfo.jpg) repeat-x top left;
	border: 1px solid #fff;
	padding: 10px 15px;
	padding-right: 0;
	margin: 0;
}
div.postdata p {
	padding-bottom: 6px;
}
div.postdata ul {
	list-style-type: none;
}
div.postdata ul li {
	float: left;
	padding-left: 17px;
	padding-right: 22px;
}
div.postdata ul li.li_comments {
	background: url(images/icon_comment.gif) no-repeat left;
}
div.postdata ul li.li_email {
	background: url(images/icon_email.gif) no-repeat left;
	padding-left: 20px;
}
div.postdata ul li.li_delicious {
	background: url(images/icon_delicious.gif) no-repeat left;
}
div.postdata ul li.li_technorati {
	background: url(images/icon_technorati.gif) no-repeat left;
}
div.postdata ul li.li_subscribe {
	background: url(images/icon_rss_bw.gif) no-repeat left;
}

div.navigation {
	clear: both;
	width: 410px;
	margin: 0 auto 10px auto;
	color: #0076a3;
	padding: 10px 20px;
}

div.navigationsingle {
	background: #f5f5f5;
}

div.navigation div.alignleft {
	width: 190px;
	float: left;
}
div.navigation div.alignright {
	width: 190px;
	float: right;
	text-align: right;
}
div.navigation a {
	color: #0076a3;
}


.alignleft, .mt-image-left {
	float: left;
	margin: 0 7px 3px 0;
}
.alignright, .mt-image-right {
	float: right;
	margin: 0 0 3px 7px;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}

p.wp-caption-text {
	font-style: italic;
}
/***********************************************************************
	5 - SIDEBAR STYLES
************************************************************************/

div#sidebar {
	width: 285px;
	float: left;
	margin-left: 31px;
	font-size: 11px;
	padding-bottom: 30px;
}

div#sidebar a {
	color: #009fef;
}

ul#tabs {
	list-style-type: none;
	padding: 0 0 0 12px;
}

ul#tabs li {
	background: #fff;
	width: 75px;
	height: 26px;
	float: left;
	border: 1px solid #d7d7d7;
	border-bottom: none;
	margin-right: 2px;
	text-align: center;
}

ul#tabs li a {
	display: block;
	border: 1px solid #fff;
	height: 20px;
	padding-top: 4px;
	border-bottom: none;
}

ul#tabs li.on {
	background: #fff url(images/bg_tab.gif) repeat-x bottom left;
}
ul#tabs li.on a {
	color: #555;
	outline: none;
}	

ul#tabs li#li_recent {
	width: 92px;
}
ul#tabs li#li_recent a {
	width: 90px;
}
ul#tabs li#li_categories {
	width: 82px;
}
ul#tabs li#li_categories a {
	width: 80px;
}
ul#tabs li#li_archives {
	width: 70px;
}
ul#tabs li#li_archives a {
	width: 68px;
}

div.box {
	width: 280px;
}

div.box h3 {
	padding-left: 10px;
}

div#utilities p#rss {
	text-align: right;
	padding: 0 15px 15px 0;
	position: relative;
}
div#utilities p#rss a {
	background: url(images/icon_rss_color.jpg) no-repeat right;
	padding-right: 20px;
	color: #4e4e4e;
}

form#searchform {
	width: 240px;
	margin: 0 auto;
	padding-left: 15px;
}
form#searchform input.textbox {
	width: 115px;
	margin-left: 3px;
}
form#searchform input#searchsubmit {
	margin: 0 0 4px 5px;
	vertical-align: middle;
}



div#recent, div#categories, div#archives {
	clear: both;
	background: #f5f5f5 url(images/bg_recent.gif) no-repeat top left;
	padding: 15px 25px;
}
div#categories, div#archives {
	display: none;
}
div#categories {
	background: #f5f5f5 url(images/bg_categories.gif) no-repeat top left;
}
div#archives {
	background: #f5f5f5 url(images/bg_archives.gif) no-repeat top left;
}

div.convobotcap {	
	background: #f5f5f5 url(images/bg_convo.gif) no-repeat bottom left;
	width: 280px;
	height: 3px;
}	
div#convo div.convobotcap {	
	margin-top: -16px;
}
div#sidebar ul {
	list-style-type: none;
}
div#recent ul li {
	padding-bottom: 11px;
	line-height: 1.1em;
}

/* EMAIL DAYS RECENT */

div#otherrecent {
	padding: 10px 0;
}

div#otherrecent a {
	display: block;
}
div#otherrecent ul {
	padding: 6px 25px;
}
div#otherrecent ul li {
	padding-bottom: 11px;
}
div#otherrecent ul li img {
	display:none;
}

div#subscribe {
	background: #f5f5f5 url(images/bg_subscribe.gif) no-repeat top left;
	padding: 15px 0;
}

div#subscribe form {
	padding: 10px 25px;
}

div#subscribe p {
	padding-bottom: 11px;
}

div#subscribe label {
	display: block;
}

div#subscribe input.textbox {
	width: 167px;
	padding: 2px 2px 1px 3px;
	background: #fff;
	border: 1px solid #ccc;
	border-left-color: #909090;
	border-top-color: #909090;
}


li.cat-item {
	color: #7F7F7F;
}


div#resourceslink {
	padding: 25px 0 20px 20px;
}

div#tagcloud {
	padding: 20px 0 25px 0;
	background: #f5f5f5;
}
div#tagcloud div {
	padding: 5px 20px;
}
div#widgets {
	padding:5px 20px;
}
/***********************************************************************
	6 - FOOTER STYLES
************************************************************************/

div#footer-wrapper {
	background-color:#0F0F0F;
}

div#footer {
	clear: both;
	color: #555;
	width: 816px;
	margin: 0 auto;
	text-transform: uppercase;
	padding-top: 10px;
}

div#footer a {
	color: #999;
}

div#footer ul {
	list-style-type: none;
	float: left;
	padding: 10px 70px 30px 15px;
}

div#footer ul li {
	float: left;
	padding-right: 20px;
}

div#footer ul li.linetwo {
	clear: left;
}

div#poweredby {
	width: 120px;
	float: left;
	padding-top: 24px;
}



/***********************************************************************
	5 - COMMENTS STYLES
************************************************************************/

h3#respond, h3#comments {
	padding: 10px 0 7px 20px;
	font-size: 14px;
}

h3#respond {
	padding-left: 40px;
}

ol.commentlist {
	padding: 0 0 20px 5px;
	margin: 0 auto;
	list-style-type: none;
}

ol.commentlist li {
	padding-bottom: 11px;
	clear: both;
	height: 100%;
}


div.thecommentstuff {
	background: #f5f5f5;
	width: 405px;
	float: left;
	padding: 10px 15px;
}

ol.commentlist li cite {
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li span.thenumber {
	width: 40px;
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;	
	background: #f5f5f5;
	float: left;
	text-align: center;
	padding: 10px 0;
}

ol.commentlist li p {
	padding-bottom: 1em;
}

small.commentmetadata {
	display: block;
	margin-bottom: 10px;
}

small.commentmetadata a {
	color: #333;
	text-decoration: none;
}

ol.commentlist li.author div.thecommentstuff, ol.commentlist li.author span.thenumber {
	background: #ebf2ff;
}

form#commentform {
	padding: 10px 40px;
}

form#commentform p {
	margin-bottom: 9px;
}


/***********************************************************************
	6 - PLUGIN PAGES
************************************************************************/

.plugin_box {
	width:101px;
	float:right;
	margin:0 0 15px 20px;
	padding:10px;
	border:1px solid #dfdfdf
}

a.download_plugin {
	display:block;
	background:url(http://welikeitfresh.com/files/2009/12/btn_download.gif) no-repeat;
	width:101px;
	height:26px;
}

a.download_plugin span {
	margin-left:-9999px;
}

/***********************************************************************
	99 - SELF-CLEARING FLOATS
************************************************************************/
.floatwrapper:after
{
	/* Firefox */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .floatwrapper
{
	height: 1%; /* IE6 fix */
}

*:first-child+html .floatwrapper
{
	min-height: 1px; /* IE7 fix */
}

/***********************************************************************
	 CUSTOM BLOG CSS
************************************************************************/
div#error-404 img {
	border:1px solid #000;
	margin-bottom:25px;
	margin-top:5px;
}
table#error-404 td {
	padding:5px;
}
a.more-link {
	text-align:left!important;
}