/*  
Theme Name: Livefoto
Theme URI: http://livefoto.cz
Description: Livefoto šablona
Version: 1.0
Author: Web-grafika.cz
Author URI: http://www.web-grafika.cz/

/* HTML Prvky */

* {
	margin:0;
	padding:0;
	}

body,html {
	min-height:101%;
	}
	
body {
	color: #545454;
	padding: 20px 0 25px 0;
	background: #666c62;
		}

body, select, input, textarea {
  font-family: Tahoma, Verdana, Arial, serif;
	}
	
p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #BC3E86;
	text-decoration:none;
	font-weight: normal;
	}

a:hover, a:active {
	color: #fff;
	background: #f262b4;
	border: 0;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	padding:3px 6px;
	}

		

/* Structure */

#page {
	width:920px;
	overflow: hidden;
	margin:0 auto;
	font-size:0.7em;
	background: #fff url(images/mainbg.jpg) repeat-y;
	padding: 10px 25px 35px 25px;
	}

#header {
	width:950px;
	height: 95px;
	background: url(images/headerbg.jpg) no-repeat;
  margin: -10px 0 0 -25px;
  padding: 12px 0 0 25px;	
}

h1 {
  padding: 0;
  margin: 0;
}

h1 #branding {
	display: block;
  width:300px;
  height: 79px;
	background: url(images/livefoto-logo.jpg) no-repeat;
	text-decoration: none;
		}

#branding span {
	display: none;
	}

.left {
	float:left;
	}

.right {
	float:right;
	}


		
/*Subnav */

.subnav li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}

.subnav li a:link, .subnav li a:visited {
	display:block;
	padding:4px 4px 4px 8px;
	border-left:4px solid #e4efd5;
	}
		
.subnav li a:hover, .subnav li a:active {
	background:#e4efd5;
	text-decoration:none;
	color: #7da939;
	}

.subnav li li a:link, .subnav li li a:visited {
	border-left:none
	}
		
	 
	
	
/*	Headers */

h3#respond {
	border-top:1px dotted #b6b6b6;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font-size:1.6em;
	margin-bottom:6px;
	}
	
	
	
/* Content */
.feature {
	background:#f2f2f2;
	padding:15px;
	border-bottom:1px dashed #BC3E86;
	border-top:1px dashed #BC3E86;
	margin-bottom: 50px;
	}

.feature h2, .feature h2 a {
font-size: 18px;
color: #5e5e5e;
border: 0;
}

.feature h2 a:hover {
text-decoration: none;
color: #cd4b95;
background: none;
}
	
.feature p, #rightcol p {
	margin:0;
	}

.feature img, #rightcol img {
	padding:1px;
	border:1px solid #000;
	}
			

#lead {
	margin-top:22px;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:115%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	display:block;
	padding-bottom:7px;
	text-transform: none;
	}

#leftcol .feature {
	margin-bottom: 5px;
	border-bottom:none
	}

#rightcol img {
	float:left;
	margin:3px 10px 4px 0;
	}

#leftcol img {
	margin-bottom: 4px;
	display:block
	}
	
#rightcol .clearfloat {
	border-bottom:1px dashed #b6b6b6;
	padding:12px 0;
	}	

#sidelist li {
	list-style:none
	}
	
.bullets li {
	list-style:none;
	border-bottom:1px solid #FFF;
	}
	
#sidelist .bullets li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}

#sidelist .children {
	background:#e4efd5;
	}
	
#sidelist .children li {
	list-style: square;
	margin-left:28px;
	border-bottom:1px solid #e4efd5;
	}
	
#sidelist .children li a, #sidelist .children li a:visited {
	padding:2px 2px 2px 0px;
	border:0;
	background:#e4efd5;
	color: #818d6f;
	}

#sidelist .children li a:hover, #sidelist .children li a:active	{				
	color:#465d23
	}

.postmetadata {
	margin: 30px 0;
	}

#writer {
	margin:25px 0 15px 0;
	padding:12px;
	}

#writer img {
	padding:1px;
	border:1px solid #7da939;
	float:left;
	width:80px;
	}

#writer span {
	display:block;
	padding-top:4px;
	border-top:1px solid #cbd8b4;
	margin-top:12px;
	}

#writer p {
	margin:0;
	width:482px;
	}	

.entry {
	padding-bottom:28px;
	}


/*Post Formatting*/

.picleft {
	float:left;
	margin:3px 14px 10px 0;
	border:7px solid #f2f2f2;
	}

.picright {
	float:right;
	margin:3px 0 10px 14px;
	border:7px solid #f2f2f2;
	}	

.post blockquote {
	color:#76767a;
	background:#f2f2f2;
	padding:6px 14px;
	margin:18px 35px;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	}	

.post ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:42px;
	}

.post ol li {
	margin-bottom:5px;
	line-height:115%;
	margin-left:48px;
	}
	
#tags {
	padding:3px;
	border-bottom:1px solid #DDD;
	border-top:1px solid #DDD;
	}	
				

/* Form Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:16px 5px 0 40px; 
  background: url(images/arrow.jpg) no-repeat left 16px;
	}

#searchform input#s {
background: #ebeceb;
border: 0;
height: 20px;
width: 120px;
padding-left: 5px;
}

#searchform input.button {
	background: url(images/search.jpg) no-repeat;
	width: 30px;
	height: 20px;
	border:none;
	position: relative;
	top: 3px;
	left: 5px;
	}


#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	margin-top:5px;
	}



/* Comments*/

.commentlist {
	margin-left: -20px;
	}
	
.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 15px 10px 15px;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Float Properties*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	


/* Footer*/

#footer {
	margin: 0 auto;
	width: 920px;
	height: 49px;
	font-size:0.7em;
	padding-top:15px;
	color:#000000;
	background: url(images/footerbg.jpg) no-repeat;
	text-align: right;
	padding: 50px 50px 0 0;
	}

#footer a {
	color:#777777;
	}
	
#leadslide {
float: left;
margin-right: 10px;
height: 100%;
}

#leadcontent {
width: 190px;
float: right;
}

#contentcolumn{
margin: 30px 245px 0 245px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 210px; /*Width of left column in pixel*/
margin-left: -925px; /*Set margin to that of -(MainContainerWidth)*/
padding: 30px 15px 0 15px;
}

#rightcolumn{
float: left;
width: 210px; /*Width of right column*/
margin-left: -240px; /*Set left margin to -(RightColumnWidth)*/
padding: 30px 15px 0 15px;
}


#contentwrapper{
float: left;
width: 100%;
}

.widget {
background: #cd4b95;
margin-bottom: 20px;
padding-bottom: 50px;
border: 1px solid #e5a0c7;
}

.widget ul {
list-style-type: none;
}

.widget ul li {
display: block;
background: url(images/arrow.jpg) no-repeat left 50%;
min-height: 26px;
_height: 26px;
line-height: 22px;
border-bottom: 1px solid #e5a0c7;
}

.widget ul li a:link, .widget ul li a:visited {
display: block;
background: url(images/arrow.jpg) no-repeat no-repeat left 50%;
min-height: 26px;
_height: 26px;
line-height: 22px;
padding-left: 35px;
color: #fff;
text-decoration: none;
border: 0;
}

.widget ul li a:hover {
background: #bc3e86 url(images/arrow-hover.jpg) no-repeat left 50%;
color: #fff;
text-decoration: none;
}


.widget h3 {
display: block;
background: #bc3e86;
color: #fff;
text-transform: uppercase;
font-size: 10px;
padding: 8px 0 8px 20px;
font-weight: normal;
letter-spacing: 2px;
font-weight: 600;
border-bottom: 1px solid #e5a0c7;
}

.lesspadding {
padding-bottom: 20px;
}

.rightalign {
text-align: right;
float: right;
}

.pink {
font-family: georgia, serif;
font-size: 14px;
text-transform: lowercase;
color: #CD4B95;
}

h2.announce  {
display: block;
padding-bottom: 5px;
border-bottom: 1px solid #cd4b95;
color: #cd4b95;
letter-spacing: 2px;
font-weight: 600;
font-size: 13px;
margin-bottom: 20px;
text-transform: uppercase;
}

.downer {
margin-top: 30px;
}

h3.newsarticle a:link, h3.newsarticle a:visited, {
display: block;
font-size: 14px;
padding: 5px;
width: 420px;
border: 0;
font-weight: 600;
color: #BC3E86;
border-bottom: 0;
}

#contentcolumn h3 {
margin: 25px 0 10px 0; 
color: #BC3E86;
}

h3.newsarticle a:hover {
color: #fff;
}

.date {
color: #555555;
margin: 7px 0 -5px 0;
}

.date a {
color: #555555;
}

img, a:link img, a:visited img {
	border:0;
	}
	
table td {
border-bottom: 1px dotted #fdb0dc;
padding-left: 20px;
height: 25px;
line-height: 25px;
}

table td.center {
padding-left: 0px;
text-align: center;
border-left: 1px dotted #fdb0dc;
border-right: 1px dotted #fdb0dc;
width: 30px;
color: #CD4B95;
}

table {
width: 400px;
border-left: 1px dotted #fdb0dc;
border-right: 1px dotted #fdb0dc;
border-top: 1px dotted #fdb0dc;
}

.first-td {
width: 130px;
color: #BC3E86;
}

.price {
border-left: 1px dotted #fdb0dc;
font-size: 11px;
color: #CD4B95;
width: 75px;
}

.perso {
border-left: 1px dotted #fdb0dc;
color: #CD4B95;
width: 175px;
}

.topmargin {
margin-top: 30px;
}

.obtekanzleva {
float: left;
}

.widget label {
display: block;
color: #fff;
height: 15px;
padding-bottom: 8px;
padding-left: 15px;
}

.widget label input {
width: 120px;
border: 0;
height: 20px;
background: #EBECEB;
margin-right: 20px;
float: right;
margin-top: -15px;
}

.widget label input#rememberme {
width: 20px;
height: 1em;
background: #CD4B95;
}

.widget label#remember {
display: inline;
color: #fff;
}

.button {
border: 0;
background: #CD4B95 url(images/arrow.jpg) no-repeat left center;
color: #fff;
height: 20px;
width: 80px;
padding-left: 35px;
}

hr { 
background: #CD4B95;
color: #CD4B95;
border-color: #CD4B95;
}

.ngg-widget {
position: relative;
left: 3px;
}

.newsarticle {
clear: both;
}

.entry {
margin-bottom: 30px;
}

.date {
clear: both;
}

#searchpage h3 {
display: block;
background: #bc3e86;
color: #fff;
text-transform: uppercase;
font-size: 10px;
padding: 8px 0 8px 20px;
font-weight: normal;
letter-spacing: 2px;
font-weight: 600;
border-bottom: 1px solid #e5a0c7;
margin-top: 0px;
}

#searchpage input#s {
width: 300px;
}

#searchpage p {
color: #fff;
text-indent: 20px;
}


#slideshow {
	margin:0 auto;
	width: 200px;
	padding: 5px 0;
    height: 350px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width: 200px;
  height: 350px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width: 200px;
  height: 350px;
}

/** 
 * Slideshow controls style rules.
 */

.control {
  display: none;
  width: 0px;
  height: 0px;
  position:absolute;
  bottom: 0;
}

#leftControl {
  display: none;
  top:0;
  left:0;
}
#rightControl {
  display: none;
  top:0;
  right:0;
}

/** 
 * Style rules for Demo page
 */
.slide img {
  float: left;
  width: 200px;
  height: 350px;
}

#slideIndex
{
	left: 60px;
	bottom: 10px;
	position: absolute;
	display: none;
}
.numbers
{
	width: 16px;
	height: 16px;
	background: #ddd;
	display: inline-block;
	color: #777;
	border: 1px solid #000;
	text-align: center;
	margin: 1px;
	cursor: pointer;
	font: normal 12px Arial;
}
.active
{
	color: #ddd;
	background: #777;
	border: 1px solid #aaa;
}

