@import url("//use.fontawesome.com/releases/v5.15.3/css/all.css");

/* CSS Reset */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

p {	
	margin: 0 0 15px 0;
	color:#333;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #ececec;
	font-size:1.0em;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

/* Structure */


#head {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:10px 5px 15px 5px;
	font-size:0.7em;
	background:#fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page {
	width:1032px;
	margin:0px auto;
	padding:10px;
    background:#f4f4f4;
	font-size:12px;
	}

#inner {
    margin:0;
    padding:0;
    background:#f4f4f4;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
/*
#navbar {
	margin:0 auto;
	text-transform:uppercase;
	background:#111 url('images/navbar.png') top center no-repeat;
	width:1052px;
	font-size:10px;
	}

#page-bar {
	padding:0 0 0 10px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-bar li:hover {
	background: #5b5b5b;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:184px;
	float:right;
	text-align:right;
	padding-top:8px;
	margin-right:25px;
	}
*/


/* Dropdown Menus */		
#page-bar li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#page-bar li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 132px;
	text-transform:none;
	}
	
#page-bar li li a, #page-bar li li a:link, #page-bar li li a:visited {
	width: 122px;
	float: none;
	margin: 0px;
	padding: 4px 10px 4px 10px;
	background: #5b5b5b url('images/dots_nav.gif') repeat-x top;
	}
	
#page-bar li li a:hover, #page-bar li li a:active {
	background: #909090;
	padding: 4px 10px 4px 10px;
	}

#page-bar li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#page-bar li:hover ul {
	left: auto;
	display: block;
	}
	
#page-bar li:hover ul, #page-bar li.sfhover ul {
	left: auto;
	}



/* Text*/

h1 {
	font-size:28px;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font-size:2em;
	color:#001E59;
	font-weight:normal;
	font-family: myriad-pro-condensed, sans-serif;
	margin-top:0;
	}
	
h3 {
	font-weight:normal;
	font-size:1.45em;
	color:#001E59;
	margin:0 0 5px 0;
	/*font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font-family:Constantia,'Hoefler Text', 'Palatino Linotype', Palatino, 'Book Antiqua', Georgia, serif;
	}

h4 {
	font-size:1.25em;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 10px 0px 0px;
	background:#f4f4f4;
	width:1042px;
	}

#headline {
	width:610px;
	float:left;
	padding:0px 12px 25px 25px;
    font-size:12px;
	line-height:1.5em;
	margin:0;
	overflow:hidden;
	background:#DFEDFF;
	}

#headline-shadow {
width:1052px;
height:4px;
background:url('images/headline-shadow.jpg') top left no-repeat;	
clear:both;
}

#headline .title a {
	color:#003366;
	}

#headline .title a:hover {
	color:#0098df;
	}
	
#headline a {
	color:#003366;	
}

#headline a:hover {
	color:#0098DF;	
}

#top div.label {
	font-size:1.05em;
	font-weight:bold;
	text-transform:uppercase;
	font-variant:small-caps;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	/*font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans', Geneva, Verdana, sans-serif;*/
	font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin-bottom:5px;
	}

#headline div.title {
	font-size:28px;
	font-weight:700;
	letter-spacing:-0.05em;
	line-height:1.25em;
	padding-bottom:5px;
	padding-top:5px;
    margin-top:0px;
	font-family:myriad-pro-condensed,sans-serif;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#000000;
	font-size:10px;
	}

#headline p {
	padding-bottom:25px;
	color:#000;
	}

#featured {
	width:355px;
	float:right;
	padding:0px 0px 0px 10px;
	font-size:12px;
}

#featured li {
    list-style:none;
    width: 320px;
    height: 79px;
    margin-bottom:0px;
    padding-bottom:0px;
}

#featured .carousel {
    overflow:hidden;
    width:320px;
}


#featured .info {
    margin-top:0px;
	padding-top:10px;
	font-size:11px;
	}

#featured .meta {
	margin-top:5px;
    font-weight:normal;
    font-size:10px;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	border:5px solid #f2bb43;
    }

#featured a {
	color:#000000;
	}

#featured a:hover {
	color:#808080;
	}

#featured a.title  {
	font-weight:bold;
	color:#003366;
	}

#featured a.title:hover  {
	font-weight:bold;
	color:#0098df;
	}

#featured a img {
	border:2px solid #fff;
	margin-right:10px;
	}

#headline a img {
	border:5px solid #f2bb43;
	margin-right:15px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#333333;
	color:#fff;
	}

#single_head a img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
    font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font-size:25px;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:5px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middle {
	margin:0 auto 10px;
	padding:10px 10px 0px 10px;
	width:1032px;
}
    
.category {
	width:186px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:5px 10px 0 10px;
	background:#fff;
    cursor:pointer;
	font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:center;
	font-size:1.375em;
	}

.category span.amp {
	font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	font-variant:small-caps;
	margin:0;
	font-weight:bold;
	/*font-family:'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;*/
	font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	}

#front-list .cat_title {
	font-size:1.4em;
    margin-bottom:10px;
	/*font-family:'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;*/
	font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:normal;
	color:#08579B;
	}

#front-list .cat_title a {
	color:#08579B;
}

#front-list .cat_title a:hover {
	color:#0098D5;
}

#front-popular h3 {
	color:#0098D5;
	font-size:1.75em;
	margin-bottom: 10px;
	}

.more-link {
	display:block;
	margin:15px 0px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 1032px;
    background:#f4f4f4;
	}

#bottom-left {
	float:left;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:10px;
	margin-bottom:12px;
	}

#front-list {
	width:605px;
	padding:10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title { 
	font-size:2.375em;
	letter-spacing:-0.05em;
    line-height:1.25em;
	display:block;
	margin-bottom:10px;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight:700;
	}

#front-list .title a {
	color:#003366;
}

#front-list .title a:hover {
	color:#0098D5;
}

#front-list .meta {
	margin-bottom: 15px;
    padding: 8px 0;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
	font-weight:bold;
	color:#333;
	font-size:.85em;	
}

#front-list p a {
	text-decoration:underline;	
}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

#front-list .clearfloat {
border-bottom: 1px solid #E2E2E2;	
}

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#333333;
	font-weight:bold;
	}

#headline p, #featured p {
	margin:0;
	}


#paged-list {
	width:605px;
	padding:10px 10px 0 10px;
	background:#fff;
	font-size:12px;
	line-height:1.75em;
	border-top:1px solid #ececec;
	}

#paged-list .clearfloat {
	background:url('images/dots_content.gif') repeat-x bottom;
    padding-bottom:1px;
	margin-bottom:10px;
	}

.onecolumn {
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.5em;
	padding:10px 0px;
	margin:0;
	color:#6d6d6d;
	}
	
#content div.archive h2.title {
	color:#333;	
}

#content div.archive h2.title strong {
	font-weight:700;
	color:#0098D5;
}

#content div.archive div.tanbox .title {
    font-family: myriad-pro-condensed, sans-serif;
}

.archive .tanbox {
	width:570px;
	background:url('images/dots_content.gif') repeat-x bottom;
    padding-bottom:15px;
	margin-bottom:15px;
	}

.tanbox img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

#paged-list .clearfloat .tanbox span.title a, #paged-list .clearfloat .onecolumn span.title a {
	font-size:14px;
	font-weight:bold;
	line-height:1.5em;
	}
	
.tanbox span.title a, .onecolumn span.title a {
	font-size:1.475em;
	font-weight:bold;
	line-height:1.5em;
	}

.tanbox p, .onecolumn p {
	margin:5px 0px;
	line-height:1.75em;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}

#paged-list #navigation {
	display:none;	
}


/* Content Page*/

#content-single {
	width:605px;
	background:#fff;
	padding:10px;
	font-size:12px;
	line-height:1.75em;
	float:left;
	}

.post {
	line-height:1.75em;
	}

.post p {
	color;#404040;
	margin: 0 0 15px 0;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

#content h2.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #e2e2e2;
	border-top:3px solid #e2e2e2;
	margin-top:10px;
	margin-bottom:0px;
	padding:10px 0 10px 0;
	color:#000000;
	font-weight:normal;
	font-size: 2.5em;
	line-height:1.25em;
	}

.entry ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.entry img, .post a img, #front-list img {
	border:1px solid #ccc;
	padding:2px;
	}


.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:8px 0px;
	font-size:11px;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	color:#333;
	font-size:.85em;
	}
	
.shareaholic-like-buttonset {
	float:right;	
}

span#map {
	font-size:1.4em;
	/*font-family: 'Lucida Sans Unicode','Lucida Grande',Verdana,Arial,sans-serif;*/
	font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
	color:#333;
	font-variant:small-caps;
	text-transform:lowercase;
	}

img.centered, a img.centered, img.aligncenter, a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright, a img.alignright {
	padding: 4px;
	margin: 0 0 15px 15px;
	display: inline;
}

img.alignleft, a img.alignleft {
	padding: 4px;
	margin: 0 15px 15px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left:25px;
	/* margin-bottom:20px; Modified 1/29/13 */
       margin-bottom:-10px;
	clear: both;
}

.alignleft {
	float: left;
	margin-right:25px;
	margin-bottom:20px;
	clear:both;
}


#bio {
    padding:10px;
    background:#efefef;
    margin:20px 0px;
}
#bio p {
    margin:0 0 20px 0;
    padding:0;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 5px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}	
	
.wp-caption-text {
font-size:.8em;	
color:#6d6d6d;
text-align:center;
padding-top:5px; /* Modified 1/29/13 */
line-height:150%;
}

hr {
color:#fff;
background-color:#fff;	
	}


/* Sidebar*/
#sidebar {
	width:385px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;
	margin-bottom:5px;
	}


.spoiler h3 {
	font-size:1.05em;
	/*font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   	font-weight:normal; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec; 	}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}
	
.spoiler h3 a .amp {
font-family:'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-style:italic;	
}

.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler h4 {
	/*font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font-weight:bold;
	margin-bottom:5px;
	line-height:1.75em;
	font-size:1.05em;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar {
    font-size:11px;
}

#sidebar h3 {
	/*font:12px 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
    font-family: myriad-pro-condensed, sans-serif;
	font-weight:normal;
	background:#9D9E9F;
	color:#fff;
	margin:10px 0px 10px 0px;
	padding:3px 10px;
	font-size:1.25em;
	}

#sidebar-top, #sidebar-bottom {
	width:365px;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:1px solid #ececec;
	}
	
#sidebar-ad {
	width:365px;
	padding:10px 10px 10px 10px;
	background:#fff;
	display:block;
	}


#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-bottom a {
	color:#6D6D6D;	
}

#sidebar-bottom a:hover {
	color:#0098d5;	
}


#sidebar-middle {
	width:320px;
	}

#sidebar-left {
	width:365px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:1px solid #ececec;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 18px;
	background:url('images/sub.png') no-repeat 0 0px;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }

/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#aaa;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#303030;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}
	
#search input.field {
	padding: 1px;
	border-top:1px solid #888;
	border-left:1px solid #888;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#EFEFEF;
	font-size:1.25em;
	height:24px;
	width:80%;
	color:#6d6d6d;
}

#search input.field:focus {
	background:#fff;
}

#sidebar-top {
	margin-bottom:12px;	
}
	
#sidebar-top form#searchform #search input.searchbutton {
	width:62px;
	height:24px;	
	float:right;
	margin-top:1px;
}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}



/* Comments*/

#comment { width:590px;	background:#fff; }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; }

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }
ul.commentlist li.comment { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:11px; line-height:18px; border-bottom: 1px solid #dcdbd7; }
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar { border:1px solid #ccc; margin:0px 0px 13px 13px; float:right; padding:2px; width:45px; height:45px; }	
ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }

ul.children li.comment { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width: 925px;
	background:#dedede;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#gallery #random {
    float:right;
    width:613px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #ccc;
    margin-right:16px;
    margin-bottom:15px; 
    background:#fff;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #b0b0b0;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;
}

#front-popular-wrapper {
	margin: 10px auto 0;
	padding:10px;
	width: 1010px;
	background:#fff;	
}

#front-popular {
	font-size:11px;
	background:#DFEDFF;
	padding: 15px;
}

#recentpost, #mostcommented {
	width:298px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #808080;
	min-height:250px;
	}

#mostcommented {
	margin-left:20px;
	}

#recentpost a, #mostcommented a {
	color:#003366;
	}

#recentpost ul, #mostcommented ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li {
	list-style:none;
	background:url('images/dots_footer.gif') repeat-x top;
    padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover {
	background:#003366;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child {
	background:none;
	}


/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
	
	
	
			
			
			html {background:#012169;}
			#bgTop {background: #012169 url('images/dot-matrix.svg') top left no-repeat;background-size:65%;width:100%;margin:0 auto;}
			#bgBottom {}
			
			#mainWrapper { width: 1100px; margin:0 auto;}
			
			.subSelector { text-align:center;width:795px; padding:5px; }
			a:link { text-decoration: none;color:#08579B; }
			a:visited { text-decoration: none; color:#08579B; }
			a:active { text-decoration: none; color:#08579B; }
			a:hover { text-decoration: underline; color:#0098d5; }
			
			.entry a {text-decoration:underline;}

			.entry h3 {padding-top:10px;}
			
			#header {margin-bottom:14px;padding-top:12px; }
			
			#header #navLinks ul {list-style:none;padding-left:0;}
			
			#header #navLinks ul li {float:left; padding: 0 8px;font-family:'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-variant:small-caps; border-right: 1px solid #000;border-left: 1px solid #4a6c90;/*#1a4b80*/}
			
			#header #navLinks ul li:first-child {border-left: none;}
			#header #navLinks ul li:last-child {border-right: none;}
			
			#header #navLinks ul li a {color:#fff;font-size:.84em;}
			
			#header #navLinks span.amp {font-family:'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;font-style:italic;font-size:.85em;}
			
			#header a img {border:none;}
			
			#header #logo {margin-bottom:10px; width:220px;}
			
			#header #top-menu {float:right;width:430px;font-family: Verdana,helvetica,arial,san-serif;font-size: 0.7em;margin:-10px 0 0 0;text-align:right;}
			
			#header #top-menu ul {list-style:none;padding-left:0;}
			
			#header #top-menu ul li {float:left;border-left:1px solid #56789c;border-right:1px solid #3A3A3A;padding:0 5px;}
			
			#header #top-menu ul li:first-child {border-left: none;}
			#header #top-menu ul li:last-child {border-right: none;padding-right:0;}
		
			#header #top-menu a {color:#d3dde5;}
			
			#header #top-menu a:hover {color:#fff;}
			
			#contentWrapper { width:1100px;border-left:10px solid #f2bb43;}
			
			#contentTop {background: url('images/content-top.png') top center no-repeat; width:1100px;height:20px;}
			
			#contentTop .links { float:right; padding-right: 10px; width:120px;color:#325f8c;}
			
			#contentTop a {color:#325f8c; font-size:.80em}
			
			#content {background:#fff;width:1084px;margin:0 auto; min-height:625px;font-size:12px; line-height:20px;font-family:verdana, arial, geneva, sans-serif;}
			
			#contentBody {padding:0px 15px 15px 15px;}
			
			#footer{background-color: rgb(0, 101, 172);}
			
			#footerContainer {font-family:verdana, arial, sans-serif;width:1054px; margin:0 auto;padding:25px 0;color:#325f8c;font-size:11px;}
			
			#footerContainer a {color:#325f8c;}
			
			#footerContainer a.yellow {color: #F1B200;}
			
			#footerContainer p {margin:8px 0;color:#eeeeee;}
			
			#footer_right {float: right;padding-left: 10px;width: 305px;margin-top:8px;}
			
			#footer_right a img {margin:3px 0;width:45px;}
			
			#footer_left {float:left;width:680px;}

			table {font-family:Verdana, Arial,sans-serif; width:100%;font-size: 10px; background-color: #DDDDDD; border: 0px; margin:10px 0 10px 0;}
			 th { background-color: #888888; color:#fff; }
			 tr {background-color: #E5E5E5;}
			 td {padding: 5px 0;}
 
			tr.even { background-color: #F5F5F5; }
			
			ul li {color:#08579B;}
			
			span.black {color:#000;}
			
			#login {font-family:Verdana, Arial,sans-serif;width:550px;margin:0 auto;}
			
			.highlight {padding: 15px; background: #efefef; border: 1px solid #888;margin-left:25px;width:400px;}
			
			.note {color:#a60000;font-size:.75em;}
			
			.note a {text-decoration:underline;cursor:pointer;}
			
			.note a:hover {color:#a60000;}
			
			
			
			/** ADDED 6/29/11 **/
			#sidebar-topRight {
				width:365px;
				/*float:right;*/
				padding:0px 10px 10px 10px;
				background:#fff;
				border-top:1px solid #ececec;
			}

			#sidebar-topRight {
				margin-top:10px;
			}
			
			#sidebar-topRight h3 {
				font-size:12px ;
				/*font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
				font-family: 'Myriad Pro', 'Segoe UI', 'Helvetica Neue', Helvetica, Arial, sans-serif;
				font-weight:bold;
				background:#224D4E;
				color:#fff;
				margin:10px 0px 10px 0px;
				padding:3px 10px;
			}
			
			
			#tagcloud {
				width:305px;
				float:left;
				padding:0;
				margin-left:20px;
			}
			
			#tagcloud h3 {
				margin-bottom:15px;
			}
			
			#tagcloud a {
				color:#003366;
			}
			
			#tagcloud a:hover {
				color:#0098D5;	
			}
	
			#contactUs {
				width:298px;
				float:left;
				min-height:250px;
				margin-left:20px;
			}
			
			#contactUs h3 {
				margin-bottom:15px;	
			}
			
			#contactUs strong {
				color:#003366;
			}

			#contactUs a {
				color:#003366;
			}

			#contactUs ul {
				margin:0 0 15px 20px;
			}

			#contactUs li {
				list-style:none;
				color:#333;
				margin-bottom:2px;
			}
			
			#contactUs ul li a, #contactUs ul li a:link, #contactUs ul li a:visited, #contactUs ul li a:hover {
				text-decoration:none;
			}

			#contactUs ul li a:hover {
				text-decoration:underline
			}

			.inthenewCat {
				float: right;
			}
			
			.shr-getshr {
				display:none;	
			}
			
			li span.black {
				color:#333333;
			}
			
			div#img404 {width:250px; margin:25px auto 0 auto;}
			
			#error {margin-top:25px;}
			
			
/* Added May 2015 to provide mobile devices support */

	.mobileMenuButton {
		float:none;
		position:absolute;
		top:5; right:0;
		width:41px;
		padding:0px;
		z-index:190;
	}
	
	#mobileMenu {
		display:none;
		float:none;
		position:absolute;
		top:0; right:-250px;
		width:240px;
		padding:10px 10px 5px 30px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		background-color:#777;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#FFFFFF;		
		z-index:200;
	}
	
	#mobileMenu p { color:#fff; margin:5px 0 10px; }
	
	#mobileMenu a, #mobileMenu a:hover, #mobileMenu a:link, #mobileMenu a:visited {
		color:white;
	}
	
	#mobileMenu ul {
		list-style:none none;
		color:white;
	}

	#mobileMenu li {
		list-style:none;
		line-height:1.25em;
		text-decoration:none;
		margin-left:5px;
	}


/* By default, mobile elements will not be visible */
.inMobile {	display:none; }

/* January 2015: Added support for mobile devices */
@media screen and (max-device-width:720px) {
	.inMobile {	display:block; }
	
	#header { 
	 width:100%;
	 float:left;
	}
	
	#header #top-menu { display:none; width:100%; }
	#nameOfSite { 
	  width:100%; margin:0 20px 0 0 !important; float:left; display:block; text-align:center;clear:both;
	}
	#navLinks { display:none; width:100%; }
	
	#mainWrapper { float:left; width:100%; margin:0; padding:0; overflow:hidden; }
	
	#contentWrapper {
		float:left;
		width:100%;
		padding:5px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#contentTop { display: none; }
	
	#content {
		width:100%;
		background:none;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#contentBody { width:100%; margin:0; padding:0; }
	
	#page {
		width:100%;
		padding:10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#top { width:100%; padding:0; }
	
	#headline { 
	    width:100%; 
		padding:10px; 
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;		
	}
	
	#headline a img {
		margin:5px;
	}
	
	#headline .left { 
	    float:none !important; 
		display:block; 
		clear:both; 
		margin:0 auto !important; 
	}
	
	#featured {
		/* 
	    float:left; 
		width:100%; 
		padding:10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		*/
		display:none;
	}
	
	#featured .info {
		width:95%; padding:0;
	}
	
	.carousel { width:100%; }
	
	.carousel ul li { width:100% !important; height:auto !important; overflow:auto !important; }
	
	.carousel img { display: none; }
	
	.wp-caption { max-width:250px; float:none; height:auto; overflow:hidden; padding:0; margin:0 auto; }
	
	.alignleft, .alignright { margin:0 auto 5px; }
	
	.entry img, .post a img, #front-list img { max-width:250px; height:auto; }
	
	#headline-shadow { display:none; }
	
	#middle { 
	    display:none;
	    /*background-color:white;
	    padding:5px;
		margin-top:10px;
		margin-bottom:0px;
		width:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;*/
	}
	
	#bottom { width:100%; }
	
	.category { 
	    float:none;
		display:block;
		clear:both;
		margin:0;
		padding:0;
		width:100%;
	}
	
	#front-list {
		width:100% !important;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;		
	}
	
	#inner { width:100%; }
	
	#content-single {
		width:100%;
		float:left;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#sidebar {
		width:100%;
		position:relative;
	}
	
	#sidebar-top, #sidebar-bottom { width:100%; }
	
	#sidebar h3 {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;		
	}
	
	.spoiler { width::100%; }
	
	#sidebar-ad { 
	    width:100%; overflow:hidden;
	    box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#front-popular-wrapper {
		width:100%; 
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#recentpost, #mostcommented { display: none; }
	
	#contactUs { width:100%; margin-left:0px !important; }
	
	#footerContainer {
		width:100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#footer_left { 
	    width:100%; 
		padding:0 10px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#footer_right { width:100%; text-align:center; }
	
	#sidebar-top form#searchform #search input.searchbutton { float:none; display:block; margin-top:5px;}
	
	#sidebar-ad img { max-width:250px; height:auto; }
	
	#navigation { width:100%; }
	
	.archive .tanbox { width:100%; }
	
	#content h2.title { width:100% !important; }
}
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
