/*
Theme Name: Vir Fortis
Theme URI: http://xube.info/
Description: Vir Fortis 2010
Author: xube
Version: 0.8
Tags: one-columns
*/


/* 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: 0px auto;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
	color: #CC0000;
	text-shadow: #333 -1px -1px;
}
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;
}
a img { border: none; }



/*
LAYOUT: One COLUMNS
DESCRIPTION: One-column fixed layout with one sidebar
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#scroll {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

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

.one-column #scroll {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #scroll {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, Times New Roman, Helvetica, "Bitstream Charter", serif;
}

h3#comments-title,
h3#reply-title,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: Georgia, Garamond, "Segoe UI", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* navigation */
#lava {
	font-family: Georgia, Arial, Times New Roman;
	font-size:2.5em;
	margin: 0 auto;
	line-height: 50px;
	text-shadow: -1px -1px #000;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */

#main,
#wrapper {margin:0px auto; width: 932px;}




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

/* Main global 'theme' and typographic styles  */
body {
	background: #140000 url(images/bg.jpg) left repeat;
	font-size: 12px;
}

input,
textarea {
	color: #666;
	font-size: 16px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 10px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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-color: #f9f9f9;
	border: 1px solid #ccc;
}
a {	color: #cc0000;
	text-decoration:none;}

a:link {color:#cc0000;}
a:visited {
	color:#990000;
}

a:active,
a:hover {color: #FF4B33;}

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



/* =Header
-------------------------------------------------------------- */

#top {
	width: 100%;
	height: 190px;
	background: url(images/logo.jpg) top no-repeat;
	margin: 0px auto;
	border: none;
	text-align: left;
	position:absolute;
	z-index: 1;
}

#top_obsah {
	width: 932px;
	height: 190px;	
	margin: 0px auto;
	border: none;
	text-align: left;
	position:relative;
}

#top #searchico { float:left; margin: 110px 0 0 0;}
#top #searchbox { position: absolute; margin-left: 30px; margin-top: -40px; padding: 0; background: url('images/searchbox.png') no-repeat; width: 198px; height: 44px; display:none; }
#top input#s{ background: transparent; border: none; padding: 10px 10px 0 0; font-family: Georgia, serif; font-style: italic; font-size: 16px; line-height:26px; color: #717171; height: 26px; float: right; text-align: right; }

#top #zastava { float:right; margin-right: 0px;}
#top #zastava img { margin-right: 250px; margin-top: -80px;}
/* #top #zastava img:hover {margin-top: 0px;} */
#top #zastava span {
	font-family:"Old English Text MT", Georgia, "Segoe UI", "Lucida Sans Unicode";
	font-size: 30px;
	color:#FFCC99;
	text-shadow: #333 -1px -1px;
	float:right;
	right: 50px;
	top: 50px;
	position:absolute;
}

#top #zastava ul { list-style:none; float:right; margin: 0px; padding:0px;}
#top #zastava li { display:inline;}
#top #sipka {height: 30px;} /* For IE */

#top .logo {
	margin: 10px 0 0 80px;
}


/* =Menu
-------------------------------------------------------------- */
#opasok {
	background: url(images/navigation_bg.png) top repeat-x;
	width: 100%;
	height: 78px;
	margin-top: 180px;
	border: none;
	position:absolute;
	z-index: 20;
	}
	
	/* SOCIAL */

ul.social{
	padding: 0px; /* UL - treba zrusit odsadenie */
	width: 850px;
	height: auto;
	margin-top: 160px;	
	list-style:none;
	display:block;
	position:absolute;
	z-index: 10;
}
	ul.social li {display:inline; height: 64px; width:67px; margin: 0px 5px 0 0; float:right;}
	img.ico:hover {margin-top: -25px; position:relative;}

/* Efekty na navigacii */

#lava {
	/* you must set it to relative, so that you can use absolute position for children elements */
	position: relative;
	margin: 0px auto;
	margin-top: 190px;
	width:923px; 
	height:50px;
	float:left;
}
	
	#lava ul {
		/* remove the list style and spaces*/
		margin:0px auto; 
		padding:0px; 
		width:923px;
		list-style:none; 
		display:inline;
		float:left; /* treba zadat zarovnanie FF */
				
		/* position absolute so that z-index can be defined */
		position:relative; 
		
		/* center the menu, depend on the width of you menu*/
		/* left:110px; */
		top:0; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#lava ul li {
		
		/* give some spaces between the list items */
		margin:0 15px; 
		
		/* display the list item in single row */
		float:left;
	}
	
	#lava ul li.kontakt {
	 margin-left: 150px; 
	}
	#lava #box {
		
		/* position absolute so that z-index can be defined and able to move this item using javascript */
		position:absolute; 
		left:0; 
		top:48px; 
		
		/* should be lower than the list menu */
		z-index:200; 

		/* image of the right rounded corner */
		background: url(images/vyber.png) top no-repeat;  
		height:50px;
		
		/* add padding 8px so that the tail would appear */
		padding-right:8px;
		
		/* self-adjust negative margin to make sure the box display in the center of the item */
		margin-left:-10px;
	}
	
	#lava #box .head {
		/* image of the left rounded corner */
		background: none; /* bez pozadia! Nechceme dvojite */
		height:50px;

		/* self-adjust left padding to make sure the box display in the center of the item */
		padding-left:10px;
	}
	
#lava .menu-header,
div.menu {
	margin-left: 12px;
}
#lava .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#lava .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#lava a {
	color: #FFCC99; 
	-webkit-transition: color 0.5s ease-in; 
	-moz-transition: color 0.5s ease-in; 
	-o-transition: color 0.5s ease-in; 
	-ms-transition: color 0.5s ease-in; 
	display:block;
	text-decoration:none;
	line-height:38px;
}
#lava ul ul {
	font-family: Georgia, Garamond, "Segoe UI", sans-serif;
	font-weight:bold;
	font-size: 22px;
	width: auto;
	min-width: 600px;
	height: 44px;
	background: url(images/nadpis_bg.png) repeat-x top left;
	display:none;
	list-style: none;
	position:absolute;
	top:-45px;
	left:0;
	float:left;
	z-index: 99999;
}
#lava ul ul li {
	display:inline;
	list-style: none;
}
#lava ul ul ul {
	left:100%;
	top:0;
}
#lava ul ul a {
	line-height: 44px;
	display:inline;
}
#lava li:hover > a,
#lava ul ul :hover > a {
	color:#FF0000;
}
#lava ul li:hover > ul {
	display:block;
}
#lava ul li.current_page_item > a,
#lava ul li.current-menu-ancestor > a,
#lava ul li.current-menu-item > a,
#lava ul li.current-menu-parent > a {
	color:#FF0000;
}

* html #lava ul li.current_page_item a,
* html #lava ul li.current-menu-ancestor a,
* html #lava ul li.current-menu-item a,
* html #lava ul li.current-menu-parent a,
* html #lava ul li a:hover {
	color:#FF0000;
}
/* END NAVIGATION */



/* =Content
-------------------------------------------------------------- */

#scroll p,
#scroll ul,
#scroll ol,
#scroll dd,
#scroll pre,
#scroll hr {
	margin-bottom:24px;
}
#scroll ul ul,
#scroll ol ol,
#scroll ul ol,
#scroll ol ul {
	margin-bottom:0;
}
#scroll pre,
#scroll kbd,
#scroll tt,
#scroll var {
	font-size: 15px;
	line-height: 21px;
}
#scroll code {
	font-size: 13px;
}
#scroll dt,
#scroll th {
	color: #000;
}
#scroll h1 {
	font-size: 35px;
	color:#ffcc99;
}
#scroll h2  {
	font-size: 35px;
	color:#CC0000;
	margin: 20px 0 10px 0;
}
#scroll h3 {
	font-size: 30px;
	margin: 10px 0 5px 0;
}
#scroll h4 {
	font-size: 20px;
	margin: 20px 0 5px 0;
}
#scroll h5,
#scroll h6 {	
}
#scroll table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#scroll tr th,
#scroll thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#scroll tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#scroll tr.odd td {
	background: #F2F7FC;
}

.entry-title a:link,
.entry-title a:visited {
	color:#ffcc99;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color:#ffcc80;
}

/* OBSAH */
#scroll {
	width: 932px;
	font-size: 145%;
	background: url(images/scroll_bg.jpg) repeat-y 0px 60px;
	margin: 0px auto;
	margin-top: 240px; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left;
	position:absolute;
	z-index: 50;
}

#scroll .entry-content { font-size:16px; color:#333333;}
	#scroll .entry-content p {font-size:16px; color: #400000; font-style: italic; font-weight: bold; text-align:justify;}
	#scroll .entry-content p + p {color:#333333; font-style: normal; font-weight: normal;}

#scroll .entry-summary { font-size:16px; color:#333333; clear:none;}

/* Komplikovane drzadlo */
#drzadlo {
	height: 60px;
	padding: 0px;
	background: url(images/drzadlo_bg.jpg) repeat-x top;
}
/* Drzadla nalavo a napravo */
	#drzadlo .drzadlo_l{width:63px; height:60px; background:url(images/drzadlo_l.png) no-repeat left; margin: -5px 0 0 -63px; float:left;}
		#drzadlo .drzadlo_l_bg{width:48px; height:55px; background: url(images/drzadlo_l_bg.jpg) no-repeat left; float:left;}
	#drzadlo .drzadlo_r{width:63px; height:60px; background:url(images/drzadlo_r.png) no-repeat right; margin: -5px -63px 0 0 ; float:right;}
		#drzadlo .drzadlo_r_bg{width:48px; height:55px; background: url(images/drzadlo_r_bg.jpg) no-repeat left; float:right;}

#obsah {
	width: 830px;
	min-height: 500px;
	padding-left: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.clear {
	width: 932px;
	margin: 0 auto;
	display:block;
	clear:both;
}

#obsah p.prolog {
	margin: 20px 0 0 0;
	font-family: Georgia, Garamond, "Segoe UI", Tahoma, Verdana;
	font-size: 33px;
	line-height: 33px;
	color: #cc6633;
	text-shadow: #333333 -1px -1px;
	font-weight: bold;
	width: 500px;
	float:left;
	clear:none;
}
	#obsah p.prolog strong {color:#cc0000;}
	#obsah .attachment-post-thumbnail { 
	margin: 5px 0 0 0;
	border: outset #FFBB77 5px;
	-webkit-box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	float:left;
	}

#aktuality {margin: 0 0 0 25px; padding:0px; width: 800px; float:left; display:block;}
#aktuality h2 { width: 100%; float: left; font-size:18px; font-weight:700; margin: 10px 0 10px 0; clear:both;}
#aktuality p {color: #663300; font-size: 13px; float: left; text-align: justify; clear:left;}
#aktuality p:first-letter { font-family: Georgia, "Segoe UI", "Lucida Sans Unicode"; font-size: 60px; line-height: 60px; color: #990000; font-weight: 400; float: left; margin: 0 5px 0 0;}
#aktuality ul {list-style:none; margin: 0px; padding: 0px;}
#aktuality li {width: 225px; height: auto; margin: 0 40px 20px 0; padding: 0px; float: left;} /* ROZLISENIE NAHLADU!!! */
#aktuality img {
	float:left;
	margin: 0px;
	padding:0px;
	border: solid #FFBB77 5px;
	-webkit-box-shadow: 1px 1px 2px #000;
	-moz-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
}

#aktuality #aktualita {width: 100%; height:auto; line-height:30px; float: left; background: #000; display: block; margin: -35px 0 0 5px; font-weight: 700; opacity: 0.8; }	/* VYSKA A MARGIN hovoria o priesvitnom bare s titulkou */
#aktuality .aktuality-datum a {
	text-transform: uppercase;
	float: left;
	margin: 0 5px 0 5px;
	font-size: 12px;
	color: #FFF;
}
#aktuality span.aktuality-komentare a {float: right; margin-right: 5px; background: url(images/comments.gif) no-repeat left; padding: 0 0 0 15px;}

/* ODD ELEMENTS 
--------------------------------- */

#nadpis {
	width: 900px;
	height: 52px;
	line-height: 44px;
	background: url(images/nadpis_l.png) left no-repeat; /* nadpis_l.png = 13px x 52px */
	margin: 20px 0 10px -69px;
	float:left;
	}
	
	#nadpis h1, #nadpis h2 {
	width: auto;
	margin: 0;
	color:#ffcc99;
	font-size:24px;
	padding-left: 70px;
	font-weight: 700;
	background:url(images/nadpis_bg.png) top repeat-x;
	}
	
	#nadpis_r {
	width: 27px;
	height: 44px;
	background:url(images/nadpis_r.jpg) right no-repeat;
	float: right;
	}

#autor {
	clear:both;
	width: 40%;
	float:right;
	font-size: 16px;
	margin-bottom: 30px;
	}
	
	#autor h2 {
	width: auto;
	height:44px;
	line-height: 44px;
	color: #FFCC99;
	font-size: 20px;
	font-weight:700;
	margin: 55px 0px 10px 0;
	padding: 0 0 0 10px;
	background: url(images/nadpis_bg.png) repeat-x left;
	}
	
	#autor #entry-author-info {
	float:right;
	}

	#autor #author-avatar img { padding: 0; margin:0 10px 0 0; float: left; border: solid #666666 1px;}
	
#novinky {
	width: 280px;
	min-height: 300px;
	height: auto;
	float:right;
	font-size: 0.9em;
	display:block;
	background: url(images/bg-novinky.jpg) bottom no-repeat;
	}
	
	#novinky h2 {
	width: auto;
	height:44px;
	line-height: 44px;
	color: #FFCC99;
	font-size: 1.3em;
	font-weight:700;
	margin: 5px 0px 10px 0;
	padding: 0 0 0 10px;
	background: url(images/nadpis_bg.png) repeat-x left;
	}
	
	#novinky li {
	list-style:none;
	}

	#novinky li.viac {
	margin: 13px 0 0 0;
	float: right;
	}
	
	#novinky span {
	width: 280px;
	font-weight:bold;
	height: auto;
	font-size: 1em;
	line-height: 1.8em;
	border-bottom: dotted #996600 1px;
	text-align:right;
	float:right;
	}
	#novinky span abbr {
	border: none;
	float:left;
	}

/* Asides
-------------------------------------------------------------- */
/*
.home #scroll .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #scroll .category-asides .entry-content {
	padding-top: 0;
}

/* 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 #scroll .category-gallery .entry-content p {
	display: inline;
}
.home #scroll .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



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

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



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

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
	text-decoration: none;
}
.navigation a:link,
.navigation a:visited {
	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-above {
	width: 500px;
	float: left;
	font-size: 18px;
	margin: 10px 0 0 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	font-size: 18px;
	margin: 18px 0 0 0;
	clear:both;
}



/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 25px 0;
	padding: 0 0 0 50px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote {
	margin: 0 25px 5px 0;
	border: dotted #990000 1px;
	background-color:#CCCCCC;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {

}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.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 .oddcolor {
background-color: #DBDBDB;
}


/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	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: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars 
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}



/* =Footer
-------------------------------------------------------------- */

#footer {
	width: 800px;
	height: 159px;
	margin: 50px 0 0 40px;
	padding: 0 10px;
	background: transparent url(images/footer_bg.jpg) right bottom no-repeat;
	bottom: 0px;
	right: 50px;
	position:relative;
}
#footer p {
	margin: 100px 0 0 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#lava,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	
	#lava,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#scroll,
	.one-column #scroll {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/* Galeria */
.entry-content li.pagenav {list-style: none;}
.entry-content li.page_item {list-style: none; float: left; padding: 0px 8px; border-right: 1px solid;}

