/*
--------------------------
Simple PHP Blog CSS Styles
--------------------------

Name: muc Theme
Author: Bill Bateman
Version: 0.4.6

/* Special header graphic - resizeable */
/* Logo Area */
body {
  background: transparent url(img/bgSh.png) repeat-y	center ;
  margin:0px;
  text-align:center;
  
}

#container{
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;
 width:718px;
}
#container .foo{
    margin-left:10px;
    color:#9d0;
    font: 12px Calibri, Lucida Grande, Georgia, Verdana, Trebuchet MS;
}
#bodyHead{
width:718px;
height: 20px;
  background: transparent url(img/conup.png) no-repeat center;
}
#body {
 width:718px;
  background: transparent url(img/bg.png) repeat-y center;
}

#header {
   width:718px;
   height: 390px;
   background: transparent url(img/hh02.png) no-repeat top left;
}
#footer {
   width:718px;
   height: 20px;
  background: transparent url(img/conDwn.png) no-repeat center;
}

#content{
   margin-left:20px;
   width:470px;
   padding:5px;
   color:#3c4f03;   
   font: 14px Calibri, Lucida Grande,Georgia, Verdana, Trebuchet MS;
   
}
#menu{
   text-align:left;
   margin-right:10px;
   float:right;
   position: relative;
   
}
#banner{
   padding:4px;
   color:#9d0;
}



br.clear {
  clear: both;
  height: 0;
  line-height: 0px;
}

div.shadowLeft {
  float: left;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  margin-right:7px;
}

div.shadowLeft img {
  padding: 5px 5px 9px 5px;
  background: white url(img/shad_bottom.png) repeat-x bottom left;
}

div.shadowLeft div.topleft {
  width: 2px;
  height: 4px;
  background: url(img/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadowLeft div.topright {
  width: 2px;
  height: 4px;
  background: url(img/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadowLeft div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(img/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadowLeft div.bottomright {
  width: 4px;
  height: 4px;
  background: url(img/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}


div.shadowRight {
  float: right;
  padding: 0 1px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
  margin-right:7px;
}

div.shadowRight img {
  padding: 5px 5px 9px 5px;
  background: white url(img/shad_bottom.png) repeat-x bottom left;
}

div.shadowRight div.topleft {
  width: 2px;
  height: 4px;
  background: url(img/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}

div.shadowRight div.topright {
  width: 2px;
  height: 4px;
  background: url(img/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}

div.shadowRight div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(img/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadowRight div.bottomright {
  width: 4px;
  height: 4px;
  background: url(img/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}

#HeaderArea {
	margin: 0;
	background-position: top;
	position: relative;
	left: 0px;
	top: 0px;
}

#HeaderLeft {
	height: 41px;
	width: 1px;
	position: absolute;
	left: 0px;
}

#HeaderRight {
	height: 41px;
	width: 1px;
	position: absolute;
	right: 0px;
}

#HeaderCenter {
	height: 41px;
	left: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
}
#Header_image {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-decoration: none;
}
#Header {
}

/* END logo area */


/* Images */
img	{
	border: 0;
}

hr	
{
	color: #9A9A8C;
	height: 1px;
	border: 0px;
}

#img_float_left
{
	/* Used in the [img] tag when float=left */
	float: left;
}

#img_float_right
{
	/* Used in the [img] tag when float=right */
	float: right;
}

/* General Layout */

body
{
	background: #ffc url(img/bgSh.png) repeat-y center ;
  margin:0px;
  text-align:center;
}

/* NEW */
form {
}

/* NEW */
code, pre {
	font-family: 'Courier New', Courier, Fixed;
}

/* NEW */
pre {
	overflow: auto;
	width: 430px;
	border: 1px dotted #777;
	padding: 5px
}

/* NEW */
#archive_tree_menu ul	
{
	list-style: none inside;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

/* NEW */
#archive_tree_menu li	
{
	margin: 0px;
	padding: 4px 0px 0px 0px;
}

input, select, option, textarea
{
	font-size: 11px;
	text-align: left;
}



#maincontent
{
	margin: 0;
	padding: 0px;
	top: 0px;
	 width:500px;

}
#cnt
{
	margin: 0;
	padding: 15px;
	top: 0px;
	width:490px;
	 font-family: 'Calibri', 'Lucida Grande', 'Georgia','Verdana'  , 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 14px;
}

#maincontent .blog_subject
{
	font-family: 'Calibri', 'Lucida Grande', 'Georgia','Verdana'  , 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 18px;
	font-size: 20px;
	padding: 0px 6px 0px 0px;	
}
#content .blog_subject
{
	font-family: 'Calibri', 'Lucida Grande','Georgia','Verdana'  , 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 18px;
	color: #2b3e02;
	font-size: 20px;
	padding: 0px 6px 0px 0px;	
}
#maincontent .blog_body
{
	padding: 20px; /* Used to be 10px */
	margin: 00px;
	line-height: 16px; /* This is new */
	border-width: 1px;
	border-style: none;
	color: #663;
	border-color: #A6A6A6;
	width:500px;
	font-family: 'Calibri', 'Lucida Grande', 'Georgia','Verdana'  , 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	
}

#content .blog_byline
{
	font-weight: normal;
	color: #5e6f35;
	font-size: 12px;
	margin-bottom: 4px;
	top: 0px;
}

#maincontent .blog_comment
{
	padding: 6px 10px 0px 0px;
	font-size: 12px;
	font-weight: bold;	
	color: #663;
}

#sidebar
{
	font-family: 'Calibri', 'Lucida Grande', 'Georgia','Verdana'  , 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 16px;
	float:right;
	position:relative;
	height: 100%;
	width: 195px;
	padding: 0px 0px 0px 12px;
	font-size: 11px;
	font-weight: normal;	
}

#sidebar-top
{
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#sidebar .menu_title
{
	font-family: 'Calibri', 'Lucida Grande', 'Georgia','Verdana'  , 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFc;
	padding: 0px 5px 3px 7px;
	margin: 0px;
}

#sidebar .menu_body
{font-size: 13px;
	font-family: 'Calibri', 'Lucida Grande', 'Georgia','Verdana'  , 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	padding: 5px;
	clear: both;
	margin: 0px;
        line-height:1.6;
}

#sidebar .calendar
{
	font-size: 12px;
}

#sidebar .calendar a
{
font-size: 11px;
font-weight: bold;
text-decoration: none;
}

#sidebar .calendar td
{
	padding: 2px;
}

/* Links */

a
{
	font-weight: normal;
	text-decoration: none;
}

a:link, a:visited
{
	color: #333;
}

a:hover
{
	color: #555;
}

#toggleSidebarCalendar{
  color:#fff;
}
#toggleSidebarCounter{
  color:#fff;
}
a:active {
	color: #777;
}

#sidebar .menu_title a
{
	color:#ffd;
}

#sidebar .menu_body a
{
	font-weight: normal;
	text-decoration: none;
}

#sidebar .menu_body a:link
{
	color: #ffb;
}

#sidebar .menu_body a:visited
{
	color: #ffc;
}


#sidebar .menu_body a:hover
{
	color: #FFe;
}

#sidebar .menu_body a:active {
	color: #ffD;
}

/* Typeography */

blockquote {
	margin: 15px 30px 0 45px;
	padding: 0 0 0 45px;
	font-style:italic;
}


h1, h2, h3, h4, h5, h6
{
	font-family: 'Calibri', 'Lucida Grande', 'Georgia','Verdana'  , 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-weight: bold;
	
	margin: 2px 0px 2px 0px;
}

h1
{
	font-size: 20px;
	font-weight: bold;
}

h2
{
	font-size: 18px;
	font-weight: bold;
}

h3
{
	font-size: 16px;
	font-weight: bold;
}

h4
{
	font-size: 14px;
	font-weight: bold;
}

h5
{
	font-size: 12px;
	font-weight: bold;
}

h6
{
	font-size: 12px;
	font-weight: bold;
}

