﻿/**
Theme Name: Suspension
Author URI: http://wpjunction.com
Version: 1.0
Author: hpa
Description: Magazine Theme
*/

/* -------------------------------------- */

.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: #000000 url(images/background.gif) repeat-x 0 100%;
	font:normal 12px Arial, Tahoma;
	color: #ffffff;
}

a {
	color:#FF6A00;
	text-decoration:none;
}

a:hover { color:#FF001C; }

#body-in {
	background:transparent url(images/body-in.gif) repeat-x 0 0;
}

#wrapper {
	width:966px;
	margin:0 auto;
}

/* header */
#header {}

#right-now, #rss-icon {
	background:transparent url(images/all-icons.gif) no-repeat 0 10px;
	padding-left:23px;
	float:left;
	display:block;
	line-height:37px;
	text-transform:uppercase;
	color:#cc0606;
}

#rss-icon {
	background:transparent url(images/rss-button.gif) no-repeat 0 8px;
	float:right;
	padding-left:25px;
}

#branding {
	clear:both;
	overflow:hidden;
	padding-top:10px;
	height:81px;
}

#blog-title {
	display: block;
	font-family: "Copperplate Gothic Light";
	color: #FF6A00;
	font-size: 48px;
	font-weight: bold;
}

#blog-description {
	font:normal 18px Myriad Pro, Tahoma, Verdana, Arial;
	color:#FF001C;
}

#page-menu {
	clear:both;
	height:49px;
	overflow:hidden;
}

#page-menu ul li {
	display:inline;
}

#page-menu a {
	color:#ffffff;
	display:block;
	float:left;
	height:28px;
	padding:23px 18px 0;
	text-transform:uppercase;
	font:normal 12px Arial, Tahoma;
}

#page-menu a:hover, #page-menu li.current_page_item a {
	background:#1E1E1E url(images/menu-hover-bg.gif) repeat-x 0 0;
}

/* container */
#container {
	padding:10px 0;
}

/* content */
#content {
	float:left;
	width:668px;
	background:#1E1E1E;
}

#featured { margin-bottom:7px; }

/* about us */
#about-us, #about-us-top, #about-us-bottom {
	display:block;
	float:left;
	width:668px;
}

#about-us {
	background:#303030 url(images/about-us-bg.gif) repeat-y 0 0;
	margin-bottom:7px;
}

#about-us-text {
	font-size: 12px;
}
	
#about-us-top {
	background:transparent url(images/about-us-top-bg.gif) no-repeat 0 0;
	padding-top:6px;
}

#about-us-bottom {
	background:transparent url(images/about-us-bottom-bg.gif) no-repeat 0 100%;
	padding:0 4px 6px;
	width:658px;
	font:normal 12px Arial, Tahoma;
	line-height:18px;
}

#about-us .title {
	font:normal 16px Myriad Pro, Tahoma, Verdana, Arial;
	color:#FF6A00;
	border-bottom:3px solid #FF001C;
	padding-bottom:3px;
	margin-bottom:3px;
}

#about-us-avatar {
	float:left;
	margin:0 5px 5px 0;
}

.pagetitle {
	margin-bottom:3px;
	color:#FF001C;
	font-weight:normal;
}

.post { margin-bottom:15px; }

.title {
	font:normal 16px Myriad Pro, Tahoma, Verdana, Arial;
	color:#FF6A00;
	margin-bottom:5px;
}

.meta {
	border-top:1px solid #e8f2fb;
	border-bottom:1px solid #e8f2fb;
	font-size:11px;
	color:#FF001C;
	line-height:22px;
	margin-bottom:5px;
}

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	float:left;
	display:block;
	padding-left:20px;
	margin-right:10px;
}

.post-author { background-position:1px -29px; }

.comment-post{ background-position:1px -58px; }

.date-post { background-position:1px -89px; }

.categories-post{ background-position:2px -120px; }

.more-link {
	background:#1E1E1E url(images/read-more-bg.gif) no-repeat 50% 50%;
	display:block;
	width:65px;
	padding:0 6px;
	font-size:10px;
	color:#FF001C;
	line-height:23px;
	text-transform:uppercase;
}

a.more-link:hover { color:#FF6A00; }

.navigation .alignleft a, .navigation .alignright a {
	background:transparent url(images/nav-button-bg.gif) no-repeat 50% 50%;
	display:block;
	float:left;
	font-size:12px;
	color:#ffffff;
	height:23px;
	line-height:23px;
	width:77px;
	margin-left:4px;
	text-align:center;
}

.navigation {
	padding-top:5px;
}

.nomargin a { margin:0 !important; }

/* sidebar */
#sidebar {
	float:right;
	width:290px;
}

#primary  .widget, #secondary { margin-bottom:6px; }

#secondary .widget { margin-bottom:6px; }

#primary  .widget, #primary  .widget-top, #primary  .widget-bottom {
	display:block;
	float:left;
	width:290px;
}

#primary  .widget, #secondary-content {
	clear:left;
}

#primary  .widget-content, #secondary-content {
	/*background:#1E1E1E url(images/widget-bg.gif) repeat-y 0 0;*/
	background:#000000 url(images/widget-bg.gif) repeat-y 0 0;
	display:block;
	float:left;
	width:278px;
	padding:0 6px;
}

#primary  .widget-top, #secondary-top {
	background:transparent url(images/widget-top-bg.gif) no-repeat 0 100%;
	width:290px;
	height:5px;
	float:left;
}

#primary  .widget-bottom, #secondary-bottom {
	background:transparent url(images/widget-bottom-bg.gif) no-repeat 0 0;
	width:290px;
	height:5px;
	float:left;
}

.widget-title {
	background:transparent url(images/dot.gif) repeat-x 0 100%;
	font:normal 16px Tahoma, Verdana;
	color:#FF6A00;
	padding-bottom:7px;
	margin-bottom:3px;
}

.widget ul li {
	background:transparent url(images/all-icons.gif) no-repeat 4px -147px;
	line-height:28px;
	border-bottom:1px solid #57595B;
	padding-left:20px;
	overflow:hidden;
	width:259px;
}

.widget ul li.hover { background-color:#e9f2f9; }

.widget ul li li {
	border-top:1px solid #57595B;
	border-bottom:none;
}

.widget a { color:#FF001C; }

.widget a:hover { color:#FF001C; }


/* footer */
#footer {
	height:40px;
	font:normal 12px Tahoma, Verdana, Arial;
	color:#FF001C;
	line-height:40px;
	text-align:right;
	text-transform:uppercase;
}

#footer a, #footer a:hover {
	color:#FF001C;

}

.ms-classic3-main {
	border: 1.5pt solid black;
	vertical-align:bottom
}
.ms-classic3-tl {
	border-style: none;
	font-weight: bold;
	color: white;
	background-color: #1E1E1E;
	vertical-align:bottom
}
.ms-classic3-top {
	font-weight: bold;
	color: white;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-bottom: 1.5pt solid black;
	background-color: #1E1E1E;
	vertical-align:bottom
}
.ms-classic3-even {
	color: #FFFFFF;
	border-style: none;
	background-color: #303030;
	text-transform: uppercase;
	vertical-align:bottom
}
.ms-classic3-orange {
	color: #FF6A00;
	border-style: none;
	background-color: #303030;
	text-transform: uppercase;
	vertical-align:bottom
}






