#header {
	background: #fff;
	height: 70px;
/*	border-bottom: 3px solid #369;*/
	margin-bottom: 0;
	position: relative;
	width: 100%;
	}

div { font-size: 1em; }

body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #555555;
	}

body { font: 100%/1em arial, helvetica, sans-serif; }

html, body {
	border: 0;
	margin: 0;
	padding: 0;
	}

.postDate {
    display: inline;
    margin-left: 20px;
}
.tags {
    display: inline;
}
body {
	background: #369 url(../images/bg.png) repeat-x 50% 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
.container {
	background-color: #FFFFFF;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	
}
#edit-tab { background-color: #6699cc; padding: 0 6px 0 3px; margin-top:10px; 
		-moz-border-radius: 0 3px 3px 0;
		-webkit-border-radius: 0 3px 3px 0;
	}
#edit-tab a {color: #FFF;}
#edit-tab a:hover { color: #004488; }

#logo {
/*   width: 167px;*/
/*   background: #FFF url(../images/mf_logo.png) no-repeat;*/
/*  width: 244px;*/
    height: 40px;
   margin: 25px 30px;
   display: block;
   }
#logo span {
/*   display: none;*/
font-size: 30px;
   }
#description, .description {
    margin: 20px;
	font-size: 1.1em;
	color: #333333;
}

.snippet {
	background-color: #DDDDDD;
	padding: 5px;
	margin: 5px;
}
.orange h2 a, .blue h2 a, .purple h2 a, .green h2 a { color: #FFFFFF;}
#subscriptions { margin-top: 20px;}
.subscribe span { display: none; }
.subscribe {width: 16px; height: 16px; display: block; margin: 3px; background-repeat: no-repeat; }
#subscribe-rss { background-image: url(../images/feed-icon-16x16.png); }
#subscribe-kml { background-image: url(../images/kml_icon.png); }

.simple .column {
	min-height: 250px;
	margin-left: 10px;
}
.entry h2 {padding: 6px;}
.entry .column{
	margin-bottom: 20px;
}
.blue { border: 1px solid #6699cc; }
.blue h2 { background: #6699cc; color: #efe; }
.green { border: 1px solid #339966; }
.green h2 { background: #339966; color: #063; }
.orange { border: 1px solid #ff9933; }
.orange h2 { background: #ff9933; color: #efe; }
.purple { border: 1px solid #BD4568; }
.purple h2 { background: #BD4568; color: #efe; }

.entry .column {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}
.entry p {
/*	padding: 10px;*/
}

div { font-size: 1em; }


a, a:visited { text-decoration: none; }
a:hover { color: #004488; }
a { color: #FF6600; }

#sidebar li {
	list-style: none;
	margin: 0;	
}
#right-minibar a, #right-minibar h5 { color: #555555;} 
#right-minibar li {
/*  list-style: disc;*/
}
#gsfn_list_widget li {
    border-bottom: 1px solid #555555;
}
#gsfn_list_widget h2 {
    font-size: 12px;
}
#searchform input {display:inline;}

.feed-list li, .feed-list td, .item-list li, .item-list td {
	border-bottom: 1px solid #cde;
	list-style: none;
	margin: 0;
	padding: 5px 10px;
	vertical-align: middle;
	}
.feed-list, .item-list {
	border-top: 1px solid #9ab;
	list-style-type: none;
	margin: 10px 0;
	padding: 0;
	max-height: 255px;
	overflow-y: auto;
	cursor: pointer;
	}
#footer {
	border-top:1px solid #EEEEFF;
	clear:both;
	color:#EEEEFF;
	margin:50px 10px;
	padding:10px;
	text-align:center;
	}
#footer a {color: #FFF;}
#footer a:hover {color: #FF6600;}
#header_nav {
	background-color: yellow;
}
#header_nav h3 {
	font-size: 1.1em;
	color: red;
/*	padding: 0 10px;*/
	
}

#nav { 
	margin:0px;
	background-color:#336699;
	color:#fff; 
	font-weight: bold;
/*	border-bottom: 1px solid #6F8C8F; */
}

#nav a { 
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	text-decoration:underline;
}
#nav
{
	padding:0;
	margin:0;
	color:#fff;
	white-space:nowrap;
	list-style-type:none;
	font-size: 1.1em;
}
#nav ul { margin: 0; }
#nav li {display:inline;}
#nav li a
{
	padding: 1em 1em 0 1em;
	text-decoration:none;
	float:left;
	height: 25px;
	
}
#nav li a:hover
{
	color:#336699;
	background-color: #FFFFFF;
	text-decoration: none;
}
#nav ul {
	margin-left: 25px;
}

dl.steps dt {
	border-top: 1px solid #888888;
	clear: both;
	padding: 5px 0 ;
}
dl.steps dd {
	margin-bottom: 2em;
}
dd img { paddind: 5px; }
abbr {display: inline;}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */