/*  

Theme Name: Arif Hasan
Theme URI: http://imedia-emagine.com/
Description: A custom theme for Arif Hasan
Author: Sabahat Muhammad / iMedia
Author URI: http://www.imedia-emagine.com/
Version: 1.0
Tags: minimal, fixed-width

.
	  
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

.

*/

@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url("css/superfish.css");

body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, th, td, article,
 aside, figure, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
}
/*
*
*  Consistency fixes
*  adopted from http://necolas.github.com/normalize.css/
*
*/
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  min-height: 100%;
  font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, audio, canvas, video {
  display: block;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
b, strong {
  font-weight: 900;
  font-family: "Lato";
}
em {
	font-style:italic;
}
abbr[title] {
  border-bottom: 1px dotted;
}
input, textarea, button, select {
  margin: 0;
  font-size: 100%;
  line-height: normal;
  vertical-align: baseline;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Layout */

body {
	font: 100 12px/1.5 Verdana, Helvetica, sans-serif;
	background: #F0F0F0;
}

#container {
	width:984px;
	margin:0 auto;
}

#header {
	padding-top: 35px;
}
#Main01 {
	background: #FFFFFF;
	margin: 0px 0px 10px;
	padding-top: 60px;
}
#content {
	background: #FFFFFF;
	margin: 0px 0px 10px;
	position: relative;
	overflow: hidden;
}
#books {
	background:#ffffff;
	margin: 0 0 10px;
}
#Footer {
	background: #000000;
	color: #F0F0F0;
	padding-top: 15px;
	overflow: hidden;
	font-weight: normal;
	font-size: 13px;
}
.wrapper {
	margin: 0 10px;
	padding:10px 0;
}
.home #books .wrapper {
	margin: 0 10px;
	padding:60px 0 10px;
}
.wrapper_725 {
	float:left;
	width:710px;
	padding:70px 0px 30px 25px;
	border-right: 1px solid #F0F0F0;
}
.wrapper_940 {
	width:940px;
	padding:70px 10px 30px;
}

/* Header & Menu */

#topnav {
	text-align: right;
	font-size: 11px;
}
#title {
	width:200px;
	float:left;
	margin-top: 20px;
}
#title a {
	text-transform: uppercase;
	font:900 26px "Lato", sans-serif;
}
#search {
	background: #336600;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: none;
	color: #F0F0F0;
	padding: 0px 0px 0px 10px;
	text-align: right;
}
#topmenu {
	float: right;
	width: 590px;
}

#navigation {
	background: #000000;
	color:#F0F0F0;
	font-weight:normal;
	width: 100%;
}
li.current-menu-item a {
	color:#960;
}
#topnav ul {
	list-style:none;
}
#topnav ul li {
	float:right;
	margin: 0px 0px 8px 15px;
}
#topnav a, #title a {
	color:#000;
}
#topnav a:hover, #title a:hover {
	color:#996600;
}

/* Index and cat pages */

.wrapper_225 {
	float:left;
	width:225px;
	border-left:solid 1px #F0F0F0;
	padding:60px 10px 30px;
}
.home #content .wrapper_225 {
	background:#bbb;
}
.entry_sidebar {
	float:left;
	width:225px;
	padding:70px 10px 30px;
}
#topslug {
	position: absolute;
	left: 10px;
	top: 35px;
}
#col1, #col2, #col3 {
	float:left;
	width:220px;
	margin-right:15px;
	padding:10px 2px 0px;
}

#col3 {
	margin-right: 0px;
}

.article {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.arch-article {
	display:block;
	margin: 0px 10px 30px;
	padding: 0px 0px 10px;
}
.arch-article h2 {
	margin:0 0 0px 10px;
}
.book-article {
	float:left;
	margin:0 10px;
	width:220px;
}
.bookthumb {
	margin:5px 0;
	width:220px;
	text-align:center;
	background:#eee;
	padding:8px 0;
}

.bookthum, .archthum {
	float:left;
	margin: 0 10px 5px 0;
}
.archthum {
	margin:0 20px 5px 0;
}
.bookthumb img, .bookthum, .entry img, .archthum {
	-moz-box-shadow:    2px 2px 2px 0px #666;
	-webkit-box-shadow: 2px 2px 2px 0px #666;
	box-shadow:         2px 2px 2px 0px #666;
}
.book-article h2 a {
	font-size:16px;	
}
.cat_entry {
	padding-top:10px;
}
.search_entry, #searchbox {
	padding: 10px 15% 0px;	
}
.heading span {
	font-style:italic;
	color: #336600;
}
.searchhead h3 {
	font-style: italic;
	padding: 5px 0px;
	margin-top: 10px;
	border-top: 1px solid #666666;	
}
.searchform {
	background:#336600;
	text-align:right;
	font-size: 12px;
	text-transform: none;
	color: #F0F0F0;
}
#slider {
	float:left;
	width:725px;
	margin: 0px 20px 20px 0px;
	height: 250px;
	position:relative;
}
.gallery {
	overflow: hidden;
	width:700px;
}
.gallery ul {
	list-style:none;
	width: 99999px;
	overflow: hidden;
}
.gallery ul li {
	float:left;
	
}
img.cboxPhoto {
	max-height:800px;
}
#slidnav {
	position: absolute;
	right: 0px;
	bottom: 0px;
}
#slidnav ul {
	list-style:none;
}
#slidnav a.prev, #slidnav a.next {
	text-indent:-9999px;
	height: 25px;
	width: 25px;
	float:right;
	margin-top: 2px;
}
#slidnav a.prev {
	background: url(images/slidnav.jpg) no-repeat bottom;
}
#slidnav a.next {
	background: url(images/slidnav.jpg) no-repeat top;
}
#slidnav a.prev:hover {
	background: url(images/slidnav2.jpg) no-repeat bottom;
}
#slidnav a.next:hover {
	background: url(images/slidnav2.jpg) no-repeat top;
}
.feattext {
	float:right;
	width:215px;
}
p.readon {
	font:900 12px "Lato", sans-serif;
	color:#336600;
}
.newly, .newsevents {
	width:96%;
}
.newsevents a {
	color:#996600;
}
.newsevents a:hover {
	color:#336600;
}
.separator {
	background:#fff;
	border-bottom:10px solid #F0F0F0;
	padding:60px 0 0 0;	
}
.recent {
	margin:2.17em 0 1.5em;	
}
.recent ul {
	margin:0;
	list-style:none;	
}
.recent ul li {
	float:left;
	display:inline-block;	
	width:45%;
	border-right:solid 1px #F0F0F0;
	padding:0 2% 0 0;
	margin:2%;
}
.recent ul li.last {
	border:none;
	padding-right:0;
	margin-right:0;
}	
.latposts h4 {
	padding:0;	
	margin:0;
	font-size:16px;
	text-transform:none;
}
.latdate {
	/*font-family:"Lato", sans-serif;*/
	font-style:italic;
	display:block;	
	color:#996600;
	padding:5px 0;
}
.recent ul li p {
	font-size:11px;	
}
.recent ul li .readmore {
	padding-bottom:10px;
	border-bottom:solid 1px #333;
	font-size: 10px;
	font-weight: bold;
	width:50%;
}
.flyout {
	width:205px;
	height:auto;
	padding:0.876em;
	background:#000;
	color:#fff;
	display: none;
	z-index:10000;
	font-weight:400;
}
.fancybox-skin {
	background:#000;
}

/* Category pages navigation */


.bottomnav {
	border-top:solid 1px #F0F0F0;
	padding:10px 10px 0 0;
	margin:20px 0;
	letter-spacing: 2px;
	overflow:hidden;
	text-align:center;
}
.nav-previous {
	float:left;
}
.nav-next {
	float:right;
}
.bottomnav a:hover {
	color:#336600;
}
.bottomnav a.prev, .bottomnav a.next {
	background:none;
}

/* Entry pages */

.heading {
	border-bottom: 1px solid #F0F0F0;
	margin: 0px 0px 20px;
	padding: 0px 40px 0px 0px;
}
.entry {
	padding: 10px 45px 0 0;
}
.entry_meta {
	font-weight:normal;
	font-size:12px;
	border-bottom: 1px solid #F0F0F0;
	margin: 0px 0px 10px;
	padding-bottom:20px;
}
.wrapper_meta {
	padding:5px 20px;
	background:#F0F0F0;
	margin-bottom:2px;
}
span.meta-wrap {
	border-left:1px solid #333;
	padding-left:10px;
	margin-left:10px;
}
span.last {
	border:none;
	padding:0;
	margin:0;
}
.entry_meta .tags {
	font:13px "Lato", sans-serif;
}
.entry_meta .tags a {
	font-style:italic;
}

.page-link {
	clear:both;
	border-top:solid 1px #F0F0F0;
	padding:10px 0;
}
.page-link a {
	padding:0px 4px;
	font-family:"Lato", sans-serif;
	font-weight:900;
}
.entry table {
	border:1px solid #CFCFCF;
	margin: 4px;
	padding: 2px;
}
.entry td {
	padding:2px;
	border-bottom:1px solid #CFCFCF;
}
.entry th {
	padding:2px;
	background: #F0F0F0;
}
.seriesbox {
	background: #F0F0F0;
	font-size:11px;
	margin: 0 0px 10px 0px;
	padding: 5px 20px;
}
.seriesmeta {
	padding:0 0 10px 0;
}
ol.serieslist-ul {
	margin:5px 30px;
}
.footnotes {
	font-size: 9px;
	font-weight: normal;
	margin-top: 5px;
	padding-top: 4px;
	border-top: 1px solid #CFCFCF;
}
sup.footnote a {
	font-family:"Lato", sans-serif;
	font-weight:900;
	color:#F40;
}

/* Entry/Post Sidebar */

.sidewidget {
	margin-bottom:20px;
}

.sidewidget ul {
	list-style:none;
}
.sidewidget ul li {
	font:normal 13px "Lato", sans-serif;
	padding: 4px 0px;
	border-bottom: 1px solid #F0F0F0;
}
.sidehead01, .sidehead02 {
	padding:3px 0px 3px 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #F0F0F0;
	margin-bottom: 10px;
	width: 210px;
}
.sidehead01 {
	background:#336600 url(images/sidehead.jpg) repeat-y right top;
}
.sidehead02 {
	background:#996600  url(images/sidehead.jpg) repeat-y right top;
}

/* Meta info */

.cat01 a, .cat02 a {
	background:#336600 url(images/go.jpg) no-repeat right top;
	padding:3px 0px 3px 10px;
	font-size: 12px;
	font-family:"Lato", sans-serif;
	font-weight:400;
	text-transform: uppercase;
	color: #F0F0F0;
	margin-bottom: 10px;
	display:block;
}
.home #content .cat01 a {
	background:none;
}
.cat01 a:hover, .cat02 a:hover, .home #content .cat01 a:hover {
	background:#336600 url(images/go.jpg) no-repeat right -26px;
	color:#fff;
}
.cat01 {
	width:225px;
}
.cat02 {
	width:210px;
}
.cat-small a, .bottomnav a {
	color:#996600;
	font-size:12px;
}
.readmore {
	padding-bottom:10px;
	border-bottom:solid 1px #333;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
}
.breadcrumbs {
	padding:0 0 5px 10px;
}
.search-meta {
	padding:5px 0;
	margin:5px 0;
	border-top:1px solid #F0F0F0;
}
.search-small, .search-more, .search-cat {
	font-size:10px;
	padding:0 5px;
}
.search-small, .search-more {
	width:25%;
	float:right;
	padding-right:0;
}
.search-cat {
	width:68%;
	padding-left:0;
	border-right:1px solid #F0F0F0;
	float:left;
}
.search-more a, .search-small a:hover, .search-cat a:hover {
	color:#336600;
}
.search-more a:hover, .search-cat a {
	color:#996600;
}

/* Typography */

.slug, .breadcrumbs {
	font: italic 13px "Lato", sans-serif;
	color: #666666;
}
a {
	text-decoration:none;
	color:#336600;
}
a:hover, .cat-small a:hover {
	color:#996600;
}
h1, h2, h3, h4 {
	margin-bottom:10px;
}
h1, h1 a {
	font: 400 32px/34px "Lato", sans-serif;
	color: #000000;
}
h2, h2 a {
	font:400 22px "Lato", sans-serif;
	margin-top: 10px;
	padding:5px 0;
	color: #000000;
}
h3 {
	font:700 18px/22px "Lato", sans-serif;
	margin-top: 10px;
	padding:10px 0;
}
h4 {
	font:400 16px/20px "Lato", sans-serif;
	margin-top: 15px;
	padding:10px 0;
	text-transform: uppercase;
}
h5 {
	font:700 12px/18px "Lato", sans-serif;
	margin-top: 10px;
	padding:15px 0;
	text-transform: uppercase;
	letter-spacing:2px;
}
h6 {
	font:300 12px/14px "Lato", sans-serif;
	margin-top: 10px;
	text-transform: uppercase;
	letter-spacing:2px;
	padding:5px 0;
	color:#996600;
}
p {
	margin-bottom:10px;
}
.search_entry h2 {
	margin: 10px 0px;
	font-size: 18px;
	line-height:22px;
}

/* Content lists */

.entry ul, .entry ol, li.comment ul, li.comment ol {
	margin: 4px 0px 4px 10%;
}
#content li {
	padding: 0px 0px 4px;	
}

/* Footer Elements */

.footwidget01 {
	float:left;
	width:280px;
	margin:10px 20px 20px;
	font-size:12px;
}
.footwidget02 {
	float:left;
	width:630px;
	margin:10px 10px 20px 0px;
	padding-left: 20px;
	border-left: 1px solid #996600;
	font-size:11px;
}
#Footer h3 {
	font: italic 16px "Lato", sans-serif;
	padding-bottom: 20px;
	margin:0;
}
.credit {
	text-align:right;
	color:#999;
	padding: 10px 0px;
	font-size: 10px;
	font-weight: normal;
}
ul#cat-col-1, ul#cat-col-2, ul#cat-col-3, ul#cat-col-4 {
	width:150px;
	float:left;
	list-style:none;
} 
ul#cat-col-1, ul#cat-col-2, ul#cat-col-3 {
	margin-right:10px;
}
.footwidget02 a {
	color:#F0F0F0;
}
.footwidget02 a:hover {
	color:#996600;
}
.footwidget02 ul {
	min-height:110px;
}
.footwidget02 li {
	padding-bottom:8px;
	list-style:none;
	width:132px;
	float:left;
	margin-right:25px;
	font-family:"Lato", sans-serif;
	font-weight:900;
}
.footwidget02 ul.sub-menu {
	list-style:none;
	margin:8px 0 0;
}
.footwidget02 ul.sub-menu li {
	list-style:none;
	padding-bottom:4px;
	font-size:10px;
	font-family:"Lato", sans-serif;
	font-weight:400;
}


/* Comments */

#comments {
	padding-top:70px;
	border-top: 1px solid #F0F0F0;
	margin-top:30px;
}
#comments h3 {
	font-family:"Lato", sans-serif;
	font-weight:900;
	border-bottom:1px solid #CCCCCC;
	font-style: normal;
	font-weight: normal;
}
#respond {
	margin: 0px 30px 15px 60px;
}
#comments-list, #trackbacks-list {
	margin-bottom:40px;
}
li.comment {
	padding:4px;
	border-bottom: 1px solid #999999;
	margin: 10px 30px 0px 60px;
}
li.depth-2, li.depth-3, li.depth-4 {
	list-style:none;
}
li.depth-2 {
	margin-left:90px;
}
li.depth-3 {
	margin-left:120px;
}
li.depth-4 {
	margin-left:150px;
}
li.bypostauthor {
	margin-bottom:10px;
	padding:10px;
	border-bottom: 1px solid #000;
}
.comm-content {
	padding: 0px 10px 0px 0px;
}
.comment-content p {
	margin-bottom:8px;
}
.comm-cat {
	font-size: 10px;
	color: #666666;
	margin: 0;
	text-transform: uppercase;
}
.comment-reply-link, #cancel-comment-reply {
	font-size: 10px;
	text-transform: uppercase;
	text-align:right;
	padding-left: 10px;
}
.fn {
	font-size: 12px;
	font-weight: bold;	
}

.form-allowed-tags {
	display:none;
/*	float:left;
	margin:15px 0px 5px;
	padding-top: 5px;
	border-top: 1px solid #FFFFFF; */
}

#respond .form-submit {
	margin-top:10px;
}
#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input, #respond textarea {
	width:500px;
	float:right;
	padding: 15px;
	border: 1px solid #CCD6E0;
	color: #336600;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
.ninja-forms-form input, .ninja-forms-form textarea {
	padding: 15px;
	border: 1px solid #CCD6E0;
	color: #336600;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}
#respond p {
	margin:20px 0px;
}
#respond label, .ninja-forms-form label {
	margin:5px 5px 5px 0px;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label, .ninja-forms-form label {
	display: inline-block;
	z-index: 1;
	font-size: 10px;
	text-transform: uppercase;
}
#respond .required {
	margin-right:15px;
	font-weight: bold;
	color: #990000;
	font-size: 14px;
}
p.comment-form-author, p.comment-form-email, p.comment-form-url, p.comment-form-comment {
	margin:5px 0px;
}
p.comment-form-email, p.comment-form-url, p.comment-form-comment {
	padding-top:10px;
	border-top: 2px dotted #FFFFFF;
}
#respond input#submit, .ninja-forms-form input[type="submit"] {
	background: #336600;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ccc;
	cursor: pointer;
	margin: 20px 0;
	padding: 5px 25px 5px 22px;
	position: relative;
}
#respond input#submit:hover, .ninja-forms-form input[type="submit"]:hover {
	color:#fff;
}
#respond input#submit:active, .ninja-forms-form input[type="submit"]:active {
	background: #996600;
	color: #fff;
}
#trackbacks-list ol {
	margin:4px 30px 15px 60px;
}
#trackbacks-list .comment-author {
	font-style:italic;
}

.ninja-forms-field-description, .ninja-forms-required-items {
	font-size:80%;
	font-style:italic;
}
form.ninja-forms-form {
	width:80%;
}
.ninja-forms-response-msg p {
	padding:15px;
	background: #eee;
	font-weight:700;
}

/* Form */

#search input#s, .searchform input#s {
	background:#ccc;
	border:none;
	padding:3px 15px;
	margin: 0px 0px 0px 5px;
	min-width:165px;
}
#search input#searchsubmit, .searchform input#searchsubmit, #search input[type="button"]  {
	background: url(images/go.jpg) no-repeat left -28px;	
	text-indent:-999em;
	border:none;
	width:19px;
	margin:0;
	padding:0;
}
#search input#searchsubmit:hover, .searchform input#searchsubmit:hover  {
	background:#ccc url(images/go.jpg) no-repeat left -2px;	
	
}

/* Floats */

.clear {
	clear:both;
}
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf, html {
    *zoom:1;
}

.left {
	float:left;
}
.right {
	float:right;
}

/* WP img styles */

#gallery-1 .gallery-item img {
	border:none;
}
.entry img {
	margin: 0 0 1.5em 0;
	max-width: 660px;
	height: auto;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
  	margin-right: 1.5em;
}
.alignright, img.alignright {
	display: inline;
	float: right;
  	margin-left: 1.5em;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
	padding: 4px;
	text-transform: uppercase;
	font: 300 10px 'Lato', sans-serif;
	border-bottom: 1px solid #996600;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 4px 0 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
	font-size:9px;
	padding:4px;
}


/* Pullquotes */

blockquote {
	width:75%;
	padding:10px;
	color: #666666;
	font: italic 16px/22px "Lato", sans-serif;
	background: #F0F0F0;
	margin: 10px auto;
}

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/*=====================================
= Responsive
=====================================*/

/*=====================================
= Responsive
=====================================*/
@media screen and (max-width: 1110px) {
#container {
    width: 95%;
    margin: 0 auto;
}

#topmenu {
    width: 100%;
}

#header {
    text-align: center;
}

#title {
    width: 100%;
}

#topnav ul li {
    display: inline-block;
    float: none;
    text-align: center;
}

#topnav {
    text-align: center;
    margin: 5px 0px;
}

.gallery {
    width: 100%;
}

#slider {
    width: 100%;
    height: auto;
}

.feattext {
    width: 100%;
}

.wrapper_225 {
    width: 100%;
}

.book-article {
    width: 100%;
}

.bookthumb {
    width: 100%;
}

.book-article {
    margin: 0;
}

.cat01 {
    width: 100%;
}

.cat02 {
    width: 100%;
}

.gallery img {
    width: 100%;
    height: auto;
}

#slidnav {
    top: 106px;
}

.footwidget01 {
    width: 85%;
}

.footwidget02 {
    width: 100%;
}

.recent ul li {
    width: 100%;
    border: 0;
    border-bottom: solid 1px #F0F0F0!important;
}

#search {
    width: 100%;
    float: left;
    padding: 0;
}

#search {
    float: left;
    text-align: center;
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}


.wrapper_725 {
    width: 100%;
}


.wrapper_725 {
    width: 100%;
}


li.comment {
    margin-left: 0;
}

#trackbacks-list ol {
    margin-left: 0;
}

#respond {
    margin-left: 0;
    margin-right: 4px;
}

#respond .comment-form-author input, #respond .comment-form-email input, #respond .comment-form-url input, #respond textarea {
    width: 100%;
}

.entry_sidebar {
    width: 100%;
}

.sidehead01 {
    width: 100%;
}


.heading {
    margin-right: 24px;
    padding-right: 0;
}

.entry_meta {
    width: 92%;
}

.aligncenter, img.aligncenter {
    max-width: 100%;
}


.search_entry, #searchbox {
    padding: 0;
    margin-right: 25px;
}

.credit {
    text-align: center;
}

#click-menu {
    display: block!important;
}
#menu-main-navigation {
    display: none;
}

#Main01 {
    padding: 0;
}

.wrapper_940 {
    width: 100%;
}

.home #content .wrapper_225 {
    padding: 10px 0px;
}

#click-menu {
    background: none!important;
}

body #responsive-menu .responsive-menu li a {
    height: auto!important;
    white-space: normal!important;
}


}