/*
Theme Name: myBlog
Theme URI: 
Version: 1.0
Description: 2 Column, Right Column Theme
Author: Wordpress Themes Park
Author URI: 
Author mail: wordpressthemespark@gmail.com
*/

/* DO NOT REMOVE THE CREDITS AND FOOTER LINKS */

@import url('style-basics.css'); /* general body styles */
@import url('style-header.css'); /* header styles i.e. h1, menu, and search */
@import url('style-typography.css'); /* content typography styles */
@import url('style-sidebar.css'); /* general sidebar styles */
@import url('style-widgets.css'); /* sidebar widgets */
@import url('style-comments.css'); /* comments template */

#container{
	float: left;
	margin: 0 20px;
	width: 920px;
	background: #263248;
	display: inline;
}



#content{
	float: left;
	margin: 0 20px;
	width: 520px;
	display: inline;
}

.post{
	width: 520px;
	overflow: hidden;
}

.post h2{
	padding: 15px 20px 13px;
	font: 30px georgia, serif;
}

.entry-meta{
	padding: 17px 20px;
	font-size: 12px;
	border-top: 1px solid #7e8aa2;
	background: #162134;
	color: #CCCCCC;
}

.entry-meta a{
	color: #ccc;
}

.entry-foot{
	border-top: 1px solid #7e8aa2;
	background-color:#3d4c67;
	padding: 13px 20px 12px;
	font-size: 12px;
	line-height: 24px;
}

.entry-content{
	padding: 3px 20px;
	border-top: 1px solid #7e8aa2;
	line-height: 24px;
	background: #32405b ;
}

.entry-content h2{font-size: 24px; font-weight: bold; line-height: 28px; font-family: arial, helvetica, sans-serif; padding: 0; background-image: none;}
.entry-content h3{font-size: 18px; font-weight: bold; line-height: 24px;}
.entry-content h4{font-size: 14px; font-weight: bold; line-height: 20px;}
.entry-content h5{font-size: 11px; line-height: 16px;}
.entry-content h6{font-size: 10px; line-height: 14px;}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6{
	padding: 10px 0 10px;
}

.ads-468x60 img{
	margin: 0 0 0 20px;
}


.navigation{
	float: left;
	margin: 13px 0 0;
	width: 520px;
	line-height: 24px;
}

.navigation span.nav-previous{
	margin: 0 0 0 20px;
	padding: 0 0 0 24px;
	background: url(images/bg-older-posts.gif) no-repeat 0 5px;
}

.navigation span.nav-next{
	margin: 0 20px 0;
	padding: 0 24px 0;
	background: url(images/bg-newer-posts.gif) no-repeat right 5px;
}

#header-bg{
	float: left;
	margin: 0 0 0 0;
	width: 920px;
	height:212px;
	display: inline;
	background-color: #263248;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}

#featured-bands .gallery{
	float: left;
	margin: 0 20px;
	width: 880px;
	padding: 0 0 20px;
	border-bottom: 1px solid #181818;
	display: inline;
}

.band{
	float: left;
	margin: 20px 0 0 20px;
	width: 410px;
	height: 205px;
	display: inline;
	position: relative;
}

.band .band-name{
	position: absolute;
	top: 156px;
	left: 20px;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: #000;
}

.band .band-name a{
	color: #ccc;
}

#footer{
	float: left;
	margin: 13px 20px 0;
	width: 880px;
	border-top: 1px solid #3d4c67;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 24px;
	display: inline;
}

#footer p{
	padding: 2px 20px;
}