*{
	margin:0; 
	padding:0;
}
ul, ol, dl, p, lo, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset{margin:0 0 14px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
a{
	text-decoration:none;
	color:#041f5c;
}
a:hover{text-decoration:underline;}
a:active{background-color:transparent;}
input, textarea, select{
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
	overflow:auto;
}
input[type="submit"]:hover{cursor:pointer;}
label{vertical-align:middle;}
button, input{
	width:auto;
	overflow:visible;
}
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea{-webkit-appearance:none;}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration:underline;}
s, strike, del{text-decoration:line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse:collapse;
	border-spacing:0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{margin-left:1px;}
ul li, ol li{list-style-position:inside; margin-bottom: 10px;}
ul li{list-style-type:disc;}
img{vertical-align:top;}
header, footer, article, section, hgroup, nav, figure, aside{display:block;}
figure{
	margin:0;
	padding:0;
}
.alignright{
	float:right;
	margin:0 0 0 5px;
}
.alignleft{
	float:left;
	margin:0 5px 0 0;
}
body{
	color:#58585a;
	font:14px/18px Arial, Helvetica, sans-serif;
	min-width:992px;
	background:#fff;
	border-top:10px solid #0d95d3;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:none;
}
#wrapper:after,
#main:after{
	content: "";
	display:block;
	clear:both;
}
#wrapper{
	width:868px;
	margin:0 auto 60px;
}
#header{
	overflow:hidden;
	padding:14px 0 32px;
}
.menu{overflow:hidden;}
.menu ul{
	margin:0;
	overflow:hidden;
	font:700 12px/17px "museo-sans",Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.menu li{
	float:left;
	list-style:none;
	position:relative;
	padding:0 15px 0 12px;
}
.menu li:after{
	width:1px;
	height:12px;
	top:3px;
	left:0;
	content:'';
	background:#0e95d4;
	border-left:1px solid #8ecdea;
	position:absolute;
}
.menu a{color:#58585a;}
.menu li:first-child:after{left:-9999px;}
.menu li:first-child{padding:0 14px 0 0;}
#main{
	float:left;
	width:868px;
}
#content{
	float:left;
	width:547px;
	line-height:18px;
}
.post > ul {
	padding-left: 20px;
}
.post > ul li {
	list-style: outside;
}
#content p{margin:0 0 0;}
.logo{
	background:url(images/logo_edit.png) no-repeat;
	height:165px;
	width:547px;
	overflow:hidden;
	text-indent:-9999px;
	display:block;
	margin:20px 0 33px;
}
.logo a{
	display:block;
	height:100%;
}
.post{
	overflow:hidden;
	margin:0 0 42px;
	line-height:18px;
}
.post h2{
	margin:0 0 24px;
	font:700 24px/28px "museo-sans",Arial, Helvetica, sans-serif;
}
#content .post p{margin:0 0 0;}
#content .post ol li {
  list-style: none;
}
#content .post ol {
   counter-reset: custom-counter;
}
#content .post ol li:before {
    content: counter(custom-counter) ".";
    counter-increment: custom-counter;
    margin-right: 5px;
    font-weight: bold;
    font-style: italic;
}
.post-holder{
	overflow:hidden;
	padding:19px 0 17px;
	margin:32px 0 0 0;
	border:solid #8e8e8e;
	border-width:1px 0;
}

/*       SHARE BOX     */


.share-box{
	float:left;
	font-size:16px;
	font-weight:bold;
	padding-right: 109.5px;
	border-right:1px solid #8e8e8e;
}
.share-box > span{
	float:left;
	line-height:19px;
	font:700 14px "museo-sans",Arial, Helvetica, sans-serif;
}
.share-box ul{
	float:left;
	margin:5px 0 0 0;
}
.share-box li{
	float:left;
	list-style:none;
	margin:0 2px 0 0;
}

.share-box-right{
	float:right;
	font-size:16px;
	font-weight:bold;
}
.share-box-right > span{
	float:right;
	line-height:19px;
	font:700 14px "museo-sans",Arial, Helvetica, sans-serif;
}
.share-box-right ul{
	float:right;
	margin:5px 0 0 0;
}
.share-box-right li{
	float:left;
	list-style:none;
	margin:0 2px 0 0;
}




/*.share-box a{
	float:left;
	width:18px;
	height:17px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/icons-social-networks.gif) no-repeat;
}
.share-box .twitter{width:20px;}
.share-box .google{background-position:-36px 0;}
.share-box .facebook{background-position:-71px 0}

#linkedin-btn {
	background: transparent url('images/linked_in_icon.png') center top no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin-top: 0;
	margin-left: 1px;
} */

#content .more{
	padding:0 17px 0 0;
	color:#041f5c;
	font:300 14px "museo-sans",Arial, Helvetica, sans-serif;
	background:url(images/arrow.gif) no-repeat 100% 4px;
}

#content a{
	color:#58585a;
	font-weight:bold;
}
#content .title{
	margin:0 0 40.5px;
	font:700 24px/27px "museo-sans", Arial, Helvetica, sans-serif;
}
#post-comments {
	font:300 14px "museo-sans",Arial, Helvetica, sans-serif;
	color:#041f5c;
	border-left:1px solid #8e8e8e;
	margin-left: 5px;
	padding: 0 17px 0 10px;
	background:url(images/arrow.gif) no-repeat 100% 4px;
}
#post-comments a {
	color:#041f5c;
	font-weight: 300;
}
.info-list{
	margin:-59px 0 40px -5px;
	overflow:hidden;
	width:602px;
	font-size:14px;
}
.info-list li{
	overflow:hidden;
	list-style:none;
	padding:32px 0 31px;
	border-bottom:1px solid #7f7d7e;
}
.info-list .image-holder{
	float:left;
	border-radius:8px;
	margin:0 7px 0 0;
	border:1px solid #ccc;
	box-shadow:5px 5px 5px #f2f0f0;
	-webkit-box-shadow:5px 5px 5px #f2f0f0;
}
.info-list img{
	float:left;
	border-radius:8px;
}
.info-list .text-box{
	float:right;
	line-height:17px;
	width:393px;
}
#content .text-box .more{
	font-weight:normal;
	color:#041f5c;
	font-size:14px;
	padding:0 14px 0 0;
	background:url(images/arrow2.gif) no-repeat 100% 4px;
}
#content .text-box p{margin:0;}
.info-list .title-holder{
	overflow:hidden;
	margin:-3px 0 11px;
	font:500 18px/18px "museo-sans", Arial, Helvetica, sans-serif;
}
.info-list .title-holder h2{
	margin:0 0 4px;
	color:#041f5c;
	font-size:18px;
	line-height:20px;
	font-weight:500;
}
#content .title-holder h2 a{
	font-weight:500;
	color:#041f5c;
}
#content .title-holder .link{
	font-weight:normal;
	line-height:19px;
	color:#041f5c;
}
#sidebar{
	float:right;
	width:233px;
	
font:300 12px/17px "museo-sans", Arial, Helvetica, sans-serif;
}
.visual{
	margin:10px 0 30px -1px;
	overflow:hidden;
	border:9px solid #fff;
	box-shadow:0 0 10px #e0e0e0;
	width:126px;
	-webkit-box-shadow:0 0 10px #e0e0e0;
}
.twitter-holder{
	overflow:hidden;
	margin:0 0 40px;
	padding:11px 0 12px;
	border:solid #8e8e8e;
	border-width:1px 0;
}
.twitter-holder a{
	padding:0 0 0 34px;
	font:500 18px/14px "museo-sans", Arial, Helvetica, sans-serif;
	background:url(images/ico-twitter.png) no-repeat;
}
.last-holder{
	overflow:hidden;
	margin:0 0 38px;
	padding:13px 0 18px;
font:300 12px/17px "museo-sans", Arial, Helvetica, sans-serif;
	
	
}
}
.last-holder h2{
	padding:9px 0 12px;
	margin:0;
	border:solid #8e8e8e;
	border-width:1px 0;
	font:700 18px/20px "museo-sans", Arial, Helvetica, sans-serif;
}
.last-holder .more{
	padding:0 13px 0 0;
	background:url(images/arrow2.gif) no-repeat 100% 4px;
}
.last-holder img{margin:0 0 7px;}
.last-holder p{margin:0;}
.popular-holder{
	overflow:hidden;
	margin:0 0 11px;
}
.popular-holder h2{
	padding:9px 0 12px;
	margin:0;
	border:solid #8e8e8e;
	border-width:1px 0;
	/* border-top:1px solid #918f8f;
	border-bottom:1px solid #918f8f; */
	font:700 18px/18px "museo-sans", Arial, Helvetica, sans-serif;
}
.popular-holder ul{
	overflow:hidden;
	margin:0;
}
.popular-holder li{
	list-style:none;
	overflow:hidden;
	padding:12px 0 14px;
	border-bottom:solid #8e8e8e;
	border-width: 1px 0;
	font:300 12px/14px "museo-sans", Arial, Helvetica, sans-serif;
}

.widget_quick_subscribe {
	padding-top: 1em;
	border-bottom:solid #8e8e8e;
	border-width:1px 0;
}

.widget_qsSubmit {
	display: block;
	margin-top: 1em;
}

.QSWidgetDiv {
	padding-top: .5em;
}
	
.pin a {
	background: transparent url('images/pin_icon.png') center top no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 1px;
}

.pin a:hover {
	background: url('images/pin_hover.png');
}

.widget_twitter {
	border-top:solid #8e8e8e;
	border-width: 1px 0;
	border-bottom:solid #8e8e8e;
	border-width: 1px 0;
	padding-top: 1em;
}

#ggv_side {
	padding-top: 1em;
}

.scfw {
	padding-bottom: 1em;
}

.widget_twitter ul li {
	list-style: none;
	margin-top: 10px;
}

.widget_twitter ul li a {
	color: rgb(29,66,125);
}

/*#sharebtn_twitter {
	background: transparent url('images/images_/followTweet.png') center top no-repeat;
	width: 22px;
	height: 16px;
	display: block;
	margin-bottom: -2px;
	padding-right: -1px;
} 

#g-plus-btn {
	background: transparent url('images/images_/followGoogle.png') center top no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin-bottom: -2px;
}

#sharebtn_facebook {
	background: transparent url('images/images_/followFB.png') center top no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	margin-bottom: -2px;
}

#sharebtn_twitter:hover {
	background: url('images/images_/hoverTwitter.png');
}

#g-plus-btn:hover {
	background: url('images/images_/hoverGoogle.png');
}

#sharebtn_facebook:hover {
	background: url('images/images_/hoverFacebook.png');
}

#linkedin-btn:hover {
	background: url('images/linked_in_hovericon.png'); */
	
	
/*  _____ share this _____ */

#sharethis li {
	padding: 0;
	margin: 0;
}

.cartoons-image {
	display: block;
	margin: 0 auto;
}

#menu-main-menu {
	font-family: "museo-sans", Arial, Helvetica, sans-serif;
	font-weight: 700;
}

/*  _____ comments _____ */


#comments {
	margin-top: 60px;
}
#comments, #respond {
	font-family: 'museo-sans', arial, helvetica, sans-serif;
}
.commentlist li {
	border: 1px solid #333;
	-webkit-box-shadow: 1px 1px 3px #8c8c8c;
	box-shadow: 1px 1px 3px #8c8c8c;
	border-radius: 5px;
	padding: 8px;
	margin: 10px 0 10px 0;
}
#commentlist {
	margin-left: 0;
	padding-left: 0;
}

#respond {
	margin: 15px;
	margin-left: 0;
	padding-left: 0;
}

#respond input[type="submit"] {
	font-family: 'museo-sans', arial, helvetica, sans-serif;
	font-style: italic;
	text-shadow: 1px 1px 1px #818181;
	color: #fff;
	font-size: 100%;
	letter-spacing: .15em;
	width: 12.5em;
	padding: 2px;
	text-transform: lowercase;
	border: 0.5px solid #091422;
	border-radius: 4px;
	-webkit-transition: background-color .4s linear;
    -moz-transition: background-color .4s linear;
    -ms-transition: background-color .4s linear;
    transition: background-color .4s linear;
	background: #5290CC;
    box-shadow: 2px 2px 5px hsla(0, 0%, 16.6667%, 0.3);
    margin-top: 20px;
}
#respond input[type="submit"]:hover {
	background-color: rgb(29,66,125);
	cursor: pointer;
}

#respond textarea {
	border: 3px solid #5290CC;
	border-radius: 8px;
	margin-bottom: 15px;
	margin-top: 5px;
}

ol.commentlist .meta {
	font-size: smaller;
	font-weight: 100;
}
#comment-text {
	
}
#respond input[type="text"] {
	font-family: 'museo-sans', arial, helvetica, sans-serif;
	color: #33333;
	background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
	background: linear-gradient(top, #ffffff 0%, #ededed 8%, #ffffff 100%);
}

/* archives */

#gss-post-archives {
	margin-bottom: 50px;
	padding-left: 20px;
}

#gss-post-archives li {
	list-style: outside;
	padding-top: 10px;
}

.archive-title {
	text-decoration: underline;
}

#side-archive-link {
	font-weight: bold;
}

#archive-arrow {
	margin-top: 3px;
	margin-left: 5px;	
}