/**
 * Theme Name: dub theme
 * Theme URI: http://link-to-your-site.com
 * Description: Describe what your child theme should be like.
 * Version: 0.1
 * Author: Roman Přikryl
 * Author URI: http://www.fiordmoss.cz
 * Tags: Add, Whatever, Tags, You, Want
 *Template: hybrid
 */
 
 
/* screen.css */ 



/*Reset CSS*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
 
/*Reset CSS*/




/*@font-face {
	font-family: 'dejavu-mono';
	src: url('font/dejavulgcsansmono-webfont.eot');
	src: local('dejavu mono'), local('djvmn'), url('font/dejavulgcsansmono-webfont.ttf') format('truetype');
}

@font-face {
	font-family: 'dejavu-serif';
	src: url('font/dejavulgcserif-bolditalic-webfont.eot');
	src: local('dejavu serif'), local('djvsrf'), url('font/dejavulgcserif-bolditalic-webfont.ttf') format('truetype');
}*/





/*layout general*/



body {
    color: black;
    font-family: georgia;
    font-size: 11px;
    line-height: 16px;
    text-transform: lowercase;
/*    padding-bottom: 100px;*/
    
}















#header-container {
/*    width: 100%;*/
/*    height: 100px;*/
}


.col {
    width: 85px;
    margin-right: 30px;
    margin-top: 61px;
    margin-bottom: 100px;
    float: left;
}

#navigation {
    margin-left: 77px;
    margin-right: 10px;
    width: 80px;
    margin-right: 30px;
}


#second  {
    width: 193px;
    margin-top: 96px;
    padding-bottom: 100px;
}




#nav-pages {
/*    background: red;*/
/*    width: 428px;*/
/*position: fixed;*/
/*position: relative;*/
}



.content {
    float: left;
/*    position: absolute;*/
    margin-top: 185px;
    width: 360px;
    text-align: center;
}


img {
    width: 450px;
    height: auto;
}



.entry-content {

    text-align: justify;
    width: 450px;
    margin: 0 auto;
/*    background: yellow;*/
    padding-bottom: 80px;
    font-size: 11px;
    
}

.entry-content p {
    margin-bottom: 21px;
}

.eraser {
    clear: both;
    
}






/*#second ul.year-archive li a:visited {
    color: black;
    text-decoration: line-through;
}*/











ul#qtranslate-chooser li {
    list-style-type: none;
    list-style-position: outside;
    float: left;
    font-size: 12px;
}


span#blog-name {

    height: 24px;
    font-size: 16px;
}

span.year {
    font-size: 10px;
    vertical-align: baseline;
}

img {
    margin-top: 12px;
}


li {
    list-style-type: none;
    list-style-position: outside;
}


#nav {
    font-size: 12px;
}


#nav, #second {
    margin-left: -11px;
    line-height: 16px;
    
}


#nav li, #second li {
    background-image: url('images/list.png');
    background-repeat: no-repeat;
    background-position: -10px 0;
    padding-left: 11px;
}




#nav li.current_page_item, #second li.current_page_item, #nav li.current_page_parent, #nav li.current_page_ancestor, #older li, #nav.news-item li.page-item-48 {
    background-position: 0 6px;
}



.desc {
    margin-top: 12px;
    margin-bottom: 8px;
}

.text p {
    text-align: justify;
    margin-bottom: 8px;
    text-transform: none;

}

#kontakt {
    margin-top: 98px;
    text-transform: none;
    font-size: 10px;
}

#kontakt p {
}


#bio {
    margin-left: -11px;

}

#second.bio-t {
    margin-left: 0;
}











#blog-name a {
    color: black;
    text-decoration: none;
}
#blog-name a:visited {
    color: black;
    text-decoration: none;
}
#blog-name a:hover {
    color: black;
    text-decoration: none;
}


a {
    text-decoration: underline;
    color: black;
}

a:visited {
    text-decoration: none;
    color: black;
/*    color: orange;*/
}

a:hover {
    text-decoration: none;
    color: black;
}


#qtranslate-chooser a {
    text-decoration: none;
}
#qtranslate-chooser a:visited {
    text-decoration: none;
}
#qtranslate-chooser a:hover {
    text-decoration: none;
}



.content .ngg-gallery-thumbnail img {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    padding-bottom: 20px;
}

.content .ngg-gallery-thumbnail img:hover {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    padding-bottom: 20px;
}