﻿/*
Theme Name: WP Boxes
Description: WP Boxes is a box based clean theme for WordPress that gives your blog a classy and professional look. 4 Extra Widgetized area for better customization and monetization. Author Box, Opengraph, Page Navigation and also social sharing buttons are integrated with the theme.
Author: Abhik
Author URI: http://www.wpstores.net
Version: 1.6
Tags: white, brown, orange, two-columns, fixed-width, threaded-comments, sticky-post, microformats, theme-options, featured-images, right-sidebar
License URI: license.html
License: GNU General Public License v3
*/

/* Brwoser Specific Defaults Removal */
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;vertical-align: baseline;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}

body {
  background: none repeat scroll 0 0 #EEEEEE;
  width: 100%;
}
.clear {clear:both;}
.container {
  background: none repeat scroll 0 0 #FFFFFF;
  box-shadow: 2px 0 5px #AAAAAA, -2px 0 5px #AAAAAA;
  margin: 0 auto;
  padding: 0 10px;
  width: 1100px;
}

/* Header Area */
#header{width:100%;height:125px;background:url('images/header-bg.png') repeat-x scroll;margin:0;display:block;}
.logo{max-width:40%;float:left;display:inline;}
.logo h1{font-family: 'Ubuntu', sans-serif; font-size:35px;font-weight:bolder;font-style:italic;margin:0 10px;}
.logo h1 a{color:#efefef;text-decoration:none;text-shadow:2px 2px 2px #333333;}
.logo p{color:#fff;float:right;margin:0 10px;font-family: 'Monda', sans-serif;font-size:15px;line-height:17px;font-weight:bold;text-shadow:1px 1px 1px #333333;}
.logo img{}
.pagemenu{max-width:56%;float:right;margin:5px 10px 0 0;display:inline;}
.catmenu {width:100%;height:30px;display:block;}

/* Footer Area */
#footer{width:100%;margin:0;}

/* Sidebar */
#sidebar {
  border-left: 1px solid #DDDDDD;
  float: right;
  overflow: auto;
  padding: 0 5px 5px 10px;
  width: 275px;
}

/* Content Area */
#content{width:803px;float:left;}

/* Top Menu */
.pagemenu ul {margin: 0; padding: 0;text-align:center;}
.pagemenu li {display: block;float: left;margin:5px 7px 0 0; padding: 0;position: relative;}
.pagemenu > li {}
.pagemenu li > a:after { content: '  ↓'; }
.pagemenu > li > a:after {content: '  ↓'; }
.pagemenu li > a:only-child:after {content: ''; }
/*.pagemenu li a	{font-family: 'Arial Black', Gadget, sans-serif;color:#7b451d;font-weight:bold;text-transform:uppercase;font-size:20px;text-decoration:none;display: block;line-height: 50px;padding: 0 10px;text-shadow: 0px -1px 0px rgba(0, 0, 0, .75);}*/
.pagemenu li a	{border-radius:5px;color: #fff;background: #7b451d;box-shadow: inset 0 0 6px #000;font-family: 'Monda', sans-serif;font-weight:bold;text-transform:uppercase;font-size:13px;text-decoration:none;display: block;line-height: 23px;padding: 0 8px;text-shadow: 0px -1px 0px rgba(0, 0, 0, .75);}
.pagemenu .current-menu-item a, .pagemenu .current_page_item a, .pagemenu a:hover {color: #fff;background: #60625C;box-shadow: inset 0 0 6px #000;}
.pagemenu ul ul { display: none;position: absolute;top: 23px;}
.pagemenu ul ul li {float: none;width:200px;}
.pagemenu ul ul li a {background:#7b451d;color:#fff;padding: 0px 10px;font-size:13px;box-shadow: inset 0 0 6px #000;}
.pagemenu ul li:hover > ul {display: block;}
.pagemenu ul li ul li {z-index:1000;margin:0;}
.pagemenu ul li ul li a{padding:0 8px;line-height:20px;}
.pagemenu ul li ul li > a:after{content: '  →';}
.pagemenu ul li ul > li > a:after{content: '  →';}
.pagemenu ul li ul li > a:only-child:after{content: '';}
.pagemenu ul li ul li a:hover{color: #fff;background: #60625C;}
.pagemenu ul ul li ul {left:200px;top: 0;}

/* Cat Menu */
.catmenu ul{margin:0 auto;}
.catmenu li{border-right:1px solid #b6b6b6;display: block;float: left;line-height: 30px;margin: 0; padding: 0;position: relative;
background: rgb(237, 237, 237);
background: -moz-linear-gradient(90deg, rgb(237, 237, 237) 75%, rgb(109, 109, 109) 100%);
background: -webkit-linear-gradient(270deg, rgb(237, 237, 237) 75%, rgb(109, 109, 109) 100%);
background: -o-linear-gradient(90deg, rgb(237, 237, 237) 75%, rgb(109, 109, 109) 100%);
background: -ms-linear-gradient(90deg, rgb(237, 237, 237) 75%, rgb(109, 109, 109) 100%);
background: linear-gradient(180deg, rgb(237, 237, 237) 75%, rgb(109, 109, 109) 100%);
border-bottom:1px solid #b6b6b6;}
.catmenu li:first-child{border-left:1px solid #b6b6b6;}
.catmenu li > a:after { content: '  ▼'; }
.catmenu > li > a:after {content: '  ▼'; }
.catmenu li > a:only-child:after {content: ''; }
.catmenu li a	{font-family: 'Monda', sans-serif;color:#7b451d;font-size:13px;text-decoration:none;display: block;line-height: 30px;padding: 0 10px;}
.catmenu .current-menu-item a, .catmenu .current_page_item a, .catmenu a:hover {color:#004c74;}
.catmenu ul ul { display: none;position: absolute;top: 30px;}
.catmenu ul ul li {float: none;width: 150px;border-bottom:1px solid #b6b6b6;}
.catmenu ul ul li a {padding: 5px 10px;}
.catmenu ul li:hover > ul {display: block;}
.catmenu ul li ul li {z-index:1000;}
.catmenu ul li ul li a{padding:5px 10px;line-height:20px;background:#ededed; background-image: -moz-linear-gradient(center bottom , #6d6d6d, #ededed 5px);}
.catmenu ul li ul li > a:after{content: '  ►';}
.catmenu ul li ul >  li  > a:after{content: '  ►';}
.catmenu ul li ul li > a:only-child:after{content: '';}
.catmenu ul li ul li a:hover{color: #004c74;}
.catmenu ul ul li ul {left: 150px;top: 0;}

/* Slideshow */
#slideshow{background:url('images/shadow4.png') no-repeat bottom;margin:20px auto 10px auto;max-width:730px;height:330px !important;}
#slideshow ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
#slideshow li.bjqs-slide{position:absolute; display:none;}
#slideshow ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}
#slideshow ul.bjqs-controls.v-centered li a{position:absolute;}
#slideshow ul.bjqs-controls.v-centered li.bjqs-next a{right:-24px;}
#slideshow ul.bjqs-controls.v-centered li.bjqs-prev a{left:-24px;}
#slideshow ol.bjqs-markers{list-style: none; padding: 0; margin-top:10px; width:100%;}
#slideshow ol.bjqs-markers.h-centered{text-align: center;}
#slideshow ol.bjqs-markers li, #slideshow ol.bjqs-markers li.active-marker{display:inline;margin-right:3px;}
#slideshow ol.bjqs-markers li a{display:inline-block;background:#7b451d;color:#fff;font-weight:bold;padding:1px 5px;text-decoration:none;border-radius:5px;}
#slideshow ol.bjqs-markers li.active-marker a{display:inline-block;background:#aaa;color:#fff;font-weight:bold;padding:1px 5px;text-decoration:none;}
#slideshow p.bjqs-caption{color:#fff;text-shadow:1px 1px 1px #000;font-weight:bold;font-size:18px;font-family: 'Ubuntu', sans-serif;display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;background:rgba(0, 0, 0, 0.5)}

/* Home Page Columns*/
#homepage {width:100%;float:left;margin:10px auto;}
#homepage h1{font-family: 'Ubuntu', sans-serif; font-size:27px;font-weight:bold;color:#7b451d;border-bottom:1px dashed #ddd;padding:0 0 5px 10px;display:block;}
.homebox {width:auto;margin:10px auto;padding-left:10px;}
.sticky {width:98%;margin:0 auto;border:1px solid #ddd;float:left;padding:5px;}
.sticky img{display:block;height:150px;width:150px;margin:5px 15px 5px 5px;border:5px solid #ddd;box-shadow:0px 5px 5px #8F8F8F;float:left;}
.sticky h2{color:#a6a6a6;font-family: 'Ubuntu', sans-serif; font-size:20px;font-weight:bold;margin:10px auto;}
.sticky h2 a{text-decoration:none;color:#7b451d;}
.sticky p{font-family: 'Monda', sans-serif;color:#414141;font-size:14px;text-shadow:1px 1px 1px #ddd;text-align:justify;padding:0 5px;line-height: 18px;}
.sticky .cread{display:block;text-align:right;margin: 10px 10px 0 0;}
.sticky .cread a{text-decoration:none;background:#7b451d;color:#fff;font-family: 'Monda', sans-serif;font-size:13px;padding:0 10px;border-radius:5px;}
.sticky .cread a:hover{background:#be6d30;}
.home-widgets{width:248px;margin:2px 4px 2px 0;min-height:340px;border:1px solid #ddd;float:left;padding:5px;}
.home-widgets img{display:block;height:100px;width:200px;margin:0 auto;border:5px solid #ddd;box-shadow:0px 5px 5px #8F8F8F;}
.home-widgets h2{font-family: 'Ubuntu', sans-serif; font-size:14px;font-weight:bold;margin:10px auto;}
.home-widgets h2 a{text-decoration:none;color:#7b451d;}
.home-widgets p{font-family: 'Monda', sans-serif;color:#414141;font-size:13px;text-shadow:1px 1px 1px #ddd;text-align:justify;padding:0 5px;line-height: 17px;word-wrap: break-word;}
.home-widgets .cread{display:block;text-align:right;margin: 10px 10px 0 0;}
.home-widgets .cread a{text-decoration:none;background:#7b451d;color:#fff;font-family: 'Monda', sans-serif;font-size:13px;padding:0 10px;border-radius:5px;}
.home-widgets .cread a:hover{background:#be6d30;}

/* Pagination / Navigation */
.navigation {width:98%;background:#f8f8f8;border:1px solid #e9e9e9;margin:10px auto;display:inline-block;padding:5px;}
.navigation a{color:#2b3175;font-family:Verdana;font-size:12px;text-decoration:none;}
.navigation a:hover{}
.navigation a:visited{}
.navigation .next-posts {float:right;display:inline;padding:8px 10px;}
.navigation .prev-posts {float:left;display:inline;padding:8px 10px;}
#pagination {width:98%;min-height:30px;background:#f8f8f8;border:1px solid #e9e9e9;margin-top:5px;}
#pagination p{text-align:center;}
#pagination p a{color:#2b3175;font-family:Verdana;font-size:12px;text-decoration:none;}
#pagination p a:hover{}
#pagination p a:visited{}
.postpagination {display:block;text-align:center;font-family:Verdana;font-size:12px;color:#00499b;font-weight:bold;margin:15px auto;}
.postpagination a {padding:6px 9px 5px 9px;text-decoration:none;width:auto;color:#fff;background: #00499b;border-radius: 6px;}
.pagination {clear:both;position:relative;line-height:13px;float:right;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;width:auto;color:#fff;background: #555;font-family:Verdana;font-size:12px;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}

/*****************************************
Widgets
*****************************************/
#sidebar ul{list-style:none;}
.sidebar-widget{max-width:265px;color:#7B451D;font-family: 'Monda', sans-serif;font-size:13px;}
#sidebar li.sidebar-widget {list-style:none;padding:0;margin:3px 0 20px 0;min-height:50px;}
#sidebar li.sidebar-widget h3{font-family: 'Ubuntu', sans-serif;color:#7B451D;display:block;height:25px;background:#d7d7d7;font-variant: small-caps;text-align:center;font-size:17px;text-shadow:1px 1px 1px #fff;margin-bottom:5px;}
#sidebar li.sidebar-widget a{color:#7B451D;font-family: 'Monda', sans-serif;font-size:13px;text-decoration:none;}
#sidebar li.sidebar-widget a:hover{text-shadow:1px 1px 1px #6b73a3;}
#sidebar li.sidebar-widget div {margin-left:5px !important;}
#sidebar li.sidebar-widget ul {margin-left:10px !important;list-style:none !important;}
#sidebar li.sidebar-widget ul li:before {color:#181f4e;content: "► ";font-size:12px;}
#sidebar li.sidebar-widget table {width:250px;margin:0 auto;}
#sidebar li.sidebar-widget table caption {width:200px;height:20px;background:#535773;color:#fff;text-align:center;font-family: 'Ubuntu', sans-serif;font-size:13px;font-weight:bold;margin:0 auto;padding-top:3px;border-radius:5px;text-shadow:1px 1px 1px #000;}
#sidebar li.sidebar-widget table thead {background:#e7e7e7;font-family: 'Ubuntu', sans-serif;}
#sidebar li.sidebar-widget table tbody  tr{margin-top:5px;border-bottom:1px solid #000;}
#sidebar li.sidebar-widget table tbody  tr td{text-align:center;font-family: 'Monda', sans-serif;font-size:12px;}
#top-widget {width:728px;margin:15px auto 0 auto;}
#footer-widget, #afterpost-widget {width:730px;margin:10px auto;padding:1px;display:block;}
.top-widget, .footer-widget, .afterpost-widget{display:inline;list-style: none;float:left;margin-right:20px;color:#272727;font-family: 'Monda', sans-serif;font-size:13px;font-weight:normal;max-width:30%;}
.top-widget a, .footer-widget a, .afterpost-widget a{color:#181f4e;font-family: 'Monda', sans-serif;font-size:12px;text-decoration:none;}
.top-widget a:hover, .footer-widget a:hover, .afterpost-widget a:hover{text-shadow:1px 1px 1px #6b73a3;}
.top-widget h3, .footer-widget h3, .afterpost-widget h3{height:20px;background:#ffa668;color:#fff;text-align:center;font-family: 'Ubuntu', sans-serif;font-size:15px;font-weight:bold;margin:0 auto 10px auto;padding-top:3px;border-radius:5px;text-shadow:1px 1px 1px #000;}
.top-widget h3 a, .footer-widget h3 a, .afterpost-widget h3 a{color:#fff;}
.top-widget h3 a:hover, .footer-widget h3 a:hover, .afterpost-widget h3 a:hover {color:#fff;}
.top-widget ul, .footer-widget ul, .afterpost-widget ul {display:inline;}
.top-widget ul li, .footer-widget ul li, .afterpost-widget ul li {list-style:none;padding:0;margin:3px 0px 3px 5px;}
.top-widget ul li a, .footer-widget ul li a, .afterpost-widget ul li a{color:#181f4e;font-family: 'Monda', sans-serif;font-size:13px;text-decoration:none;}
.top-widget ul li a:hover, .footer-widget ul li a:hover, .afterpost-widget ul li a:hover{text-shadow:1px 1px 1px #6b73a3;}
.top-widget p, .footer-widget p, .afterpost-widget p{color:#272727;font-family: 'Monda', sans-serif;font-size:13px;font-weight:normal;margin:10px auto;}
#searchform {width:auto;float:right;margin:3px 10px 0 0;}
#searchform .field {border-radius:3px;border:1px solid #181f4e;height:21px;}
#searchform .submit{background:#7B451D;color:#fff;border-radius:19px;border:none;margin-top:3px;margin-left:-15px;padding:3px 5px;font-size:12px;font-weight:bold;}

/* Posts / Pages and Others */
/*****************************************
Alignment and Captions
*****************************************/
.hentry .alignleft {display:inline;float:left;margin-right:10px;}
.hentry .alignright {display:inline;float:right;margin-left:10px;}
.hentry .aligncenter {clear:both;display:block;margin-left:auto;margin-right:auto;}
.hentry .wp-caption {margin-top: 0.4em;}
.hentry .wp-caption {background: #eee;margin-bottom: 1.625em;max-width: 96%;padding: 5px 5px 3px 5px;}
.hentry .wp-caption img {display: block;margin: 0 auto;max-width: 98%;}
.hentry .wp-caption .wp-caption-text {color: #666;font-family: 'Ubuntu', sans-serif;font-size: 11px;font-style:italic;text-align:center;}
.hentry .wp-caption .wp-caption-text {margin-bottom:0.6em;padding: 3px 0 0 0;position:relative;}
.hentry .wp-caption img{border-color: #eee;}
.hentry img.alignleft, .hentry  img.alignright, .hentry img.aligncenter {margin-bottom: 10px;}
.hentry img.aligncenter {clear:both;display:block;margin-left:auto;margin-right:auto;margin-top:10px;}

/*****************************************
Single Post and Page Styling
*****************************************/

.hentry{margin:10px auto;width:98%;float:left;font-family: 'Monda', sans-serif;color:#414141;font-size:14px;text-shadow:1px 1px 1px #ddd;line-height: 18px;}
.hentry .headline-area{display:block;width:100%;padding:5px 0 10px 0;border-bottom:1px dashed #ddd;}
.hentry .headline-area img.single-thumb {display:block;height:100px;width:100px;margin:5px 15px 5px 5px;border:5px solid #ddd;box-shadow:0px 5px 5px #8F8F8F;float:left;}
.hentry .headline-area .post-title h1{display:block;color:#7b451d;font-family: 'Ubuntu', sans-serif;font-size:25px;font-weight:normal;margin-bottom:10px;}
.hentry .headline-area .post-title h1 a {color:#7b451d;text-decoration:none;}
.hentry .headline-area .share_post {margin-top: 20px;min-height: 15px;padding: 0 0 15px;}
.hentry .headline-area .share_post .facebook {float: left;margin-right: 8px;width: 80px !important;}
.hentry .headline-area .share_post .tweeter_post {float: left;}
.hentry .headline-area .share_post .bufferapp {float: left;}
.hentry .headline-area .share_post .linkedin {float: left;margin-left: -5px;margin-right: 8px;}
.hentry .headline-area .share_post .pinterest {float: left;margin: 0 40px 0 0;}
.hentry .headline-area .share_post .pinterest img{border:none;}
.hentry .headline-area .share_post .google1 {float: left;margin-right: 8px;width: 60px !important;}
.hentry h1{display:block;color:#181f4e;font-family: 'Ubuntu', sans-serif;font-size:25px;margin:15px 0 0;font-weight:normal;}
.hentry h2{display:block;color:#181f4e;font-family: 'Ubuntu', sans-serif;font-size:19px;margin:15px 0;font-weight:normal;padding:8px 0;border-top:1px dashed #2b3693;border-bottom:1px dashed #2b3693;}
.hentry h3{display:block;color:#181f4e;font-family: 'Ubuntu', sans-serif;font-size:19px;margin:15px 0;font-weight:normal;}
.hentry h4{display:block;color:#181f4e;font-family: 'Ubuntu', sans-serif;font-size:17px;margin:15px 0;font-weight:normal;}
.hentry h5{display:block;color:#181f4e;font-family: 'Ubuntu', sans-serif;font-size:15px;margin:10px 0;font-weight:normal;}
.hentry h6{display:block;color:#181f4e;font-family: 'Ubuntu', sans-serif;font-size:13px;margin:10px 0;font-weight:normal;}
.hentry h1 a, .hentry h2 a, .hentry h3 a, .hentry h4 a, .hentry h5 a, .hentry h6 a {color:#2b3175;text-decoration:none;}
.hentry p {font-family: 'Monda', sans-serif;color:#414141;font-size:14px;text-shadow:1px 1px 1px #ddd;padding:0 5px;line-height: 18px;margin:5px auto 15px;}
.hentry p a {color:#2b3175;text-decoration:none;}
.hentry p a:hover {text-shadow:1px 1px 1px #6b73a3;}
.hentry p a:visited {}
.hentry p em {font-style:italic;}
.hentry abbr, .hentry acronym{border-bottom:1px dotted #555;cursor:help;}
.hentry code{display:inline;background-color:#eee;font-size:12px;font-family:Consolas;}
.hentry pre{display:block;background-color:#eee;font-size:12px;font-family:Consolas;padding:5px;width:98%;overflow: auto;word-wrap: break-word;}
.hentry ul, .hentry ol {margin:10px 20px;color:#272727;font-family: 'Monda', sans-serif;padding-left:20px;font-size:14px;}
.hentry ul li{list-style:disc;}
.hentry ol li {margin:5px 0;}
.hentry ul li a, .hentry ol li a {color:#2b3175;text-decoration:none;}
.hentry ul li a:hover, .hentry ol li a:hover {text-shadow:1px 1px 1px #6b73a3;}
.hentry ul li a:visited, .hentry ol li a:visited {}
.hentry blockquote{margin:20px 20px 20px 50px;display:inline-block;border-left:5px solid #ddd;}
.hentry q{display:inline;border-left:5px solid #ddd;padding:0px 5px;background:#ededed;}
.hentry blockquote p{padding:10px 15px;display:block;margin:0;font-style:italic;}
.hentry img{max-width:96%;}
.tags {color:#000;font-family: 'Monda', sans-serif;font-size:11px;float:left;font-weight:normal;margin:10px auto 0 auto;width:98%;display:block;background:#f0f0f0;padding:8px 0 8px 10px;border-top:1px dotted #e2e2e2;border-bottom:1px dotted #e2e2e2;}
.tags a {color:#7b451d;text-decoration:none;}
.postmeta {color: #B3B3B3;font-family: 'Monda', sans-serif;font-size:13px;margin: -12px 0 0;display:inline;border-bottom:1px dashed #b3b3b3;}
.postmeta a{color: #B3B3B3;font-weight:bold;text-decoration:none;}
.postmeta a:hover{}
.postmeta a:visited{}
.postmeta span{font-weight:bold;}
.hentry sub { vertical-align:text-bottom; font-size:75%; position: relative;vertical-align: 0;top: 0.4em;}
.hentry sup { vertical-align:text-top; font-size:75%; position: relative;vertical-align: 0;bottom: 0.4em;}
.hentry table {}
.hentry table caption {height:20px;background:#535773;color:#fff;text-align:center;font-family: 'Monda', sans-serif;font-size:12px;font-weight:bold;margin:0 auto;padding-top:3px;border-radius:5px;text-shadow:1px 1px 1px #000;}
.hentry table thead {background:#e7e7e7;font-family: 'Monda', sans-serif;}
.hentry table tbody  tr{margin-top:5px;border-bottom:1px solid #000;}
.hentry table tbody  tr.alternate{margin-top:5px;border-bottom:1px solid #000;background:#ddd;}
.hentry table tbody  tr th{background:#535773;color:#fff;text-align:center;font-family: 'Monda', sans-serif;font-size:12px;font-weight:bold;padding:5px;border-radius:5px;text-shadow:1px 1px 1px #000;}
.hentry table tbody  tr td{text-align:left;font-family: 'Monda', sans-serif;font-size:12px;padding:3px 5px;}
.hentry table tbody  tr td a{color:#2b3175;text-decoration:none;}
.hentry table tbody  tr td a:hover {text-shadow:1px 1px 1px #6b73a3;}
.hentry dl {width:100%;overflow:hidden;color:#272727;font-family: 'Monda', sans-serif;font-size:14px;}
.hentry dt {float:left;width:20%;margin-top: 10px;}
.hentry dd {float:left;width:80%;margin-top: 10px;font-style:italic;}
.hentry .attachment img {display: block;margin:auto;}
.format-aside .post-title {display:none;}
.hentry .gallerysingleimage {margin:15px auto;width:550px;}
.hentry .gallerysingleimage img{border:5px solid #ddd;box-shadow:0px 0px 5px #8F8F8F;}
.hentry .gallery {width:100%;float:left;margin:10px auto;}
.hentry dl.gallery-item {width:33%;float:left;margin:10px auto;}
.hentry dl dt.gallery-icon {width:100%;}
.hentry dd.gallery-caption {width:98%;text-align:center;color: #666;font-family: 'Monda', sans-serif;font-size: 9px;font-style:italic;background:#eee;padding:3px;border-radius:5px;margin:0;}
.hentry .gallery dl dt dd.gallery-caption img {}

/*****************************************
Comments Styling
*****************************************/
#comments {max-width:98%;border-top:1px dashed #555555;}
#comments span.counts{font-size:20px;}
#comments-title {color:#323232;font-size:17px;line-height:17px;font-family: 'Ubuntu', sans-serif;margin: 10px 0 15px;}
#comments-title a{color:#181f4e;text-decoration:none;}
#comments-title a:hover{text-shadow:1px 1px 1px #6b73a3;}
#comments-title a:visited{}
.nopassword, .nocomments {font-family: 'Ubuntu', sans-serif;color: #aaa;font-size: 24px;font-weight: 100;margin: 26px 0;text-align: center;}
.commentlist {list-style: none;margin: 0 auto;width: 98%;font-family: 'Monda', sans-serif;color:#414141;font-size:14px;text-shadow:1px 1px 1px #ddd;line-height:18px;}
.content .commentlist,.page-template-sidebar-page-php .commentlist {	width: 100%;}
.commentlist > li.comment {background: #fff;border: 1px solid #ddd;-moz-border-radius: 3px;border-radius: 3px;margin: 0 0 1.625em;padding: 10px;position: relative;}
.commentlist .pingback {margin:7px 0 3px 0;border: 1px solid #ddd;-moz-border-radius: 3px;border-radius: 3px;padding: 10px;}
.commentlist .pingback p{font-family: 'Monda', sans-serif;color:#414141;font-size:14px;text-shadow:1px 1px 1px #ddd;font-weight:normal;}
.commentlist .pingback p a{color:#2b3175;text-decoration:none;}
.commentlist .pingback p a:hover{text-shadow:1px 1px 1px #6b73a3;}
.commentlist .pingback p span{font-size:10px;margin-left:5px;}
.commentlist .pingback p span a{color:#2b3175;text-decoration:none;}
.commentlist .children {list-style: none;margin: 0;}
.commentlist .children li.comment {background: #fff;border: 1px solid #ddd;-moz-border-radius: 0 3px 3px 0;border-radius: 0 3px 3px 0;margin: 10px;padding: 10px;position: relative;}
.commentlist .children li.comment .fn, .comment-meta .fn {font-size:15px;color:#7b451d;display: block;font-weight:bold;margin-bottom:10px;}
.commentlist .children li.comment .fn,.comment-meta .fn a{color:#7b451d;text-decoration:none;}
.commentlist .children li.comment .fn,.comment-meta .fn a:focus, .commentlist .children li.comment .fn,.comment-meta .fn a:hover, .commentlist .children li.comment .fn,.comment-meta .fn a:active{}
.comment-meta {color: #666;font-size: 12px;line-height: 12px;border-bottom:1px dashed #000;padding-bottom:5px;}
.commentlist .children li.comment .comment-meta {line-height: 12px;border-bottom:1px dashed #000;padding-bottom:5px;}
.commentlist .children li.comment .comment-content {margin: 10px 0 0;}
.commentlist li.comment .comment-content {margin: 10px 0 0;}
.comment-content h1{display:block;color:#181f4e;font-family: 'Ubuntu', sans-serif;font-size:25px;margin:15px 0;font-weight:normal;}
.comment-content h2{display:block;color:#181f4e;font-family: 'Ubuntu', sans-serif;font-size:22px;margin:15px 0;font-weight:normal;padding:8px 0;border-top:1px dashed #2b3693;border-bottom:1px dashed #2b3693;}
.comment-content h3{display:block;font-family: 'Monda', sans-serif;color:#414141;font-size:14px;font-size:19px;margin:15px 0;font-weight:normal;}
.comment-content h4{display:block;font-family: 'Monda', sans-serif;color:#414141;font-size:14px;font-size:17px;margin:15px 0;font-weight:normal;}
.comment-content h5{display:block;font-family: 'Monda', sans-serif;color:#414141;font-size:14px;font-size:15px;margin:10px 0;font-weight:normal;}
.comment-content h6{display:block;font-family: 'Monda', sans-serif;color:#414141;font-size:14px;font-size:13px;margin:10px 0;font-weight:normal;}
.comment-content h1 a, .comment-content h2 a, .comment-content h3 a, .comment-content h4 a, .comment-content h5 a, .comment-content h6 a {color:#2b3175;text-decoration:none;}
.comment-content p {font-family: 'Monda', sans-serif;color:#414141;font-size:14px;text-shadow:1px 1px 1px #ddd;font-weight:normal;margin:10px auto 20px auto;}
.comment-content p a {color:#2b3175;text-decoration:none;}
.comment-content p a:hover {text-shadow:1px 1px 1px #6b73a3;}
.comment-content p em {font-style:italic;}
.comment-content p embed {max-width:720px !important;}
.comment-content abbr, .comment-content acronym{border-bottom:1px dotted #555;cursor:help;}
.comment-content code{display:inline;background-color:#eee;font-size:12px;font-family:Consolas;}
.comment-content pre{display:block;background-color:#eee;font-size:12px;font-family:Consolas;padding:5px;}
.comment-content ul, .comment-content ol {margin:10px 20px;font-family: 'Monda', sans-serif;color:#414141;font-size:14px;text-shadow:1px 1px 1px #ddd;padding-left:20px;}
.comment-content ul li{list-style:disc;}
.comment-content ol li {margin:5px 0;}
.comment-content blockquote{margin:20px 20px 20px 50px;display:inline-block;border-left:5px solid #ddd;}
.comment-content q{display:inline;border-left:5px solid #ddd;padding:0px 5px;background:#ededed;}
.comment-content blockquote p{padding:10px 15px;display:block;margin:0;font-style:italic;}
.comment-content sub { vertical-align:text-bottom; font-size:75%; position: relative;vertical-align: 0;top: 0.4em;}
.comment-content sup { vertical-align:text-top; font-size:75%; position: relative;vertical-align: 0;bottom: 0.4em;}
.comment-content table {}
.comment-content table caption {height:20px;background:#535773;color:#fff;text-align:center;font-family: 'Ubuntu', sans-serif;font-size:12px;font-weight:bold;margin:0 auto;padding-top:3px;border-radius:5px;text-shadow:1px 1px 1px #000;}
.comment-content table thead {background:#e7e7e7;font-family: 'Monda', sans-serif;}
.comment-content table tbody  tr{margin-top:5px;border-bottom:1px solid #000;}
.comment-content table tbody  tr.alternate{margin-top:5px;border-bottom:1px solid #000;background:#ddd;}
.comment-content table tbody  tr th{background:#535773;color:#fff;text-align:center;font-family: 'Ubuntu', sans-serif;font-size:12px;font-weight:bold;padding:5px;border-radius:5px;text-shadow:1px 1px 1px #000;}
.comment-content table tbody  tr td{text-align:left;font-family: 'Ubuntu', sans-serif;font-size:12px;padding:3px 5px;}
.comment-content table tbody  tr td a{color:#2b3175;text-decoration:none;}
.comment-content table tbody  tr td a:hover {text-shadow:1px 1px 1px #6b73a3;}
.comment-content dl {width:100%;overflow:hidden;font-family: 'Monda', sans-serif;color:#414141;font-size:14px;text-shadow:1px 1px 1px #ddd;}
.comment-content dt {float:left;width:20%;margin-top: 10px;}
.comment-content dd {float:left;width:80%;margin-top: 10px;font-style:italic;}
.comment-content dt:after {content: ':'; }
.comment-meta a {font-weight: bold;color:#7b451d;text-decoration:none;}
.comment-meta a:focus,.comment-meta a:active,.comment-meta a:hover {}
.comment-author img.avatar{-moz-border-radius: 3px;border-radius: 3px;-webkit-box-shadow: 0 1px 2px #ccc;-moz-box-shadow: 0 1px 2px #ccc;box-shadow: 0 1px 2px #ccc;margin-bottom:5px;float:right;}
.commentlist > li.pingback:before {content: '';}
a.comment-reply-link {background: #181f4e;-moz-border-radius: 3px;border-radius: 3px;color: #fff;display: inline-block;font-size: 12px;padding: 0 8px;text-decoration: none;margin-top:15px;}
a.comment-reply-link:hover,a.comment-reply-link:focus,a.comment-reply-link:active {background: #888;color: #fff;}
a.comment-reply-link > span {display: inline-block;position: relative;top: -1px;}
/* Post author highlighting */
.commentlist > li.bypostauthor {background: #f0f0f0;border-color: #d3d3d3;}
.commentlist > li.bypostauthor .comment-meta {color: #575757;}
.commentlist > li.bypostauthor .comment-meta a:focus,.commentlist > li.bypostauthor .comment-meta a:active,.commentlist > li.bypostauthor .comment-meta a:hover {}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {background: #f0f0f0;border-color: #d3d3d3;}
.page-template-sidebar-page-php .commentlist > li.comment,.page-template-sidebar-page-php.commentlist .pingback {margin-left: 102px;width: auto;}
.page-template-sidebar-page-php #respond {width: auto;}


/* Comment Form */
#respond {float:left;padding: 12px;width:60%;}
#respond input[type="text"],
#respond textarea {background: #fff;border: 1px solid #000;-moz-border-radius: 5px;border-radius: 5px;-webkit-border-radius: 5px;}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url{position:relative;width:250px;}
#respond .comment-form-comment {position:relative;}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label, 
#respond .comment-form-comment label {font-family: 'Monda', sans-serif;color:#414141;font-size:14px;font-weight:bold;}
#respond .comment-form-author label:after,
#respond .comment-form-email label:after,
#respond .comment-form-url label:after, 
#respond .comment-form-comment label:after {content:":";}
#respond input[type="text"]:focus, #respond textarea:focus {text-indent: 0;z-index:1;}
#respond textarea {resize: vertical;width: 100%;overflow: auto;}
#respond .comment-form-author .required,#respond .comment-form-email .required {position: relative;}
#respond .comment-notes {font-size: 13px;font-style:italic;}
#respond .logged-in-as {font-family: 'Monda', sans-serif;font-size: 12px;}
#respond .logged-in-as a{color:#181f4e;text-decoration:none;}
#respond .logged-in-as a:hover{}
#respond .logged-in-as a:visited{color:#181f4e;}
#respond p {margin: 10px 0;}
#respond .form-submit {
  margin: 0;
  text-align: right;
  width: 100%;
}
#respond input#submit {
  background: none repeat scroll 0 0 #181F4E;
  border: medium none;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0 1px 2px #000000;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  left: 30px;
  margin: 5px 29px 10px 0;
  padding: 5px 42px 5px 22px;
  position: relative;
  text-shadow: 0 -1px 0 #000000;
}
#respond input#submit:active {	background: #1982d1;color: #bfddf3;}
#respond #cancel-comment-reply-link {}
#respond .logged-in-as a:hover,#respond #cancel-comment-reply-link:hover {text-decoration: none;}
.commentlist #respond {margin: 1.625em 0 0;width: auto;z-index:999;position: absolute;}
#reply-title {color: #373737;font-weight: normal;font-family: 'Monda', sans-serif;color:#414141;font-size:19px;}
#cancel-comment-reply-link {margin-left: 10px;background: #181f4e;-moz-border-radius: 3px;border-radius: 3px;color: #fff;display: inline-block;font-size: 12px;padding: 0 10px;text-decoration: none;text-transform: uppercase;top: 6em;float:right;}
#cancel-comment-reply-link:focus,#cancel-comment-reply-link:active,#cancel-comment-reply-link:hover {}
#respond label {line-height: 2.2em;}
#respond input[type=text] {display: block;	height: 24px;width: 75%;}
#respond p {font-size: 12px;}
p.comment-form-comment {	margin: 0;}
.form-allowed-tags {display: none;}

/*****************************************
Author Box Styling
*****************************************/
#authorboxbody {background:#ffeedb;width:98%;margin:10px auto;padding: 10px 0;border-top:1px dotted #000;border-bottom:1px dotted #000;height:auto;display:block;}
.authorinfo {float:left;width:580px;height:auto;padding-right:0px !important;}
.authorinfo img.gravatar{margin: 0 15px 0 10px;display:inline;float:left;height:70px;width:70px;border:2px solid #9d9d9d;float:left;float:left;display:inline-block;}
.authorinfo img:hover.gravatar{-webkit-box-shadow:0 0 4px #404040;-moz-box-shadow:0 0 4px #404040;box-shadow:0 0 4px #404040;}
.authorinfo p.authorname{display:inline;font-family:Verdana;font-size:15px;font-weight:bold;text-transform:none !important;text-align:left;text-shadow:1px 1px 1px #fff;}
.authorinfo p.authorname a{color:#5986c5;text-decoration:none;}
.authorinfo p.website{font-family:Verdana;font-size:12px;text-align:left;margin:0 0 10px 10px;text-shadow:1px 1px 1px #fff;}
.authorinfo p.description {font-family:Verdana;font-size:12px;text-align:left;margin:0 0 10px 10px;text-shadow:1px 1px 1px #fff;}
.authorinfo p.description a {color:#312f8e;font-weight:bold;text-shadow:1px 1px 1px #fff;}
.authorinfo p.website a{color:#ffa650;font-weight:bold;}
.authorsocial {width:130px !important;height:auto;float:right;}
.authorsocial p{font-family:Verdana;font-size:14px;text-align:center;font-weight:bold;margin:0 0 10px 0;font-variant: small-caps;text-decoration:underline;color:#404040;text-shadow:1px 1px 1px #787878;}
.authorsocial .socialicons {width:120px !important;margin:auto !important;display:inline-block;}
.authorsocial a img{width:25px;height:25px;display:inline !important;border:none;margin:0 5px 5px 0;}

/* Widgetized Footer */
.footerwrap {width:100%;margin:0;background:#f5b872 url('images/header-bg.png') top repeat-x;}
.footerwrap .fwrap{width:1100px;margin:0 auto;padding:20px 0;}
.footerwrap .fwrap .widgetized-footer{display:inline;list-style: none;float:left;margin-right:20px;color:#fff;font-family: 'Monda', sans-serif;font-size:13px;font-weight:normal;max-width:22%;}
.footerbar {background:#f26a22 url('images/footer-bg.png') top repeat-x;;height:50px;width:100%;margin:0}
.footerbar .barcontainer {width:1100px;margin:0 auto;padding: 15px 0;}
.footerbar .barcontainer p {color:#fff;font-family: 'Monda', sans-serif;font-size:13px;font-weight:normal;font-weight:bold;}
.footerbar .barcontainer p a{color:#2a4c74;}
.footerbar .barcontainer p a:hover{}
.footerbar .barcontainer p a:hover{}
.footerbar .barcontainer .copyright {float:left;text-align:left;}
.footerbar .barcontainer .credit {width:500px;float:right;text-align:right;}
.widgetized-footer a{color:#1e1c1a;font-family: 'Monda', sans-serif;font-size:13px;text-decoration:none;}
.widgetized-footer a:hover{text-shadow:1px 1px 1px #6b73a3;}
.widgetized-footer h3{background:#ffa668;color:#fff;text-align:center;font-family: 'Ubuntu', sans-serif;padding:3px 0;font-size:15px;font-weight:bold;margin:0 auto 10px auto;border-radius:5px;text-shadow:1px 1px 1px #000;}
.widgetized-footer h3 a{color:#fff;}
.widgetized-footer h3 a:hover {color:#fff;}
.widgetized-footer ul {display:inline;}
.widgetized-footer ul li {list-style:none;padding:0;margin:3px 0px 3px 5px;}
.widgetized-footer ul li:before {color:#2a4c74;content: "► ";font-size:14px;}
.widgetized-footer ul li a{color:#1e1c1a;font-family: 'Monda', sans-serif;font-size:13px;text-decoration:none;}
.widgetized-footer ul li a:hover{text-shadow:1px 1px 1px #6b73a3;}
.widgetized-footer p{color:#1e1c1a;font-family: 'Monda', sans-serif;font-size:13px;font-weight:normal;margin:10px auto;}