/*
Theme Name: FreshNewMusik
Theme URI: freshnewmusik.com
Description: 
Version: 6
Author: 
Author URI: 
Tags: 
*/

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

body {
	background: url(images/background.png) repeat-x #fff;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}	

strong em, em strong {
	font-weight: bold;
	font-style: italic;
}

blockquote {
	margin: 1em 3em;
	font-style: italic;
	border-left: 2px solid #999;
	padding-left: 1em; }

a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffae00;
}

.aligncenter,div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 10px 15px 5px 0; }
.alignright { float: right; margin: 10px 0 8px 20px; }
.clear { clear: both; }
.floatleft,.more_left { float: left; }
.floatright { float: right; }

#navigation {
	background: url(images/nav.png);
	width: 975px;
	height: 26px;
	padding-top: 1px;
	margin: 11px auto 0px auto;
	line-height: 26px;
	display: block;
}

#navigation .left { float: left; }
#navigation .right { float: right; }

#navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 8px;
	text-transform: uppercase;
}

#navigation .left ul {
	margin-left: 15px;
}

#navigation .left ul li {
	float: left;
}

#navigation .left ul li a {
	padding: 10px 7px 5px 7px;
}
#navigation .left ul li a:hover {
	border-bottom: 2px solid #ffae00;
}

#navigation .right ul {
	margin-right: 15px;
}

#navigation .right ul li {
	float: left;
}

#navigation .right ul li a {
	padding: 10px 7px 5px 7px;
	background: url(images/nav-top-right-pip.png) no-repeat right;
}

#navigation .right ul li a.last {
	padding: 10px 7px 5px 7px;
	background: transparent;
}
#navigation .right ul li a:hover {
	border-bottom: 2px solid #ffae00;
}

#header {
	margin-top: 1px;
	background: url(images/header_bg.png) repeat-x;
	width: 100%;
	height: 210px;
	text-align: center;
}

#container {
	width: 975px;
	margin: auto;
	background: url(images/content_bg.png) repeat-y #fff;
}
#content {
	float: left;
	width: 688px;
}

#content .post-right {
	padding: 10px;
	width: 504px;
	float: right;
	font-size: 11px;
}
#content .post-right strong {
	font-weight: bold;
}

#content .post-right hr { border-top: none; border-left: none; border-right: none; border-bottom: 1px solid #eaeaea; padding: 5px; }

#content .post-right p {
	padding: 5px;
}

#content .meta-left {
	float: left;
	width: 149px;
	padding: 4px;
	margin-top: 5px;
	color: #fff;
	text-align: right;
	padding: 5px;
	border-right: 2px solid #ffae00;
	font-size: 10px;
	text-transform: uppercase;
}

#content .meta-left2 {
	float: left;
	width: 149px;
	padding: 4px;
	margin-top: 5px;
	color: #fff;
	text-align: right;
	padding: 5px;
	font-size: 10px;
	text-transform: uppercase;
}

#content .meta-left span.month {
	font-size: 15px;
	color: #8a8a8a;
	line-height: 90%;
}
#content .meta-left span.day {
	font-size: 16px;
	color: #ffae00;
	font-weight: bold;
	line-height: 90%;
}
#content .meta-left span.year {
	font-size: 16px;
	color: #d2d2d2;
	font-weight: bold;
	line-height: 90%;
}

#content .meta-left hr {
	border: 0; border-top: 0;
	border-bottom: 1px dashed #d2d2d2;
	width: 80%;
	float: right;
}

#content .meta-left a {
	color: #d2d2d2;
}

#content .meta-left span.left-title {
	color: #8a8a8a;
}

#content .post-right h1#title {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	background: url(images/h2-post-bottom.png) bottom repeat-x transparent;
	padding-bottom: 3px;
	margin-bottom: 5px;
	float: left;
	width: 470px;
}

#content .post-right h1#title.small { font-size: 15px; }

#content .post-right h1#title a { color: #000; font-weight: normal; }

#content .post-right span.comments {
	float: right;
	background: url(images/comments.png) no-repeat left;
	width: 25px; height: 10px;
	text-align: right;
	margin-top: 12px;
	margin-right: 5px;
}

#content .post-right h2 {
	font-size: 16px;
	text-align: center;
	margin: 10px;
}

#content .post-right img {
	margin: 0px auto 5px auto;
	display: block;
	max-width: 500px;
	height: auto;
}

#footer {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: #252525;
	border-top: 3px solid #ffae00;
	color: #fff;
	font-size: 10px; text-transform: uppercase;
}

#footer a { color: #fff; font-weight: bold; } 
#footer a:hover { color: #ffae00; }

#footer .left {
	float: left;
	margin-left: 10px;
}
#footer .right {
	float: right;
	margin-right: 10px;
}

/********************************************************************************************* 

11. Sidebar & Widgets -------------------------  sidebar.php

*********************************************************************************************/   

  .widget
{
	float:left;
	margin:10px 0 15px 0;
	width:100%;
 
}

.widget  img
{
	border:0;
}

div.textwidget {
	padding: 10px;
	line-height: 145%;
	font-size: 9px;
	text-transform: uppercase;
}

.widget li
{
  line-height:20px;
	border-bottom:1px dotted #ccc;
	padding:4px 0 4px 10px;
}

.widget li:hover
{
	background:#eaeaea;
 }
 
.widget ul ul
{
	padding-left:20px;
}

#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}

input { background: #f6f6f6; border-bottom: 1px solid #eee; border-left: 1px solid #ccc; border-right: 1px solid #eee; border-top: 1px solid #bbb; color: #666; font-size: 13px; padding: 5px; margin:0 5px 5px 0;}
textarea { background: #f6f6f6; border-bottom: 1px solid #eee; border-left: 1px solid #ccc; border-right: 1px solid #eee; border-top: 1px solid #bbb; color: #666; font-size: 13px; padding: 5px; }
#search { padding-top: 10px; text-align: right; margin-top: 5px; margin-left: 5px; }
#submit { background: #737070; border: 1px solid #504F4F; color: #F1ECEC;  font-size: 10px; font-weight:bold; padding: 5px; height: 26px; text-transform: uppercase; }
#searchsubmit { background-color: #737070; border: 1px solid #737070; color: #F1ECEC;   font-size: 10px; padding: 5px; text-transform: uppercase; }
 #search-3 form {
	margin: auto;
}
#pagination {
	margin-left: 153px;
	text-align: center;
}
img#wpstats{display:none}

