/*
Theme Name: Mezzo (V2)
Theme URI: http://www.wpthemesplugin.com
Description: Mezzo by Moses Francis at www.wpthemesplugin.com
Author: moses francis


Copyright 2007-2008 by wpthemesplugin
valid xhtml 1.0 transitional and valid css 3.0
no-hack css coded
*/

body {
    background: #333;
	margin: 0;
	padding: 0;
	font-family: Tahoma, "Trebuchet MS", "Arial Narrow";
	color: #333;
	font-size: 85%;
}
p, ul, pre, h1, h2, h3, h4, h5, h6, blockquote { margin: 8px 0 ;}
img { border: 0; }
pre {
    white-space: pre-wrap;       /* CSS-3                  */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999    */
    white-space: -pre-wrap;      /* Opera 4-6              */
    white-space: -o-pre-wrap;    /* Opera 7                */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
pre, code { font-family: normal Fixed,monospace; font-size:0.9em; }
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: "Trebuchet MS", Tahoma, "Arial Narrow";
    letter-spacing: -0.05em;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.3em; }
h4 { font-size: 1.15em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1.05em; }

h1 { color: #006699; }
h2 { color: #CC0000; }
h3 { color: #333; }
h4 { color: #666; }
h5 { color: #006699; }
h6 { color: #CC0000; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

a {
	color: #006699;
}
a:hover, a:active {
	color: #CC3300;
}


#wp_wrap {
	width: 800px;
	margin: 20px auto;
	border: 1px solid #222;
}
#wp_container {
    width: 800px;
    background: #fff url('images/wp_content_repeat.gif') top left repeat-y;
    position: relative;
	float: left;
}
#wp_header {
	margin: 0;
	padding: 0;
	position: relative;
	height: 85px;
	background: #1C3F52 url('images/header_wp.jpg') bottom left no-repeat;
}
.wp_header_fixed {
    z-index: 99;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	height: 4px;
	background-image: url('images/header_wp_fixed.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
#search {
    position: absolute;
    top: 20px;
    right: 10px;
}
#search p {
	margin: 0;
	padding: 0;
}
#search form {
	margin: 0;
	padding: 0;
}
#search form .text {
	padding: 4px;
	width: 200px;
	float: left;
	background: #476C7F;
	border: 1px solid #1B3D50;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#search form .submit {
	margin-top: 5px;
	margin-left: 5px;
}
#logo {
    position: absolute;
    left: 10px;
    top: 10px;
    text-indent: -10000px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url('images/header.png') top left no-repeat;
	width: 229px;
}

#nav {
    position: absolute;
    bottom: 3px;
    z-index: 100;
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
#nav li a {
	float: left;
	font-size: 11px;
	color: #ccc;
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	margin-right: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#nav li.right { float: right; }
#nav li a:hover, #nav li a:active {
    color: #EFB73A;
}
#nav li.active a {
	background: #ccc;
	color: #333;
	padding: 0 10px;
}

#content {
	margin: 0;
	float: left;
	width: 520px;
	padding: 15px 265px 15px 15px;
	position: relative;
}
#sidebar {
	float: left;
	position: relative;
	margin-left:-230px;
	width: 215px;
	padding-right: 15px;
}
#wp_footer {
	clear: both;
	font-size: 0.8em;
	text-align: center;
	margin: 0;
	line-height: 20px;
	background-image: url('images/main_footer.gif');
	background-repeat: no-repeat;
	padding: 10px 0;
}
.wp_footer_fixed {
	background-image: url(images/footer_fixed.jpg);
	background-repeat: no-repeat;
	margin: 0;
	clear: both;
	height: 8px;
}
.wp_footer_blog {
	margin: 0;
	float: left;
	background-image: url(images/blog_foot.gif);
	background-repeat: no-repeat;
	position: relative;
	padding-top: 20px;
	text-align: left;
	background-color: #122936;
	padding-bottom: 20px;
}

.pagetitle { color: #cc0000; }

/* post config */
.post { margin-bottom: 20px; }
.post .title {
	position: relative;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
}
.post .date {
    position: absolute;
    width: 30px;
    color: #ccc;
    right: 0;
    top: 0;
	line-height: 18px;
	text-align: center;
/*  background: transparent url(images/calendar.gif) top center no-repeat;*/
}
.post .date .days {
    font-size: 1.5em;
	margin: 0;
	font-weight: bold;
}
.post .date .month {
    margin: 5px 0 0 0;
	font-size: 1.2em;
	font-weight: normal;
}
.post .permalink {
	position: relative;
	margin:0;
	padding:0;
}
.post .permalink, .post .permalink a { color: #006699; }
.post .permalink a:hover, .post .permalink a:active { color: #CC3333; }

.post h6 a { color: #333; }
.post h6 a:hover, .post h6 a:active { color: #999; }

.post .meta {
	padding-top: 3px;
	margin: 0;
	font-size: 0.85em;
	color: #999999;
	text-align: left;
}

.post .meta-comments a { background: url('images/comments.gif') left center no-repeat; padding-left: 14px; }
.post .meta-categories a { background: url('images/categories.gif') left center no-repeat; padding-left: 14px; }

.body a[href ^="http://"] { background: url('images/link-generic.gif') left center no-repeat; padding-left: 14px; }
.body a[href ^="ftp://"] { background: url('images/link-ftp.png') left center no-repeat; padding-left: 14px; }
.body a[href ^="mailto://"] { background: url('images/link-mail.png') left center no-repeat; padding-left: 14px; }
.body a[href $=".doc"], .body a[href $=".DOC"] { background: url('images/link-word.png') left center no-repeat; padding-left: 14px; }
.body a[href $=".xls"], .body a[href $=".XLS"],
.body a[href $=".csv"], .body a[href $=".CSV"] { background: url('images/link-excel.png') left center no-repeat; padding-left: 14px; }
.body a[href $=".zip"], .body a[href $=".ZIP"],
.body a[href $=".gz"], .body a[href $=".GZ"], 
.body a[href $=".bz"], .body a[href $=".BZ"] { background: url('images/link-zip.png') left center no-repeat; padding-left: 14px; }
.body a[href $=".pdf"], .body a[href $=".PDF"],
.body a[href *=".pdf#"], .body a[href *=".PDF#"],
.body a[href *=".pdf?"], .body a[href *=".PDF?"] { background: url('images/link-pdf.png') left center no-repeat; padding-left: 14px; }
.post .body, .lifestream {
	line-height: 20px;
	text-align: left;
	color: #444444;
}
blockquote {
	padding-left: 8px;
	border-left: 5px solid #aaa;
	color: #666;
	font-size: 12px;
	font-family: Tahoma, "Trebuchet MS", "Arial Narrow";
}
.post pre {
	clear: both;
	margin: 8px 0;
	display: block;
	padding: 5px;
	color: #555;
	background: #eee;
	border: 1px solid #ddd;
	border-left: 5px solid #ccc;
}
.post code {
    background: #eee;
    color: #555;
    padding: 0 3px;
}
.post .comments {
    margin-top: 8px;
	height: 30px;
}
.post .comments a {
    font-weight: bold;
    text-decoration: none;
	display: block;
	width: 67px;
	background-image: url(images/comment_in.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	font-size: 10px;
	color: #333333;
	padding: 0 10px 0 23px;
	padding-left: 23px;
	height: 20px;
}
.post .comments a:hover, .post .comments a:active {
	background-image: url(images/comment_out.gif);
	color: red;
}
.clear { clear: both; }
.clearfixed {
	margin: 0;
	padding: 0;
	float: left;
	height: 35px;
	width: 485px;
}
.post_updates {
	float: left;
	width: 480px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.post_updates a {
	color: #CC0000;
}
.post_updates a:hover, .post_updates a:active {
	color: #006699;
}
.feedmenow {
	margin: 8px 0;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #333333;
	background-image: url(images/rss.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.feedmenow a {
	color: #132A37;
}
.feedmenow a:hover, .feedmenow a:active {
	color: #132A37;
	text-decoration: underline;
	font-weight: bold;
}
.comment {
	position: relative;
    margin-bottom: 20px;
	font-size: 12px;
	background: #eee;
}
.comment .title {
    padding: 0 8px;
    line-height: 36px;
    margin-left: 36px;
    color: #111;
}
.author-comment .title { color: #CC3300; }
.author-comment { background: #ddd; }
.comment .body { padding: 0 8px 8px 8px; }
.comment .gravatar {
    position: absolute;
    left: 0;
    top: 0;
	border: 1px solid #ddd;
	background: #eee url('images/defaultgravatar.jpg') center center no-repeat;
	display: block;
	height: 32px;
	width: 32px;
}
.comment .gravatar img {
    width: 100% !important;
    height: 100% !important;
}
#comments .text {
	width: 200px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #ccc;
}
#comments textarea {
	height: 150px;
	width: 480px;
	padding: 4px;
	margin: 0;
	border: 1px solid #ccc;
}

#sidebar h2 {
	color: #CC3300;
	padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-family: Tahoma, "Trebuchet MS", "Arial Narrow";
	letter-spacing: -1px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
#sidebar ul ul { margin-left: 14px; }
#sidebar li { font-weight: bold; display: inline; }
#sidebar li:hover { color: #CC3300; }
#sidebar li a {
    padding: 0 5px 0 19px; background: url('images/bullet_red.png') left 3px no-repeat;
    font-weight: normal;
    display: block;
    margin: 2px 0;
    position: relative;
}
#sidebar a {
	color: #006699;
	font-weight: normal;
}
#sidebar a:hover { color: #CC3300; }
#wp_footer p {
	padding-left: 10px;
	margin: 0;
	font-size: 1.1em;
	color: #efefef;
	font-weight: normal;
}
#wp_footer a {
	color: #eee;
}
#wp_footer a:hover, #wp_footer a:active {
	color: #ccc;
}
#wp-calendar {
	empty-cells: show;
	width: 160px;
	font-size: 12px;
	color: #006699;
	text-align: center;
	background-color: #FFFFFF;
	float: left;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#wp-calendar a {
	color: #CC0000;
}
#wp-calendar a:hover, #wp-calendar a:active {
	color: #CCCC99;
}
#wp-calendar caption {
	text-align: left;
	color: #CC0000;
	width: 155px;
	font-size: 1.5em;
	margin: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: Tahoma, "Trebuchet MS", "Arial Narrow";
}

#wp-calendar th {
	margin: 0;
	padding: 0;
	text-align: center;
}

#wp-calendar #next a {
	text-align: left;
	color: #CC0000;
	float: right;
}

#wp-calendar #prev a {
	text-align: left;
	color: #006699;
	float: left;
}
#wp-calendar td {
	margin: 0;
	padding: 0;
	text-align: center;
}
#wp-calendar tf {
	margin: 0;
	padding: 0;
}
.related_articles {
	margin: 0;
	background-image: url(images/vine_line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 15px;
}
.related_articles h2 { color: #666; }
ul { padding-left: 25px; line-height: 20px; }
.related_articles a {
	color: #006699;
	font-size: 12px;
}
.related_articles a:hover, .related_articles a:active {
	color: #CC0000;
}
#validation {
	font-size: 11px;
	color: #CCCCCC;
}
.no_arrow {
	float: left;
	width: 160px;
	padding: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.no_arrow li {
	padding: 0;
	float: left;
	margin-top: 8px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
}
.no_arrow li a {
	margin: 0;
	padding: 0;
	float: left;
	color: #006699;
}
.no_arrow li a:hover, .no_arrow li a:active {
	margin: 0;
	padding: 0;
	float: left;
	color: #CC0000;
}
.no_arrow ul li img {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	float: left;
}


#sidebar .falbum-recent { display: block; text-align: center; }
#sidebar .falbum-thumbnail-nods { display: -moz-inline-block; display: -moz-inline-box; display: inline-block; margin: 0; padding: 0; position: relative; }
#sidebar .falbum-thumbnail-nods a { display: block; width: 85px; padding: 5px; height: 75px; border: 1px solid #ccc;  background:#fff; margin:5px; }
#sidebar .falbum-thumbnail-nods a:hover { border-color: #aaa; }
#sidebar .falbum-thumbnail-nods img { width: 100%; height:100%; display: block; }

.navigation { height: 20px; }
.alignleft { float: left; margin: 0 5px 0 0; }
.alignright { float: right; margin: 0 0 0 5px; }
.attachment { border: 1px solid #ddd; }
.gallery { text-align: center; }
.gallery-icon a { background: none !important; padding: 0 !important; }











#sidebar .lifestream a { display: inline; }
#sidebar .lifestream li { display: block; font-weight: normal; font-size: 0.9em; }
#sidebar .lifestream li:hover { color: #000; }
#sidebar .lifestream .lifestream_text p { margin: 0; }
#sidebar .lifestream_text li { padding-left: 8px; margin-left: 0; }

a.nbmapdl {
    background:#EEEEEE none repeat scroll 0 0 !important;
    padding-left:5px !important;
}
.nbmap h2 a { 
    padding-left:0 !important;
    background:none !important;
}

#github-badge li img { display: none; }