/* Reset ------------------- */
 
* { margin: 0; padding: 0; }


/* Global ------------------- */
 
body { font: normal 12px Verdana;}

ul { list-style: none; }
ol { list-style-position: inside; }
h1, h2, h3 { font: normal 24px Arial, Helvetica, sans-serif; color: #0DB24C; }
h1 { font-size: 20px; margin-bottom: 7px; }
h2 { font-size: 18px; margin-bottom: 5px; }
h3 { font-size: 16px; margin-bottom: 5px; }

a { text-decoration: underline; color: #333; }
a:hover { color: #333; }

h1 a { color: #0DB24C; text-decoration: underline; }
h1 a:hover { color: #0DB24C; }

p { line-height: 18px; padding-bottom: 20px; }

pre { border: 1px solid #d5d8f9; background: #fafafa url(images/bg-block.png); padding: 10px; margin-bottom: 20px; }


/* Blocks ------------------- */

#container { width: 1000px; overflow: hidden; }
#header { height: 139px; clear: both; position: relative; padding-top:20px; }
#content { width: 580px; float: left; padding: 20px; padding-left:218px;} 
#sidebar { width: 130px; float: left; padding-left:47px; }
#footer { clear: both; font-size: 11px; text-align: center; padding: 20px 0 10px 0; position: relative; }

/* Logo ------------------- */

#logo { position: absolute; top: 50px; left: 15px; font: normal 28px Verdana; color: #549bcc; text-decoration: none; }

/* Description ------------------- */

#description { position: absolute; top: 90px; left: 15px; font: normal 18px Verdana; color: #eb95b8; text-decoration: none; }

/* Header ------------------- */

#header ul { position: absolute; top: 175px; right: 15px; overflow: hidden; }
#header ul li { float: left; }
#header ul li a { color: #549bcc; text-decoration: underline; font-size: 14px; }
#header ul li a:hover { color: #eb95b8; }

/* Sidebar ------------------- */

#sidebar .block { background: #f7fcff; margin-bottom: 10px; padding: 8px; }
#sidebar .block h2 { color: #eb95b8; }
#sidebar .block li { padding: 7px 0;}
#sidebar .block li a { color: #549bcc; text-decoration: none; }
#sidebar .block li a:hover { color: #eb95b8; }

/* Post ------------------- */

.post { border-bottom: 1px dashed #aaa; margin-bottom: 15px; }
.post .date { font-size: 16px; color: #abbbac; margin-bottom: 10px; }

.post p a { text-decoration: none; color: #549bcc; border-bottom: 1px solid #333; }
.post p a:hover { color: #555; border-bottom: 1px solid #555; }

/*
 * Comments
 *
 */
 
h2#comments { color: #549bcc; margin-bottom: 10px; font-size: 16px; }
 
.comment { background: #fafafa; padding: 10px; margin-bottom: 10px; color: #777; padding-left:188px; }
.comment p { color: #333; font-size: 11px; line-height: 16px; }
.comment .author { margin-bottom: 5px; }

.comment-form { position: relative;z-index: 10; }
.comment-form h3 { color: #333; }
.comment-form p {  padding-bottom: 5px; }
.comment-form .text { width: 150px; height: 20px; margin-top: 5px; }
.comment-form label { margin-left: 5px; }
.comment-form textarea { width: 380px; height: 70px; margin-top: 5px; }
.comment-form .submit { margin-top: 5px; padding: 3px 5px; margin-bottom: 10px; }

.center { text-align: center; font-size: 16px; }

#footer { }
#footer a { color: #eb95b8; text-decoration: underline; font-weight: bold; line-height: 16px; }

*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}	


.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

*/
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.mainMenuLink{
   display:block;
   width:100px;
   padding:2px 5px;
   text-decoration:none;
   color:#000000;
   margin:4px;
   border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
}

.mainMenuLinkSelected{
   display:block;
   width:100px;
   padding:2px 5px;
   text-decoration:none;
   color:#0db24c;
   background-color:#ffffff;
   margin:4px;
   border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
   font-weight:bold;
}

.mainMenuLink:hover{
   background-color:#ffffff;
}

.mainMenuLinkSelected:hover{
   background-color:#ffffff;
}

.subMenuLink{
   display:block;
   text-indent:15px;
   width:110px;
   padding:2px 5px;
   text-decoration:none;
   color:#000000;
   margin:4px;
   border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
}

.subMenuLinkSelected{
   display:block;
   text-indent:15px;
   width:100px;
   padding:2px 5px;
   text-decoration:none;
   color:#0db24c;
   background-color:#ffffff;
   margin:4px;
   border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
   font-size:13px;
}

.subMenuLink:hover{
   background-color:#ffffff;
}

.subMenuLinkSelected:hover{
   background-color:#ffffff;
}
/* End captions */

#header_main {
	float: left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header_left {
	float: left;
	background-image: url('images/header_left.gif');
	background-repeat: no-repeat;
	height: 138px;
	width: 159px;
}
#header_right {
	background-image: url('images/header_right.gif');
	background-repeat: no-repeat;
	height: 138px;
	width: 0px;
	float: right;
}

a.blogsubnav:link{
   display:block;
   text-indent:15px;
   width:100px;
   padding:2px 5px;
   text-decoration:none;
   color:#000000;
   margin:4px;
   border:0px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
   font-size:13px;

}
div.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  line-height: 1.1;
  text-align: left;
  position: fixed;
  top: 20px;
  left: auto;
  width: 8.5em;
  left: 0px;
}

.mmf-response-output { font-size: 15px }