/* 
Theme Name: Inertia Grooves Me
Theme URI: http://blog.inertiagroove.com
Description: Inertia blog
Version: 1.0.0 (WP 2.7+)
Author: TwoSmooth Design
Author URI: http://twosmoothdesign.com
Tags: band, inertia, groove, red, black, rockin
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/***General Styles***/
#wrap {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 960px;
	background-color: black;
	text-align: left;
}
#container {
	padding-left: 20px;
	padding-right: 20px;

}
body {
	line-height: 1.4;
	color: white;
	background: transparent url('style/images/Stripes4.png') fixed;
	font-family: Arial, sans-serif;
	text-align: center;
}
a {
	text-decoration: none;
	color: silver;
}
a:hover {
	color: yellow;
}
.clear {
	clear:both;
}


/**FrontPage Style**/
#frontpage {
	width: 960px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
}
.welcome {
	width: 45%;
	float: left;
	line-height: 28px;
	padding-left: 110px;
}
.schedule {
	width: 35%;
	float: right;
	padding-right: 10px;
}

/**Header Style**/
#header {
	display: block;
	text-align: center;
	background: transparent url(style/images/logo_SM.png) no-repeat top center;
	height: 400px;
	width: 100%;
}


/**Post Styles**/
#container .post {
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.post, .single_post, .archive {
	width: 660px;
}
.moretext {
	font-size: 11px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
	color: #FFFF00;
}
.index_meta {
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
}
.post_date {
	border-bottom-width: 2px;
	border-bottom: dotted;
	border-bottom-color: #FFFF00;
}
.blog_head {
	padding-bottom: 30px;
}
.post_foot {
	width: 100%;
	height: 30px;
	margin-top: 20px;
	font-size: 11px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: normal;
	border-top-width: 1px;
	border-top: dotted;
	border-top-color: grey;
}
#old_post {
	float: left;
}
#new_post {
	float: right;
}
.user_id {
	font-size: 11px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
}


/**Sidebar Style**/
.sidebar {
	float: right;
	width: 25%;
	padding-right: 20px;	
}
.sidebar li {
	border-width: 2px;
	border-color: maroon;
	border-style: outset;
	-moz-border-radius: 10px 10px 10px 10px;
	margin-bottom: 20px;
	padding: 10px;
	list-style-type: none;
	text-align: left;
	background: url(style/images/dates_mid.png);
}
.sidebar ul {
	list-style-type: none;
	border: none;
}
.sidebar ul ul li {
	background: none;
	border: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}


/** Date Box **/
.datebox {
	display: block;
	border-color: maroon;
	border-width: 2px;
	border-style: outset;
	width: 40px;
	float: left;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 10px 10px 10px 10px;
	color: white;
	line-height: 1.3;
	text-align: center;
	background: url(style/images/dates_mid.png);
	margin: 0px 20px 0px 0px;
}
.day {
	font-size: 25px;
	font-weight: bold;
	margin: 0;
}
.month {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.year {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	line-height: .8;
}


/**My Styles**/
h1 {
	color: #FFFF00;
	padding-top: 1px;
}
h2 {
	padding-top: 1px;
}
h3 {
	list-style-position: inside;
	text-align: left;
	color: white;
	text-transform: uppercase;	
}
.index {
	width: 580px;
	display: inline-block;
}
.body-sc {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px; 
	display: inline-block;
}
g1 {
	background-color: #CCCCCC;	
}
.groove { 
	width: 200px;
	height: 400;
	display: inline;
}
.promote {
	padding-top: 24px;
	font-size: small;
	color: silver;
}
.promote p {
	padding: 0px;
}


/**Widget Style**/
twitter_tracker { 
	min-height: 50px;
	display: block;
} 
.widgettitle { 
}  
.widget ul { 
}


/**Dates Style**/
#top {
	vertical-align: top;
}
#leading {
	height: 15px;
}
d4 {
	font-size: small;
}
d5 {
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
}
d6 {
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: normal;
}
#d7 {
	font-size: 11px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
}
.the_rest {
	padding-top: 10px;
}

/**Comment Box Style**/
.comment_id {
	border-bottom-width: 1px;
	border-bottom: dotted;
	border-bottom-color: grey;
	margin-top: 20px;
	margin-bottom: 40px;
}
#gravatar img {
	float: left;
	padding: 0px 20px 20px 0px;
}
.comment_author {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: bold;
	color: silver;
}
.comment_date {
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
}
.comment-2 p {
	margin-left: 68px;
}
#respond {
	padding-top: 10px;
}


/**Footer Style**/
#footer {
	padding-bottom: 20px;
	padding-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	line-height: 10px;
	font-size: small;
	text-align: center;
	border-top-width: 2px;
	border-top-color: white;
	border-top: dotted;
}
#footer p {
	line-height: 18px;
}


/**Navigation Bar Style**/
ul#nav {
	word-spacing: 50px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1px;
	font-size: 14px;
	text-transform: uppercase;
}
ul#nav li {
	line-height: 700px;
	display: inline;
}
ul#nav li.current_page_item a {
	color: yellow;
}
ul#nav li a:hover {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
}
ul#nav li a {
	color:#ffffff;
}


/**Twitter Tracker Style**/
ol.tweets li {
	background: none;
	border: none;
}
.tweets li {
	list-style-type: none;
	padding: 0;
}
.avatar {
	float: left;
}
.msg {
	text-align: justify;
	font-size: medium;
	padding-left: 60px;
}
.msgtxt {
	text-align: left;
}
.info {
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 10px;
	border-bottom-style: dotted;
	border-bottom-color: #ffff00;
	padding-bottom: 10px;
}
img.floatLeft { 
    float: left;
    padding-right: 10px;
}


/**See Borders
	border-color: maroon;
	border-width: 5px;
	border-style: solid;
**/

