/*
Theme Name: Sublime Press
Theme URI: http://www.amplifiii.com/sublime/
Description: Sublime Press is a modern, minimalist, responsive blog theme designed specifically for writers. The responsive layout optimizes the theme for desktop, tablet and mobile devices.
Author: amplifiii
Author URI: http://www.amplifiii.com
Version: 1.1.2
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, white, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: sublime
*/


/*-----------------------------------------------------------------------------------*
Index
1 - Import Google Fonts
2 - Basic Styles
3 - Body & Common Classes
4 - Structure - Wraps
5 - Headings
6 - WordPress Styles
7 - 404 Page
8 - Header Styles
9 - Sublime-menu
10 - Sub Menus
11 - Responsive Menu
12 - Social Buttons
13 - Home
14 - Next/Prev Navigation
15 - Entries
16 - Posts and Pages
17 - Pagination
18 - Comments
19 - Sidebar
20 - Footer/Copyright
21 - Search Bar
-------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*
1 - Import Google Fonts
-------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzOgdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
}




/* front page */
.exclusive-font {text-transform: capitalize;}
.topcodebar {border-radius: 20px; background: #202020; margin-top: 34px; padding: 15px 0 15px 0; width: 100%; color: #fff;}
.monthinbar {float: right; padding-right: 30px; font-size: 120%;}
.textinbar {font-size: 140%; padding-left: 30px; font-weight: bold;}
.texthomepageleft {text-align: justify; font-size: 14px; line-height: 1.5em;}
.coupontable {border: 1px solid #ccc;}
.coupontableth {border-bottom: none; border-left: none;}
.termswrap {text-align: right; vertical-align: middle; padding-right: 6px;}
.terms {font-size: 11px;}
.couponwrap {vertical-align: middle;}
.namecoupon {text-align: left;}
.namecoupontext {text-transform: capitalize; margin-bottom: 6px;font-weight:700;font-size:100%;}
.deschomepage {text-align: center; margin-top: 6px;}
.h3space {padding-top: 22px;}

/* asos */
.nopadding {padding-top: 0px;}
.centertext {text-align: center;}
.codeterms {color: #888888; font-size: 11px;}
#pricecheckerwrap {padding: 1.6em; background-color: #f4f3ef;}
.margin06 {margin-bottom: 0.6em;}
.padding16 {padding-top: 16px;}
.underline {text-decoration: underline;}
.graytext {color: #999999;}
.paddingclear {padding-bottom: 8px; clear: both;}
.marginicon {margin: 4px 14px 0px 0px;}
.righttext {text-align: right;}
.hrasos {border-top: 5px solid #EEEEEE; border-bottom: 0; border-right: 0; border-left: 0; padding-top: 0.9em; margin-top: 2.8em; clear: both;}
.asosfaq {border-top: 5px solid #EEEEEE; padding-top: 20px; margin-top: 8px;}
.uperroman {list-style-type: upper-roman;}
.bluetext {color: #3399cc;}

.asossidebar {font-size: 12px; line-height: 1.4em;}
.font12 {font-size: 12px;}
.font12line {font-size: 12px; line-height: 1.4em;}
.buttonemail {width: 90%; border: 1px solid #ddd; margin: 12px 0 12px 0; padding: 6px;}
.buttonemail2 {background-color: #eee; border: 1px solid #ddd; padding: 8px 22px;}
.asosdisclosure {color: #808080; font-size: 12px; line-height: 1.5; padding-top: 2em; clear: both;}
.imgsidebar {padding:12px 0;}



/* css only show/hide */


figure img {
    max-width: 100%;
    height: auto;

}

body:before, body:after {
    content: "";
    display: table;
}

body:after { clear: both }


article {
    margin-bottom: 4rem;
    position: relative;
    *zoom: 1;
}

article:before, article:after {
    content: "";
    display: table;
}

article:after { clear: both }

article figure {
    float: left;
margin-bottom:30px;
    
}

article section:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
}

[for="read_more"],
[for="nordstrom"],
[for="uk"] {
    position: absolute;
    background: #eee;
    bottom: -2rem;
    left: 0;
    width: 100%;
    text-align: center;
padding: 0.65rem 0;
    box-shadow: inset 1px 1px rgba(0, 0, 0, 0.1), inset -1px -1px rgba(0, 0, 0, 0.1);
}

[for="read_more"]:hover,
[for="nordstrom"]:hover,
[for="uk"]:hover {
    background: #ED0558;
    color: rgb(255,255,255);
}

[for="read_more"] span:last-of-type,
[for="nordstrom"] span:last-of-type,
[for="uk"] span:last-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ section {
    display: block;
    visibility: visible;
    width: 100%;
}

input[type=checkbox]:checked ~ figure { width: 100%; display:none; }

input[type=checkbox]:checked ~ [for="read_more"] span:first-of-type,
input[type=checkbox]:checked ~ [for="nordstrom"] span:first-of-type,
input[type=checkbox]:checked ~ [for="uk"] span:first-of-type {
    display: none;
    visibility: hidden;
}

input[type=checkbox]:checked ~ [for="read_more"] span:last-of-type,
input[type=checkbox]:checked ~ [for="nordstrom"] span:last-of-type,
input[type=checkbox]:checked ~ [for="uk"] span:last-of-type {
    display: block;
    visibility: visible;
}


#toggle-comments-container {
	text-align: center;
	margin-bottom: 2em;
}

.toggle-comments {
display: block;
width:100%;
padding:10px 0;
   background: #202020;
   color: #fff;
   
   text-decoration: none;
   vertical-align: middle;
   }

.toggle-comments:hover {

   background: #efefef;
   color: #000000;
text-decoration:none;
   }
.toggle-comments:active {
   color:#fff;
   background: #000;
   }



/*-----------------------------------------------------------------------------------*
2 - Basic Styles
-------------------------------------------------------------------------------------*/

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, 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 {
	border: 0;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

ol, ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


table.styled {border-collapse: collapse; border-spacing: 0; padding: 5px; font-size: 1em; width: 100%; border-top: 1px solid #ddd; border-right: 1px solid #ddd;}
.styled td, tbody, th {padding: 10px; vertical-align: top; border-left: 1px solid #ddd; border-bottom: 1px solid #ddd;}


.styled th {background: #efefef;}


table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: 0;
}

figure img {
	max-width: 100%;
}

header, hgroup, footer, section, article, aside {
	display: block;
}



/*-----------------------------------------------------------------------------------*
3 - Body & Common Classes
-------------------------------------------------------------------------------------*/

body {
	background: #FBFCFB;
    font-size: 100%;
    line-height: 1.7em;
    color: #666666;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    
}

a {
    text-decoration: none;
    color: #ed0558;
}

a:hover {
    text-decoration: none;
	color: #999999;
}

p { margin: 0 0 1em 
}

strong { font-weight: 700 
}

em { font-style: italic 
}

pre{
	margin: 16px 0 4px 0;
	background: #eee;
	border: 1px solid #ddd;
	padding: 10px;
	text-align: center;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

blockquote{
	border-left: 4px solid #ccc;
	padding-left: 20px;
    margin: 30px 0px;
}

.clear { clear: both 
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.remove-margin { margin-right: 0 !important }

ul, li {
    list-style-type: square;
    padding-top:8px;
}


/*-----------------------------------------------------------------------------------*
4 - Structure - Wraps
-------------------------------------------------------------------------------------*/

#wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0 0;
/*	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 180px rgba(0,0,0,.2); */
	border-top: 0px solid #ED0558;
	border-bottom: 0px solid #ED0558;
}

#bar{width:960px; margin: 0px auto;font-size: 12px;}
#barwrap{width:100%; padding:10px 0 10px 0; background-color:#F4F3EF;}

#footer-wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0 0px;
	border-top: 0px solid #ED0558;
	border-bottom: 0px solid #ED0558;
	
}

#footer-wrap2{
	background: #202020;
	margin: 0 auto;
	width: 100%;
	border-top: 0px solid #ED0558;
	border-bottom: 0px solid #ED0558;
	border: 0px solid #FFF;
	border-top: 40px solid #F4F3EF;
}

#footer-bottom-wrap{
	margin: 0 auto;
	width: 960px;
	padding: 0px 0px;
	border-top: 0px solid #ED0558;
	border-bottom: 0px solid #ED0558;
	border: 0px solid #FFF;
}

#footer-bottom-wrap2{
	background: #202020;
	margin: 0 auto;
	width: 100%;
	border-top: 0px solid #05ed9a;
	border-bottom: 0px solid #ED0558;
	border: 0px solid #FFF;
}

#main{
	margin-bottom: 40px;
}


/*-----------------------------------------------------------------------------------*
5 - Headings
-------------------------------------------------------------------------------------*/

h1,
h2,
h3,
h4 {
    color: #4e4e4e;
    line-height: 1.5em;
	font-weight: normal;
	word-spacing: 2px;
}

h1 {
    font-size: 350%;
    margin-bottom: 20px;
    line-height: 1.2em;
}

h2 { font-size: 200%; padding-top:12px;padding-bottom:8px; }

h3 { font-size: 150%;}

h4 { font-size: 113%; }

.single-title{ margin-bottom: 25px; 
	text-align: center;
	border: 0px solid #000;
	}


.center-entry{
	text-align: center;
}

#page-heading{
	position: relative;
	margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 20px 0px 30px 0px;
	border-bottom: 5px solid #EEEEEE;
	
}

#page-heading h1 {
	line-height: 1em;
	text-align: center;
	margin-bottom: 30px;
	
}




/*-----------------------------------------------------------------------------------*
6 - WordPress Styles
-------------------------------------------------------------------------------------*/


.gallery-caption{}

.bypostauthor{}

.aligncenter, .alignnone{ 
	display:block;  
	margin: 10px 0;
}

.alignright{ 
	float:right;  
	margin:10px 0 10px 10px
}

.alignleft{ 
	float:left;  
	margin:10px 10px 10px 0
}



img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.wp-caption{
	border:1px solid #ddd; 
	text-align:center; 
	background-color:#f3f3f3; 
	padding-top:4px; 
	margin:10px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
	-webkit-border-radius:3px; 
	border-radius:3px;
	height:auto;
	max-width:100%;
}


.wp-caption img{
	margin:0; 
	padding:0; 
	border:0 none;

}

.wp-caption p.wp-caption-text{
	font-size:11px; 
	line-height:17px; 
	padding:0 4px 5px; 
	margin:0;
}


/*-------------------------------------------------*
7 - 404 Page
---------------------------------------------------*/

#four-0-four-page {
	color: #000;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-top: 30px;
	margin-bottom: 30px;
}



/*-------------------------------------------------*
8 = Header Styles
---------------------------------------------------*/

#masterhead-container {
	background-color: #202020;
	
	margin-bottom: 30px;
}

/*	old limey background-color: #05ed9a; */

#masterhead {
	position: relative;
	padding: 10px 0px 30px 0px;
	max-width: 960px;
	margin: 0 auto;
	/*background-image:url('subtle-pattern-3.jpg');*/
}

#search-container {
	max-width: 100%;
	margin:0 auto;
	border: 0px solid #FFF;

}

#logo{
	text-align: center;
}

#logo a{
	font-size: 540%;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: 590;
    line-height: 1em;
    border: 0px solid #FFF;
    color: #fcfcfc;
	padding: 0px;
	margin: 0px;
    border: 0px solid #FFF;
    text-shadow: 0px 0px 0px #e6e6e6;
/*    	text-shadow: 1px 1px #fff;*/
/* text-shadow: 0px 1px 1px #777;*/
    	
}

#logo a:hover {
	color: #ffffff;
}

#site-description{
	color: #fcfcfc;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 150%;
	line-height: 1em;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 0px solid #FFF;
}

#masternav {
	position: relative;
	height: 40px;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}


/*-------------------------------------------------*
9 - newmenu
---------------------------------------------------*/


/*-------------------------------------------------*
9 - Sublime-menu
---------------------------------------------------*/

.sublime-menu,
.sublime-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0px solid #ED0558;
}

.sublime-menu { 
	line-height: 1.0;
 }

.sublime-menu ul {
    position: absolute;
    top: -999em;
    width: 180px; /* left offset of submenus need to match (see below) */
}

.sublime-menu ul li { 
	width: 100%;
/*	background-color: #000000; */
}

.sublime-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sublime-menu li {
	display:inline-block;
    position: relative;
}

.sublime-menu a {
    display: block;
    position: relative;
}

.sublime-menu li:hover ul,
.sublime-menu li.sfHover ul {
    left: 0px;
    top: 40px; /* match top ul list item height */
    z-index: 99;
}

ul.sublime-menu li:hover li ul,
ul.sublime-menu li.sfHover li ul { top: -999em }
ul.sublime-menu li li:hover ul,
ul.sublime-menu li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 0;
}

.sublime-menu a {
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
	color: #fcfcfc;
	padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sublime-menu > li > a:focus,
.sublime-menu > li > a:hover,
.sublime-menu > li > a:active,
.sublime-menu > li.sfHover > a,
#masternav .current-menu-item > a:first-child {
	color: #ED0558;
}


/*-------------------------------------------------*
10 - Sub Menus
---------------------------------------------------*/

.sublime-menu ul{
	padding: 0;
	font-size: 13px;
	border: 0px solid #ddd;
	height: 20px;
}

.sublime-menu ul a{
	margin: 0px 0px 0px 0px;
	line-height: normal;
	padding: 15px;
	display: block;
	float: none;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	background: #fff;
	border-bottom: 1px solid #ddd;
	height: auto;
}
.sublime-menu ul a:focus,
.sublime-menu ul a:hover,
.sublime-menu ul a:active {
	color: #ED0558;
	background: #f9f9f9;
}
.sublime-menu ul .current-menu-item a{

}
.sublime-menu ul li{

}
.sublime-menu ul li:last-child{

}


/*-------------------------------------------------*
11 - Responsive Menu
---------------------------------------------------*/

#masternav select { 
	display: none; 
	width: 70% !important; 
	background: #ED0558;
	color: #fff;
   	font-size: 16px;
   	line-height: 16px;
   	border: 5px solid #F4F3EF;
   	padding-left: 5px;
   	border-radius: 0;
   	height: 34px;
   	margin-top: 5px; 
 	width: 20px;
   	height: 34px;
   	overflow: hidden;
   	-webkit-appearance: none;
}

#masternav .selector { 
	display: none; 
	margin-top: 5px; 
}

.home-post-nav{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}


/*-----------------------------------------------------------------------------------
12 - Social Buttons
------------------------------------------------------------------------------------*/

#social-buttons {
	color: #8E8C84;
	padding-top: 0px;
	padding-bottom: 20px;
	font-size: 12px;
	font-style: italic;
	text-align: center;	
}

#social-buttons-pad
{
	padding: 0px 10px 0px 10px;
	display: inline-block;
}

.twitterlinks {
	text-align: center;
	padding-top: 30px;
}

/*------------------------------------------------------------------------------------
13 - Home
-------------------------------------------------------------------------------------*/

.home-wrap{
	border: 0px solid #000; 
}

#home-tagline{
	color: #000;
	text-align: center;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 0px solid #444;
}

#home-projects .heading{ margin-right: 0px; }

/*home blog*/
#home-posts{ margin-right: 0px; }
#home-posts .heading{ margin-right: 3%; }

.home-entry{
	width: 100%;
	margin-bottom: 40px;
	margin: 0 auto;
}

.home-entry-description { 
	margin-bottom: 60px;
}

.home-entry h3{
	margin: 10px 0px 10px;
	text-align: left;
}


/*------------------------------------------------------------------------------------
14 - Next/Prev Navigation
-------------------------------------------------------------------------------------*/

.navigation{
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px dashed #ddd;
}

#single-nav{
	position: absolute;
	top: 50%;
	right: 0px;
	margin-top: -25px;
}

#single-nav-left,
#single-nav-right {
	float: left;
	margin-left: 10px;
}

#single-nav a{
	font-size: 150%;
	color: #6bbdc1;
	padding: 12px 10px;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
	display: block;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#single-nav-left a:hover,
#single-nav-right a:hover{
    color: #FFF;
	font-style: italic;
}

#single-nav-left a span{
	margin-right: 4px;
}

#single-nav-right a span{
	margin-left: 4px;
	font-size: 12px;
}

/*------------------------------------------------------------------------------------
15 - Entries
-------------------------------------------------------------------------------------*/
.loop-entry{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.loop-entry-thumbnail{
	float: left;
	margin-right: 25px;
}

.loop-entry h2{
	margin: -5px 0 0;
	font-size: 18px;
}

.loop-entry-meta{
	color: #999;
	font-size: 11px;
	margin: 0 0 10px;
}

.loop-entry-meta span{
	margin: 0 5px 0 12px;
	font-size: 13px;
	color: #666;
}

.loop-entry-meta span:first-child{
	margin-left: 0;
}

/*------------------------------------------------------------------------------------
16 - Posts and Pages
-------------------------------------------------------------------------------------*/
.postwrap{
	float: left;
	width: 100%;
}

.post{
	float: left;
	width: 100%;
	margin:0 auto;
}

.sidebar-post{
	float: left;
	width: 70%;
	margin:0 auto;
}

.full-width{
	float: none !important;
	width: 100% !important;
}

.entry {
	padding-bottom: 30px;
}

.entry ul,
.entry ol {
    margin-left: 30px;
    margin-bottom: 10px;
	list-style: inherit;
}
.entry ol{
	list-style: decimal;
}

.read-more {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

/*.read-more :last-child { border-bottom: none;  }*/

.read-more a { color: #ED0558; }

.read-more a:hover { color: #8e8e8e; text-decoration: none; }

/*post meta */
.post-meta{
	color: #999;
	margin: 0px 0 20px;
	text-align: center;
}
.post-meta span{
	margin: 0 10px;
}
.post-meta span:first-child{
	margin-left: 0;
}


/*post thumb*/
.post-thumbnail{
	float: left;
	margin-right: 25px;
}


#in-post-thumbnail{
	margin-bottom: 15px;
/*	border: 4px solid #ddd;
	line-height: 0em
*/
}


/*post tags*/
.post-tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.post-tags span{
	margin-right: 10px;
	color: #666;
}
.post-tags a {
}

/*post tags*/
.tags {
    margin-right: 10px;
    margin-top: 30px;
    font-size: 12px;
}
.tags span{
	margin-right: 10px;
	color: #666;
}
.tags a {
}

/*------------------------------------------------------------------------------------
17 - Pagination
-------------------------------------------------------------------------------------*/
.pagination{
	margin-top: 20px;
}
.pagination a,
.pagination span {
	font-size: 11px;
    line-height: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    margin-right: 5px;
    display: block;
    float: left;
	background: #eee;
	color: #666;
}
.pagination a:hover,
.pagination span.current {
    text-decoration: none;
	color: #FFF;
	background: #444;
}


/*------------------------------------------------------------------------------------
18 - Comments
-------------------------------------------------------------------------------------*/
#commentsbox {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: -20px;
	font-size: 12px;
}
#comments{
	margin: 0;
	color: #333;
	text-shadow: none;
	line-height: 1.4em;
	margin-top: 0;
	margin-bottom: 20px;
	padding: 15px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 0px dashed #ddd;
}
#comments span{
	color: #666;
	font-size: 13px;
	margin-right: 10px;
}

#commentsbox ol,
#commentsbox ul {
    list-style-type:none;
    margin: 0 !important;
}
#commentsbox li { }
.children {
    list-style-type:none;
    margin: 30px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 65px }
.children li.depth-3 { margin: 0 0 0px 65px }
.children li.depth-4 { margin: 0 0 0px 65px }
.children li.depth-5 { margin: 0 0 0px 65px }
.children li.depth-6 { margin: 0 0 0px 65px }
.children li.depth-7 { margin: 0 0 0px 65px }
.children li.depth-8 { margin: 0 0 0px 65px }
.children li.depth-9 { margin: 0 0 0px 65px }
.children li.depth-10 { margin: 0 0 0px 65px }
.comment-body {
    position: relative;
	margin-left: 0px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.comment-body p:last-child{
	margin-bottom: 0;
}
#commentsbox .avatar {
	position: absolute;
	top: 0px;
	left: -75px;
	border: 4px solid #eee;
}
.comment-author {
	line-height: 1em;
	font-weight: bold;
    color: #000;
}
.comment-author a{
	color: #444;
}
.comment-author a:hover{
	color: #000;
}
.says { display: none }
.comment-meta{
	padding-bottom: 10px;
	margin-bottom: 10px;
	}

.comment-meta a {
    font-size: 11px;
   
    color: #666;
}
.comment-meta a:hover{
	color: #000;
	border-bottom: 1px dotted #000;
}
.reply{
}
.comment-meta  .comment-reply-link {
	font-size: 11px;
    color: #ED0558;
}
.comment-meta  .comment-reply-link:hover{
	color: #2e8484;
	border-bottom: 1px dotted #2e8484;
}
.cancel-comment-reply {
	margin-top: -10px;
}
.cancel-comment-reply a {
    color: #F00;
    line-height: 20px;
    height: 20px;
}
.cancel-comment-reply a:hover{
	text-decoration: underline;
}
#comments-respond {
	clear: left;
	text-transform: none;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 15px;
}
#comments-respond-meta{
	color: #666;
	font-size: 11px;
}
#comments-respond-meta a{
	color: #000;
}
#commentform label {
    display: block;
}
#commentform input#author,
#commentform input#email,
#commentform input#url {
	font-size: 12px;
	width: 30%;
	color: #666;
	text-shadow: 1px 1px 0px #FFF;
    border: 1px solid #cecece;
    outline: none;
	padding: 8px;
	margin-top: 10px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	background-color: #fff; 
}
#commentform textarea {
    display: block;
	padding: 10px;
	width: 100%;
	color: #666;
	margin-top: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#commentform input#author:focus,
#commentform input#email:focus,
#commentform input#url:focus,
#commentform textarea:focus {
	border-color: #bdbdbd !important;
	-webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.1); 
}
#commentSubmit {
	margin-top: -5px;
	margin-bottom: 20px;
}

.comment-waiting-moderation{
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	margin: 10px 0 0;
	
}

/*WP JetPack*/
.comment-subscription-form{
	font-size: 12px;
}
.comment-subscription-form input{
	float: left;
	margin-right: 5px;
}

/*buttons*/
input[type="clean-button"],
#commentSubmit {
	font-size: 12px;
	display: inline-block;
	background: #1E1D1D;
	color: #fff;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
input[type="clean-button"]:hover,
#commentSubmit:hover {
	text-decoration: none;
	background: #ED0558;
}
input[type="clean-button"]:active,
#commentSubmit:active {
}


/*------------------------------------------------------------------------------------
19 - Sidebar
-------------------------------------------------------------------------------------*/
#sidebar {
	width: 25%;
	float: right;
}
.sidebar-box {
	margin-bottom: 30px;
}
.sidebar-box h4 {
    margin-top: 0px !important;
    margin-top: 100px;
    padding-bottom: 6px;
	font-size: 100%;
	border-bottom: 1px solid #eee;
	border-top: 0px solid #eee;
}
.sidebar-box h4 span{
}
.sidebar-box ul {
	list-style: none;
	list-style-position: inside;
	margin: 0px;
}
.sidebar-box li{
	margin-bottom: 5px;
}

#leftsidebar {
	width: 50%;
	float: left;
	padding-right: 10px
}

#rigthsidebar {
	width: 50%;
	float: right;
	padding-left: 10px
}

#sidebar-one,
#sidebar-two,
#sidebar-three,
#sidebar-four {
	width: 225px;
	float: left;
	border: 0px solid #eee;
	margin-right: 20px;

}

#sidebar-four{
	margin: 0;
}

.sidebar-container {
	width: 100%;
}

/*subscribe*/
#subscribe-blog #subscribe-field{
	margin-top: 5px;
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#subscribe-blog input{
	width: 100px !important;
}
#subscribe-blog #subscribe-field:focus{ }
#subscribe-blog input[type="submit"] {
	cursor: pointer;
	padding: 5px;
	font-size: 11px;
    
    border: 1px solid #F9B653;
    color: #9C6533 !important;
    text-shadow: 1px 1px 0px rgba(255,255,255,0.4);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
	webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#subscribe-blog input[type="submit"]:hover{
	opacity: 0.90;
}

#sidebar #subscribe-blog{
	font-size: 12px;
}
#sidebar #subscribe-blog #subscribe-field{
	font-size: 11px;
	width: 100% !important;
	padding: 10px 5px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footer #subscribe-blog #subscribe-field{
	background: #444;
	border: 1px solid #2b2b2b;
}
#footer #subscribe-blog #subscribe-field:focus{
	background-color: #555;
	color: #fff;
}


/*------------------------------------------------------------------------------------
20 - Footer/Copyright
-------------------------------------------------------------------------------------*/

#footer{
	background: #202020;
	color: #CCCCCC;
	font-size: 12px;
	border-top: 0px solid #F4F3EF;
	border: 0px solid #FFF;
}
#footer a{
	color: #ccc;
	text-decoration: none;

}
#footer a:hover{
	color: #fff;
}

#footer  ul{
	margin-left: 0px !important;
}



/*footer widgets*/
#footer-widget-wrap{ }
#footer-one,
#footer-two,
#footer-three,
#footer-four{
	float: left;
	width: 225px;
	margin-right: 20px;
}
#footer-four{
	margin: 0;
}


.footer-widget{
	color: #CCCCCC;
	margin: 25px 0;
}
.footer-widget h4{
	color: #fff;
	font-size: 13px;
	padding: 0 0 10px;
	margin: 0 0 15px;
	border-bottom: 1px solid #444;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

.footer-widget ul, .footer-widget li {
	list-style-type: none;
	padding: 0px 0px 6px 0px;
	margin: 0;
}


/*footer bottom*/
#footer-bottom{
	background: #202020;
	margin: 0 -30px;
	padding: 50px 30px;
	border-top: 1px solid #444444;
}
#footer-bottom a{
	color: #ccc;
	text-decoration: none;
}
#footer-bottom a:hover{
	color: #ED0558;
}


/*footer bottom*/
#footer-bottom2{
	margin: 0 -30px;
	padding: 50px 30px;
	border-top: 0px solid #444444;
	text-align: center;
}
#footer-bottom2 a{
	color: #ccc;
	text-decoration: none;
}
#footer-bottom2 a:hover{
	color: #ED0558;
}

#copyright {
	margin: 0 auto;
    font-size: 12px;
	color:#666;
	text-align: center;
}

#copyright a{
	color: #ccc;
	text-decoration: none;
}
#copyright a:hover{
	color: #ffffff;
}

#footer-menu {
	display: inline-block;
	font-weight: normal;
	font-size: 12px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    padding: 0px;
	color:#555;
}

.centerUL {
        margin: 2px auto;
        line-height: 1.4;
	display: inline;
        text-align: center;
    }


ul.centerUL {
        margin: 2px auto;
        line-height: 1.4;
    }

.centerUL li {
        display: inline;
        text-align: center;
        padding: 0 10px;
    }

#back-to-top{
	position: relative;
	float: right;
	font-size: 12px;
	text-align: right;
}


/*------------------------------------------------------------------------------------
21 - Search Bar
-------------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
	width: 100%;
	margin-bottom: 4px;
}
#search {
    position: relative;
	width: 100%;
    padding: 10px 30px 10px 10px;
    outline: none;
    border: 1px solid #ddd;
	color: #666;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px;
}
#search:focus { }


/* General styles for all menus */
 
.cbp-spmenu {
    background: #47a3da;
    position: fixed;
}
 
.cbp-spmenu h3 {
    color: #afdefa;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}
 
.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}
 
.cbp-spmenu a:hover {
    background: #258ecd;
}
 
.cbp-spmenu a:active {
    background: #afdefa;
    color: #47a3da;
}
 
/* Orientation-dependent styles for the content of the menu */
 
.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}
 
.cbp-spmenu-vertical a {
    border-bottom: 1px solid #258ecd;
    padding: 1em;
}
 
.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}
 
.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}
 
.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}
 
/* Vertical menu that slides from the left or right */
 
.cbp-spmenu-left {
    left: -240px;
}
 
.cbp-spmenu-right {
    right: -240px;
}
 
.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}
 
.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}
 
/* Horizontal menu that slides from the top or bottom */
 
.cbp-spmenu-top {
    top: -150px;
}
 
.cbp-spmenu-bottom {
    bottom: -150px;
}
 
.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}
 
.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}
 
/* Push classes applied to the body */
 
.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}
 
.cbp-spmenu-push-toright {
    left: 240px;
}
 
.cbp-spmenu-push-toleft {
    left: -240px;
}
 
/* Transitions */
 
.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
 
/* Example media queries */

@media screen and (max-width: 397px) {.nocode {height: 180px;padding-bottom:0px;} }

@media only screen and (min-width: 436px) and (max-width: 581px) {.nocode {height: 177px;padding-bottom:0px;} }

@media only screen and (min-width: 768px) and (max-width: 831px) {.nocode {height: 151px; padding-bottom:0px;} }
 
@media screen and (max-width: 55.1875em){
 
    .cbp-spmenu-horizontal {
        font-size: 75%;
        height: 110px;
    }
 
    .cbp-spmenu-top {
        top: -110px;
    }
 
    .cbp-spmenu-bottom {
        bottom: -110px;
    }
 
}
 
@media screen and (max-height: 26.375em){
 
    .cbp-spmenu-vertical {
        font-size: 90%;
        width: 190px;
    }
 
    .cbp-spmenu-left,
    .cbp-spmenu-push-toleft {
        left: -190px;
    }
 
    .cbp-spmenu-right {
        right: -190px;
    }
 
    .cbp-spmenu-push-toright {
        left: 190px;
    }
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after{
    background: #1E1D1D;
    border: 4px solid #F4F3EF;
    border-radius: 5px;
    bottom: 60px;
    color: #ED0558;
    content: attr(title);
    left: -20px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 60px;
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}

.tooltip:hover:before{
    border: solid;
    border-color: #fff transparent;
    border-width: 10px 10px 0 10px;
    bottom: 53px;
    content: "";
    left: 16px;
    position: absolute;
    z-index: 99;
}

/* General button style (reset) */
.btn {
	border: none;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 50px;
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	position: relative;
	margin:10px;
	width:260px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 6 */
.btn-6 {
	color: #fff;
	background: #FF6600;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
}

.btn-6:active {
	top: 2px;
}


/* Button 6c */
.btn-6c {
	border: 4px solid #FF6600;
	border-radius: 60px;
}

.btn-6c:hover {
	background: transparent;
	color: #FF6600;
}


.homepagecoupon { text-align: center;padding:30px 10px 30px 68px;margin:0px 8px 10px; background: #eee url("http://www.codesium.com/coupon-icon.png") no-repeat left top; border:1px solid #DDD;background-position:20px 50%;}

.collapse{
  padding: 10px;
  display:block;
  cursor:pointer;
  margin-bottom:8px;
border:1px solid #bbb;
}
.collapse + input{
  display:none;
}
.collapse + input + *{
  display:none;
}
.collapse+ input:checked + *{
  display:block;
margin:12px 0px 22px 22px;
}

input.btntool { 
margin-top:16px;padding: 8px;
background-color: #ED0558;
color: #fff; 
font-weight: bold; 
border: 1px solid #ED0558;
cursor:default;
}

input.btntool:disabled, input.btntool:active { background:#aaaaaa;border: 1px solid #aaaaaa;}
input.btntool:hover { background:#000000;border: 1px solid #000000;}

.textwidget, .textwidget a, .textwidget strong { font-size:13px;}



/* ******* OFFER BOX ******* */



.rdc_box_offer {
	padding: 10px;
	background-color: #FFFFFF; 
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	-o-border-radius: 6px; 
	-ms-border-radius: 6px; 
	-khtml-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #D6D4CE;
	position: relative;
}
.rdc_box_offer.bottom_margin {margin-bottom: 12px}
.rdc_box_offer > .left {width: 100px; float: left;}
/*.rdc_box_offer > .left {width: 100px; float: left;padding: 0 0 0 0; display: none; }*/

/*.rdc_box_offer > .right {}*/
.rdc_box_offer > .right {width: 510px; float: right; padding-left: 10px; border-left: 1px #E1E1E1 solid;}
.rdc_box_offer > .right > h3 {min-height: 46px;font-size: 18px;text-decoration: underline; font-weight: bold;margin-bottom: 8px;margin-top: 0;background-color: transparent; line-height: 1.4em; color:#09F;}
.rdc_box_offer > .right > h3 > a.click_title {height: 40px;font-size: 1em;font-weight: bold;margin-bottom: 8px;margin-top: 0;background-color: transparent; line-height: 1.4em; color:#09F;}
.rdc_box_offer > .right > h3 > a.click_title:visited {color:#09F;}
.rdc_box_offer > .right > h3 > a.click_title:hover {text-decoration: none;}

.rdc_box_offer > .right > h3 > a.click_title_deal {height: 40px;font-size: 1em;font-weight: bold;margin-bottom: 8px;margin-top: 0;background-color: transparent; line-height: 1.4em; color:#09F;}
.rdc_box_offer > .right > h3 > a.click_title_deal:visited {color:#09F;}
.rdc_box_offer > .right > h3 > a.click_title_deal:hover {text-decoration: none;}

.rdc_box_offer > .right > .box_instructions {margin-top: 12px;display: none;}

.rdc_box_offer > .right > .info_date {font-size: 12px; color: #666; margin-bottom: 6px;}
/* http://www.cssbuttongenerator.com/ */
.rdc_box_offer > span > .rdc_box_button {
	/*width: 408px;*/
	display:block;
	/*padding:8px 20px;*/
	padding-top: 8px;
	padding-bottom: 8px;
	
	
	background-color:#aaa;
	color:#fff;
	
	
	font-family:Microsoft Sans Serif;
	font-size: 1.1em;
	font-weight:bold;
	
	text-decoration:none;
	text-align: center;
}
.rdc_box_offer > span > .rdc_box_button:hover, .rdc_box_offer > span > .rdc_box_button_deal:hover {
	background-color:#ED0558; color:#ffffff;
}
.rdc_box_offer > span > .rdc_box_button:active, .rdc_box_offer > span > .rdc_box_button_deal:active {
	position:relative;
	top:2px;
}

/* http://www.bestcssbuttongenerator.com/ */

.rdc_box_offer > span > .rdc_box_code {
        
		display:block;
		/*margin-bottom: 12px;*/
        -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
        box-shadow:inset 0px 1px 0px 0px #ffffff;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
        background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
        background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
        
        background-color:#ffffff;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #dcdcdc;
        
        color:#666666;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding-top: 8px;
		padding-bottom: 8px;
        text-decoration:none;
        text-align: center;
        text-shadow:0px 1px 0px #ffffff;
        
    }

/* **** MISC **** */

.slideSign{
	color:#f00;
}

/* **** MOBILE **** */

@media only screen and (max-device-width: 680px) {

.rdc_box_offer > .left {width: 100px; float: left;padding: 0 0 0 0; display: none; }
.rdc_box_offer > .right {width: 100%;float: left;padding-left: 0; border-left: 0px #E1E1E1 solid;}
	
}



/* This File Contains The CSS For The Sublime Theme Responsive Layout */

/* Apply To All Responsive Layouts
================================================== */
img{ max-width: 100%;
 }

@media only screen and (device-width: 768px) {

}


/* #Tablet (Portrait)
================================================== */

/* Note: Design for a width of 740px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	#wrap, #bar, #footer-wrap, #footer-bottom-wrap{ width: 90%; }
	.hp-highlight, .hp-highlight-v2, .hp-highlight-v3, .portfolio-item, .portfolio-item-home, .home-entry, { width: 33%;  }
	#footer-one,#footer-two,#footer-three,#footer-four{ width: 155px;  }
	#home-tagline{ font-size: 21px; }
	#search { text-indent: -9999px; }
	.loop-entry-thumbnail{width: 35%;}

	/*display dropdown nav*/
	#masternav .selector,
	#masternav select { display: inline-block; }
	#masternav ul { display: none; }
	#masternav { padding: 0; 
		height: 40px; 
		width: 100%; 
		text-align: center; 
		display:block; 
		line-height: 30px; 
		float: none; 
		padding: 0 0; 
		margin: 20px 0px 0px 0px; 
		color: #fff; 
		bottom: 0; 
		right: 0; 
		cursor: pointer; }
}


/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 420px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#wrap, #bar, #footer-wrap, #footer-bottom-wrap{ width: 90%; }
	.home-entry { width: 100%; margin-right: 0px; }
	
	#logo a{font-size: 700%;}

	/*display dropdown nav*/
	#masternav .selector,
	#masternav select { display: inline-block; }
	#masternav ul { display: none; }
	#masternav { padding: 0; 
		height: 40px; 
		width: 100%; 
		text-align: center; 
		display:block; 
		line-height: 30px; 
		float: none; 
		padding: 0 0; 
		margin: 20px 0px 0px 0px; 
		color: #fff; 
		bottom: 0; 
		right: 0; 
		cursor: pointer; }

	h1 {font-size: 200%;}
	h2 { font-size: 150% }
	h3 { font-size: 125%;}
	h4 { font-size: 110%;}

	.responsive-clear{ clear: both; }
	
	.portfolio-item-home a img{ width: 80%;}
	
	.portfolio-item{ width: 200px; margin-right: 15px; }

	.loop-entry-thumbnail{width: 33%;}
	
	ul.filter{ margin-bottom: 0; }


	#sidebar {
    float: right;
    width: 100%;
	}

	.sidebar-post{
	float: left;
	width: 100%;
	margin:0 auto;
	}

}



/*  #Mobile (Portrait)
================================================== */

/* Note: Design for a width of 290px */
	@media only screen and (max-width: 479px) {
	
	#logo { text-align: center; width: 100%; display:block;}
	
	#logo a{font-size: 450%;}

	#masterhead { padding: 20px 0px 30px 0px; border-bottom: 3px solid #F4F3EF;}

	/*display dropdown nav*/
	#masternav .selector,
	#masternav select { display: inline-block; }
	#masternav ul { display: none; }
	#masternav { padding: 0; 
		height: 40px; 
		width: 100%; 
		text-align: center; 
		display:block; 
		line-height: 30px; 
		float: none; 
		padding: 0 0; 
		margin: 20px 0px 0px 0px; 
		color: #fff; 
		bottom: 0; 
		right: 0; 
		cursor: pointer; }

	#search-container {
    	margin-bottom: 10px;
	}
	#wrap, #bar, #footer-wrap, #footer-bottom-wrap{ width: 90%; }
	.home-entry, { width: 250px; margin-right: auto; margin-left: auto; }

	#site-description{
	display: none;}

	h1 {font-size: 175%;}
	h2 { font-size: 140% }
	h3 { font-size: 115%;}
	h4 { font-size: 100%;}

	.home-entry-description { 
	margin-left: 0px;
	margin-right: 0px;
	}

	.read-more {
	padding-bottom: 40px;
	}

	
	.loop-entry-meta{ display: none; }
	.loop-entry h2{ margin-bottom: 10px; }
		
	#page-heading{ text-align: center; }
	
	#footer-menu, #copyright, #back-to-top{ width: 100%; text-align: center; }

	#sidebar {
    float: right;
    width: 100%;
	}

	.sidebar-post{
	float: left;
	width: 100%;
	margin:0 auto;
	}

#footer-bottom {
    margin: 0;
}
.mojfixnahomepage {
	float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}

}