/*
Theme Name: musicalsaw
Theme URI: http://wordpress.org/
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
Author: the WordPress team
Version: 1.1
Tags: yellow, red,  two-columns, fixed-width, custom-header, custom-background 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
font-size: 12px;
color: #000000;


}

#navi {
margin-left: 8px;
width:auto;
float:left;
text-align:left;
}

#navi ul
{
font-family: Arial;
display:inline;
list-style-type:none;
margin:0;
padding:0px;
text-transform:uppercase;
}

#navi li
{
display:inline;
list-style-type:none;
padding: 8px 0px 7px 4px;
/* for IE5 and IE6 */
}

#navi a
{
color: #741904;
text-decoration: none;
font-size:13px;
font-weight:bold;
display:inline;
padding: 5px 6px 5px;
width:auto;
}

#navi a:link, #navi a:visited
{
color:#741904;
text-decoration: none;
}

#navi a:hover
{
/*background-color: #00BEE4;*/
color: #741904;
}

#navi li a#current
{
border-bottom: 3px solid #DAD6B7;
}

.seprator
{
margin:0;
padding:0 ;
width:1px;
height:16px;
background-repeat:no-repeat;
}

.contentheader, .entry-title{
font-family: arial;
font-size: 18px;
color: #000000;
}

.contentheader a, h2.entry-title a{
font-family: arial;
text-decoration: none;
font-size: 18px;
color: #bb0000;
}

.contentheader a:hover, h2.entry-title a:hover{
text-decoration: none;
}

.rightheader{
font-family: arial;
font-size: 15px;
padding : 2px;
color: #000000;
}

.date{
font-family: arial;
font-size: 12px;
color: #b92906;
}

.content p, .entry-content{
font-family: arial;
font-size: 14px;
color: #000000;
}

.post{
font-family: arial;
font-size: 12px;
padding : 5px;
color: #ffffff;
}

.postcontent{
font-family: arial;
font-size: 12px;
color: #000000;
padding-left: 10px;
}

.postcontent a{
font-family: arial;
text-decoration: none;
font-size: 12px;
color: #000000;
padding-left: 10px;
}

.postcontent a:hover{
padding-left: 10px;
text-decoration: none;
}

.postcontent a:link, #navi a:visited
{
color:#000000;
text-decoration: none;
}

.footer{
font-family: arial;
text-decoration: none;
font-size: 12px;
color: #ffffff;
padding: 10px;
}


 
a
{
color:#0000ff;
text-decoration:none;
}
 







/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #741904;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #741904;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #741904;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}




/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #741904;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #741904;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}






/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
	background-image:url(images/postbg.png);
	background-repeat:no-repeat;
	font-family: arial;
font-size: 12px;
padding : 5px;
color: #ffffff;

}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}


.entry-meta {
	color: #741904;
	font-size: 12px;
}

 
.widget-area ul li
{
	list-style-type:none;
	margin:0px;

}

  #primary  ul  
{
margin:0px;
padding:0px;
list-style-type:none;
}

#primary {
}
#secondary {
}


.entry-summary
{
color:#000000;
}



#entry-author-info {
	background: #FF9402;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #741904;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #741904;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}

.widget-container ul li, .textwidget, .widget_search
{
margin-left:5px;
}
#searchsubmit
{
background-color:#C53109;
color:#FFFFFF;
font-weight:bold;
border:1px solid #C53109;
}
#searchsubmit:hover
{
background-color:#F4400B;
color:#FFFFFF;
font-weight:bold;
border:1px solid #C53109;
}
 

/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
		text-transform:uppercase;

}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0px;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
 	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
			color:#741904;
font-weight:bold;
}
#access ul ul {
 	
	box-shadow: 3px 3px 3px rgba(10,10,20,40);
	-moz-box-shadow: 3px 3px 3px rgba(1,2,0,4);
	-webkit-box-shadow: 3px 3px 3px rgba(1,0,2,4);

	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul li, #access ul ul {
	margin-left:0px;
	padding-left:0px;
}


#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #FFC500;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	text-transform:uppercase;
	
}
#access li:hover > a 
 {
	 
		color:#000000;
	height:38px;
}

#access ul ul :hover > a


{
	background: #B63300;
	color: #fff;
	height:10px;
	

}


#access ul li:hover > ul {
	display: block;
	line-height:20px;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
	height:20px;
}
