/*


Theme Name:         LightBlog
Theme URI:          http://goo.gl/HqQ4dR
Description:        LightBlog is a premium Wordpress theme by UXDE dot Net.
Version:            2.0.2
Author:             Toan Nguyen Minh
Author URI:         http://goo.gl/HqQ4dR
Tags: white, black, two-columns, custom-colors, right-sidebar, fixed-width, flexible-width, custom-menu, editor-style, featured-images, full-width-template
License URI: http://www.gnu.org/copyleft/gpl.html


*/


/*-----------------------------------------------------------------------------------*/


:: 01. CSS Reset & Clearfix
:: 02. Global
:: 03. Structure
:: 04. Header
:: 05. Content
:: 06. Sidebar
:: 07. Comment
:: 08. Footer
:: 09. Pages & Templates


/*-----------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------*/

/*	1.	CSS Reset & Clearfix - http://meyerweb.com/eric/tools/css/reset/

/*-----------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}

.clearfix:after {
	clear: both; 
}

.clearfix {
	zoom: 1; 
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/*-----------------------------------------------------------------------------------*/

/*	2.	Global

/*-----------------------------------------------------------------------------------*/


body {
	font: 14px/22px "Open Sans",Helvetica,Arial,sans-serif;
	background: #f1f1f1 url(images/background.png) repeat;
	color: #494949;
	word-wrap: break-word;
	margin: 0;
}

:focus {
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

iframe, embed {
	max-width: 100%;
	height: 100%;
}

input,
textarea,
select {
	background: #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #333333;
    font: 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 11px;
    width: 250px;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow: 0 1px 1px #EEEEEE;
	   -moz-box-shadow: 0 1px 1px #EEEEEE;
            box-shadow: 0 1px 1px #EEEEEE;
}

textarea {
	resize: vertical;
	width: 95%;
}

.hidden { display: none; }

.left {
    float: left;
}

.right {
    float: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.alignleft { 
	float: left; 
}

.alignright { 
	float: right; 
}

.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}

a { 
    color: #41B7D8;
    text-decoration: underline;
    -webkit-transition: color .1s linear;
    -moz-transition: color .1s linear;
    -ms-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear;
}

a:hover { 
	color: #41B7D8;
	text-decoration: none; 
}

a img { border: none; }

a > img { vertical-align: bottom; }

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form { margin: 0 0 20px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Patua One',Helvetica,Arial,sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 20px 0;
}

h2 {
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 20px 0;
}

h3 {
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 15px 0;
}

h4 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 15px 0;
}

h5 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 10px 0;
}

address { font-style: italic; }

abbr[title],
acronym[title],
dfn[title] {
	cursor: help;
	border-bottom: 1px dotted #666;
}

blockquote {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #858c96;
	margin: 30px 60px 30px 60px;
}

blockquote p {
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	color: #858c96;
}

strong { font-weight: bold; }

em,
dfn,
cite { font-style: italic; }

dfn { font-weight: bold; }

sup {
	font-size: 11px;
	vertical-align: top;
}

sub {
	font-size: 11px;
	vertical-align: bottom;
}

small { font-size: 11px; }

del { text-decoration: line-through; }

ins { text-decoration: underline; }

code,
pre { line-height: 18px; }

var,
kbd,
samp,
code,
pre {
	font: 11px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

kbd { font-weight: bold; }

samp,
var { font-style: italic; }

pre, code, tt {
	background: url(images/pre-bg.png) repeat;
	border: 1px solid #EBEBEB;
    color: #888888;
    display: block;
    font-size: 12px;
	line-height: 20px;
    overflow: auto;
    padding: 20px;
    word-wrap: break-word;
	vertical-align: baseline;
}

ul, ol, dl { 
	margin-left: 30px; 
	padding: 0;
}

table {
	border: 0px solid red;
	border-width: 0px;
	line-height: 18px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}

table .even { background: #ddd; }

caption { text-align: left; }

tr { border-bottom: 0px solid red; }

th,
td {
	padding: 5px;
	vertical-align: middle;
	text-align: left;
}

img.alignleft,
img.alignright,
img.aligncenter,
img.alignnone {
    background: #FFFFFF;
}

img.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}

img.alignright {
	display: block;
	margin: 10px 0 25px 20px;
}

img.aligncenter {
	display: block;
	clear: both;
    margin: 10px auto;
}

img.alignnone {
    display: block;
    margin: 10px 0;
}

.wp-caption {
	text-align: center;
	margin: 10px 20px 10px 20px;
	color: #999999;
	font-style: italic;
}

.wp-caption a {
    display: inline-block;
}

.wp-caption.aligncenter { margin: 20px auto; }

.wp-caption.alignleft { margin-left: 0; }

.wp-caption.alignright { margin-right: 0; }

.wp-caption.alignnone { margin-left: 0; }

.wp-caption img,
.wp-caption img a {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption
.wp-caption-text {
	margin: 0;
	padding: 5px;
}

.wp-smiley {
	max-height: 13px;
	margin: 0 !important;
}

.gallery { margin: auto; }

.gallery-image {
	border: none;
	margin-left: 0;
}

.gallery-caption { 
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
    margin-left: 0; 
}

.gallery {
	display: block;
	width: 100%;
	overflow: hidden;
}

.gallery-item { 
    float: left; 
    margin-left: 0;
    text-align: center;
}

.gallery-item .gallery-caption { 
	text-align: center;
	display: block;
    margin-bottom: 0 !important;
}

.gallery-item img {
	border: none ! important;
	margin: 0 !important;
	padding:  0 !important;
}

.gallery-item a {
	float: left;
	margin:  0 !important;
	padding: 0 !important;
}


/*-----------------------------------------------------------------------------------*/

/*	3.	Structure

/*-----------------------------------------------------------------------------------*/
/* Released by http://www.96ｄown.com */

#lightblog {
	display: none;
}

#container {
	margin: 50px auto 0 auto;
	width: 1024px;
}

#container-wrap {
	background: #FFFFFF;
	float: left;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	     -o-box-shadow: 0 0 15px rgba(0,0,0,0.1);
	        box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

#header {
	background: #FFFFFF;
	float: left;
	display: block;
	width: 100%;
	border-top: 8px solid #E53B2C;
}

#main {
	float: left;
	display: block;
	width: 100%;
}

#content {
	float: left;
	width: 602px;
	padding: 30px 30px 0 0;
	margin: 0 30px;
	border-right: 1px dashed #EAEAEA;
}

#sidebar {
	float: left;
	width: 300px;
	padding: 0;
	margin: 0px 30px 30px 0;
}

#footer {
	float: left;
	display: block;
	width: 100%;
}

/*-----------------------------------------------------------------------------------*/

/*	4.	Header

/*-----------------------------------------------------------------------------------*/
/* Released by http://www.96ｄown.com */


/* Logo
-------------------------------------------------------------------------------------*/


.logo {
	min-width: 200px;
	float: left;
	margin: 45px 30px 45px 30px;
}

.custom-logo p {
	display: none;
}

.logo img { 
	max-width: 100%;
	height: auto;
	margin: 0; 
}

.logo h1 {
	font-size: 50px;
	line-height: 54px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

.logo h1 a {
	color: #444444;
	text-decoration: none;
}

.logo h1 a:hover {
	opacity: 0.8;
}

.logo div a:hover {
	opacity: 0.8;
}

.logo p {
	color: #999999;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}


/* Header Ad
-------------------------------------------------------------------------------------*/


.header-ads {
	float: right;
	width: 728px;
	height: 90px;
	margin: 60px 0px 0 0;
}

.body-ads {
	float: right;
	width: 300px;
	height: 250px;
	margin: 60px 0px 0 0;
}


/* Mobile Menu
-------------------------------------------------------------------------------------*/


.form-mobile {
	display: none;
}

.chrome .form-mobile select {
	padding: 10px 10px 9px 10px;
}

.safari .form-mobile select {
	padding: 10px 10px 9px 10px ! important;
}

/* Navigation & Search
-------------------------------------------------------------------------------------*/


#navigation-search {
	background: #E53B2C;
	float: left;
	width: 100%;
	height: 55px;
	display: block;
}

/* Primary Navigation
-------------------------------------------------------------------------------------*/


#primary-nav { 
	float: left;
	display: block;
	width: 720px;
	height: 55px;
	margin: 0;
}

.primary-menu {
	float: left;
	margin: 0;
}

#primary-nav ul {
	float: left;
	margin: 3px 30px 0 30px;
	padding: 0;
	list-style: none;
	line-height: 55px;
}

#primary-nav ul a {
	display: block;
	position: relative;
}

#primary-nav ul li {
	background: url(images/star.png) no-repeat left center;
	float: left;
	position: relative;
	z-index: 40;
	margin: 0;
}

#primary-nav ul li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

#primary-nav ul ul {
	position: absolute;
	top: -9999em;
	width: 250px; /* left offset of submenus need to match (see below) */
}

#primary-nav ul ul li { width: 100%; }

/*  Make sub menus appear -------------------------------------------------*/

#primary-nav ul li:hover ul,
#primary-nav ul li.sfHover ul {
	position: absolute;
	left: -1px;
	margin: 0 0 0 0; /* Added to push sub-menu down */
	top: 52px; /* match top ul list item height */
}

/* Hide all subs subs (4 levels deep) -------------------------------------*/

#primary-nav ul li:hover li ul,
#primary-nav ul li.sfHover li ul,
#primary-nav ul li li:hover li ul,
#primary-nav ul li li.sfHover li ul,
#primary-nav ul li li li:hover li ul,
#primary-nav ul li li li.sfHover li ul { top: -9999em; }

/* Displays all subs subs (4 levels deep) ---------------------------------*/

#primary-nav ul li li:hover ul,
#primary-nav ul li li.sfHover ul,
#primary-nav ul li li li:hover ul,
#primary-nav ul li li li.sfHover ul,
#primary-nav ul li li li li:hover ul,
#primary-nav ul li li li li.sfHover ul {
	left: 250px; /* match .nav ul width */
	top: -1px;
}
	
/* top level skin ---------------------------------------------------------*/

#primary-nav ul li a {
	font-family: 'Patua One',Helvetica,Arial,sans-serif;
	color: #FFFFFF;
	padding: 10px 30px 10px 20px;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
    text-transform: uppercase;
	text-decoration: none;
}

#primary-nav ul a:hover,
#primary-nav ul li.sfHover > a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#primary-nav ul li.sfHover > a,
#primary-nav ul li.current-cat > a,
#primary-nav ul li.current_page_item > a,
#primary-nav ul li.current-menu-item > a {
    color: #FFFFFF;
	text-decoration: none;
}

#primary-nav ul li.current-cat > a:hover,
#primary-nav ul li.current_page_item > a:hover,
#primary-nav ul li.current-menu-item > a:hover {
    color: #FFFFFF;
	text-decoration: underline;
}

/* 2nd level skin --------------------------------------------------------*/

#primary-nav ul ul {
	z-index: 9999;
	padding: 0;
	background: #222222;
	border: 1px solid #252525;
}

#primary-nav ul ul li {
	border-bottom: 1px solid #252525;
	padding: 10px 0;
	line-height: 22px;
	float: none;
	background: none;
}

#primary-nav ul ul li:first-child { 
	margin-top: 0; 
}

#primary-nav ul ul li:last-child { 
	border-bottom: none; 
}

#primary-nav ul ul li a {
    color: #FFFFFF;
	font-size: 18px;
	line-height: 26px;
	padding: 2px 30px 2px 20px;
	margin: 0 0 0 0;
	text-shadow: 0 1px 1px #000000;
	text-transform: uppercase;
}

#primary-nav ul ul li.current-cat > a, 
#primary-nav ul ul li.current_page_item > a, 
#primary-nav ul ul li.current-menu-item > a { 
	border: none; 
	color: #FFFFFF;
}

#primary-nav ul ul li a:hover { 
	border: none; 
	color: #FFFFFF;
}

#primary-nav ul li.sfHover ul a { 
	border: none; 
}

#primary-nav ul li.menu-item-ancestor a {
	background-image: url(images/header-nav-arrow-2.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 14px;
	margin-right: 30px;
}

#primary-nav ul li.menu-item-ancestor a:hover {
	text-decoration: underline;
}

#primary-nav ul li.menu-item-ancestor ul a {
	background: none;
	padding-right: 24px;
}

#primary-nav ul li.menu-item-ancestor ul a:hover {
	text-decoration: underline;
}

#primary-nav .sub-menu li.menu-item-ancestor a {
	background-image: url(images/header-nav-arrow.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 24px;
	margin: 0;
}

#primary-nav .sub-menu li.menu-item-ancestor a:hover {
	text-decoration: underline;
}

#primary-nav .sub-menu li.menu-item-ancestor li a {
	background-image: none;
	padding-right: 15px;
	margin: 0;
}


/* Search
-------------------------------------------------------------------------------------*/


.search-form {
	margin: 8px 25px 10px 0;
	width: 245px;
	float: right;
}

#searchform { margin: 0; }

#searchform input[type='text'] {
	background: #FFFFFF url(images/search-icon.png) no-repeat;
	background-position: 210px 10px;
	float: left;
	border: none;
	color: #AAAAAA;
	width: 215px;
	font-size: 13px;
	line-height: 21px;
	outline: none;
	margin: 0;
	padding: 12px 11px;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
	        box-shadow: 0 0 0 0;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}

#searchform input[type='submit'] {
	display: none;
}

.ie #searchform input[type='text'] {
	padding: 10px 12px 14px 12px;
}

.chrome #searchform input[type='text'] {
	padding: 10px 11px 9px 11px;
}

.safari #searchform input[type='text'] {
	padding: 10px 11px 9px 11px;
}


/*-----------------------------------------------------------------------------------*/

/*	5.	Content

/*-----------------------------------------------------------------------------------*/


.post-box {
	float: left;
	width: 100%;
}


/* Slider
-------------------------------------------------------------------------------------*/


.slider {
	width: 602px;
	margin-bottom: 30px;
	border-bottom: 1px dashed #DDDDDD;
	overflow: hidden;
}

.post-box .slider ul {
	margin: 0 0 0 0 ! important;
	list-style: none;
}

.flexslider .slides {
	margin: 0 0 0 0;
}

.flexslider .slides > li {
	margin: 0 0 0 0;
}

.flex-caption {
	margin: 15px 0 0 0;
}

.post-box .flex-caption h2 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 8px 0;
}

.post-box .flex-caption h2 a {
	color: #444444;
	text-decoration: none;
}

.post-box .flex-caption h2 a:hover {
	color: #222222;
}

.post-box .flex-caption span {
	display: inline-block;
	color: #AAAAAA;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
}

.post-box .flex-caption span a {
	font-weight: normal;
	text-decoration: none;
}

.post-box .flex-caption span a:hover {
	font-weight: normal;
	text-decoration: none;
}

.post-box .flex-caption p {
	display: block;
}

.post-box .flex-caption .slider-categories {
	margin-bottom: 15px;
	display: block;
	overflow: hidden;
}

.post-box .flex-caption .slider-categories a {
	background: #E53B2C;
	color: #FFFFFF;
	display: inline-block;
    font-size: 13px;
	font-weight: normal;
    line-height: 20px;
    margin: 0 5px 5px 0;
    padding: 3px 8px;
	display: inline-block;
    text-decoration: none;
}

.post-box .flex-caption .slider-categories a:hover {
	font-weight: normal;
	text-decoration: none;
}

.post-box .flex-direction-nav a:hover {
	background-color: none ! important;
}


/* Recent Posts
-------------------------------------------------------------------------------------*/


.grid {
	float: left;
	width: 291px;
	margin-right: 20px;
}

.grid.last {
	margin-right: 0;
}

.block {
	float: left;
	width: 602px;
}

.block.no-border .hentry {
	padding-top: 0;
	border-top: none;
}

.hentry {
	padding-top: 30px;
	border-top: 1px dashed #DDDDDD;
	overflow: hidden;
}

.grid .hentry {
	padding-top: 0;
	border-top: none;
	margin-bottom: 25px;
}

.loop-single .hentry {
	border-top: none;
	padding: 0 0 30px 0;
}

.post-header {
	padding: 0;
	margin: 0;
}

.post-box .grid.featured-image-comment { 
	margin-bottom: 10px; 
	position: relative;	
}

.post-box .grid .featured-image { 
	width: 291px;
	height: 160px;
	margin-bottom: 10px; 
	position: relative;
}

.post-box .block .featured-image { 
	width: 602px;
	height: 300px;
	margin-bottom: 15px; 
}

.meta-categories {
	background: #E53B2C;
	color: #FFFFFF;
	padding: 4px 6px;
	font-size: 13px;
	line-height: 21px;
	position: absolute;
	right: 0;
	bottom: 0;	
}

.meta-categories a {
	color: #FFFFFF;
	text-decoration: none;
}

.meta-categories a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.post-box .grid h2.post-title {
	color: #444444;
	font-size: 22px;
	line-height: 26px;
    margin-bottom: 5px;
    text-decoration: none;
}

.post-box .block h2.post-title {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
    margin-bottom: 8px;
    text-decoration: none;
}

.post-box h1.post-title {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
    margin-bottom: 8px;
    text-decoration: none;
}

.post-box .post-title a {
	color: #444444;
    text-decoration: none;
}

.post-box .post-title a:hover {
	color: #222222;
}

.title-comment {
	margin: 0;
	padding: 0;
}

.number-comment {
	font-family: 'Patua One',Helvetica,Arial,sans-serif;
	font-size: 42px;
	line-height: 67px;
	float: right;
	margin-left: 30px;
	background: #E53B2C;
	color: #FFFFFF;
	width: 70px;
	height: 70px;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
		    border-radius: 50px;
}

.number-comment:hover {
	background: #222222;
}

.number-comment a {
	color: #FFFFFF;
	text-decoration: none;
}

.number-comment a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.meta-info {
	color: #AAAAAA;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
	padding: 0;
	margin: 3px 0 17px 0;
}

.meta-info span {
	display: inline;
}

.meta-info span p {
	display: inline;
	margin-bottom: 0;
	color: #AAAAAA;
}

.meta-info span a {
	background: #FFFF66;
	color: #444444;
	padding: 0;
	font-weight: normal;
	text-decoration: none;
}

.meta-info span a:hover {
	font-weight: normal;
	text-decoration: none;
}

.block .meta-info {
	padding-bottom: 5px;
}

.flex-caption .meta-info {
	padding-bottom: 5px;
}

.post-content {
	margin: 0;
    padding: 0;
}

a.more-link {
	float: left;
	background: #E53B2C;
	color: #FFFFFF;
	padding: 5px 9px;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 21px;
	text-decoration: none;
	overflow: hidden;
	-webkit-box-shadow: 6px 6px 0 #222222;
		    box-shadow: 6px 6px 0 #222222;
}

a:hover.more-link {
	text-decoration: underline;
	color: #FFFFFF;
}

.flex-caption a.more-link {
	padding: 8px 11px;
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 22px;
}

.block a.more-link {
	padding: 8px 11px;
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 22px;
}

.breadcrumbs {
	font-size: 13px ! important;
	line-height: 21px ! important;
	margin: 0 0 10px 0;
	display: block;
	overfolow: hidden;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #DDDDDD;
}

.breadcrumbs a {
	color: #494949 ! important;
	text-decoration: none ! important;
}

.breadcrumbs a:hover {
	color: #494949 ! important;
	text-decoration: underline ! important;
}

.category-description {
	border-bottom: 1px dashed #DDDDDD;
	padding: 0;
	margin: 0 0 30px 0;
}


/* Post Styling
-------------------------------------------------------------------------------------*/


.post-box ul {
	margin-left: 45px;
	list-style: square outside none;
}

.post-box ul li {
	margin-bottom: 10px;
}

.post-box ol {
	list-style: decimal outside none;
    list-style-position: inside;
}

.post-box ol li {
	margin-bottom: 10px;
}


/* Post Tags
-------------------------------------------------------------------------------------*/


.hentry footer {	
	display: block;
	margin: 30px 0 20px 0;
	overflow: hidden;
}

.hentry footer a {
	display: inline-block;
	background: #E53B2C;
	color: #FFFFFF;
	padding: 6px 8px;
	margin: 0 10px 10px 0;
	text-decoration: none;
}

.hentry footer a:hover {
	background: #222222;
}


/* Author
-------------------------------------------------------------------------------------*/


.author-wrap {
	border: 1px dashed #DDDDDD;
	padding: 30px;
	margin: 20px 0 30px 0;
	display: block;
	overflow: hidden;
}

.author-gravatar {
	width: 100px;
	height: 100px;
	margin-right: 15px;
	float: left;
	display: block;
	line-height: 1;
}

.author-gravatar img {
	width: 100px;
	height: 100px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	        border-radius: 50px;
}

.author-info {
	width: 425px;
	float: left;
}

.author-title {
	font-family: 'Patua One',Helvetica,Arial,sans-serif;
	color: #41B7D8;
	display: block;
	font-size: 26px;
	line-height: 30px;
	margin: 0 0 15px 0;
}

.author-title a {
	text-decoration: none;
}

.author-title a:hover, .author-title a:focus {
	text-decoration: underline;
}

.author-description {
	display: block;
}

.author-description p {	
	margin: 0;
}


/* Related Posts
-------------------------------------------------------------------------------------*/

.related-posts {
	display: block;
	overflow: hidden;
	margin: 20px 0 0 0;
}

.related-posts ul {
	margin: 0 0 0 0;
	list-style: none;
}

.related-posts ul li {
	float: left;
	width: 185px;
	margin: 0 23px 0 0;
	overflow: hidden;
}

.related-posts ul li:last-child {
	margin-right: 0 ! important;
}

.post-box .related-posts .featured-image {
	width: 185px;
	height: 160px;
	margin-bottom: 0;
}

.post-box .related-posts .featured-image img {
	width: 185px;
	height: 160px;
}	

h4.related-article {
	font-size: 20px;
	line-height: 24px;
	margin: 7px 0 0 0;
}

h4.related-article a {
	color: #444444;
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}

h4.related-article a:hover {
	color: #222222;
}


/* Navigation
-------------------------------------------------------------------------------------*/


#post-nav {  
	border-top: 1px dashed #DDDDDD;
	float: left;
	width: 100%;
	margin: 0;
	padding: 40px 0;
	overflow: hidden;
}

.pagination a,
.pagination span {
	font-size: 20px;
	line-height: 28px;
	padding: 10px 18px 10px 18px;
	float: left;
	margin: 0 10px 0 0;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}

.pagination a {
	background: #E53B2C;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination a:hover, .pagination a:focus {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination span {
	background: #E53B2C;
	color: #FFFFFF;
	text-decoration: none;
}

.pagination .current {
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------*/

/*	6.	Sidebar

/*-----------------------------------------------------------------------------------*/


/* Widgets
-------------------------------------------------------------------------------------*/


.widget {
	padding: 0;
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
}

.widget:last-child {
	border-bottom: none;
}

.widget.uxde_ad125_widget {
	border-bottom: none;
	padding-bottom: 0;
}

.widget.Facebook_like {
	margin-bottom: 10px;
}

h3.widget-title {
	display: block;
	margin: 0 0 20px 0;
}

h3.widget-title p {
	background: #E53B2C;
	colof: #FFFFFF;
	display: inline-block;
	padding: 8px 10px;
	margin: 0 0 10px 0;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	-webkit-box-shadow: 6px 6px 0 #222222;
		    box-shadow: 6px 6px 0 #222222;
}

.widget p {
	color: #666666;
	font-size: 13px;
	line-height: 21px;
}

.widget ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
}

.widget ul li {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #DDDDDD;
}

.widget ul li a {	
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
}

.widget ul li a:hover {
	text-decoration: underline;
}

.widget-section { overflow: hidden; }


/* Categories, Archives, Pages & Meta
-------------------------------------------------------------------------------------*/


.widget_categories li, .widget_archive li, .widget_meta li, .widget_pages li {
    float: left;
	font-size: 14px;
	line-height: 22px;
    margin-bottom: 0;
    width: 50%;
	border: none;
	padding: 0 0 10px 0;
}

#footer .widget_categories li, #footer .widget_archive li, #footer .widget_meta li, #footer .widget_pages li {
	display: block;
	width: 100%;
}

/* Blogroll
-------------------------------------------------------------------------------------*/


#sidebar .widget_links li {
	background: url("images/arrow-li.png") no-repeat;
	background-position: 0 8px;
    border-bottom: 1px dashed #EAEAEA;
    margin: 0 0 10px;
    padding: 0 0 10px 16px;
}

#sidebar .widget_links li a {
	color: #494949;
	text-decoration: none;
}

#sidebar .widget_links li a:hover {
	text-decoration: underline;
}


/* About Widget
-------------------------------------------------------------------------------------*/


.uxde_about_widget {
	margin-bottom: 10px;
}

.about-image {
	float: right;
	margin: 0 0 5px 5px;
	display: inline;
}

.ux_about_widget p {
	display: inline;
}


/* Social Media Icons
-------------------------------------------------------------------------------------*/


.socialicons_widget span.icon {
	float: left;
	margin: 0 11px 11px 0;
}

.socialicons_widget .rss_widget span.icon {
	margin: 0 12px 11px 0;
}

.socialicons_widget .twitter_widget span.icon {
	margin: 0 12px 11px 1px;
}

.socialicons_widget .pinterest_widget span.icon {
	margin: 0 0 11px 1px;
}


/* 125x125 Banners
-------------------------------------------------------------------------------------*/


.uxde_ad125_widget {
	margin: 0 0 15px 0;
}

.ads-125 ul {
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.ads-125 ul li {
	background: #FFFFFF;
	padding: 8px;
	float: left;
	margin: 0 13px 13px 0;
	width: 125px;
	height: 125px;
	border: 1px solid #EAEAEA;
}

.ads-125 ul li a img { 
	width: 125px;
	height: 125px;
	display: block;
	line-height: 1;
}

.ads-125 ul li:nth-child(2n) {
    margin-left: 0;
    margin-right: 0;
}


/* Calendar
-------------------------------------------------------------------------------------*/


.widget_calendar table {
	width: 100%;
}

.widget_calendar table caption {
	font-family: 'Patua One',Helvetica,Arial,sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.widget_calendar tbody > tr > td {
    padding: 7px 0 8px;
    text-align: center;
    width: 14.2857%;
}

.widget_calendar th {
	padding: 7px 8px;
}

.widget_calendar a:hover {
	text-decoration: underline;
}


/* Optin Form
-------------------------------------------------------------------------------------*/


.widget.uxde_newsletter_widget {
	background: url(images/subscription-bg.png) no-repeat;
	width: 250px;
	height: 158px;
	padding: 25px;
	margin-bottom: 30px;
}

.uxde_newsletter_widget h3 {
	font-size: 18px;
    line-height: 22px;
	margin: 0 0 5px 0;
}

.uxde_newsletter_widget h3 p {
	background: none;
	color: #444444;
	padding: 0;
	font-size: 18px;
	line-height: 22px;
	-webkit-box-shadow: 0 0 0 #222222;
	   -moz-box-shadow: 0 0 0 #222222;
		    box-shadow: 0 0 0 #222222;
}

.uxde_newsletter_widget input[type="text"] {
    padding: 9px 10px 9px 10px;
	margin-bottom: 10px;
	width: 132px;
	display: inline;
	border-right: none;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
	-webkit-border-radius: 3px 0 0 3px; 
	   -moz-border-radius: 3px 0 0 3px;
			border-radius: 3px 0 0 3px;
}

.uxde_newsletter_widget input[type="email"] {
    padding: 9px 10px 9px 10px;
	margin-bottom: 10px;
	width: 128px;
	display: inline;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
			box-shadow: 0 0 0 0;
	-webkit-border-radius: 3px 0 0 3px; 
	   -moz-border-radius: 3px 0 0 3px;
			border-radius: 3px 0 0 3px;
}

.uxde_newsletter_widget input[type="submit"] {
	background: #E53B2C;
	width: 90px;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 9px 12px;
	margin: 0;
	border: none;
	display: inline;
	-webkit-border-radius: 0 3px 3px 0; 
	   -moz-border-radius: 0 3px 3px 0;
			border-radius: 0 3px 3px 0;
}

.uxde_newsletter_widget input[type="submit"]:hover {
	background: #222222;
}

.uxde_newsletter_widget p {
	background: none ! important;
	margin-bottom: 17px;
}


/* Recent & Popular Posts
-------------------------------------------------------------------------------------*/


.uxde_posts_widget .widget-post,
.uxde_popular_widget .widget-post {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

.uxde_posts_widget .post:last-child {
	margin: 0;
	padding: 0;
}
.uxde_popular_widget .post-title { margin: 0; }

.uxde_posts_widget .post-title,
.uxde_popular_widget .post-title {
	font-family: 'Patua One',Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 2px 0;
	text-transform: uppercase;
}

.uxde_posts_widget .post-title a,
.uxde_popular_widget .post-title a {
	color: #444444;
	text-decoration: none;
}

.uxde_posts_widget .post-title a:hover,
.uxde_popular_widget .post-title a:hover {
	color: #222222;
}

.uxde_posts_widget .widget-post,
.uxde_popular_widget .widget-post { 
	background: none;
    border-radius: 0;
    box-shadow: none;
	border: none;
	width: 100%;
	overflow: hidden;
}

.uxde_posts_widget .widget-post:last-child, 
.uxde_popular_widget .widget-post:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.uxde_posts_widget .widget-post .featured-image,
.uxde_popular_widget .widget-post .featured-image {
	width: 100px;
	height: 80px;
	float: left;
	display: block;
	margin: 2px 15px 5px 0;
}

.uxde_posts_widget .widget-post .featured-image,
.uxde_popular_widget .widget-post .featured-image a:hover {
	background: none;
}

.uxde_posts_widget .widget-post span,
.uxde_popular_widget .widget-post span {
	color: #AAAAAA;
	font-size: 13px;
	font-style: italic;
	line-height: 21px;
}


/*-----------------------------------------------------------------------------------*/

/*	7.	Comments

/*-----------------------------------------------------------------------------------*/


#comments {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

.comment-header {
	background: #E53B2C;
	color: #FFFFFF;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
	margin: 0 0 30px 0;
	padding: 15px 20px;
}

.comment-header h3 {
	display: block;
	color: #FFFFFF;
    font-size: 24px;
	line-height: 28px;
	margin: 0 0 0 0;
}	

.comment-header h3 a {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 28px;
	text-decoration: none;
}

.comment-header h3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.comment-header ul {
    color: #7E7E75;
    display: block;
    float: right;
    font-size: 14px;
    line-height: 32px;
}

.comment-header ul li a {
    float: left;
	padding: 6px 16px;
	color: #FFFFFF;
	text-decoration: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.comment-header ul li a:hover {
	text-decoration: underline;
}

ol.commentlist {
	margin: 0 ! important;
	list-style: none ! important;
}

.comment-body {
    margin-bottom: 20px;
    min-height: 80px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.comment-avatar {
	float: left;
	margin: 0 10px 0 0;
	width: 75px;
}

.comment-body .avatar {
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
		    border-radius: 50px;
}

.comment-meta {
	display: block;
	margin-left: 85px;
}

.comment .vcard {
	overflow: hidden;
	margin-bottom: 10px;
}

.comment {
	margin: 0 0 25px 0;
	font-size: 16;
	line-height: 22px;
}

.comment-body .fn {
	font-family: 'Patua One',Helvetica,Arial,sans-serif;
    font-size: 24px;
	font-style: normal;
	line-height: 28px;
	display: block;
    padding: 0 0 5px 0;
}

.comment-body .fn a {
	color: #444444;
	text-decoration: none;
}

.comment-body .fn a:hover {
	color: #222222;
	text-decoration: none;
}

.comment-body time {
	background: #FFFF66;
	display: inline-block;
	color: #444444;
	font-size: 14px;
	font-style: italic;
	line-height: 22px;
}	

.comment-body time a {
	font-style: italic;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.comment-body time a:hover {
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}

.comment-edit-link {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	display: inline;
}

a.comment-edit-link {
	color: #494949;
}

a:hover.comment-edit-link {
	color: #494949;
}

.comment-reply-link {
    margin: 0;
}

a.comment-reply-link {
	color: #E53B2C;
	text-decoration: none;	
	font-weight: bold;
}

a:hover.comment-reply-link {
	color: #222222;
	text-decoration: none;
	font-weight: bold;
}

#allowed_tags,
.comment p {
	font-size: 14px;
	line-height: 22px;
	color: #474646;
}

section.comment {
	background: #FFFFFF;
	border: 1px dashed #DDDDDD;
	padding: 20px;
	margin: 0;
}

.comment .children {
	margin: 0;
}

.comment .children li {
    list-style: none outside none;
    margin: 0;
    padding-bottom: 10px;
    padding-left: 30px;
}

.comments-previous {
	float: left;
}

.comments-next {
	float: right;
}

#respond {
	margin: 50px 0 40px 0;
}

#respond h3 {
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 20px 0;
}

form label {
	margin: 5px 0 3px 0;
	font-size: 14px;
	line-height: 20px;
}

form label.comment-field {
	display: block;
}

#respond input {
	background: #FFFFFF;
	display: block;
	margin-right: 1.33%;
	width: 51%;
	padding: 11px;
	font-size: 14px;
	line-height: 22px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

#respond p.respond_desc {
	font-size: 12px !important;
}

#respond input#url {
	margin-right: 0;
}

#respond textarea {
	background: #FFFFFF;
	height: 230px;
	width: 95%;
	margin-top: 2px;
	padding: 11px;
	font-size: 14px;
	line-height: 22px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		    border-radius: 3px;
}

#respond #submit {
	font-family: 'Patua One',Helvetica,Arial,sans-serif;
	background: #E53B2C;
	color: #FFFFFF;
	width: 200px;
	padding: 10px 0;
	height: 50px;
	border: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
	        box-shadow: 0 0 0 0;
}

#respond #submit:hover,
#respond #submit:focus,
#respond #submit:active {
	background: #222222;
	margin: 0;
}

.commentlist #respond { 
	margin: 50px 0 50px 45px; 
}


/*-----------------------------------------------------------------------------------*/

/*	8.	Footer

/*-----------------------------------------------------------------------------------*/


/* Twitter Section
-------------------------------------------------------------------------------------*/


#twitter-section {
	float: left;
	width: 100%;
	display: block;
}

.twitter-tweets {
	background-image: url(images/twitter-tweets.png);
	background-position: 30px 0;
	background-color: #E53B2C;
	background-repeat: no-repeat;
	height: 41px;
	padding: 15px 30px 15px 185px;
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	overflow: hidden;
}

.twitter-tweets ul {
	margin: 0;
	padding: 0;
}

.twitter-tweets a {
	text-decoration: underline;
	color: #FFFFFF;
}

.twitter-tweets a:hover {
	text-decoration: none;
	color: #FFFFFF;
}


/* Footer Widgets
-------------------------------------------------------------------------------------*/


#footer {
	background: #FFFFFF;
	padding: 50px 0 0 0;
}

.footer-widgets {
	margin: 0 30px;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.footer-widgets .widget {
	float: left;
	width: 217px;
	margin: 0 30px 30px 0;
	font-size: 13px;
	line-height: 21px;
	color: #494949;
}

.footer-widgets .widget:last-child {
	margin-right: 0;
}

.footer-widgets .widget p {
	color: #494949;
	font-size: 13px;
	line-height: 21px;
}

.footer-widgets .widget h3.widget-title {
	color: #444444;
	display: block;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}

.footer-widgets .widget h3.widget-title p {
	background: none;
	color: #444444;
	padding: 0 0 0 0;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 0 0;
	   -moz-box-shadow: 0 0 0 0;
	        box-shadow: 0 0 0 0;
}

.footer-widgets .widget ul {
	margin: 0;
	padding: 0;
}

.footer-widgets .widget li {
	background: url(images/arrow-li.png) no-repeat;
	background-position: 0 8px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 16px;
	border-bottom: 1px dashed #EAEAEA;
}

.footer-widgets .widget li:last-child {
	padding: 0 0 0 16px;
	border-bottom: none;
}

.footer-widgets .widget li a {
	color: #494949;
	text-decoration: none;
}

.footer-widgets .widget li a:hover {
	color: #494949;
	text-decoration: underline;
}


/* Tags Cloud
-------------------------------------------------------------------------------------*/


.footer-widgets .widget .tagcloud a {
	background: #E53B2C;	
	color: #FFFFFF;
	font-size: 13px ! important;
	line-height: 20px;
	padding: 6px 8px;
	margin: 0 -1px 2px 0;
	display: inline-block;
	text-decoration: none;
}

.footer-widgets .widget .tagcloud a:hover {	
	background: #222222;
	color: #FFFFFF;
	text-decoration: none;
}


/* Twitter Widget
-------------------------------------------------------------------------------------*/


.twitter { 
	margin: 0; 
}

.twitter ul {
	padding: 0;
	margin: 0;
}

.twitter ul li {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #FFFFFF;
}

.twitter ul li:last-child {
	margin-bottom: 0;
}

.twitter ul li a { 
	display: inline; 
	color: #CCCCCC;
}

.twitter ul li a:hover {
	color: #FFFFFF;
}

.visit-wrap { 
	margin-top: 15px;
	text-align: right; 
}


/* Flickr 
-------------------------------------------------------------------------------------*/


.flickr_badge_image {
	float: left;
	width: 62px;
	height: 62px;
	margin: 0 10px 10px 0;
}

.flickr_badge_image img {
	width: 62px;
	height: 62px;
}

.flickr_badge_image img:hover {
}


/* Copyright
-------------------------------------------------------------------------------------*/


.copyright {
	background: #E53B2C;
	padding: 15px 0;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 21px;
	overflow: hidden;
	text-transform: uppercase;
}

.copyright-left {
	float: left;
	width: 900px;
	margin-left: 30px;
}

.copyright-left p {
	display: block;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	margin: 0;
}

.copyright-left p:last-child {
	margin: 0 0 0 0;
}

.copyright-left a {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright-left a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright-right {
	width: 900px;
	float: right;
	margin: 11px 30px 0 0;
}

.copyright-right a {
	color: #FFFFFF;
	text-decoration: none;
}

.copyright-right a:hover {
	text-decoration: underline;
}

#footer-nav {
	overflow: hidden;
	margin: 0;
}

#footer-nav .footer-menu {
	float: right;
}

#footer-nav ul {
	margin: 0 0 5px 0;
}

#footer-nav ul li {
	background: url(images/footer-li.png) no-repeat;
	background-position: 0 8px;
	display: inline-block;
	padding: 0 0 0 12px;
	margin: 0 0 0 9px;
}

#footer-nav ul li:first-child {
	background: none;
}

#footer-nav ul li a {
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#footer-nav ul li a:hover {
	text-decoration: underline;
}


/* Back Top 
-------------------------------------------------------------------------------------*/


#back-top {
    bottom: 43%;
    position: fixed;
    right: 20px;
	opacity: 1;
    visibility: visible;
}


#back-top a {
    display: block;
    width: 50px;
}

#back-top span {
    background: url(images/back-top.png) no-repeat;
	background-color: #222222;
    display: block;
	width: 50px;
    height: 50px;
}

#back-top span:hover {
	background-color: #E53B2C;
}


/*-----------------------------------------------------------------------------------*/

/*	9.	Page Templates

/*-----------------------------------------------------------------------------------*/


/* Full Width
-------------------------------------------------------------------------------------*/

#content.full-width {
	border-right: none;
	width: 964px;
	padding-right: 0;
}

#content.full-width .block {
	width: 964px;
}


/* Archives
-------------------------------------------------------------------------------------*/


.archive-lists span {
    display: block;
    text-align: right;
}

.archive-lists ul {
    border-bottom: 1px dashed #dddddd;
    clear: both;
    margin: 0 0 40px 0;
	list-style: none outside none;
}

.archive-lists ul.children {
	border-bottom: none;
	margin: 0 0 0 15px;
}

.archive-lists ul li {
	display: block;
    border-top: 1px dashed #dddddd;
	margin-bottom: 0;
}

.archive-lists ul li a {
    display: block;
    margin: 0;
    padding: 10px 0;
	text-decoration: none;
	font-weight: normal;
}

.archive-lists ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.archive-lists span.comments_number {
    color: #777777;
    float: right;
    margin-right: 20px;
    width: 50px;
}


/* Archives
-------------------------------------------------------------------------------------*/


.error-search {
	
	margin: 0 0 20px 0;
	display: block;
	overflow: hidden;
}

.error-search #searchform input[type="text"] {
	width: 578px;
	background: #FFFFFF url(images/search-icon.png) no-repeat 573px 10px ! important;
	border: 1px solid #DDDDDD ! important;
	-webkit-border-radius: 0 0 0 0 ! important;
	   -moz-border-radius: 0 0 0 0 ! important;
			border-radius: 0 0 0 0 ! important;
}

#post-404 ul {
	margin: 0 0 20px 0;
	list-style: none;
	border-bottom: 1px dashed #DDDDDD;
}

#post-404 ul li {
	display: block;
    border-top: 1px dashed #DDDDDD;
	margin-bottom: 0;
}

#post-404 ul li a {
    display: block;
    margin: 0;
    padding: 10px 0;
	text-decoration: none;
	font-weight: normal;
}

#post-404 ul li a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.error-categories {
	display: block;
	float: left;
	width: 47%;
	margin: 0 6% 0 0;
}

.categories-404 ul.children {
	margin: 0 0 0 15px ! important;
	border-bottom: none ! important;
}

.error-archives {
	display: block;
	float: left;
	width: 47%;
}

side {
 min-height: 350px;
 min-width: 300px;
}