/*
Theme Name: FNM (Custom #3)
Theme URI: http://freshnewmusik.com/
Description: custom
Version: 5.0
Author: khrrsn.com
Author URI: http://khrrsn.com/
Tags:
*/

@import url(reset.css);
@import url(comments.css);

body {
	background: url(images/background.jpg) top center fixed;
	text-align: center;
	font-family: Tahoma;
}

p {
	padding:10px 0 10px 0;
}


strong { font-weight: bold; }

.clear { clear: both; }

.container {
	width: 1000px;
	background: white;
	text-align: left;
	margin: auto;
}
.header img {
	display: block;
}
.header hr {
	width: 100%; height: 2px;
	background: #fff url(images/hr_header.png) repeat-x;
	border-top: 0; border-left: 0; border-right: 0; border-bottom: 0;
	margin: 0; padding: 0;
}
.subheader {
	background: white;
	height: 24px; width: 980px;
	margin-top: 5px; padding: 0 10px 0 10px;
	margin-bottom: 10px;
}
.subheader .left {
	float: left;
	margin-top: 8px;
}

.subheader input.searchinput {
	background: url(images/searchbg.png);
	width: 161px;
	padding: 0 8px 0 8px;
	height: 24px;
	border: 0;
	font-size: 9px;
}
.subheader input.button {
	background: url(images/searchinput-submit.png) no-repeat bottom;
	width: 15px; height: 12px;
	position: relative; left: -30px;
	cursor: pointer;
	border: none;
}

.subheader .nav li {
	font-family: Arial; font-size: 10px; text-transform: uppercase;
	display: inline; float: left;
}

.subheader .nav li a {
	color: #959595; text-decoration: none;
	padding: 5px;
}

.subheader .right {
	float: right;
}

.sidebar {
	float: left;
	width: 257px;
	margin-left: 15px;
	font-family: Verdana; font-size: 11px;
	text-align: center;
}
.sidebar h2 {
	text-align: left;
	background: url(images/sidebar-title.png);
	width: 232px; height: 23px;
	padding-left: 25px; padding-top: 3px;
	font-family: "Verdana"; font-size: 13px; text-transform: uppercase;
}
.sidebar li {
	list-style: none;
}
.sidebar ul {
	background: #fcfcfc;
	width: 228px;
	padding: 5px;
	margin-left: 17px;
	border: 1px solid #f1f1f1;
	line-height: 200%;
	margin-bottom: 5px;
}
.sidebar ul a {
	color: #000;
	text-decoration: none;
	padding: 8px;
}

.sidebar ul a:hover { text-decoration: underline; }

.main-content {
	width: 638px;
	float: right;
	margin-right: 44px;
	font-family: Tahoma; font-size: 11px;
	color: #000;
}
.main-content .post h2, .main-content .post h2 a {
	font-size: 18px;
	width: 600px;
	color: #2f79a4;
	text-align: right; text-decoration: none;
	border-bottom: 1px solid #e2e2e2;
	margin: 5px auto 0px auto; padding-bottom: 3px;
}

.main-content .post {
	background: #fcfcfc;
	border: 1px solid #f4f4f4;
	width: 622px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	text-align: right;
	padding-right: 14px;
	margin-bottom: 10px;
}

.main-content .post .gallery {
	margin-left: 33px;
}

.main-content .post blockquote {
display: block;
padding: 0 80px 25px 80px;
font-size: 13px;
font-family: Times New Roman;
background: #f2f2f2;
border: 1px solid #eaeaea;
width: 350px;
text-align: left;
margin: auto;
}

.main-content .post blockquote:before, .main-content .post blockquote:after {
color: #69c;
display: block;
font-size: 700%;
width: 50px;
font-family: Times New Roman;
}

.main-content .post blockquote:before {
content: open-quote;
height: 0;
margin-left: -0.55em;
}

.main-content .post blockquote:after {
content: close-quote;
height: 50px;
margin-top: -70px;
margin-left: 360px;
}

.main-content .post a {
	color: #2f79a4;
}

.main-content .post img {
	display: block;
	position: relative;
	margin: auto;
	padding: 2px;
	border: 1px solid #c1d6e2;
	margin-left: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
}
.main-content .post .post-meta {
	font-family: Arial; font-size: 10px; text-transform: uppercase; color: #9d9d9d;
	margin: 15px 0 15px 0;
	width: 608px;
	padding: 0 15px 0 15px;
}
.main-content .post .post-meta a { color: #9d9d9d; text-decoration: none; font-weight: normal; }
.main-content .post .post-meta .left { float: left; margin: 0; padding: 0; }
.main-content .post .post-meta .right { float: right; margin: 0; padding: 0; }
span.postedbyicon { background: url(images/postedbybullet.png); margin-top: 3px; width: 5px; height: 6px; position: absolute; }
span.sharethisicon { background: url(images/sharethisicon.png); width: 16px; height: 16px; position: absolute; margin-left: -11px; }


.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#navtopleft { position: relative; }
#navtopleft li { display: inline; font-family: Arial; }
#navtopleft li a { color: #959595; font-size: 10px; display: block; float: left; padding: 0 4px 3px 4px; text-decoration: none; text-transform: uppercase; }
#navtopleft li a:hover { color: #000; }
#magic-line { position: absolute; bottom: -1px; left: 0; width: 100px; height: 2px; background: #2f79a4; }

.current a { color: #000 !important; }

.nav-posts .left a {
	background: #3885b5;
	color: #fff;
	width: 105px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	border: 1px solid #356989;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.nav-posts .right a {
	background: #3885b5;
	color: #fff;
	width: 105px;
	height: 25px;
	float: right;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	border: 1px solid #356989;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.footer {
	width: 96%; padding: 10px 2% 10px 2%;
	height: 80px;
	background: url(images/footer.png);
	color: #fff;
	font-size: 10px;
	border-top: 1px solid #eaeaea;
	margin-top: 15px;
}
.footer .right {
	float: right;
	text-align: right;
}
.footer .right a { color: #fff; text-decoration: none; }
.footer .right a:hover { text-decoration: underline; }
.footer .left {
	width: 400px;
	float: left;
	line-height: 105%;
}
.footer .left .disclaimer {
	font-size: 14px;
	line-height: 103%;
	width: 400px;
	border-bottom: 1px solid #9dc7dc;
	margin: 0;
}

/*      ##################################
           COMMENTS
        ################################## */

div#comments_box {margin: 0 0 20px 0; border-top: 1px solid #ccc;border-left: 1px solid #ccc;border-right: 1px solid #ccc;}
div#comments_box ul {margin:0 !important;}
div#respond {padding:10px 20px; border-bottom:1px solid #ccc;}
ul.children {margin:0 !important;}
li.comment, li.pingback {padding:20px; border-bottom:1px solid #ccc; list-style: none;}
li.depth-2, li-depth-3 {margin: 0 0 10px 0;}
ul.children li.comment {border: 1px solid #ccc;}
.comment-details {font:normal 130% Georgia, serif;}
.avatar {float:left; margin:0 20px 0 0; border:5px solid #f1f1f1;}
.comment-text {margin:50px 0 0 0;}
.comment-author-admin {background: #f9fbc1; padding: 10px !important;}
.bypostauthor {background: #dfe3f3; padding: 10px !important;}
.comment-reply {text-align:right; margin:0 5px 10px 0; font: italic 100% Georgia, serif;}

h2#comment-header {margin:40px 0 10px 0 !important; padding:0 0 5px 0;}
