/* BREADCRUMBS
===========================================================================================================*/


/* CONTENT
===========================================================================================================*/
div#content_wrap {position:relative;}

div#content {
	float:left;
	width:540px; /* 588-(2*24) */
	border:1px solid #cdcdcd;
}

div#content.wide {
	margin-right:-2px; /* IE 6 Fix */
	width:732px; /* 780 - (2*24) */
}

/* 3 column layout */
div#content .col3 {width:244px; float:left;}

div#content img.right {
	float:right;
	margin:0 0 1.5em 1.5em;
}

/* SIDEBAR
===========================================================================================================*/
div#sidebar {
	float:right;
	margin-top:12.6em;
	width:180px;
	background:none;
	color:#333;
}

div#secondnav {
	margin-bottom:12px;
	background:none;
	color:#555;
	border:1px solid #cdcdcd;	
}

/* Second level */
div#secondnav ul {padding:0; height:auto; background:none;}
div#secondnav ul li {
	float:none;
	padding:0 12px;
	border-bottom:1px solid #cdcdcd;
	font-size:1.2em;
	line-height:2.833em;
}

div#secondnav ul li a {line-height:2.833em; color:#555;}
div#secondnav ul li.active a {font-weight:bold; color:#333;}
div#secondnav ul li.last {border:0;}

/* Third level */
div#secondnav ul ul {margin:0 -12px; padding:1.5em 0; border-top:1px solid #cdcdcd;}
div#secondnav li li {
	padding:0 12px 0 16px;
	border:0;
	background:url(images/secondnav_active-bullet.png) 8px 0.6em no-repeat;
	font-size:0.916em;
	line-height:1.636em;
	font-weight:normal;
}
div#secondnav ul li ul li a {line-height:1.636em;}

/* TESTIMONIAL AND AWARDS
===========================================================================================================*/
.testimonial, .award {padding-bottom:1.5em; margin-bottom:1.5em; border-bottom:1px solid #e5e5e5;}
.testimonial cite {	font-weight:bold; font-style:normal; }
.award .primary_col {float:right; width:400px;}
.award .secondary_col {float:left; width:140px;}

/* PAYMENT METHODS
===========================================================================================================*/
div#payment_methods {font-size:1.1em;}
div#payment_methods ul {margin:-12px -12px -24px -12px; list-style:none;}
div#payment_methods li {
	line-height:2.363em;
	margin-left:0;
	padding-left:44px;
	background-repeat:no-repeat;
	background-position:0 0;
}

div#payment_methods li.mastercard {background-image:url(images/icons/card_mastercard.png);}
div#payment_methods li.visa {background-image:url(images/icons/card_visa.png);}
div#payment_methods li.delta {background-image:url(images/icons/card_delta.png);}
div#payment_methods li.visa_electron {background-image:url(images/icons/card_visa_electron.png);}
div#payment_methods li.american_express {background-image:url(images/icons/card_american_express.png);}
div#payment_methods li.maestro {background-image:url(images/icons/card_maestro.png);}
div#payment_methods li.solo {background-image:url(images/icons/card_solo.png);}

/* BLOG RELATED
===========================================================================================================*/
#powered_by_uk2 { display:block; margin-bottom:1.2em; width:180px; height:72px; background:url(images/powered_by_uk2-btn.png) 0 0 no-repeat; text-indent:-9999px; }

/* Fixing H1 look in single.php */
h1.entry-title {margin:1em 0; font-size:1.5em; font-weight:bold; line-height:1em; /* 18px */}

/* Categories */
.current-cat a {font-weight:bold;}

/* Posts */
.hentry {margin-top:4.5em;}
.entry-title {}
.entry-content {}
.entry-permalink {}
.author {margin:0;}
.published {}

.firstpost {margin-top:0;}

/* Metadata */
.postmetadata {margin-left:0; padding:0; list-style:none;}
.postmetadata li {display:inline; padding:0 0.5em; border-left:1px solid #cdcdcd;}
.postmetadata .comments {padding-left:0; border:0;}
.postmetadata .editpost {border:0; padding-left:0;}
.postmetadata .editpost a {padding-left:0.5em; border-left:1px solid #cdcdcd;}

/* Searchform */
form#searchform {padding:7px 11px;}
form#searchform legend {display:none;}
form#searchform .textinput {margin-right:8px; width:120px;}

/* Comments */
ol.commentlist {
	margin:0;
	border-bottom:1px solid #e5e5e5;
	list-style:none;
}
.commentlist li {
	margin:0;
	padding:1.5em 12px 1.5em 84px;
	border-top:1px solid #e5e5e5;
	background-image:url(images/default-avatar.png);
	background-position:18px 1.5em;
	background-repeat:no-repeat;
}
.commentmetadata {font-size:0.916em;color:#aaa;}
textarea#comment {width:536px;}

/* Published date */
.published {
	float:left;
	margin-right:1.5em;	
	width:54px;	
	text-align:center;	
}
.published .year {
	display:block;
	padding:2px 0 0 0;	
	height:1.5em;
	background:url(images/date_year-bg.png) 0 0 no-repeat;
	font-size:0.833em;
	color:#fff;
}
.published .month {
	display:block;
	background:url(images/date_month-bg.png) 0 0 repeat-y;
	font-size:0.833em;
	line-height:15px;
}
.published .day {
	display:block;
	padding:0 0 4px 0;
	background:url(images/date_day-bg.png) 0 100% no-repeat;
	font-size:1.833em;
	line-height:22px;
}

/* older/newer entries navigation elements */ 
.pagenav {
	margin-top:1.5em;
}

.pagenav .older_entries a {
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(images/older_entries-btn.png) 0 0 no-repeat;
	height:21px;
	width:114px;
}

.pagenav .newer_entries a {
	display:block;
	float:right;
	text-indent:-9999px;
	background:url(images/newer_entries-btn.png) 0 0 no-repeat;
	height:21px;
	width:114px;
}
