/**
Theme Name: CoolShoesOnline
Author URI: http://www.coolshoesonline.com
Version: 1.0
Author: CCLLC
Description: WP theme for CoolShoesOnline.com
*/

/* -------------------------------------- */

.articleinfo {
border-bottom: 4px solid #EEEEEE; padding-bottom: 5px; 
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background-color:#19110A;
	font-family: Verdana, Georgia, Sans-Serif;
	font-size: 11px;
	line-height: 18px;
	color:#898989;
}

a {
	text-decoration:none;
	color:#D52300;
}

a:hover { color:#3B3B3B; }

#wrapper {
	width:950px;
	margin:0 auto;
	padding:8px 0;
}

/* header */

#header { margin-bottom:9px; }

#page-menu {
	height:26px;
	margin-bottom:38px;
}
#page-menu ul {
	display:block;
	height:26px;
	overflow:hidden;
}

#page-menu ul li {
	background:#4B4B4B url(images/page-bg.gif) no-repeat 0 0;
	float:left;
	display:block;
	margin-right:6px;
	height:26px;
}

#page-menu a {
	background:url(images/page-bg.gif) no-repeat 100% 100%;
	padding:0 20px;
	float:left;
	display:block;
	color:#FFFFFF;
	font-size:13px;
	line-height:26px;
}

#page-menu .current_page_item, #page-menu ul li.hover { background:#D52300 url(images/page-hover-bg.gif) no-repeat 0 0; }

#page-menu .current_page_item a, #page-menu a:hover { background:url(images/page-hover-bg.gif) no-repeat 100% 100%; }

#branding { margin-bottom:13px; }

#blog-title {
	background:url('http://www.coolshoesonline.com/wp-content/themes/CoolShoesOnline/images/logo.png') no-repeat 0 0;
	text-indent:-9999px;
	height:58px;
	display:block;
	font-size:44px;
}

#blog-title a {
	color:#D7D6D7;
	display:block;
	height:58px;
}


#blog-title a:hover {
	color:#ED1C24;
}

#blog-description { display:none; }

#top-search-wrap {
	background:transparent url(images/top-search-form-bg.gif) no-repeat 0 0;
	float:right;
	width:244px;
	height:23px;
	padding-top:5px;
}

#top-search input {
	background:none;
	border:none;
	font:normal 13px Arial, Verdana, Tahoma;
	color:#FFFFFF;
}

#top-s {
	width:182px;
	margin:0 11px 0 6px;
}

#top-search-submit {
	width:41px;
	cursor:pointer;
}

/* container */
#container {
	background-color:#EAEAEA;
	padding:14px;
	margin-bottom:7px;
}

/* content */

#content {
	float:left;
	width:621px;
}

#mini-post-wrap .odd { float:left; }

#mini-post-wrap .even { float:right; }

.mini-post {
	background-color:#FFFFFF;
	width:273px;
	margin-bottom:14px;
	padding:12px 15px 15px;
	border:1px solid #D6D6D6;
	overflow:hidden;
}

.title {
	font:normal 20px 'Trebuchet MS', Tahoma;
	height:24px;
	line-height:24px;
	overflow:hidden;
	border:none;
	padding:0;
	color:#D52300;
}

.mini-post .entry {
	height:145px;
	overflow:hidden;
	margin-bottom:3px;
}

.read-more {
	background:#EAEAEA url(images/read-more-bg.gif) no-repeat 0 0;
	display:block;
	font-size:10px;
	height:19px;
	width:68px;
	margin-top:5px;
	line-height:19px;
	float:right;
	padding-left:21px;
	text-transform:uppercase;
}

.read-more a { color:#6C6C6C; }

.read-more a:hover { color:#D52300; }

.navigation .alignleft a, .navigation .alignright a {
	background-color:#FFFFFF;
	display:block;
	float:left;
	border:1px solid #DEDEDE;
	font:normal 14px 'Trebuchet MS', Verdana, Tahoma;
	color:#6C6C6C;
	height:27px;
	line-height:27px;
	padding:0 6px;
	text-transform:uppercase;
}

.single {
	background-color:#FFFFFF;
	padding:12px 15px 15px;
	border:1px solid #D6D6D6;
}

/* sidebar */
#sidebar {
	background-color:#FFFFFF;
	float:right;
	width:255px;
	padding:12px 15px 15px;
	border:1px solid #D6D6D6;
}

.widget { margin-bottom:15px; }

.widget-title, .pagetitle {
	font:normal 16px Tahoma, Verdana;
	color:#D52300;
	margin-bottom:3px;
}

.widget ul li {
	background:url(images/arrow.gif) no-repeat 0 7px;
	padding-left:22px;
	display:block;
	line-height:24px;
	color:#828282;
}

.widget ul li a {
	color:#D52300;
}

.widget ul li a:hover {
	color:#828282;
}

/* footer */
#footer {
	font-size:11px;
	color:#FFFFFF;
	height:60px;
}

/* my widget image */
IMG.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}





