/*** 

Miche Bag Blog Styles
	
***************/
*{padding:0;margin:0;} /** reset **/
body {
/* 	background: transparent url(images/body_bgd.jpg); */
	font-family:"Adobe Caslon Pro", "Times New Roman", serif;
	font-size:13px;
}
div#container {
	width:1050px;
	margin:0 auto;	
	background: transparent url(images/container-bgd.png) center repeat-y;
	padding-bottom:10px;	
}
div#wrapper {
	width:1024px;
	margin:0 auto;
	background: #fff;
	position: relative;
}
div#header {
	height:156px;
}
div#content {
	padding:30px 20px 0 20px;
}
img {border:none;}
a, a:visited, a:active {color:#472a2b;text-decoration: none;}
a:hover {text-decoration: underline;}
p {
	line-height: 20px;
	padding:10px 0;
	font-size:14px;
}
div.entry div {padding:10px 0;font-size:14px;line-height: 18px;}
h1,h2,h3,h4 {font-weight: normal;}
h1, h2.pagetitle {
	color: #472a2b;
	border-bottom:1px solid #eee;
	background: transparent url(images/bullet.gif) left no-repeat;
	margin:10px 0 5px 0;
	padding-left:20px;
	padding-bottom:5px;
font-size:18px;	
}
h2 {
	padding:15px 0 5px 0;
font-size:20px;
}
h3 {
	font-size:18px;
	font-weight:normal;
	color:#333;
	padding:5px 0;	
}
/*** 
!Header
***/
div.logo {
	position: absolute;
	top:0;
	left:0;
}
div.masthead {
	margin:0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
/*** 
!Navigation
***/
/**=== info-nav (top right) ==*/
div#info-nav {
	height:22px;
/* 	background: transparent url(images/header_top_bgd.gif) top left repeat-x; */
	background: #472a2b;
	border-bottom: 1px solid #000;
	width:100%;
	text-align: right;
}
ul.info-nav {
	list-style:none;
	padding:3px 0;
	padding-right:5px;
}
ul.info-nav li {
	display:inline;
	padding:0 3px;
	color:#fff;
}
ul.info-nav li a,
ul.info-nav li a:active,
ul.info-nav li a:visited {
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
}
/*** 
!Content
***/
div.content {
	width:700px;
	float:right;
	padding:0 5px 10px 15px;
	border-left:1px solid #eee;
}
div.side-bar {
	width:250px;
	float:left;
}
p.info {
	border-left:1px solid #eee;
	margin:2px 0 10px 15px;
	padding:3px 0 0 8px;
}
div.section {
	background:transparent url(images/bgd_section.gif);
	text-align:center;
	clear:both;
	width:270px;
	position:relative;
	left:-3px;
	top:5px;
}
p.section {
	font-style:italic;
	text-align:center;
}
p.section a {color:#000;text-decoration:underline;}
/*** 
!Login
***/
p.login-head {
	background: #eee;
	padding:8px;
	margin:15px 0 10px 0;
	color:#472a2b;
	font-size: 16px;
}
a.login-head,
a.login-head:visited,
a.login-head:active {
	background: #eee;
	padding:8px;
	margin:15px 0 10px 0;
	color:#472a2b;
	font-size: 16px;
	display: block;
}
a.login-head:hover {
	background: #aaa;
	color: #fff;
	text-decoration: none;
}
form p {
	margin:0;
	padding:0;
}
form label {
	color: #472a2b;
	padding:2px 0;
	display: block;
}
form input {
	border:1px solid #ccc;
	padding:3px;
}
form input.submit {
	border:none;
	color:#333;
	margin:5px 0 0 0;
}
/*** 
!Navigation
***/

/** login nav **/
p.login-head {
	background: #eee;
}
/** sidenav **/
ul.sidenav li {
	list-style-position: inside;
	list-style: none;
	padding-top:10px;
}
	ul.sidenav li a,
	ul.sidenav li a:visited,
	ul.sidenav li a:active {
		background:#eee;
		padding:10px 15px;
		margin:3px 0;
		display: block;
		width:240px;
		position: relative;
		left:-4px;
		float:right;
		text-transform: capitalize;
		font-size:16px;
	}				
	ul.sidenav li a:hover {
		background: #aaa;
		color:#fff;
		text-decoration: none;
	}		
	ul.sidenav li a.current,
	ul.sidenav li a.current:visited,
	ul.sidenav li a.current:active,
	ul.sidenav li a.current:hover {
		background: #fff;
		border-top:1px solid #eee;
		border-right:1px solid #eee;
		border-bottom:1px solid #eee;	
		color: #472a2b;		
	}
/** subnav **/
ul.subnav {
	border-bottom: 1px solid #eee;
	padding-bottom:5px;
	margin-bottom:15px;
}
ul.subnav li {
	list-style: none;
	padding-top:5px;
	display: inline;
	margin-right:5px;
}
	ul.subnav li a,
	ul.subnav li a:visited,
	ul.subnav li a:active {
		color:#aaa;
		padding:5px 8px 5px 8px;
		margin-bottom:5px;
		background: #eee;	
		text-transform: capitalize;	
		font-size:13px;
		position:relative;
			top:2px;
	}				
	ul.subnav li a:hover {
		background: #aaa;
		color:#fff;
		text-decoration: none;
	}		
	ul.subnav li a.current,
	ul.subnav li a.current:visited,
	ul.subnav li a.current:active,
	ul.subnav li a.current:hover {
		background: #fff;
		border-top:1px solid #eee;
		border-right:1px solid #eee;
		border-left:1px solid #eee;	
		color:#666;
	}			
/*** 
!Footer
***/
.footer-wrapper {
padding: 0 20px;
}
.footer {
  padding:5px 0;
  border-top:1px solid #eee;	
  margin:10px 0;
}
  .float-left {float:left;}
  .float-right {float:right;}
  .footer ul {
   list-style: none;
  }
   .footer ul li {
    display: inline;
    padding-right:10px;
    font-size:11px;
    color:#ccc;
   }
    .footer ul li a,
    .footer ul li a:visited,
    .footer ul li a:active,
    .footer p a,
    .footer p a:visited,
    .footer p a:active {
     color:#666;
     font-size:11px;
    }
    ul.darker li a,
    ul.darker li a:visited,
    ul.darker li a:active {
     color:#aaa;
    }
        
  .footer p {
   font-size:11px;
   color:#aaa;
   padding:0;
   margin:0;
  }