/*
Theme Name: Kamionaci.cz
Theme URI: http://www.mediacentrum.cz/
Description: The kamionaci.cz custome theme for WordPress by MEDIACENTRUM GROUP a.s.
Author: Aleš Rubáš
Version: 1.0
Tags: two-columns, fixed-width, grey, orange, white, threaded-comments, translation-ready, widgets
*/

/*
WIDTHS
page: 960px;
content: 950px;
left: 671px;
right: 275px;
*/
/*
COLOURS
orange: #e34c12;
black: #0f0f0f;
light-grey: #f8f8f8;
dark-grey: #bfbfbf;
html-bg: #e5e5e5;
right-column-bg: #ededed;
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 120%;
}
table td, 
table th {
	padding: 3px 5px;
	border: 2px solid #cccccc;
}
a img { border: none; }

.hidden,
.invisible {
	display: none !important;
}


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

body {
	background: #e5e5e5 url(images/bg-body.png) repeat-x left top;
	padding-top: 8px;
}
#content {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #ffffff url(images/bg-content.gif) repeat-y left top;
}
#header {
	position: relative;
	width: 100%;
	height: 125px;
	padding-bottom: 45px;
	background: url(images/bg-header.png) no-repeat right top;
}
#main {
	position: relative;
	float: left;
	top: 25px;
	left: 10px;
	width: 660px;
	padding: 0 0 25px 0;
	margin-bottom: 25px;
}
#side {
	position: relative;
	top: 25px;
	float: left;
	left: 20px;
	width: 275px;
	margin-bottom: 25px;
	padding: 0 0 25px 0;
	background: #f8f8f8;
}
#otherside {
	position: static;
}
#footer {
	position: static;
	clear: both;
	width: 940px;
	background: #e5e5e5;
	min-height: 40px;
	padding: 5px 10px;
	border-top: 5px solid #ffffff;
}
#footer p {
	font-size: 130%;
	line-height: 1.4em;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.onecolumn #content {
	margin: 0 auto;
	width: 950px;
}

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: sans-serif;
}

h3#comments-title,
h3#reply-title,
#otherside .menu,
#otherside .widget_nav_menu, 
#otherside div.menu ul,
#otherside div.widget_nav_menu ul, 
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget_search label,
.widget-title,
input[type=submit]
{
	font-family: sans-serif;
}
pre {
	font-family: monospace;
}
code {
	font-family: monospace;
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body,
input,
textarea {
	color: #0f0f0f;
	line-height: 1.3em;
}
hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}

/* Text elements */

#main h1 {
	line-height: 1.3em;
	padding: 3px 5px;
	font-size: 200%;
}
#main h1 strong {
	font-weight: normal;
	font-size: 120%;
	color: #e34c12;
}
#main h1 span {
	font-size: 120%;
	color: #bfbfbf;
}
#main h2 {
	line-height: 1.3em;
	padding: 3px 5px;
	font-size: 160%;
	margin-bottom: 10px;
	color: #e34c12;
}
#main h3 {
	line-height: 1.3em;
	padding: 3px 5px;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}
#main h4 {
	line-height: 1.3em;
	padding: 3px 5px;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
#main p {
	padding: 9px 0;
}
#main ul {
	font-size: 130%;
	list-style: disc;
	margin: 0 0 18px 2em;
	line-height: 1.4em;
}
#main ol {
	list-style: decimal;
	margin: 0 0 18px 2em;
	line-height: 1.4em;
	font-size: 120%;
}
#main li li {
	font-size: 100%;
}
#main ol ol {
	list-style: upper-alpha;
}
#main ol ol ol {
	list-style: lower-roman;
}
#main ol ol ol ol {
	list-style: lower-alpha;
}
#main ul ul,
#main ol ol,
#main ul ol,
#main ol ul {
	font-size: 100%;
	margin-bottom: 0;
}
#main dl {
	margin: 0 0 24px 0;
}
#main dt {
	font-weight: bold;
}
#main dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffffcc;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 1.3em;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color: #e34c12;
}
a:visited {
	color: #bf4c0a;
}
a:active,
a:hover {
	color: #e34c12;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */
#logo {
	float: left;
	margin: 16px 0 0 52px;
	width: 200px;
	height: 91px;
	position: relative;
}
#logo span {
	position: absolute;
	width: 200px;
	height: 91px;
	display: block;
	left: 0;
	top: 0;
	background: url(images/logo.png) no-repeat left top;
}
#header ul {
	list-style: none;
	margin: 0;
}
#logo .motto li {
	position: absolute;
	display: block;
	top: 92px;
	font-weight: bold;
	font-size: 110%;
	overflow: visible;
	white-space: nowrap;
	color: #e34c12;
}
#navjump {
	display: none;
}

/* Asides
-------------------------------------------------------------- */
#otherside .widget_nav_menu h2, 
#footer .widget_nav_menu h2, 
#otherside .h_menu h2 {
	display: none;
}
#otherside .widget_nav_menu ul, 
#otherside .h_menu ul {
	display: inline;
}
#otherside .widget_nav_menu, 
#otherside #menu {
	position: absolute;
	top: 125px;
	left: 5px;
	width: 950px;
	height: 45px;
	background: #0f0f0f url(images/menu-a.png) repeat-x left top;
	overflow: hidden;
}
#otherside .widget_nav_menu ul li, 
#otherside #menu ul li {
	display: inline;
	float: left;
	height: 45px;
	line-height: 45px;
}
#otherside .widget_nav_menu ul li a, 
#otherside #menu ul li a {
	display: inline;
	float: left;
	height: 45px;
	line-height: 45px;
	padding: 0px 25px;
	font-size: 120%;
	color: #ffffff;
	text-decoration: none;
	background: #0f0f0f url(images/menu-a.png) repeat-x left top;
}
#otherside .widget_nav_menu ul li.current-menu-item a, 
#otherside #menu ul li.current-menu-item a,  
#otherside .widget_nav_menu ul li a:hover, 
#otherside #menu ul li a:hover {
	background: #e34c12 url(images/menu-a.png) repeat-x left bottom;
}

#footer .widget_nav_menu, 
#otherside #menu2 {
	position: absolute;
	top: 10px;
	right: 5px;
	width: auto;
	height: 30px;
	overflow: hidden;
}
#footer .widget_nav_menu ul, 
#otherside #menu2 ul {
	text-align: right;
	padding: 5px 0;
}
#footer .widget_nav_menu ul li, 
#otherside #menu2 ul li {
	display: inline;
	float: left;
}
#footer .widget_nav_menu ul li a, 
#otherside #menu2 ul li a {
	display: inline;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px;
	font-size: 120%;
	color: #e34c12;
	text-decoration: none;
}
#footer .widget_nav_menu ul li.current_page_item a, 
#otherside #menu2 ul li.current_page_item a, 
#footer .widget_nav_menu ul li a:hover, 
#otherside #menu2 ul li a:hover {
	color: #ffffff;
	background: #e34c12;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#main .widget.widget_better_rss_widget {
	width: 660px;
	position: relative;
	height: 165px;
}
#main .widget.widget_better_rss_widget ul.rss-items {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#main .widget.widget_better_rss_widget ul.rss-items li.rss-item {
	display: inline;
	float: left;
	position: relative;
	width: 308px;
	margin: 0 10px 10px 0;
	padding: 5px;
	height: 140px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	list-style: none;
	overflow: hidden;
}
#main .widget.widget_better_rss_widget ul.rss-items li h2 {
	font-size: 100%;
	padding: 2px 5px;
	height: 12px;
	overflow: hidden;
}
#main .widget.widget_better_rss_widget ul.rss-items li h2 a:hover {
	text-decoration: none;
}
#main .widget.widget_better_rss_widget ul.rss-items li div div {
	display: inline;
	float: left;
	width: 100px;
	height: 70px;
	margin: 0;
	overflow: hidden;
}
#main .widget.widget_better_rss_widget ul.rss-items li div div a {
	display: block;
	margin: 0 auto;
	max-width: 88px;
	max-height: 66px;
	padding: 2px;
	background: #ffffff;
}
#main .widget.widget_better_rss_widget ul.rss-items li div div a:hover {
	background: #bfbfbf;
}
#main .widget.widget_better_rss_widget ul.rss-items li div div a img {
	margin: 0 auto;
	max-width: 88px;
	max-height: 66px;
	border: none;
	padding: 0;
}
#main .widget.widget_better_rss_widget ul.rss-items li p {
	width: 308px;
	padding: 5px;
	clear: both;
	font-style: italic;
	font-size: 89%;
}

#main .widget.widget_better_rss_widget ul.rss-items li dl {
	position: absolute;
	left: 110px;
	top: 30px;
	width: 200px;
	overflow: hidden;
}
#main .widget.widget_better_rss_widget ul.rss-items li dl dt {
	font-weight: normal;
	font-size: 100%;
}
#main .widget.widget_better_rss_widget ul.rss-items li ul {
	position: absolute;
	right: 0;
	top: 125px;
	margin: 0 5px;
	padding: 0 5px;
	width: 180px;
	overflow: hidden;
	text-align: right;
	background: #f8f8f8;
}
#main .widget.widget_better_rss_widget ul.rss-items li ul li {
	display: inline;
	font-weight: normal;
	font-size: 100%;
	font-weight: bold;
	color: #e34c12;
}



/* Posts listing
-------------------------------------------------------------- */
#main .archive-meta { /* category descrioption */
	position: relative;
	width: 648px;
	border: 1px solid #e0e0e0;
	background: #f8f8f8;
	padding: 5px;
	margin-bottom: 15px;
}
#main .archive-meta p {
	font-size: 140%;
	line-height: 1.3em;
}

#main .item {
	position: relative;
	width: 660px;
	margin-bottom: 25px;
}
#main .item.item-half {
	display: inline;
	float: left;
	width: 320px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-right: 10px;
}
#main .item h2 {
	width: 490px;
	font-size: 200%;
	color: #e34c12;
	line-height: 1.3em;
	padding: 3px 5px;
	height: 24px;
	overflow: hidden;
	white-space: normal;
	margin-bottom: 0px;
}
.single #main .item h2 {
	height: auto;
	width: auto;
	overflow: visible;
}
#main .item.item-half h2 {
	width: auto;
	font-size: 140%;
	height: 18px;
	overflow: hidden;
	white-space: normal;
}

#main .item h2 a {
	color: #e34c12;
	text-decoration: none;
}
#main .item h2 a:hover {
	color: #e34c12;
	text-decoration: underline;
}
#main .item .entry-summary, 
#main .item .entry-content {
	position: relative;
	top: 25px;
	width: 648px;
	border: 1px solid #e0e0e0;
	background: #f8f8f8;
	margin-bottom: 27px;
	padding: 5px;
}
#main .item.item-half .entry-summary, 
#main .item.item-half .entry-content {
	top: 0;
	width: auto;
	margin-bottom: 0;
	background: #ffffff;
}
#main .item .entry-summary.have_thumbnail, 
#main .item .entry-content.have_thumbnail {
	padding-left: 177px;
	width: 476px;
	min-height: 125px;
}
#main .item.item-highlighted .entry-summary.have_thumbnail, 
#main .item.item-highlighted .entry-content.have_thumbnail, 
#main .item.item-half .entry-summary.have_thumbnail, 
#main .item.item-half .entry-content.have_thumbnail {
	padding-left: 5px;
	width: auto;
}
#main .item.item-half .entry-summary.have_thumbnail span.placeholder, 
#main .item.item-half .entry-content.have_thumbnail span.placeholder {
	display: inline;
	float: left;
	width: 100px;
	height: 60px;
}
#main .item.item-highlighted .entry-summary.have_thumbnail span.placeholder, 
#main .item.item-highlighted .entry-content.have_thumbnail span.placeholder {
	display: inline;
	float: left;
	width: 255px;
	height: 180px;
}
#main .item .entry-summary a.size-thumbnail, 
#main .item .entry-content a.size-thumbnail {
	display: block;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 164px;
	height: 124px;
}
#main .item.item-half .entry-summary a.size-thumbnail, 
#main .item.item-half .entry-content a.size-thumbnail {
	width: 92px;
	height: 70px;
}
#main .item.item-highlighted .entry-summary a.size-thumbnail, 
#main .item.item-highlighted .entry-content a.size-thumbnail {
	width: 244px;
	height: 184px;
}

#main .item .entry-summary a.size-thumbnail img, 
#main .item .entry-content a.size-thumbnail img {
	display: block;
	max-width: 160px;
	max-height: 120px;
	margin: 0 auto;
	padding: 2px;
	background: #ffffff;
}
#main .item.item-half .entry-summary a.size-thumbnail img, 
#main .item.item-half .entry-content a.size-thumbnail img {
	max-width: 88px;
	max-height: 66px;
	background: #ffffff;
}
#main .item.item-highlighted .entry-summary a.size-thumbnail img, 
#main .item.item-highlighted .entry-content a.size-thumbnail img {
	max-width: 240px;
	max-height: 180px;
}
#main .item .entry-summary a.size-thumbnail:hover img, 
#main .item .entry-content a.size-thumbnail:hover img {
	background: #e0e0e0;
}
#main .item .entry-summary p, 
#main .item .entry-content p {
	font-size: 140%;
	line-height: 1.3em;
}
#main .item.item-half .entry-summary p, 
#main .item.item-half .entry-content p {
	font-size: 130%;
}
#main .item .entry-meta {
	position: absolute;
	top: 30px;
	width: 648px;
	border: 1px solid #bfbfbf;
	background: #f1f1f1;
	padding: 3px 5px;
	font-size: 120%;
}
#main .item.item-half .entry-meta {
	position: static;
	width: auto;
	border: none;
	background: #ffffff;
	padding: 3px 5px;
	font-size: 110%;
}
#main .item .entry-utility {
	padding: 2px 5px;
	font-size: 120%;
}
#main .item .entry-utility a, 
#main .item .entry-meta a:hover {
	text-decoration: none;
}
#main .item .entry-meta a, 
#main .item .entry-utility a:hover {
	text-decoration: underline;
}
#main .item .entry-utility a.print {
	display: block;
	position: absolute;
	right: 120px;
	top: 30px;
	width: 100px;
	padding: 0 10px 0 20px;
	border-right: 1px solid #e34c12;
	height: 21px;
	line-height: 21px;
	text-align: right;
	text-decoration: none;
	background: transparent url(images/icon-print.png) no-repeat 0px 2px;
}

#main .item .entry-utility a.comments-link {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 145px;
	padding: 30px 5px 0 0;
	height: 21px;
	line-height: 21px;
	text-align: right;
	text-decoration: none;
	background: transparent url(images/icon-comments.png) no-repeat 115px 4px;
}
#main .item .entry-utility a.print:hover, 
#main .item .entry-utility a.comments-link:hover {
	text-decoration: underline;
} 
#main .item .entry-utility a.comments-link span.comments_count, 
#main .item .entry-utility a.comments-link:hover span.comments_count {
	display: block;
	display: none;
	position: absolute;
	right: 17px;
	top: 8px;
	width: 15px;
	height: 14px;
	line-height: 14px;
	font-size: 89%;
	text-align: center;
	text-decoration: none !important;
	color: #0f0f0f;
}
#main .item .entry-meta .entry-date, 
#main .item .entry-meta .author, 
#main .item .entry-utility .cat-links, 
#main .item .entry-utility .tag-links, 
#main .item .entry-utility .edit-link {
	padding: 2px 20px 0px 20px;
	background: url(images/icons.gif) no-repeat;
}
#main .item.item-half .entry-meta .entry-date, 
#main .item.item-half .entry-meta .author, 
#main .item.item-half .entry-utility .cat-links, 
#main .item.item-half .entry-utility .tag-links, 
#main .item.item-half .entry-utility .edit-link {
	padding: 2px 0px 0px 0px;
	background: none;
}
#main .item .entry-utility .cat-links {
	background-position: 0px -480px;
}
#main .item .entry-utility .tag-links {
	background-position: 0px -400px;
}
#main .item .entry-utility .edit-link {
	background-position: 0px -64px;
}
#main .item .entry-meta .entry-date {
	background-position: 0px -48px;
}
#main .item .entry-meta .author {
	background-position: 0px 0px;
}


/* Pagination
-------------------------------------------------------------- */

#main ul.pagination {
	font-size: 100%;
	clear: both;
	margin: 0;
	padding: 15px 0 5px 0;
	text-align: right;
}
#main ul.pagination li {
	margin: 0;
	padding: 0 1px;
	display: inline;
	font-size: 100%;
}
#main ul.pagination li.current, 
#main ul.pagination li a {
	padding: 5px 7px 4px 7px;
	background: #e34000 url(images/bg_breadcrumbs.gif) left top repeat-x;
	color: #ffffff;
	font-weight: bold;
	font-size: 120%;
	text-decoration: underline;
	border: 1px solid #ffffff;
}
#main ul.pagination li a:hover {
	text-decoration: none;
	background: #aaaaaa;
}
#main ul.pagination li.current {
	text-decoration: none;
	color: #000000;
}
#main ul.pagination li.current.prev ,
#main ul.pagination li.current.next {
	display: none;
}

#main .item .entry-content a:hover {
	text-decoration: none;
}


/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 660px;
}
.single-attachment #content img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}


/* =Navigation
-------------------------------------------------------------- */

#main .widget.frontpage {
	width: 660px;
	margin-bottom: 25px;
}
#otherside .widget_search {
	position: absolute;
	width: 270px;
	top: 85px;
	right: 5px;
}
#otherside .widget_search h2 {
	display: none !important;
}
#otherside .widget_search label {
	display: none;
}
#otherside .widget_search input[type=text] {
	width: 180px;
}

#side .widget {
	position: relative;
	margin-bottom: 18px;
}
#side .widget h2 {
	background: #bfbfbf url(images/widget-h2-bg.png) no-repeat left top;
	color: #0f0f0f;
	font-size: 160%;
	height: 31px;
	line-height: 31px;
	padding: 2px 10px 0 25px;
}
#side .widget_tag_cloud div {
	padding: 20px 10px 10px 10px;
	line-height: 2em;
}
#side .widget_tag_cloud div a {
	text-decoration: none;
}
#side .widget_tag_cloud div a:hover {
	text-decoration: none;
	background: #bfbfbf;
}
#side .widget_polls-widget ul li {
	font-size: 120%;
	line-height: 1.4em;
}
#side .widget.news .item {
	border-bottom: 1px solid #bfbfbf;
	margin: 5px 0;
}
#side .widget.news > div.item:last-child {
	border-bottom: none;
}
#side .widget h3, 
#side .widget.news .item h3 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.3em;
	padding: 3px 10px 2px 10px;
}
#side .widget.news .item h3 a {
	color: #e34c12;
	text-decoration: none;
}
#side .widget.news .item h3 a:hover {
	text-decoration: underline;
}
#side .widget.news .item p {
	font-size: 120%;
	margin: 0 10px;
	line-height: 1.2em;
}
#side .widget.news .item p a.thumbnail {
	float: left;
	display: inline;
	width: 92px;
	height: 70px;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #bfbfbf;
}
#side .widget.news .item p a.thumbnail img {
	display: block;
	margin: 0 auto;
	max-width: 88px;
	max-height: 66px;
	padding: 2px;
	background: #ffffff;
}
#side .widget.news .item p a.thumbnail:hover, 
#side .widget.news .item p a.thumbnail:hover img {
	background: #bfbfbf;
}
#side .widget.news .item p.more {
	clear: both;
	text-align: right;
	padding: 3px 10px 5px 10px;
}
#side .widget.news .item p.more a {
	padding-left: 18px;
	background: url(images/icons.gif) no-repeat 0px -560px;
} 
#side .widget.news .item p.more a:hover {
	text-decoration: none;
} 
#side .widget.widget-links ul {
	padding: 10px;
}
#side .widget.widget-links ul li {
	font-size: 140%;
	line-height: 1.3em;
}
#side .widget.widget-links ul li a {
	display: block;
	padding-left: 20px;
	background: url(images/icons.gif) no-repeat 0px -560px;
}
#side .widget.widget-links ul li a:hover {
	text-decoration: none;
}

#otherside .widget_breadcrumb_navxt {
	position: absolute;
	left: 0px;
	top: 170px;
	width: 920px;
	height: 25px;
	line-height: 25px;
	background: #ffffff;
	overflow: hidden;
	padding: 0px 20px;
}
#otherside .widget_breadcrumb_navxt a:hover {
	text-decoration: none;
}
#otherside .widget_breadcrumb_navxt h2 {
	display: none;
}

#side #facebook_connection {
	padding-left: 18px;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #e34c12;
	font-weight: normal;
	font-size: 200%;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #fbfbfb;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body {
	font-size: 130%;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
	font-size: 120%;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 120%;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #e34c12;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #e34c12;
}
.reply a:hover,
a.comment-edit-link:hover {
	text-decoration: none;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #bfbfbf;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
#comments .comment-notes {
	font-size: 130%;
}

#commentform {
	
}
#commentform input[type=text] {
	display: block;
	width: 40%;
}




/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #bfbfbf;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	display: none;
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 120%;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color: #e34c12;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


#footer div.lista {
	margin: 10px 0;
	font-size: 120%;
}
#footer div.lista p {
	font-size: 100%;
}
#side .google_adsense {
	background: #ffffff;
}
#side .google_adsense div {
	width: 160px;
	margin: 0 auto;
	padding-top: 10px;
}

.cleaner {
	clear: both !important;
}
.align-center {
	text-align: center;
}

#main .entry-content .half {
	display: inline;
	float: left;
	width: 48%;
}

.single #main .post h2 {
	padding: 15px 10px 5px 10px;
}
.single #main .post h3 {
	padding: 10px 10px 5px 10px;
}
.single #main .post h4 {
	padding: 10px 10px 5px 10px;
}
.single #main .post p {
	text-align: justify;
	padding: 5px 10px;
}

.cform legend {
	color: #e34c12 !important;
}
.cf_info {
	font-size: 140%;
	font-weight: bold;
	color: #e34c12;
}
.linklove {
	display: none !important;
}

#side #text-4.widget_text div.item {
	margin: 5px;
	border: 1px solid #333333;
	padding: 5px;
}
#side #text-4.widget_text div.item a:link, 
#side #text-4.widget_text div.item a:visited {
	text-decoration: underline;
}
#side #text-4.widget_text div.item a:hover, 
#side #text-4.widget_text div.item a:active {
	text-decoration: none;
}
#side #text-4.widget_text div.item h3 {
	font-size: 140%;
	font-weight: normal;
	padding-bottom: 5px;
}
#side #text-4.widget_text div.item ul {
	list-style: disc;
	margin-left: 2em;
}
#side #text-4.widget_text div.item ul li {
	font-weight: normal;
	font-size: 120%;
	line-height: 1.5em;
}
#side #text-4.widget_text div.item p {
	padding: 5px;
	font-size: 120%;
}
#content .cform {
    width: 510px;
}
#content .cform label, #content .cform label span {
    width: 160px;
}
#content #side .cform {
    width: 275px;
}
#content #side .cform label, #content #side .cform label span {
    width: 160px;
}
#content #side .cform label {
    display: block;
    margin: 4px 10px 0 0;
    text-align: left;
    font-size: 12px;
    vertical-align: top;
    width: 200px;
    padding-top: 3px;
}
#content #side .cform label.cf-before{
  display: inline-block;
  width: 180px;
}
#content #side .cform textarea, #content #side .cform input {
    width: 200px;
    font-size: 11px;
}
#content #side .cform input.cf-box-b{
  width:  20px;
  margin-right: 20px;
} 
#content #side .cform legend {
  width: 250px;
}
#content #side .cform ol { 
   margin-left: 30px!important;;
  }
#content #side .cform input.backbutton, #content #side .cform input.resetbutton, #content #side .cform input.sendbutton {
   font-size: 12px;
  }
#content #side .cform .textonly{
  width: 210px;
}
#content #side div.cf_info {
  width: 210px;
  }
  
#main .banner {
	margin-bottom: 20px;
}

#main div.mr_social_sharing {
	padding: 10px 10px 0px 10px !important;
}

#text-8 .textwidget {
	text-align: center;
}
