/*  
Theme Name: Pop Music
Theme URI: http://www.hjodesign.com
Description: Pop Music Wordpress theme
Version: 1.0
Author: Hjo Design
Author URI: http://www.hjodesign.com


*/

body
{
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #6C1401;
	background: #691A06;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
}

#wraper
{
	margin: 0px auto 0px auto;
	background: #691A06 url(images/body-bg.jpg) center top repeat-y;
}

#header
{
	height: 349px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url(images/header-bg.jpg) center top no-repeat;
}

#header-text
{
	width: 510px;
	margin: 0px auto 0px auto;
	padding: 100px 0px 0px 559px;
	font-size: 44px;
}

#header-text a
{
	color: #691A06 !important;
}

#header-desc
{
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 100px;
	color: #A74525;
	font-size: 16px;
}

#page
{
	clear: both;
	width: 915px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 20px 0px;
	overflow: hidden;
}

#content
{
	float: left;
	width: 508px;
	margin: 0px 48px 0px 0px;
	padding: 0px;
}

.postheader
{
	width: 514px;
	height: 96px;
	margin: 0px;
	padding: 0px;
	background: url(images/post-bg-top.jpg) 6px top no-repeat;
	overflow: hidden;
}

.postfeed
{
	float: right;
	margin: 0px;
	padding: 35px 55px;
/*border: 1px solid red;*/
}

.posttitle
{
	margin: 0px;
	padding: 20px 0px 0px 90px;
	color: #2F5964;
}

.posttitle a
{
	color: #2F5964 !important;
	font-size: 22px;
	font-weight: normal !important;
}

.postmeta
{
	margin: 0px;
	padding: 0px 0px 0px 90px;
	color: #000000;
	font-size: 12px;
}

.postmeta a
{
	color: #6C1401 !important;
	font-weight: bold;
}

.postcontent
{
	width: 474px;
	margin: 0px;
	padding: 0px 20px 20px;
	background: url(images/post-bg.jpg) 6px top repeat-y;
	overflow: hidden;
}

.postcontent a
{
	color: #F722AF !important;
}

.postcontent img
{
	display: block;
	margin: 10px 0px;
}

.postfooter
{
	width: 514px;
	height: 67px;
	margin: 0px;
	padding: 0px;
	background: url(images/post-bg-bottom.jpg) left bottom no-repeat;
	overflow: hidden;
}

.postfooter-alt
{
	width: 514px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	background: url(images/post-bg-bottom-alt.jpg) 6px top no-repeat;
	overflow: hidden;
}

.postfootercomment
{
	display: block;
	margin: 0px 300px 0px 0px;
	padding: 20px;
/*border: 1px solid red;*/
}

blockquote
{
	width: 80%;
	margin: 0px auto 10px auto;
	padding: 30px 10px;
	border: 1px solid #691A06;
	background-color: #ddd;
	text-align: center;
}

#page-nav-prev
{
	float: left;
	margin: 0px;
	padding: 10px 15px;
}

#page-nav-next
{
	float: right;
	margin: 0px;
	padding: 10px 15px;
}

#page-nav-prev a, #page-nav-next a
{
	color: #F722AF !important;
}

#sidebar
{
	float: left;
	width: 352px;
	margin: 0px;
	padding: 0px;
	background: url(images/sidebar-bg.jpg) left top repeat-y;
}

#sidebarheader
{
	background: url(images/sidebar-bg-top.jpg) left top no-repeat;
}

#sidebarfooter
{
	background: url(images/sidebar-bg-bottom.jpg) left bottom no-repeat;
}

.sidebar-header
{
	margin: 0px 0px 15px 30px;
	padding: 15px 0px 0px 15px;
	color: #F722AF;
	font-size: 18px;
}

.sidebar-widget
{
	width: 300px;
}

.sidebar-widget ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidebar-widget li
{
	list-style: none;
	margin: 0px 0px 15px 50px;
	padding: 5px 0px 10px 15px;
	border-bottom: 2px dotted #6D3202;
	color: #6D3202;
	background: url(images/sidebar-li-bg.jpg) 0px 10px no-repeat;
}

#sidebar a:link, #sidebar a:visited
{
	color: #6D3202;
}


#footer
{
	clear: both;
	width: 862px;
	height: 100px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 50px;
	background: url(images/footer-bg.jpg) center top no-repeat;
	text-align: center;
	overflow: hidden;
}



a, a:link, a:visited
{
	color: #6C1401;
	text-decoration: none;
}
	
a:hover, a:focus, a:active
{
	color: #F722AF !important;
	outline: none;
}

a img
{
	border: none;
}


form
{
	margin: 0px;
	padding: 0px;
}

input, textarea, select
{
	padding: 2px 4px;
	border: 1px solid #6C1401;
	background: #f5f5f5;
	font-family: Arial, Sans-Serif;
}

input.submit
{
	padding: 2px 5px;
	border: none;
	color: #ffffff;
	background: #6C1401;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}

