/*
Theme Name: CueBlog
Theme URI: http://www.cueblocks.com/blog
Description: The custom CueBlocks theme.
Version: 1.0
Author: CueBlocks
Author URI: http://cueblocks.com/
Tags: Nothing
*/
@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#container
{
	width:890px;
	margin:auto;
}
#header
{
	border-top:solid 5px #000;
	border-bottom:solid 5px #000;
}
.clear
{
	clear:both;	
}
.float_left
{
	float:left;	
}
.float_right
{
	float:right;	
}
#top-bar
{
	height:16px;	
}
#top-bar span
{
	width:33%;
	font:9px/16px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#top-bar span a
{
	font:9px/16px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
}
#top-bar small
{
	color:#727272;
	font:9px Arial, Helvetica, sans-serif;
	margin-left:10px;
}
#top-bar span.home
{
	text-align:right;	
}
#top-bar span.name
{
	text-align:center;	
}

#mini-header
{
	height:114px;
	margin-bottom:2px;
}

#logo
{
	text-align:center;
	background:#cc6a33;
	height:62px;
	padding:26px 0px;
	vertical-align:middle;
}
#most-popular
{
	width:364px;
	height:114px;
	background:#550000 url(images/mst_popular.png) 11px center no-repeat;
}

#most-popular ul
{
	padding:0px;
	margin:15px 45px;
	margin-right:0px;
	list-style:none;
}
#most-popular li
{
	width:132px;
	border-left:solid 2px #fff;
	float:left;
	margin:0px;
	line-height:12px;
	color:#fff;
	padding:0px 9px;
}
/*#most-popular li:first-child
{
	border-left:none;
}*/
#most-popular li a
{
	font:12px "Times New Roman", Times, serif;
	color:#fff;
	text-decoration:none;
}
#banner
{
	width:526px;	
}

#main-content
{
	background:url(images/sep_grey.png) 0px 0px repeat-y;
	margin:21px 0px;
}

/* ||| CONTENT	 ||| */

#content
{
	float:left;
	width:687px;
}


/* ||| SIDE BAR	 ||| */

#sidebar
{
	border-top:23px solid #cc6a33;
	width:195px;
	margin:0px;
	padding:0px;
	margin-right:9px;
	float:left;
}
#sidebar h2, #sidebar ul h2, #sidebar ul li ul h2
{
	font:24px "Times New Roman", Times, serif;
	font-weight:normal;
	color:#5d523c;
	padding:7px 0px;
	margin:0px;
	border-bottom:#5d523c solid 2px;
}
#sidebar select
{
	margin:7px 0px;
	width:100%;
}
#sidebar ul
{
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-position:inside;
}
#sidebar ul li ul
{
	margin:0px;
	padding:0px;
	list-style:square;
	list-style-position:inside;
}
#sidebar ul li, #sidebar ul li ul li
{
	color:#cc6a33;
	font:10px/18px Georgia, "Times New Roman", Times, serif;
}
#sidebar li a, #sidebar li ul li a
{
	font:10px/18px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#5d523c;
	text-decoration:none;
}

#sidebar li a:hover, #sidebar li ul li a:hover
{
	color:#cc6a33;
}


/* SEARCH */

#sidebar li.search
{
	padding:10px;
	margin:0px;
	background:#fde8b1;
}
#sidebar form
{
	margin:0px;
	padding:0px;
}



/* ||| CONTENT ||| */

#content
{
	width:668px;
	margin:0px 9px;
	float:right;
}
#featured-post h2.ttle
{
	font:40px/40px "Times New Roman", Times, serif;
	color:#341308;
	margin:0px;
	padding:0px;
	font-weight:normal;
	letter-spacing:0.4px;
}

#featured-post small
{
	font:10px/12px Arial, Helvetica, sans-serif;
}

#featured-post h2.ttle a:hover
{
	font:40px/40px "Times New Roman", Times, serif;
	color:#cc6a33;
	text-decoration: none;
}

#featured-post h2.ttle a, #featured-post h2.ttle a:visited
{
	font:40px/40px "Times New Roman", Times, serif;
	color:#341308;
	text-decoration: none;
}

#featured-post h4
{
	font:14px/18px Georgia, "Times New Roman", Times, serif;
	color:#cc6a33;
	font-weight:bold;
	letter-spacing:0.4px;
}
#featured-post
{
	clear:both;
	padding-bottom:15px;
}

#featured-post p
{
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#000;
	letter-spacing:0.4px;
}

#featured-post ul
{
	list-style:none;
	font-size:11px;
}
#extra-posts
{
	position:relative;
}
#extra-posts h1
{
	position:absolute;
	left:10px;
	top:0px;
	font:24px "Times New Roman", Times, serif;
	color:#5d523c;
	margin:0px;
	padding:0px;
	font-weight:normal;
	letter-spacing:0.4px;
}

#extra-posts .post
{
	width:30%;
	margin:0;
	padding:0px 10px;
	border-right:solid 1px #d7d7d7;
	float:left;
}
#extra-posts .post.first
{
	padding-left:0px;
	border:none;
}
.post h2
{
	font:24px "Times New Roman", Times, serif;
	color:#5d523c;
	margin:0px;
	width:100%;
	padding:0px;
	font-weight:normal;
	border-bottom:solid 5px #000;
	letter-spacing:0.4px;
}
.post h3
{
	margin:7px 0px;
	padding:0px;
	font:12px/18px Georgia, "Times New Roman", Times, serif;
	color:#7e7158;
	font-weight:bold;
	letter-spacing:0.4px;
}
.post h3 a
{
	color:#7e7158;
	text-decoration:none;
}
.post p
{
	font:10px Arial, Helvetica, sans-serif;
	color:#000;
	letter-spacing:0.4px;
	margin:9px 0px;
	padding:0px;
}



/* ||| FOOTER ||| */

#footer
{
	border-top:solid 5px #000;	
}
#footer p
{
	font:11px/18px Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
}
#footer p a
{
	color:#550000;
	text-decoration:none;
}


/* Begin Typography & Colors */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}
li.comment-author-admin
{
	background:#fff6de;
	border:solid 1px #fde8b1;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.8em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li a
{
	color:#cc6a33;
}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:11px;
	}

#commentform a{
	color:#000;
	}


.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
.postmetadata a
{
	color:#777;
	text-decoration:none;
}

.postmetadata
{
	clear:both;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	margin-right:0px;
	}

.alignleft {
	float: left
	margin-left:0px;
	}
/* End Images */



/* Begin Lists*/


.entry ul li:before, .entry-single ul li:before {
	content: "\00BB \0020";
	}

.entry ol, .entry-single ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li, .entry-single ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	border:none;
	height:1px;
	background:#d7d7d7;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.navigation-post div
{
	margin-bottom:5px;
}
.navigation-post div a
{
	font:9px/16px Arial, Helvetica, sans-serif;
	padding:3px 0px;
	color:#000;
	text-transform:uppercase;
	text-decoration:none;
}
.navigation-post div a:hover
{
	color:#cc6a33;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.entry a:link,
.entry a:visited,
.entry-single a:link,
.entry-single a:visited
{
	color:#341308;
	text-decoration:none;
}
.entry a:hover, .entry-single a:hover
{
	color:#cc6a33;
	text-decoration:none;
}
.entry a:active, .entry-single a:active
{
	color:#341308;
	text-decoration:none;
}
.entry p a:link, .entry-single p a:link
{
	text-decoration:underline;
}
#content a.url
{
	color:#341308;
}

h3#comments,
h3.reply
{
	font:24px "Times New Roman", Times, serif;
	font-weight:normal;
	color:#5d523c;
	padding:7px 0px 0px 0px;
	margin:0px;
	border-bottom:#5d523c solid 2px;
}

.wp-caption-dd
{
	font:11px Arial, Helvetica, sans-serif;
}



#content h2.heading,
#content h2.pagetitle
{
	font:40px/40px "Times New Roman", Times, serif;
	color:#341308;
	margin:0px;
	padding:0px;
	font-weight:normal;
	letter-spacing:0.4px;
}


#content h3.sub-headings
{
	font:24px "Times New Roman", Times, serif;
	color:#5d523c;
	font-weight:normal;
	letter-spacing:0.4px;
}

#sidebar .searchx input
{
	width:100%;
}

/* ||||| NEW SOCIAL LINKS |||| */

#footer
{
	position:relative;
}
#sociomar
{
	position:absolute;
	top:0; /*-70px; */
	padding:0px 15px;
}

#sociomar span
{
	display:block;
	width:210px;
	padding:5px 5px 0px 5px;
/*	border-bottom:dashed 1px #595959; */
	font:10px/16px Verdana, Arial, Helvetica, sans-serif;
	color:#595959;
}
#sociomar img
{
	padding:4px;
}

/*.entry {
    -webkit-column-count : 2;
    -webkit-column-gap : 10px;
    -moz-column-count : 2;
    -moz-column-gap : 10px;
}*/

h2.ttle
{
	text-shadow: rgba(0,0,0,.8) 0 1px 0; 
}

