/*  
Theme Name: Sketchbook
Theme URI: http://www.themeforest.net
Description: Clean, Light Weight, WordPress Portfolio and Blog Theme
Version: 1.0
Author: ThemeForest
Author URI: http://www.themeforest.net
*/


/* ----------------------------------------------------------------
* BROWSER 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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; background: #ffffff; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* ---------------------------------------------------------------- 
 *  GLOBAL
 * ---------------------------------------------------------------- 
*/ 
html, body { height: 100%; }
html { font-size: 76%; }
body { font-family: Arial, sans-serif; font-size: 1.2em; line-height: 1.5em; color: #444444; }
em { font-family: Arial, sans-serif; font-style: normal; font-size: 1.4em; line-height: 1.5em; color: #ffffff; }
a { color: #108599; }
.clear { clear: both; width: 1px; height: 1px; margin: 0; padding: 0; }
.hidden { display: none; }

/* ---------------------------------------------------------------- 
*  HR
* ---------------------------------------------------------------- 
*/ 
div.hr {
	width: 100%;
	height: 1px;
	color: #191919;
	background: #b9c1c1;
	margin-top: 1px;
}

div.hr hr { display: none; }

/* ---------------------------------------------------------------- 
*  PG_WRAPPER
* ---------------------------------------------------------------- 
*/ 
#pg_wrapper {
	min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto -65px;
}

/* ---------------------------------------------------------------- 
*  CONTAINER
* ---------------------------------------------------------------- 
*/ 
.container {
	width: 970px;
}

/* ---------------------------------------------------------------- 
*  POST_WRAPPER
* ---------------------------------------------------------------- 
*/ 
.post_wrapper {
	width: 609px;
	float: left;
}

/* ---------------------------------------------------------------- 
*  HEADER
* ---------------------------------------------------------------- 
*/ 
#header {
	width: 100%;
        height: 140px;
	overflow: hidden;
}

#header div,
#header ul { height: 80px; }

#header .container {
	margin: 0 auto;
}

#header h1 { display: none; }

#header .title {
	float: left;
	width: 460px;
	cursor: pointer;
}

#header ul { float: right; margin-right: 15px; }

#header li {
	float: left;
	height: 27px;
	overflow: hidden;
	margin-top: 60px;
	margin-right: 10px;
	padding: 0 7px 0 8px;
}

#header li a {
	color: #ffffff;
	font-size: 13px;
	font-family: Arial;
	line-height: 26px;
	text-decoration: none;
}

#header li a:hover { text-decoration: none; }

/* ---------------------------------------------------------------- 
*  BILLBOARD
* ---------------------------------------------------------------- 
*/ 
#billboard {
	width: 100%;
	overflow: hidden;
	background-color: #ebeeee;
}

#billboard .container {
	margin: 0 auto;
}

#billboard .showcase {
	margin: 1px;
	width: 956px;
	padding-bottom: 6px;
	margin-top: 40px;
	background-color: #dfe2e2;
	border: 1px solid #b9c1c1;
        height: 335px;
}

#billboard .showcase img.featured {
	float: left;
	/*
        width: 596px;
	height: 341px;
	*/
        margin: 11px 28px 0 11px;
	border: 1px solid #ffffff;
}

#billboard .showcase h2,
#billboard .showcase div,
#billboard .showcase p { margin-left: 637px; }


#billboard .showcase h2 {
	color: #000000;
	font-size: 24px;
	letter-spacing: -1px;
	margin-top: 24px;
	margin-bottom: 22px;
}

#billboard .showcase h2 a {
	color: #000000;
	text-decoration: none;
}

#billboard .showcase h2 a:hover { text-decoration: none; }

#billboard .showcase .infobar {
	height: 36px;
	color: #cacaca;
	font-size: 11px;
	line-height: 38px;
	padding-bottom: 20px;
	background: url(images/infobar_bck.gif) no-repeat right top;
}

#billboard .showcase .infobar a,
#billboard .showcase .infobar span {
	color: #808080;
	font-size: 11px;
	margin: 0 9px;
}

#billboard .showcase .infobar a,
#billboard .showcase .infobar a:hover { text-decoration: none; }

#billboard .showcase .infobar a.first,
#billboard .showcase .infobar span.first {
	margin-left: 0;
}

#billboard .showcase p {
	color: #444444;
	padding-right: 20px;
	padding-bottom: 14px;
	line-height: 24px;
}

#billboard .showcase .view_project {
	background: url(images/view_project.gif)  no-repeat top left;
	height: 20px;
	width: 92px;
	display: inline-block;
}

#billboard .navigation {
	height: 71px;
	background: url(images/recent_portfolio_work.gif) no-repeat left top;
}

#billboard .navigation ul {
	float: right;
	margin-top: 27px;
	margin-right: 5px;
}

#billboard .navigation ul li {
	width: 14px;
	height: 14px;
	float: left;
	cursor: pointer;
	background: url(images/showcase_dot.gif) no-repeat center center;
}

#billboard .navigation ul li.active {
	background: url(images/showcase_dot-active.gif) no-repeat center center;
}

#billboard .navigation ul li.prev {
	width: 18px;
	background: url(images/showcase_prev.gif) no-repeat left center;
}

#billboard .navigation ul li.next {
	width: 18px;
	background: url(images/showcase_next.gif) no-repeat right center;
}

/* ---------------------------------------------------------------- 
*  CONTENTS
* ---------------------------------------------------------------- 
*/ 
#contents {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 39px;
}

#contents .container {
	margin: 0 auto;
}

#contents .post {
	padding-bottom: 38px;
}

#contents .post div.img {
	float: left;
	border: 1px solid #a3a3a3;
}

#contents .post div.img_wrap {
	float: left;
	padding: 7px;
	border: 1px solid #f8f8f8;
	background-color: #e4e4e4;
}

#contents .post div.img_wrap div {
	float: left;
	width: 125px;
	height: 125px;
	overflow: hidden;
	border: 1px solid #f8f8f8;
}

#contents .post h1 {
	padding-top: 8px;
	padding-bottom: 10px;
}


#contents .post h1 a {
	font-size: 24px;
        line-height: 28px;
	color: #000000;
	letter-spacing: -1px;
	text-decoration: none;
}

#contents .post h1 a:hover { text-decoration: none; }

#contents .post p {
	color: #444444;
	font-size: 15px;
	line-height: 24px;
}

#contents .post p strong{
	color: #ffffff;
}

#contents .post p a {
	text-decoration: underline;
}

#contents .post p a:hover {
	text-decoration: none;
}

#contents .post blockquote {
	background: #f2f2f2 url(images/blockquote.gif) no-repeat left top;
	border-left: 5px solid #e9e9e9;
	margin-bottom: 20px;
	padding: 12px 0 13px 46px;
}

#contents .post blockquote p {
	padding-bottom: 0;
}

#contents .post ol,
#contents .post ul {
	padding-bottom: 20px;
}

#contents .post ol {
	margin-left: 20px;
	list-style-type: decimal;
}

#contents .post ul {
	margin-left: 15px;
	list-style-type: disc;
}

#contents .post .info {
	color: #ffffff;
	padding-top: 0px;
}

#contents .post .info a,
#contents .post .info span {
	color: #ffffff;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
        font-weight: bold;
        text-transform:uppercase;
}

#contents .post .info a:hover {
	text-decoration: none;
}

#contents .post .info a.first,
#contents .post .info span.first {
	padding-left: 0;
}

#contents .post h1,
#contents .post p,
#contents .post .info {
	margin-left: 172px;
}

/* ---------------------------------------------------------------- 
*  CONTENT > PAGE_NAVIGATION
* ---------------------------------------------------------------- 
*/
#contents ul.page_navigation {
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
}

#contents .page_navigation li {
	float: left;
	margin-right: 8px;
	padding: 4px 0;
}

#contents .page_navigation li a {
	color: #444444;
	text-decoration: none;
	text-transform: uppercase;
	font: 13px Arial, sans-serif;
}

#contents .page_navigation li a:hover {
	text-decoration: underline;
}

#contents .page_navigation li.active {
	text-align: center;
	background: #e4e4e4;
	padding: 4px 10px;
}

#contents .page_navigation li.active a:hover {
	text-decoration: none;
}

#contents .page_navigation a.prev {
	text-decoration: underline;
	text-transform: capitalize;
}

#contents .page_navigation a.next {
	text-decoration: underline;
	text-transform: capitalize;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>MAIN_SIDEBAR
* ---------------------------------------------------------------- 
*/ 
#contents #main_sidebar {
	float: right;
	width: 321px;
        margin-top: 490px;
	margin-left: 40px;
}

#contents #main_sidebar h2 {
	color: #108599;
	font-size: 28px;
        line-height: 34px;
	letter-spacing: -1px;
	padding-bottom: 12px;
	margin-top: 40px;
}

#contents #main_sidebar h2.search {
	margin-top: 6px;
}

#contents #main_sidebar div.widget {
	padding: 10px;
	border: 1px solid #afafaf;
	background-color: #e4e4e4;
}

#contents #main_sidebar div.widget div {
	border: 1px solid #fdfdfd;
	background-color: #ffffff;
	padding: 14px;
}

#contents #main_sidebar div.widget div p {
	color: #444444;
	font-size: 13px;
	line-height: 24px;
}

#contents #main_sidebar div.widget div p a {
	text-decoration: underline;
}

#contents #main_sidebar div.widget div p a:hover {
	text-decoration: none;
}

#contents #main_sidebar div.search input {
	border: 0 none;
	padding: 0;
	color: #444444;
	font-size: 11px;
	font-style: italic;
	margin-top: 14px;
	margin-left: 14px;
	float: left;
	width: 228px;
}

#contents #main_sidebar div.search div {
	height: 39px;
	padding: 0;
}

#contents #main_sidebar div.search div img {
	float: right;
}

#contents #main_sidebar div.search div a.submit-btn {
	background: url(images/submit.gif) no-repeat;
	height: 39px;
	width: 55px;
	display: inline-block;
}

#contents #main_sidebar div.aboutme div img {
	margin-bottom: 14px;
}

#contents #main_sidebar div.widget ul {
	margin-left: 2px;
	list-style-type: none;
	list-style-position: inside;
}

#contents #main_sidebar div.widget ul li a {
	color: #444444;
	text-decoration: none;
}

#contents #main_sidebar div.widget ul li a:hover {
	text-decoration: underline;
}

#contents #main_sidebar div.widget ul li {
	position: relative;
	color: #444444;
	font-size: 13px;
	padding-left: 12px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	background: url(images/ul_bck.gif) no-repeat left bottom;
}

#contents #main_sidebar div.widget ul li:last-child,
#contents #main_sidebar div.widget ul li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	background: url(images/ul.gif) no-repeat 2px 10px;
}

#contents #main_sidebar div.widget ul li span {
	color: #a3a3a3;
	position: absolute;
	right: 4px;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>sec_sidebar
* ---------------------------------------------------------------- 
*/ 
#contents #sec_sidebar {
	float: right;
	width: 302px;
        margin-left: 55px;
        margin-top:30px;
}

#contents #sec_sidebar p {
	font-size: 13px;
        line-height: 17px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #999999;
        margin-bottom: 15px;
}



#contents #sec_sidebar h2 {
	color: #108599;
	font-size: 28px;
        line-height: 34px;
	letter-spacing: -1px;
	padding-bottom: 12px;
}

#contents #sec_sidebar h2.search {
	margin-top: 6px;
}

#contents #sec_sidebar div.widget {
	padding: 10px;
	border: 1px solid #afafaf;
	background-color: #e4e4e4;
}

#contents #sec_sidebar div.widget div {
	border: 1px solid #fdfdfd;
	background-color: #ffffff;
	padding: 14px;
}

#contents #sec_sidebar div.widget div p {
	color: #444444;
	font-size: 13px;
	line-height: 24px;
}

#contents #sec_sidebar div.widget div p a {
	text-decoration: underline;
}

#contents #sec_sidebar div.widget div p a:hover {
	text-decoration: none;
}

#contents #sec_sidebar div.search input {
	border: 0 none;
	padding: 0;
	color: #444444;
	font-size: 11px;
	font-style: italic;
	margin-top: 14px;
	margin-left: 14px;
	float: left;
	width: 228px;
}

#contents #sec_sidebar div.search div {
	height: 39px;
	padding: 0;
}

#contents #sec_sidebar div.search div img {
	float: right;
}

#contents #sec_sidebar div.search div a.submit-btn {
	background: url(images/submit.gif) no-repeat;
	height: 39px;
	width: 55px;
	display: inline-block;
}

#contents #sec_sidebar div.aboutme div img {
	margin-bottom: 14px;
}

#contents #sec_sidebar div.widget ul {
	margin-left: 2px;
	list-style-type: none;
	list-style-position: inside;
}

#contents #sec_sidebar div.widget ul li a {
	color: #444444;
	text-decoration: none;
}

#contents #sec_sidebar div.widget ul li a:hover {
	text-decoration: underline;
}

#contents #sec_sidebar div.widget ul li {
	position: relative;
	color: #444444;
	font-size: 13px;
	padding-left: 12px;
	padding-bottom: 7px;
	margin-bottom: 7px;
	background: url(images/ul_bck.gif) no-repeat left bottom;
}

#contents #sec_sidebar div.widget ul li:last-child,
#contents #sec_sidebar div.widget ul li.last {
	padding-bottom: 0;
	margin-bottom: 0;
	background: url(images/ul.gif) no-repeat 2px 10px;
}

#contents #sec_sidebar div.widget ul li span {
	color: #a3a3a3;
	position: absolute;
	right: 4px;
}


/* ---------------------------------------------------------------- 
*  CONTENTS>SINGLE (post)
* ---------------------------------------------------------------- 
*/ 
#contents .single {
	padding-bottom: 38px;
}

#contents .single div.img {
	float: none;
	border: 1px solid #a3a3a3;
	margin-bottom: 36px;
}

#contents .single div.img_wrap {
	float: none;
	padding: 7px;
	border: 1px solid #f8f8f8;
	background-color: #e4e4e4;
}

#contents .single div.img_wrap div {
	float: none;
	width: auto;
	height: auto;
	overflow: hidden;
	border: 1px solid #f8f8f8;
}

#contents .single .info {
	padding-top: 0;
	padding-bottom: 20px;
}

#contents .single p {
	padding-bottom: 15px;
}

#contents .single h1,
#contents .single p,
#contents .single .info {
	margin-left: 0;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>PORTFOLIO (post)
* ---------------------------------------------------------------- 
*/ 
#contents .portfolio {
	margin-top: 37px;
	padding-bottom: 25px;
}

#contents .portfolio-alt {
	margin-top: 0;
}

#contents .portfolio div.img {
	float: none;
	border: 1px solid #a3a3a3;
	margin-bottom: 15px;
}

#contents .portfolio div.img_wrap {
	float: none;
	padding: 7px;
	border: 1px solid #f8f8f8;
	background-color: #e4e4e4;
}

#contents .portfolio div.img_wrap div {
	float: none;
	width: auto;
	height: 319px;
	overflow: hidden;
	border: 1px solid #f8f8f8;
}

#contents .portfolio .info {
	padding-top: 0;
	padding-bottom: 0;
}

#contents .portfolio p {
	padding-bottom: 15px;
}

#contents .portfolio h1,
#contents .portfolio p,
#contents .portfolio .info {
	margin-left: 0;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>SEARCH (post)
* ---------------------------------------------------------------- 
*/ 
#contents .search h1,
#contents .search p,
#contents .search .info {
	margin-left: 0;
}

/* ---------------------------------------------------------------- 
*  CONTENTS > SOCIAL BOOKMARKS
* ---------------------------------------------------------------- 
*/ 

#contents .social-bookmarks span  {
	display: inline-block;
	cursor: pointer;
}

#contents .social-bookmarks span.bookmark {
	background: url(images/social_delicious.gif);
	height: 57px;
	width: 148px;
}

#contents .social-bookmarks span.float {
	background: url(images/social_float.gif);
	height: 57px;
	width: 110px;
}

#contents .social-bookmarks span.digg {
	background: url(images/social_digg.gif);
	height: 57px;
	width: 119px;
}

#contents .social-bookmarks span.mixx {
	background: url(images/social_mixx.gif);
	height: 57px;
	width: 126px;
}

#contents .social-bookmarks span.stumble {
	background: url(images/social_stumble.gif);
	height: 57px;
	width: 96px;
}

/* ---------------------------------------------------------------- 
*  CONTENTS > COMMENTS
* ---------------------------------------------------------------- 
*/ 
#contents .comment {
	margin-bottom: 20px;
}

#contents .comment img.author {
	float: left;
	width: 80px;
	height: 80px;
	padding: 0;
	margin-bottom: 10px;
	margin-right: 20px;
}

#contents .comment div.author {
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
}

#contents .comment div.author a {
	color: #000000;
	text-decoration: none;
}

#contents .comment div.author span {
	color: #808080;
	font-size: 11px;
	padding-left: 17px;
}

#contents .comment .box {
	float: left;
	width: 464px;
	min-height: 105px;
	padding: 0 18px;
}

#contents .comment .box p {
	line-height: 24px;
        margin-bottom: 10px;
}

#contents .comment .box a {
	text-decoration: underline;
}

/* ---------------------------------------------------------------- 
*  CONTENTS>LEAVE_COMMENTS
* ---------------------------------------------------------------- 
*/ 
#contents #comments,
#contents #respond {
	font-family: Arial, sans-serif;
        padding-top: 32px;
	padding-bottom: 32px;
	font-size: 18px;
	color: #000000;
}

#contents #leave_comment div.textfield {
	margin-bottom: 20px;
	font-family: Arial, sans-serif;
        border: 1px solid #c9cfcf;
	width: 266px;
	height: 32px;
	padding: 9px;
	background-color: #ffffff;
}

#contents #leave_comment div.textfield input {
	border: 0 none;
	font-family: Arial, sans-serif;
        padding: 9px;
	width: 266px;
	height: 32px;
	color: #444444;
	background: url(images/input_bck.gif) no-repeat left top;
}

#contents #leave_comment div.textbox {
	font-family: Arial, sans-serif;
        width: 432px;
	height: 92px;
}

#contents #leave_comment div.textfield textarea {
	font-family: Arial, sans-serif;
        border: 0 none;
	margin: 0;
	padding: 9px;
	width: 416px;
	height: 76px;
	color: #444444;
	background: url(images/textarea_bck.gif) no-repeat left top;
}

#contents #leave_comment div.button a {
	padding: 4px 8px;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
}


/* ---------------------------------------------------------------- 
*  FOOTER
* ---------------------------------------------------------------- 
*/ 
#footer {
	border-top: 1px solid #f8f8f8;
	background-color: #ebeeee;
}
#footer, div.push {
	height: 62px;
}

#footer .container {
	margin: 0 auto;
	color: #656666;
	font-size: 12px;
}

#footer .container div.left {
	float: left;
	margin-top: 22px;
}

#footer .container div.right {
	float: right;
	margin-top: 18px;
}

#footer .container div.right a.twitter {
	display: inline-block;
	height: 22px;
	width: 141px;
	margin-right: 46px;
	background: url(images/follow_on_twitter.gif);
}

#footer .container div.right a.rss-feed {
	display: inline-block;
	height: 22px;
	width: 131px;
	background: url(images/subscribe_to_updates.gif);
}





#eventscal table {
	font-family: Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border: 1px solid #56b8c4;
	border-width: 0px 0px 1px 1px;
	font-size: 13px;
}
#eventscal td, th {
	width: 40px;
	height: 40px;
	text-align: center;
	vertical-align: middle;
	background: url(images/cells.png);
	color: #444;
	position: relative;
}
#eventscal th {
	height: 40px;
	font-weight: bold;
	font-size: 14px;
}
#eventscal td.date_has_event {
	background-position: 80px 0px;
	color: white;
}
#eventscal td.date_has_event:hover {
	background-position: 80px -40px;
}
#eventscal td.padding {
	background: url(images/calpad.jpg);
}
#eventscal td.month {
	background: #56b8c4;
}
#eventscal .events {
	position: relative;
}
#eventscal .events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
#eventscal .events li {
	padding-bottom: 5px;
}
#eventscal .events li p {
	display: block;
	font-size: 10px;
	line-height: 12px;
	color: #555;
	border-bottom: 0px;
}
#eventscal .events li h1 {
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 5px;
	color: #222;
}
#eventscal .events li a {
	color: #0099aa;
}













/* Entries */
#inner_content	{float:left; width:609px;}
#inner_content .entry	{float:left; width:590px; padding:13px 13px 13px 13px; position:relative; margin:0 0 10px 0; background-color: #111111; border: 1px solid #383838;}
#inner_content .fullwidth	{width:910px; padding-right:0;}
#inner_content .gallery	{ width:609px; padding-right:0;}
#inner_content .entry .entry_content	{margin:5px 10px 10px 0px; padding-right: 60px;}
#inner_content .gallery .entry_content	{margin-right:20px;}
#inner_content .fullwidth .entry_content	{margin-right:20px;}
#inner_content .entry img	{}	
#inner_content .entry .title_holder	{width:530px; margin:10px 10px 0 0px; }
#inner_content .fullwidth .title_holder	{ width:880px;}
#inner_content .entry .title_holder h1	{ font-size:24px; letter-spacing:-1px; margin-bottom: 10px; font-weight:bold; }
#inner_content .entry .title_holder h1 a   {color:#ffffff; text-decoration:none; font-weight:bold; }
#inner_content .entry .title_holder	h3 a	{text-decoration:none; font-weight:bold; text-transform:capitalize;}
#inner_content .entry .title_holder	h3 a:hover	{text-decoration:underline;}
#inner_content .entry .title_holder	h3	{margin:0 0 10px 0; font-size:11px;}
#inner_content .entry a.title 	{line-height:30px;position:relative;  }
#inner_content .entry a.title:hover	{ }
#inner_content .entry a.comment_counter  { position:absolute; width:23px; height:21px; background-repeat:no-repeat; text-align:center; text-decoration:none; font-size:15px; font-weight:bold; margin:4px 0 0px 10px; line-height:17px; }
#inner_content .entry a.comment_counter:hover	{ background-position:0 -21px;}


#inner_content .entry .title_holder	{color:#999; }

#inner_content .entry .title_holder	h3 a	{color:#999; }

#inner_content .entry a.title 	{color:#ffffff; text-decoration:none;}
#inner_content .entry a.title:hover	{ color:#ffffff;}

#inner_content .entry a.comment_counter  { background-image: url(comment_counter.gif); color:#000; }
#inner_content .entry a.comment_counter:hover	{color:#ffffff;}

#inner_content .date	{background-image: url(http://demo.freshface.net/file/lcp/wp/wp-content/themes/londoncreative/skins/yellow/gfx/transparent_black_80.png);}


#inner_content .entry .entry_content acronym { border-bottom-color:#555; }
#inner_content .entry .entry_content code { border: 1px solid #333; background: #222; color:#CCC; }
#inner_content .entry .entry_content blockquote {border: 1px solid #333; background: #222; color:#CCC;}






/* Entries - Post Meta Date */
#inner_content .date	{width:100px; height:60px; font-weight:bold; position:absolute; right:0; top:0; color:#FFF; }
#inner_content .date .date_holder	{margin:17px 9px 0 0;}
#inner_content .date span.day	{display: block; float: right; line-height: 28px; font-size: 38px; letter-spacing:-2px;}
#inner_content .date span.month	{width: 40px; display: block; float: right;	font-size: 16px; line-height: 14px;	padding-left: 2px; text-align: center; text-transform: uppercase; }
#inner_content .date span.year	{font-size:16px; width: 40px; display: block; }
