/* ------------------------------------------------------------------------
	Template Name : CoolBlue
	Template Code : S-0031
	Version : 1.1
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/
	Last Date Modified : December 13, 2012
 -------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------
    R E S E T
----------------------------------------------------------------------------- */
/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}*/
/* HTML5 display-role reset for older browsers */
/*
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*/
/* ----------------------------------------------------------------------------
    G E N E R A L
----------------------------------------------------------------------------- */
/*
html {
    overflow-y: scroll;
}
body {
	font: 15px/24px Georgia, Serif;
	color: #454545;
   	background: url(../images/blog/bg.png);
}
*/
/* Links */

/*
.MZ a:link, a:visited {
	text-decoration: none;
	color: #147DB6;
    outline: 0;
}
.MZ a:hover, a:focus, a:active {
  color: #CC3300;
}
.MZ a:link.more, a:visited.more {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif;
   	float: left;
	margin-top: 10px;
	margin-right: 5px;
	padding: 6px 10px;
	border: 1px solid #2177A5;
	background-color: #227bad;
	color: #fff;
    font-size: 13px;

    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
}
.MZ a:hover.more {
	border:  1px  solid #B32D00;
	background-color: #CC3300;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
}
*/
/* Headers */
.MZ h1, .MZ h2, .MZ h3, .MZ h4 {
	font: bold 1em/1.5em MerriweatherBold, Times New Roman;
   	margin-bottom: 24px;
    color: #353535;
}
.MZ h1 {
    font-size: 38px;
    line-height: 42px;
    margin-top: 2px;
    margin-bottom: 4px;
    letter-spacing: -2px;
}
.MZ h2 {
    font-size: 30px;
    line-height: 38px;
    margin-top: 5px;
    margin-bottom: 5px;
	letter-spacing:-1px;
	border-bottom:#285935 1px dashed;
}
.MZ h3 {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.MZ h4 { font-size: 18px; }

/* Lists */
.MZ ul, .MZ ol {
	margin: 0 0 24px 0;
	padding: 0 20px;
}
.MZ ul { list-style: disc; }
.MZ ol { list-style: decimal; }

.MZ dt {
    font-weight: bold;
    color: #1980AF;
}
.MZ dd {
    padding-left: 20px;
}

.MZ p, .MZ dl { margin: 0 0 24px 0; }

.MZ blockquote {
  	margin: 12px 0;
  	padding: 40px 30px 20px 70px;
  	border: 1px solid #E4E6E9;
	background: #F3F4F5 url(../images/blog/quote.png) no-repeat 20px 32px;
  	font-size: 18px;
  	line-height: 28px;
  	font-style: italic;
  	font-family: Georgia, 'Times New Roman', Times, Serif;
  	color: #555;
    overflow: hidden;
}
.MZ blockquote .author {
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 1.5px;
    text-align: right;
    font-size: 12px;
}
.MZ code {
    font-family: Consolas, 'Lucida Console', Monaco, Monospace;
    font-size: 14px;
    line-height: 1.5em;
}
.MZ pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;

    margin: 0 0 24px 0;
  	padding: 0 25px;
  	display: block;
    clear: both;
  	border: 1px solid #E4E6E9;
	background: #F3F4F5;
}
.MZ abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
.MZ mark {
    background-color: #FDD2B3;
}
.MZ strong, .MZ b {
    font-weight: bold;
}
.MZ .no-border {
    border: none;
}

/* Images */
.MZ img {
    background: #F3F4F5;
    border: 1px solid #DEDFE0;
	padding: 15px;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.MZ img.align-right { margin: 6px 0px 6px 15px; }
.MZ img.align-left { margin: 6px 15px 6px 0px; }

/* Table */
.MZ table {
	border-collapse: collapse;
	margin: 12px 0 24px 0;
}
.MZ th, .MZ td {
	text-align: left;			
	border-width: 1px;
  	border-style: solid;
}
.MZ th {
  	padding: .8em 1em;
	background: #2C76A6;
  	border-color: #308ABA #308ABA #246F97 #308ABA;
	color: #fff;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 16px;
	font-weight: bold;
}
.MZ td {
	border-color: #E9E9E9;
	padding: .7em 1em;
}

/* Form */
.MZ form {
    width: 500px;
    margin: 24px 0 24px 0;
    padding: 32px 40px;
    background: #E9EAEB;
    border: 1px solid #DFE1E6;

}
.MZ input, .MZ select {
    vertical-align: middle;
}
.MZ form div {
	border-bottom: 1px solid #D8DAE0;
	padding: 12px 0 5px 0;	margin: 0;
	color: #2C76A6;
}
.MZ form p {
	color: #1980AF;
}
.MZ form label {
    display: block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif;
    font-weight: bold;
    line-height: 24px;
    font-size: 13px;
    margin: 0 0 5px 0;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
    color:#666666;
}
.MZ form label span {
    color: #1980AF;
}
.MZ form input,
.MZ form select,
.MZ form textarea {
    margin-bottom: 24px;
	padding: 9px 10px;
    color: #999;
    background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #999999 #E9EBED #FFFFFF #BBBBBB;
	font: 13px 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif;
	width:715px;
}
.MZ form textarea {
    height: 325px;
}
.MZ form input:focus,
.MZ form select:focus,
.MZ form textarea:focus {
	background: #EEF5F9;
    color: #666666;
}
.MZ form input.button {
   	height: 36px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif;
   	margin-top: 10px;
	margin-right: 3px;
	padding: 6px 10px;
	border: 1px solid #2177A5;
	background-color: #227bad;
    color: #fff;
    cursor: pointer;

    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
}
.MZ .ie7 form input.button {
    padding: 0 2px;
}
.MZ #name, .MZ #email, .MZ #message, .MZ #website {
	width: 475px;
}

/* Clearing and Alignment */
.MZ .align-left {
    float: left;
}
.MZ .align-right {
    float: right;
}
.MZ .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.MZ .ie7 .clearfix { zoom: 1; } /* IE7 */

*/
/* --------------------------------------------------------------------------
    S T R U C T U R E
--------------------------------------------------------------------------- */
.MZ #header-wrap {
    float: left;
    height: 200px;
    width: 100%;
    background: url(../images/blog/header-bg.png) repeat-x;
}
.MZ header {
    position: relative;
    margin: 0 auto;
    width: 978px;
}
.MZ #content-wrap {
    margin: 0;
    padding: 0;
    background: url(../images/blog/content.png);
    width: 100%;
}
.MZ #content {
    width: 978px;
    margin: 0 auto;
    padding: 0 0 24px 0;
    background: url(../images/blog/content-bg.png) repeat-y left top;
}
.MZ #main {
	float: left;
    margin: 40px 0 0 0;
    padding: 0;
	width: 725px;
}
.MZ #main .main-content {
    padding-right: 30px;
    padding-left: 5px;
}

.MZ #sidebar {
    float: right;
    margin: 45px 0 24px 0;
    padding: 0;
    width: 222px;
}
.MZ #extra-wrap {
	width: 100%;
	color: #C2DBE7;
    padding-bottom: 24px;
	border-top: #164F74;
}
.MZ #extra {
	width: 978px;
	margin: 0 auto;
    font-size: 12px;
    line-height: 20px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
.MZ #extra .col {
	float: left;
    margin-left: 30px;
    width: 222px;
}
.MZ #extra .first {
    margin-left: 0;
}
.MZ footer {
	clear: both;
    width: 978px;
	margin: 0 auto;
    padding-top: 12px;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-size: 11px;
	color: #C2DBE7;
    overflow: hidden;
    background: url(../images/blog/footer-line.png) repeat-x left top;
}

/* --------------------------------------------------------------------------
    H E A D E R
---------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------
    M A I N
--------------------------------------------------------------------------- */
.MZ #main h2 {
	font-size: 34px;
    letter-spacing: -0.5px;
}
.MZ #main h2 a { color: #353535; }

/* --------------------------------------------------------------------------
    S I D E B A R
---------------------------------------------------------------------------- */
.MZ #sidebar h3 {
    letter-spacing: 0.2px;
    margin-top: 10px;
    margin-bottom: 14px;
}
.MZ #sidebar .about-me img {
    margin: 0 15px 5px 0;
    padding: 10px;

    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

/* Sidemenu */
.MZ .sidemenu ul {
	margin: 5px 0 24px 0;
    padding: 0;
	border-top:  1px  solid #3B3B3B;
    color: #959595;
z-index=1;
}
.MZ .sidemenu ul li {
	list-style: none;
	margin: 0;
	padding: 7px 5px;
	border-bottom:  1px  solid #E5E5E5;
}
.MZ .sidemenu ul li a:link,
.MZ .sidemenu ul li a:visited {
    color: #33799B;
    padding: 0;
	font-weight: bold;
    text-transform: uppercase;
    font-family:  'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Sans-Serif;
    font-size: 12px;
}
.MZ .sidemenu ul li a span {
    display: block;
	color: #858585;
    font-family: Verdana, Sans-Serif;
	font-style: normal;
	font-weight: normal;
    font-size: 11px;
    line-height: 16px;
	text-transform: none;
}
.MZ .sidemenu ul li a:hover { color: #CC3300; }
.MZ .sidemenu ul ul { margin: 0 0 0 5px; padding: 0; }
.MZ .sidemenu ul ul li { border: none; }

/* Popular */
.MZ .popular ul li {
    line-height: 18px;
}
.MZ .popular ul li a:link,
.MZ .popular ul li a:visited {
    text-transform: none;
}
.MZ .popular ul li a span {
    line-height: 16px;
    margin-top: 6px;
}

/* ---------------------------------------------------------------------------
    E X T R A
----------------------------------------------------------------------------- */
.MZ #extra p {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif;
}
.MZ #extra strong, .MZ #extra em, .MZ #extra b, .MZ #extra i {
    font-family:  'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, sans-serif;
}

.MZ #extra a:link,
.MZ #extra a:visited { color: #fff; }
.MZ #extra a:hover { color: #99CCFF; }

.MZ #extra h3 {
    font: bold 18px  'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Sans-Serif;
    margin-bottom: 15px;
	color: #fff;
}

/* Gallery */
.MZ #extra #gallery {
	padding: 0 0 15px 0;
    margin: 0 0 36px 0;
    width: 100%;
    background: url(../images/blog/footer-line.png) repeat-x left bottom;
}
.MZ #extra #gallery h3 {
    float: left;
    width: 222px;
    margin: 30px 0 0 0;
    padding: 0;
}
.MZ #extra #gallery p.thumbs {
    float: right;
    width: 750px;
    margin: 20px 0 0 0;
    padding: 0;
}
.MZ #extra #gallery p.thumbs img {
	position: relative;
	padding: 9px;
	margin: 10px 0 10px 12px;
	background: #FAFAFA;
    border: 1px solid #EDEDED;
    float: right;

    -moz-box-shadow: 1px 1px 3px #184569 ;
	-webkit-box-shadow: 1px 1px 3px #184569;
	box-shadow: 1px 1px 3px #184569;
}

/* Recent Comments */
.MZ .recent-comments ul {
   	margin-left: 0;
    padding: 0;
	background: url(../images/blog/footer-line.png) repeat-x left top;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, sans-serif;
}
.MZ .recent-comments ul li {
	list-style: none;
	font-size: 12px;
	line-height: 1.5em;
	padding: 7px 5px 7px 22px;
	background: url(../images/blog/speech-bubble.png)  no-repeat  2px 12px;
    /* border-bottom: 1px solid #326B8D; */
}
.MZ .recent-comments ul li a:link,
.MZ .recent-comments ul li a:visited {
    padding-left: 0;
}
.MZ .recent-comments ul li cite {
	font-size: .9em;
	font-style: normal;
}

/* footer-list */
.MZ .footer-list ul {
	background: url(../images/blog/footer-line.png) repeat-x left top;
	list-style: none;
	padding: 0;
	margin-left: 0;
}
.MZ .footer-list ul li {
    border-bottom: 1px solid #326B8D;
}
.MZ .footer-list ul li a:link,
.MZ .footer-list ul li a:visited {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif;
	display: block;
	padding: 7px 0 7px 5px;
	margin-left: 0;
	color: #fff;
}
.MZ .footer-list ul li a:hover { color: #99CCFF; }

/* Subscribe Stuff */
.MZ ul.subscribe-stuff {
    list-style: none;
    margin: 0;
    padding: 0;
}
.MZ ul.subscribe-stuff li {
    float: left;
    margin: 0 3px 12px 0;
    padding: 0;
}
.MZ ul.subscribe-stuff li img {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}

/* ----------------------------------------------------------------------------
    F O O T E R
----------------------------------------------------------------------------- */
.MZ footer a:link,
.MZ footer a:visited {
    color: #fff;
}
.MZ footer a:hover {
    color: #99CCFF;
}
.MZ footer a.back-to-top {
    background: url(../images/blog/back-to-top.png) no-repeat right 2px;
    font-weight: bold;
    padding-right: 16px;
}
.MZ footer p.footer-left {
	float: left;
    margin: 0 0 30px 0;
	padding: 0;
    width: 600px;
    text-align: left;
}
.MZ footer p.footer-right {
	float: right;
    margin: 0 0 30px 0;
	padding: 0;
    width: 320px;
    text-align: right;
}

/* ------------------------------------------------------------------------------
		B L O G   P O S T
--------------------------------------------------------------------------------- */
.MZ .post {
    margin: 0 0 60px 0;
    padding: 0 0 48px 0;
    width: 866px;
    overflow: hidden;
    border-bottom: 1px solid #E5E5E5;
}
.MZ .postPreview {
    margin: 0 0 20px 0;
    padding: 0 0 0 0;
    width: 866px;
    overflow: hidden;
}
.MZ .post.single {
  margin-bottom: 20px;
  margin:0 auto;
}
.MZ .primary {
    width: 668px;
    float: right;
    padding-right: 25px;
}
.MZ .primary .image-section {
	clear: both;
	display: block;
	margin: 20px 0 10px 0;
	padding: 0;
}

.MZ aside {
    position: relative;
    width: 135px;
    float: left;
}

/* Date Info */
a.MZ side p.dateinfo {
    background: url(../images/blog/date-bg.png) no-repeat;
    height: 70px;
    width: 60px;
    margin: 10px 0 0 78px;
    padding: 7px 0 0 0;
    font: bold 15px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(10, 10, 10, 1);
}
.MZ aside p.dateinfo span {
    font: bold 26px 'Lucida Grande','Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif;
    display: block;
    color: #444;
    margin: 5px 0 0 0;
    padding: 0;
    letter-spacing: 0;
    text-shadow: none;
}

/* Post Meta */
.MZ aside .post-meta {
    width: 148px;
    font-size: .9em;
    margin: 18px 0 0 0;
    padding: 0;
}
.MZ aside .post-meta h4 {
    text-align: right;
    margin: 0 0 4px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
}
.MZ aside .post-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #CBCBCB;
}
.MZ aside .post-meta ul li {
	padding: 4px 0;
	margin: 0;
    text-align: right;
    border-bottom: 1px solid #CBCBCB;
}

.MZ aside .post-meta ul.tags li { background: url(../images/blog/tag.png) no-repeat 2px center; }
.MZ aside .post-meta ul li.user { background: url(../images/blog/user.png) no-repeat 2px center; }
.MZ aside .post-meta ul li.time { background: url(../images/blog/clock.png) no-repeat 2px center; }
.MZ aside .post-meta ul li.comment { background: url(../images/blog/comment.png) no-repeat 2px center; }
.MZ aside .post-meta ul li.permalink { background: url(../images/blog/permalink.png) no-repeat 2px center; }

.MZ aside .post-meta ul li a {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-Serif;
    font-size: 14px;
}
.MZ aside .post-meta ul li a { color: #666666; }
.MZ aside .post-meta ul li a:hover { color: #9C3300; }

/* Post Bottom */
.MZ .post-bottom-section {
    position: relative;
    margin: 10px 0 20px 0;
    padding: 0 0 20px 0;
    width: 726px;
    overflow: hidden;
    border-bottom: 1px solid #E5E5E5;
}
.MZ .post-bottom-section h4 {
    position: absolute;
    left: 0px; top: 5px;
    text-align: right;
	width: 135px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}
.MZ .post-bottom-section .primary form {
	position: relative;
	top: 15px; left: 0;
	margin: 0 0 20px 0;
    width: 447px;
}

.MZ .post-bottom-section .primary form #name,
.MZ .post-bottom-section .primary form #email,
.MZ .post-bottom-section .primary form #message,
.MZ .post-bottom-section .primary form #website {
	width: 425px;
}

/* Post Info */
.MZ .post-info {
    margin-left: 3px;
    font-size: 14px;
    line-height: 18px;
}
.MZ .post-info span {
    font-style: italic;
    margin-right: 3px;
}

.MZ .post .post-info a:link,
.MZ .post .post-info a:visited {
  	color: #1372a8;
  	border: none;
  	font-size: .9em;
}
.MZ .post .post-info a:hover {
    color: #CC3300;
}

/* Comments List */
.MZ ol.commentlist {
	margin: 12px 5px 12px 0;
	padding: 0;
    background: #f8f8f8;
    border: 1px solid #ddd;
	border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px;
}
.MZ .commentlist li {
	list-style: none;
	margin: 0;
	padding: 12px 0 0 0;
	border: 1px solid #E3E6E8;
    border-width: 0 1px 1px 1px;
	overflow: hidden;
}
/*
.MZ .commentlist li a:link,
.MZ .commentlist li a:visited {
    color: #227bad;
}
*/
/*
.MZ .commentlist li a:hover {
    color: #CC3300;
*/
}
.MZ .commentlist li .comment-info {
	width: 99%;
	margin: 5px 0 0 0; padding: 0;
	overflow: hidden;
	font:bold 14px/18px Verdana; 
	margin-left:20px;
}

.comment-info {
	margin:0 20px;
	border-bottom:#777 1px dashed;
}

.MZ .commentlist li .comment-info .comment-data {
	color:#037;
}

.MZ .commentlist li .comment-info .who {
	color:#037;
}

.MZ .commentlist li .comment-info .says {
	color:#037;
}

.MZ .commentlist li .comment-info img {
	float: right;
	margin: 3px 20px 0 0;
    padding: 10px;
    background: #fff;
	border:  1px  solid #DBDBDB;

    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.MZ .commentlist li .comment-info cite {
	display: block;
	margin: 0; padding: 5px 65px 5px 25px;
	font-style: normal;
}
.MZ .commentlist li .comment-info cite .comment-data {
    font-size: .8em;
   	font-weight: normal;
}
.MZ .commentlist li .comment-text {
	clear: both;
	margin: 10px 0 0 0; padding: 0 25px 10px 25px;
}
.MZ .commentlist li .comment-text p {
	margin:  5px 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom:#9b9 1px dotted;
	font:normal 12px/18px Verdana;
}
.MZ .commentlist li .comment-text .reply a {
	padding: 6px 7px;
    border: 1px solid #2177A5;
	background-color: #227bad;
    font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Sans-Serif;
	font-size: 11px;
    font-weight: bold;
    color: #fff;

    text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
}
.MZ .commentlist li ul.children { margin:0; padding: 0; }
.MZ .commentlist li ul.children li.depth-2,
.MZ .commentlist li ul.children li.depth-3 {
	margin-left: 40px;
	border-style: solid;
	border-color: #DEE2E4;
	border-width: 1px 0 0 1px;
}
.MZ .commentlist li.thread-alt {
	background: #F3F4F5;
    border-color: #DDDFE3;
}

/* ------------------------------------------------------------------------------
    A R C H I V E S
--------------------------------------------------------------------------------- */
.MZ ul.archive {
	margin: 10px 0 10px 0;
	padding: 0;
	border-top: 1px solid #E5E5E5;
}
.MZ ul.archive li {
	margin: 0;
	padding: 14px 5px;
	border-bottom: 1px solid #E5E5E5;
	list-style: none;
}
.MZ ul.archive li .post-title {
	margin: 0;	padding: 0;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
	font-size: 18px;
}
.MZ ul.archive li .post-title a:link,
.MZ ul.archive li .post-title a:visited {
	color: #444;
}
.MZ ul.archive li .post-title a:hover {
	border: none;
	color: #CC3300;
}
.MZ ul.archive li .post-details {
	margin-left: 0;
	margin-top: 0;
	font-size: .9em;
    color: #777;
}
.MZ ul.archive li .post-details span {
    padding-left: 5px;
    padding-right: 5px;
    color: #999;
}
.MZ ul.archive li .post-details a:link,
.MZ ul.archive li .post-details a:visited {
    color: #1372a8;
}
.MZ ul.archive li .post-details a:hover {
    color: #CC3300;
}

/* Page Navigation */
.MZ .navigation {
	margin: 20px 0 20px 5px; padding: 0;
}
.MZ .navigation a:link,
.MZ .navigation a:visited {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Verdana, Sans-serif;
	float: left;
	display: block;
	margin: 10px 10px 0 0;
	padding: 5px 7px;
	text-transform: lowercase;
	text-decoration: none;
    border: 1px solid #2177A5;
	background: #227bad;
	color: #fff;
    font-size: 13px;

	text-shadow: 0 -1px 0 rgba(0,0,0,0.5);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #3CA5D2;
}
.MZ .navigation a:hover {
    border:  1px  solid #B32D00;
	background: #CC3300;

    box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
    -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3), inset 0 1px 0 #FF7242;
}

.MZ table.MZtable1, .blogPostContainer {
	margin:0 auto;
	width:920px;
}
.MZ .postPreview { margin:0 auto 20px auto}
.MZ .post-bottom-section {width:886px; margin:0 auto}
.MZ.MZaddComment { width:886px; margin:0 auto }
.MZ.MZaddComment form { background:#bbb; border: 1px solid #999; border-radius:20px; -moz-border-radius:20px; -webkit-border-radius:20px; width:740px; margin-left:33px }
.MZ form input[type="submit"] {background:#999; color:#eee; border:#777 1px solid; border-color:#ccc #ccc #777 #777; margin:0 auto; width:200px; margin-left:272px; cursor:pointer}
.MZ form input[type="submit"]:hover { background:#777; border-color:#bbb #bbb #555 #555;}
.MZ .commentlist li a {margin-left:25px; font-weight:bold; font-size:12px; border:#227BAD 0px none; padding:4px 8px; margin:6px !important}
