﻿/*  
Theme Name: MLGuida
Theme URI: http://www.mlguida.com/wptheme
Description: Theme for MLGuida.com WP site
Version: 1.0
Author: WPB
Author URI: http://www.novelwebsitedesign.com
*/

/************************************************
*	Body									*

body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
margin: 0;
padding: 0;
}
************************************************/
html {
	margin: 0;
	padding: 0;
}

body{
	background: #000000;
	color: #BaBABA;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}

a{
	color: #CE3F34;
	text-decoration: none;
}

a:hover{
	color: #CE3F34;
	text-decoration: none;
}

a:visited{
	color: #CE3F34;
	text-decoration: none;
}

/************************************************
*	Wrapper									*
************************************************/
#wrapper{
	background: #000000;
	background-color: black;
	margin: 0 auto 0 auto;
	width: 990px;
	text-align: left;
}

/************************************************
*	Top Bar									*
************************************************/
#topbar {
	clear:both;
	background: #000000 url(images/header.jpg) no-repeat top center;
	width: 990px;
	height: 242px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}

/************************************************
*	Header									*
************************************************/
#header{
	float: left;
	width: 990px;
}

/************************************************
*	Menu									*
************************************************/

#menulinks {
	position:relative;
	background: #000000;
    height:38px;
    width:990px;
    clear:both;
	float:left;
	z-index: 5;
}

#menulinks a img {border: none !important;}

#left{
	background: #000000 url(images/menu_left.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 157px;
}
#home{
	background: url(images/menu_home.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 93px;	
}
#about{
	background: url(images/menu_about.jpg) no-repeat;
	height: 53px;
	float: left;
	width: 88px;
}
#books{
	background: url(images/menu_books.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 87px;
}
#resources{
	background: url(images/menu_resources.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 132px;
}
#links{
	background: url(images/menu_links.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 76px;
}
#contact{
	background: url(images/menu_contact.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 109px;
}
#blog{
	background: url(images/menu_blog.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 70px;
}
#right{
	background: url(images/menu_right.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 178px;
}

#home a{
	background: url(images/menu_home.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 93px;	
}
#about a{
	background: url(images/menu_about.jpg) no-repeat;
	height: 53px;
	float: left;
	width: 88px;
}
#books a{
	background: url(images/menu_books.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 87px;
}
#resources a{
	background: url(images/menu_resources.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 132px;
}
#links a{
	background: url(images/menu_links.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 76px;
}
#contact a{
	background: url(images/menu_contact.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 109px;
}
#blog a{
	background: url(images/menu_blog.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 70px;
}

#home a:hover{
	background: url(images/menu_home_r.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 93px;	
}
#about a:hover{
	background: url(images/menu_about_r.jpg) no-repeat;
	height: 53px;
	float: left;
	width: 88px;
}
#books a:hover{
	background: url(images/menu_books_r.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 87px;
}
#resources a:hover{
	background: url(images/menu_resources_r.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 132px;
}
#links a:hover{
	background: url(images/menu_links_r.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 76px;
}
#contact a:hover{
	background: url(images/menu_contact_r.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 109px;
}
#blog a:hover{
	background: url(images/menu_blog_r.jpg) no-repeat;
	float: left;
	height: 53px;
	width: 70px;
}



/************************************************
*	SiteContainer									*
************************************************/
#sitecontainer{
	float: left;
	width: 990px;
	background: #000000 url(images/gradient.jpg) repeat-x;
	margin: 0;
}

/************************************************
*	Container									*
************************************************/
#container{
	float: left;
	width: 740px;
	margin: 0;	
}

/************************************************
*	Sidebar									*
************************************************/
.sidebar{
	float: left;
	width: 250px;
	background-color: #000000;
	margin: 0 0 0 0;
	min-height: 100%;
	display: inline;
	color: #BaBABA;
	font-family: Arial;
	font-size: 14px;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
color: #BaBABA;
font-size: 15px;
font-weight:lighter;
}

.sidebar ul li h3{
color: #BaBABA;
font-size: 12px;
font-weight:lighter;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}

.sidebar p{
	color: #BaBABA;
	font-family: Arial;
	font-size: 14px;
}

.sidebar a{
	font-size: 18px;
	font-weight:bold;
	color: #CE3F34;
}

.sidebar a img {border: none !important;}

/************************************************
*	Posts									*
************************************************/
h1{
	font-family: Verdana;
	font-size: 18px;
	margin: 5px;
	color: #BaBABA;
}

h2{
	font-family: Verdana;
	font-size: 15px;
	margin: 5px;
	color: #BaBABA;
}

h3{
	font-family: Verdana;
	font-size: 10px;
	margin: 5px;
	color: #BaBABA;
	font-weight: normal;
}

h4{
	font-family: Verdana;
	font-size: 9px;
	margin: 5px;
	color: #BaBABA;
}


b{
	color: #BaBABA;
}

strong{
	font-family:Verdana;
	font-size: 12px;
	color: #BaBABA;
	margin: 0px;
}

a img {
	border: 0;
}


p{
	color: #BaBABA;
}

h1 a:link{
	color: CE3F34;
}

h1  a:visited{
	color: CE3F34;
	text-decoration:none;
}

h1 a:hover{
	color: CE3F34;
}

.post{
	padding: 10px;
	font-family: Verdana;
	font-size:10pt;
}

.entry{
	margin: 5px;
	line-height: 18px;
}

#longblurb{
	text-align:left;
	padding: 10px 0 0 0;
	margin: 10px;

}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 10px 10px 10px;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 10px;
}
/************************************************
*	Comments									*
************************************************/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Verdana;
	font-size: 12px;
}
/************************************************
*	Footer									*
************************************************/
/*
#footer{
	background-color: white;
	clear: both;
	float: left;
	width: 990px;
	height: 17px;
}

#footer p{
	font-size:x-small;
	color: black;
}
*/
#footer_menu{
    width:100%;
    clear:both;
    background: #000000 url(images/footer.jpg) no-repeat center;
    text-align:center;
 	color: #BaBABA;
    font-family: Verdana;
    height: 75px;
}

#footer p{
	text-align:center;
}

#footer_navlist{
}

ul#footer_navlist {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width:100%;
}

ul#footer_navlist li {
    font-size:10pt;
    display:inline;
    list-style-type: none;
}

ul#footer_navlist li a {
 	font-family: Verdana;
    font-size:12px;
    font-weight:bold;
    text-align:center;
	color: #BaBABA;
    padding-left:5px;
    padding-right:5px;
    background:none;
    text-decoration: none;
}

#footer_menua:link{
	color: #BaBABA;
	text-decoration: none;
}

#footer_menu a:visited{
	color: #BaBABA;
	text-decoration: none;
}


#footer_menu a:hover{
	color: #BaBABA;
	text-decoration: none;
}

#footer_menu a img {border: none !important;}


