/*  
Theme Name: Prague
Theme URI: http://pragueseminar.org/
Description: Prague
Version: 1.0
Author: Kirill Slavetski
Author URI: http://slavetski.com/

*/

/* reset styles */
ul, li, div, h1, h2, h3, h4, p, img {
	border: 0;
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #FFF;
	color: #333;
	font: 100.01% Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
/* Structure 
================================= */

/* container for page in margins*/
div#container {
	position: relative;
	margin: 0 auto 0 100px;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:680px;
}
/* header */
div#header {
	padding: 0 0 0 20px;
}
/* container with two cols */
div#content {
	padding-bottom: 160px; /* bottom padding for footer */
}
/* left col in container /menu/ */
div#sidebar {
    float: left;
    margin-top: 3.5em;
    width: 180px;
}
    div#sidebar h3.parent {
        color: #ca5a2c;
        font-size: 1.1em;
        font-weight: normal;
    }
    div#sidebar ul a, div#sidebar h3 a{
        text-decoration: none;
    }
    div#sidebar ul{
        font-size: 0.9em;
    }
    div#sidebar .padding {
        padding-left: 20px;
    }
    div#sidebar span.current {
        background-color: #eff3f7;
        margin: -3px;
        padding: 3px;
    }
/* contacts link in the sidebar */
div#contacts {
	background-image:url(/wp-content/themes/prague/i/contacts.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 30px 0 30px;
	padding-left: 20px;
}
div#contacts a {
	font-size: 0.9em;
	text-decoration: none;
}
/* contaier with text */
div#main {
	font-size: 0.9em;
	margin: 0 0 0 200px;
}
/* footer area */
div#footer {
	background-image: url(/wp-content/themes/prague/i/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	bottom: 0;
	height:160px;
	margin-left: 20px;
	position:absolute;
	width:100%;
}
	div#footer div.text {
		font-size: 0.9em;
		padding: 25px 0 0 0;
	}
	div.text p, div.text a{
		font-size: 0.9em;
	}
	div#footer strong {
		font-size: 0.9em;
	}
div#without-footer {
	float: none;
}
/* Top menu */
div#topmenu {
    padding: 0 0 30px 20px;
}
    div#topmenu ul {
        list-style: none;
    }
    div#topmenu ul li {
        float: left;
        font-size: 1.05em;
        display: block;
        height: 40px;
        padding: 0.8em 30px 0.2em 0;
        text-align: center;
        white-space: nowrap;
    }
    div#topmenu a {
        text-decoration: none;
    }
    div#topmenu span.current {
        font-weight: bold;
    }
	 span.current a{
	 	color: #333;
	 }
/* dashed ul's*/
ul.dash {
	list-style-image:url(/wp-content/themes/prague/i/dash.gif);
	padding-left: 20px;
}
	ul.dash li {
		padding-bottom: 0.1em;
	}
/* informer */
div.informer {
	color: #000;
	font-size: 0.7em;
	padding: 3px 0 15px 0;
}
.informer-title {
	color: #3f7ca8;
	font-weight: bold;
	padding-bottom: 6px;
}
/* notice on top*/
div#notice {
	font-size: 0.72em;
	height: 75px;
	left: 545px;
	margin: 0;
	padding: 0 5px 0 10px;
	position: absolute;
	top: 20px;
	width: 235px;
	z-index: 2;
}
	div#notice ul{
		list-style: none;
		margin: 0;
		padding: 8px 15px 0 0;
		// padding-top: 0px;
	}
	div#notice li {		
		margin: 0;
		padding: 0 0 5px 0;	
	}
	

/* lang button */
div#lang {
	font-size: 0.9em;
	height: 20px;
	left: 730px;
	padding: 5px;
	position: absolute;
	top: 150px;
	width: 40px;
	z-index: 2;
	display: none;
}
/* links */
a:link {
	color: #ca5a2c;
}
a:visited {
	color: #ca5a2c;
}
a:hover {
	color: #ca5a2c;
}
a:active {
	color: #ca5a2c;
}
/* main tags */
p {
	line-height: 1.3em;
	margin: 0;
	padding: 0.2em 0 0.5em 0;
}
small{
	color: #000;
	font-size: 0.7em;
}

h1 {
	color: #3f7ca8;
	font-weight: normal;
	padding-bottom: 0.5em;
}
h2 {
	color: #ca5a2c;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding: 0.4em 0 0.2em 0;
}

h4{
	color: #3f7ca8;
	font-size: 1.2em;
	font-weight: normal;
	height: 34px;
	overflow:  visible;
	padding: 1em 0 0.2em 0;
	vertical-align: top;
}

h4.step{
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 90px;
	padding-top: 1.2em;
}
.clrflt {
	clear:both;
	height: 0;
	line-height: 0px;
}
.rule {
	border-top: 4px solid #dee6ec;
	line-height: 0px;
}


table.small{
	font-size: 0.8em;
}

td{
	vertical-align: top;
	text-align: left;
	padding-right: 3px;
}

td.line{
	border-top: 1px solid #dee6ec;
	padding: 2px 0 10px 0;
}

div.tabs{
	font-size: 1.3em;
	width: 450px;
	height: 50px;
}

div.activetoggle{
	background-color: #ca5a2c;
	color: #fff;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 5px;
	text-align: center;	
}

div.activetoggle div{
	display: block;
}

div.passivetoggle{
	color: #3f7ca8;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 20px;
	padding: 5px;
	text-align: center;	
}

div.passivetoggle div{
	background-color: transparent;	
	display: block;
	border-bottom: 1px dashed #3f7ca8;
}

.textfield{
	width: 300px;
	margin-bottom: 8px;
}

.highlight{
	background-image: url(/wp-content/themes/prague/i/star.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
}

ul.none{
	list-style: none;
}
ul.none li{
	padding-bottom: 5px;
}

div.image-list{
	margin: -5px 0 0 -5px;
}

span.price{
	color: #ca5a2c;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
}
.title{
	font-size: 1.2em;
	color: #3f7ca8;
}
div.zoom{
	color: #CCC;
	font-size: 0.7em;
	margin: 0 0 2em 0;	
}


.catalogue{
	font-size: 0.75em;
}
.catalogue th{
	font-size: 0.9em;
	font-weight: normal;
	text-align: left;
}

.catalogue td{
	padding-bottom: 1em;
}

.vars{
	font-weight: bold;
	padding-bottom: 1em;
}


/* post
============== */
.post h2{
	font-size: 1.2em !important;
}
.post h2 a{
	text-decoration: none;
}
div.date{
	color: #000;
	font-size: 0.75em !important;
}
.splitter{
	padding-bottom: 1em;
}
.post a.author{
	color: #333;
	text-decoration: none;
}

.navigation {
	overflow: visible;
	width: 400px;
}
.navigation .alignleft{
   display: inline;
	padding-right: 250px;
}
.navigation .alignright{
   display: inline;
}

/* index page
================== */
h1.orange{
	color: #CA5A2C;
	font-size: 1.3em;
	padding-top: 1.3em;
}
table.index small{
   font-size: 0.85em;
	line-height: 1.25em;
}
table.index h2{
	/*padding: 0.1em 0 0.1em 0;*/
	padding: 0;
}
table.index{
	margin-left: -5px;
}
table.index p{
	margin: 0;
	padding: 0;

}