/*
Theme Name: Pal-W-2012-2
Theme URI: http://example.com/
Description: Example Description
Version: 1.0
Author: Punc00
Author URI: http://example.com/mytheme/
Tags: example, tags, here
*/


.alignleft {	float:left; }
.alignright { float: right }
.aligncenter,  div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, div.alignleft {
	margin: 8px 10px 5px 0;
}
img.alignright, div.alignright {
	margin: 8px 0 5px 10px;
}
.sticky {}
.bypostauthor {}

#wrapper {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	width:975px;
}

#container {
	width: auto;
	margin-left: auto;
	margin-right: auto;
        margin-top: 20px;
	text-align: left; /* resetting the "text-align: center" of "div#wrapper" */
}
.col {
	display:table-cell;
	vertical-align: top;
	box-sizing: border-box; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box; /* Firefox. Check 4 and 3.x */
}
.table {
	display:table;
	border-collapse: separate;
	/*table-layout:fixed;*/ /* Issues in IE. Enough to set only the parent #layout. */
	border-spacing: 0px;
	box-sizing: border-box !important; /* IE8+, Opera7+? */
	-webkit-box-sizing: border-box !important; /* Chrome & Safari. Needed? Issues? */
	-moz-box-sizing: border-box !important; /* Firefox. Check 4 and 3.x */
	/* width:100%; */ /* removed since 1.0: Enough to set parent #layout? */
}
.row {
	display: table-row;
}


/*-------------------- LAYOUT  -----*/
	
#layout {
	font-size: 100%;
	width: 100%;
	table-layout: fixed;
}



/* layout column widths controlled by "COL" items, not by "TD" items */
.col-left { width: 360px} 
.col-left-left { width: 200px}
.col-left-right { width: 160px}
.col-center {width: 100%} 
.col-right { width: 455px} 
.col-right-left { width: 185px}
.col-right-right { width: 270px}

/* Horiz. Menus  */

ul.nav, ul.nav2 {
	float: left; 
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav a, ul.nav2 a {
	display: block; 
	width: auto; 
	text-decoration: none; 
}

ul.nav li, ul.nav2 li { 
	float: left; 
	padding: 0; 
	width: auto; 
}

ul.nav ul li, ul.nav2 ul li { 
	width: 100%; 
	float: none; 
}


ul.nav ul, ul.nav2 ul {
	position: absolute;
		left: -999em;
		height: auto;
	list-style: none;
	margin: 0; 
	padding: 0;
}

ul.nav li:hover ul ul, ul.nav li:hover ul ul ul, 
ul.nav li.sfhover ul ul, ul.nav li.sfhover ul ul ul,
ul.nav2 li:hover ul ul, ul.nav2 li:hover ul ul ul, 
ul.nav2 li.sfhover ul ul, ul.nav2 li.sfhover ul ul ul {
	left: -999em;
}

ul.nav li:hover ul, ul.nav li li:hover ul, ul.nav li li li:hover ul, 
ul.nav li.sfhover ul, ul.nav li li.sfhover ul, ul.nav li li li.sfhover ul,
ul.nav2 li:hover ul, ul.nav2 li li:hover ul, ul.nav2 li li li:hover ul, 
ul.nav2 li.sfhover ul, ul.nav2 li li.sfhover ul, ul.nav2 li li li.sfhover ul {
	left: auto;
	z-index: 100000; /* Since RC2b */
}

ul.nav, ul.nav2 { 
	line-height: 33px; 
}

ul.nav ul a, ul.nav2 ul a { 
	width: 150px; 
}

ul.nav a, ul.nav2 a { 
	padding-left: 10px; 
	padding-right: 10px; 
}

ul.nav ul ul, ul.nav2 ul ul { 
	/* margin-left same as ul.nav ul a, ul.nav2 ul a width since box-sizing:border-box TF 1.1.1 */
	margin-left: 150px; 
	margin-top: -33px; 
}

body .col-left {
	width: 360px;
}

body .col-right {
	width: 455px;
}

.home .col-left {
	width: 200px;
}

.home .col-right {
	width: 455px;
}

.single .col-left {
	width: 360px;
}

.single .col-right {
	width: 455px;
}

.page .col-left {
	width: 200px;
}

.page .col-right {
	width: 455px;
}

body {
	font-size: 13px;
	line-height: 19px;
	color: #6699cc;
	background: #0d3c72;
	font-family: arial,helvetica,sans-serif;
}

body a {
	color: #2076a8;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
	color: #42bfe1;
}

#td-header {
	padding-bottom: 0px;
}

h1#sitetitle {
	font-size: 36px;
	line-height: 36px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 483px;
}

h1#sitetitle a {
	text-decoration: none;
	color: #556fad;
}

p#tagline {
	font-size: 16px;
	letter-spacing: 1px;
	color: #4f4f4f;
	margin-top: 5px;
	margin-bottom: 17px;
	width: 500px;
}

.headerimage {
	clear: both;
	background: #ababab;
	width: auto;
	height: 150px;
}

.searchform {
	float: right;
	padding: 5px;
}

.searchform form input.searchbutton {
	color: #8a8a8a;
	overflow: hidden;
	text-align: center;
	border: 1px solid #d1d1d1;
	margin-left: 5px;
	padding: 4px 8px 4px 7px;
	background: #ebebeb;
	width: 75px;
}

a.rsscommentslink {
	float: right;
	margin-top: 5px;
	margin-right: 8px;
	padding-left: 21px;
	background: transparent url("images/comments.png") no-repeat scroll 0px 3px;
}

a.rsslink {
	float: right;
	margin-top: 5px;
	margin-right: 24px;
	padding-left: 21px;
	background: transparent url("images/feed.png") no-repeat scroll 0px 2px;
}

a.facebooklink {
	float: right;
}

a.twitterlink {
	float: right;
}

a.feedburnerlink {
	float: right;
}

#container {
	position: relative;
}

#td-left {
}

#td-right {
}

#td-left2 {
	padding-right: 10px;
}

#td-right2 {
	padding-left: 10px;
}

#div-right2 {
	width: 185px;
}

.widget {
	color: #688cd4;
	margin-bottom: 10px;
	padding: 6px 10px 10px 10px;
}

.widget h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 4px;
	background: transparent url("images/palw-widget-header-s1.gif") no-repeat scroll left bottom;
}

.widget ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.widget ul ul {
}

.post {
	margin-bottom: 20px;
	padding-top: 13px;
	padding-bottom: 20px;
	padding-left: 6px;
	background: transparent url("images/palw-post-back.gif") no-repeat scroll left top;
}

.breadcrumbs {
	clear: both;
	color: #7a7a7a;
	padding: 7px;
	background: #f5f5f5;
}

.multinav .older {
	float: left;
}

.multinav .newer {
	float: right;
}

.singlenav .older {
	float: left;
}

.singlenav .newer {
	float: right;
}

.hormenu {
	clear: both;
	background: #b8d5e6;
}

ul.nav li a {
	color: #2b678f;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	background: #b8d5e6;
	width: auto;
}

ul.nav li a:hover, ul.nav li.current_page_item a, ul.nav li.current-cat a {
	background: #488ab5;
	color: #f7f7f7;
}

.hormenu2 {
	clear: both;
	background: #171717;
}

ul.nav2 li a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 33px;
	padding-right: 10px;
	padding-left: 10px;
	background: #171717;
	width: auto;
}

ul.nav2 li a:hover, ul.nav2 li.current_page_item a, ul.nav2 li.current-cat a {
	background: transparent url("images/menu-hover.gif") repeat-x scroll 50% 50%;
	color: #e5a352;
}

ul.commentlist {
	margin-left: 0px;
	padding-left: 0px;
}

span.comment-author-name {
	font-size: 15px;
}

img.avatar {
	float: left;
	border: 3px solid #dddddd;
	margin-right: 10px;
	margin-bottom: 5px;
}

#div-footer {
	text-align: center;
	color: #000000;
	margin-top: 10px;
	padding: 25px;
	background: transparent;
}

#div-footer a {
	color: #000000;
}

blockquote {
	color: #777777;
	border-left: 5px solid #dddddd;
	margin: 15px 30px 0px 10px;
	padding-left: 20px;
}

h1 {
	font-weight: bold;
	font-size: 25px;
	color: #ffffff;
	margin-bottom: 10px;
}

text {
	sidebarsleft: ;
	sidebarsright: ;
}

h2 {
	font-size: 21px;
	color: #ffffff;
	margin-bottom: 9px;
}

h3 {
	font-size: 17px;
	color: #ffffff;
	margin-bottom: 8px;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 7px;
}

h5 {
	font-size: 11px;
	margin-bottom: 5px;
}

h6 {
	font-size: 10px;
	margin-bottom: 4px;
}

body p {
	margin-bottom: 10px;
	font-family: arial,helvetica,sans-serif;
}

.post-headline h2 {
	color: #ffffff;
}

.post-headline h2 a {
	color: #ffffff;
}

.post-headline h2 a:visited {
	color: #ffffff;
}


.post-byline {
	color: #8f8f8f;
	font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.post-footer {
	color: #8f8f8f;
	font-size: 12px;
	letter-spacing: 1px;
}

.multinav {
	border-bottom: 2px solid #f2f2f2;
	margin-bottom: 18px;
	padding-top: 5px;
	padding-bottom: 12px;
}

#multinav2 {
	border-bottom: 0px none #fafafa;
	margin-bottom: 0px;
}

.post ol {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

lists {
	sidebarsleft: ;
	sidebarsright: ;
}

.post ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

.post ul ul {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 25px;
}

.post ul ul ul {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 2px;
	margin-bottom: 3px;
	margin-left: 25px;
}

.post ul li {
	margin-bottom: 2px;
}

h3.pagetitle {
	font-weight: normal;
	font-size: 13px;
	color: #737373;
	letter-spacing: 2px;
	margin-top: 0px;
	padding: 5px 5px 5px 7px;
	background: #f0f0f0;
}

.commentnav {
	margin-bottom: 21px;
}

comments {
	sidebarsleft: ;
	sidebarsright: ;
}

#commentnav2 {
	margin-top: 11px;
	margin-bottom: 28px;
}

#cancel-comment-reply {
	margin-bottom: 10px;
}

ul.commentlist li .comment-container {
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 11px;
	padding-bottom: 5px;
}

.single .singlenav {
	border-bottom: 3px solid #ededed;
	margin-top: 7px;
	margin-bottom: 18px;
	padding-bottom: 8px;
}

.single #singlenav2 {
	border-top: 3px solid #ededed;
	border-bottom: 0px none #f5f5f5;
	margin-top: 18px;
	padding-top: 13px;
}

.page .post {
	border-bottom: 0px solid #f5f5f5;
	padding-top: 10px;
}

ul.nav {
	float: left;
	list-style-type: none;
	line-height: 33px;
	background: #b8d5e6;
}

.home .breadcrumbs {
	padding-left: 8px;
}

.home .searchform form input.searchfield {
	line-height: 18px;
	background: ;
}

.searchform form input.searchfield {
	border: 1px solid #d6d6d6;
	padding: 4px;
	width: 187px;
}

#widgetarea5 .td1 {
	padding-right: 6px;
}

#widgetarea5 .td2 {
	padding-right: 6px;
}

#widgetarea5 .td3 {
	padding-right: 6px;
}

#widgetarea5 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td1 {
	padding-right: 6px;
}

#widgetarea6 .td2 {
	padding-right: 6px;
}

#widgetarea6 .td3 {
	padding-right: 6px;
}

#widgetarea6 .td4 {
	padding-right: 6px;
}

#widgetarea6 .td5 {
	padding-right: 6px;
}

#widgetarea4 .td1 {
	padding-right: 6px;
}

#widgetarea4 .td2 {
	padding-right: 6px;
}

#widgetarea4 .td3 {
	padding-right: 6px;
}

#widgetarea3 .td1 {
	padding-right: 6px;
}

#widgetarea3 .td2 {
	padding-right: 6px;
}

#widgetarea2-2 .td1 {
	padding-right: 6px;
}

#widgetarea2 .td1 {
	padding-right: 6px;
}

#div-center {
}

p.wp-caption-text {
	color: #636363;
	font-size: 11px;
	font-style: italic;
}

.post table td {
	border-right: 1px solid #42bfe1;
	border-bottom: 1px solid #42bfe1;
	padding: 5px 8px;
}

.post table caption {
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px;
	background: #42bfe1;
}

.post table th {
	color: #ffffff;
	font-weight: normal;
	padding: 6px 8px 6px 9px;
	background: #0d3c72;
}

.post table tr.even td {
	background: #e3e3e3;
}

.post table {
	border-left: 1px solid #42bfe1;
}

.widget ul li {
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 5px;
}

img.postthumb {
	margin-top: 0px;
	margin-right: 15px;
	padding: 2px;
	background: #42bfe1;
}

.post-headline h2 {
	color: #ffffff;
	margin-bottom: 3px;
}

.widget ul li li {
	padding-left: 15px;
	background: transparent url("images/arrow-skyblue.png") no-repeat scroll 3px 7px;
}

h1#sitetitle a:hover {
	color: #688cd4;
}

ul.nav li {
	float: left;
	background: ;
	width: auto;
}

ul.nav ul li {
	float: none;
	background: ;
	width: 100%;
}

ul.nav ul li a {
	background: ;
	width: 150px;
}

ul.nav ul ul {
	margin-top: -33px;
	margin-left: 170px;
	background: ;
}

ul.nav2 {
	line-height: 33px;
	float: left;
	list-style-type: none;
	background: ;
}

ul.nav2 li {
	float: left;
	background: ;
	width: auto;
}

ul.nav2 ul li {
	float: none;
	background: ;
	width: 100%;
}

ul.nav2 ul li a {
	background: ;
	width: 150px;
}

ul.nav2 ul ul {
	margin-top: -33px;
	margin-left: 170px;
	background: ;
}

.page .post-headline h2 {
	margin-bottom: 15px;
	background: ;
}

.home .searchform form input.searchbutton {
	line-height: 18px;
	background: ;
}

#td-left1 {
	padding-right: 10px;
}

#td-left3 {
	padding-right: 10px;
}

#td-right1 {
	padding-left: 10px;
}

#td-right3 {
	padding-left: 10px;
}

#header-bg {
	background: transparent url("images/palw-header.jpg") repeat-x scroll left top;
	height: 100px;
}

#main-bg {
	color: #6699cc;
	background: #0D3C72;
}

#secondary-one {
	border: 1px solid #155299;
	background: #072d58;
	width: 185px;
}

.post-headline h2 a {
	color: #ffffff !important;
}

#header3-bg {
	border-bottom: 1px solid #3d638e;
	margin-bottom: 20px;
	padding: 6px;
	background: #171717;
	width: 100%;
	height: 46px;
}

#secondary-two {
	width: 275px;
}

#footer-bg {
	background: transparent url("images/palw-footer.jpg") repeat-x scroll left top;
}

img#palw-logopng {
        float: left;
        margin-left: -12px;
        border: 0px;
        padding: 0px !important;
}

img#palw-logo-2png {
	overflow: visible;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: -65px;
	padding: 0px !important;
	top: auto;
	bottom: auto;
	left: auto;
        z-index: 10000;
        border: 0px;
}

.widget ul li a {
	color: #90b0d2;
}

.widget ul li a:hover, .widget ul li.current_page_item a, .widget ul li.current-cat a {
	color: #42bfe1;
}

body a:visited {
	color: #90b0d2;
}

p img {
	padding: 2px;
	background: #42bfe1;
}

#div-right2 {
	border: 1px solid #155299;
	background: #072d58;
}

#div-header {
	background: transparent;
}

#fullheader {
	text-align: center; 
	background: transparent url("http://pal-w.cz/wp-content/themes/palw20122/images/palw-header.jpg") repeat-x scroll left top;
	clear: both;
        position: relative;
        padding-bottom: 0px;
        padding-top: 0px;
        margin-bottom: 0px;height: 100px;
        
}

.wrapper {
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	width:975px;
}

#menuwrapper {
	position: relative;
}


#fullmenu {
	background: #171717;
        clear: both;
        height: 43px;
        margin-top: 0px;
        margin-bottom: 0px;
}

#fullfooter { 
background: url("http://pal-w.cz/wp-content/themes/palw20122/images/palw-footer.jpg") repeat-x scroll left top;");
padding-top: 0px;
 }

.page {
	margin: 0px;
}

.single {
	margin: 0px;
}

.index {
	margin: 0px;
}

.home {
	margin: 0px;
}

.hormenu2 {
	padding-top: 5px;
}

div#jazyky {
        position: relative;
}

#qtranslate-chooser {
        box-sizing: content-box !important;
	position: relative;
        margin: -7px 0 0 0 !important;
        left: 5%;
	top: -15px;
}

#qtranslate-chooser li {
	float:left;
	padding-right: 10px;
        display: block !important;
	list-style-type: none !important;
}

div.ngg-album {
	border: 1px solid #90B0D2 !important;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -69px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 69px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

.ngg-gallery-thumbnail img:hover {
	background-color: #E5A352 !important;
}

.ngg-thumbnail img:hover {
	background-color: #E5A352 !important;
}


/* Clearfix fixes some floating issues */
.row:after , .lw:after , .clearfix:after 	{
  	content: "."; 
  	display: block; 
  	height: 0; 
	/* next 2 avoid margin at body bottom */
	line-height: 0;
	font-size: 0;
  	clear: both; 
  	visibility: hidden;
	}
	
.row, .lw, .clearfix {
	min-width: 0;		/* trigger hasLayout for IE7 */
	display: inline-block;
	/* \*/	display: block;	/* Hide from IE Mac */
	}
	
* html .clearfix, * html .row, * html .lw {
	/* \*/  height: 1%;	/* Hide from IE Mac */ 
	}
