/*  
Theme Name: Citam pa sta
Description: Citam pa sta theme for Wordpress
Version: 1.0
Author: Dragutin
License: GNU General Public License
*/

/* CSS Document */


/* RESET */
/* ==========================================================================
   1. Reset default styles
   ========================================================================== */
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,
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{
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

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;
	border: medium none;
	vertical-align: middle;
}

table th{
	border: 0;
	padding: 5px 7px;
	text-align: center;
}

table td {
	padding: 5px 10px;
	text-align: center;
}

a img {
	border: none;
}

img{
	max-width: 100%;
	height: auto;
}
/* ==========================================================================
   End of reset styles
   ========================================================================== */

/* ==========================================================================
   2. General styles
   ========================================================================== */

/**
 * General styles that are used in our theme.
 *
 * Here are defined global styles on body element, on container elements that hold every page,
 * headings and links, inputs, core wp styles and default pagination styles
 */

html {
	height: 100%;
	margin: 0px !important;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000506;
	font-weight: 400;
	background-color: #fff;
	//background-image:url('images/table-transparent.png');
	background-attachment:fixed;
	background-size:cover;
	overflow-y: scroll;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 40px;
	line-height: 1.65em; 
	font-weight: 700;
	margin-bottom:20px;
}

.single h1{
	font-size: 26px;
	line-height: 1.2em;
}

h2 {
	font-size: 26px;
	line-height: 1.2em;
	font-weight: 700;
}

h3 {
	font-size: 24px;
	line-height: 1.285714285714286em;
	font-weight: 400;
}

h4 {
	font-size: 17px;
	line-height: 1.941176470588235em;
	font-weight: 400;
}

h5 {
	font-size: 18px;
	line-height: 1.444444444444444em;
	letter-spacing: 2px;
	font-weight: 700;
}

h6 {
	font-size: 13px;
	line-height: 1.571428571428571em;
	font-weight: 400;
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	line-height: inherit;
	letter-spacing: inherit;
	text-transform: inherit;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover{
	color: #5091b6;
}

a,
p a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
a:hover{
	color: #5091b6;
}
.wrapper{
	margin:0 auto;
	padding:0;
	width:1100px;
	
	
	}
header{
	width:100%;
	padding: 50px 0 0 0;
	display: inline-block;
	vertical-align: middle;
}
.logo{
	float:left;
}
.logo img{
	vertical-align:middle;
}
.disclaimer {
    float: left;
    margin-left: 5px;
	margin-top: 74px;
	font-size:26px;
}
.disclaimer span:first-child{
	color:#5091b6;
}
.disclaimer span:last-child{
	color:#050004;
}
.disclaimer span:nth-child(2){
	color:#b22673;
}
.navigation{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin: 10px 0 0 0;
	background-color:#5091b6;
	border:1px solid #5091b6;
	text-align:center;
	box-sizing:border-box;
	position:relative;
}
.navigation ul{
	display:inline-block;
	vertical-align:middle;
}
.navigation ul li{
	float:left;
	display:block;
	font-size:17px;
	line-height:40px;
	font-weight:700;
	text-align: left;
	padding: 0 20px;
	}
.navigation ul li:last-child{
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	width: 159px;
	text-align: center;
	padding: 0;
}
.navigation ul li:last-child a{
	color:#b22673;
}
.navigation ul li a{
	color:#fff;
}
.navigation ul li.current-menu-item a {
	color:#000;
}
.container{
	margin-top: 0;
	display:inline-block;
	width:100%;
	vertical-align:middle;
}

.class-holder {
	width:100%;
	display:inline-block;
	vertical-align:middle;
}
.class-holder .class-name {
	width:110px;
	display:block;
	float: left;
	font-size:22px;
}
.class-color-id-5 {
	color:#a0d6a9;
}
.class-color-id-6 {
	color:#f7b73a;
}
.class-color-id-7 {
	color:#fd6349;
}
.class-color-id-8 {
	color:#72c0bf;
}
.class-color-id-9 {
	color:#975c7c;
}
.class-color-id-10 {
	color:#7caa3b;
}
.class-color-id-11 {
	color:#0330a1;
}

.contents-holder {
    width: 780px;
    float: left;
	padding-top:20px;
	padding-left:50px;
	padding-bottom:30px;
	background-color:#fffdea;
	margin-top: -20px;
}
.contents-name {
	font-size:22px;
	margin-bottom:15px;
	display: inline-block;
    vertical-align: middle;
	width:100%;
	color:#b4b2b2;
}
.books-holder {
	display: inline-block;
    vertical-align: middle;
	width:100%;
	margin-bottom: 20px;
}
.book {
    float: left;
	width: 250px;
}
.book:nth-child(3n+1){
	clear:both;
}
.book-image {
    float: left;
    margin-right: 10px;
    width: 70px;
}
.book-image img{
	vertical-align: middle;
}
.book-text h2{
	font-size:18px;
}
.book-text p{
	font-size:16px;
}
aside.sidebar{
	float: left;
	width: 139px;
	padding-top: 20px;
	border-left:1px solid #7c7777;
	padding-left:10px;
	padding-right:10px;
}

aside.sidebar h3{
	color:#fff;
	padding:10px;
}
.side-post a.post-read-more {
    color: #5091b6;
}
.side-post {
    color: #b4b2b2;
}
.single-post-page ul {
    padding: 0 0 0 30px;
}
.single-post-page ul li{}
.content .page{
	float: left;
	width: 940px;
	padding-top: 20px;
	padding-right: 0;
	box-sizing: border-box;
	    margin: 0 0 -20px;
}
footer{
	display:inline-block;
	width:100%;
	vertical-align: middle;
	padding:15px 0;
	border-top: 15px solid #aec5c8;
	font-size:18px;
}
.footer-left{
	float: left;
}
.footer-right{
	float: right;
}
.post-item{
	padding-bottom:15px;
	margin-bottom:15px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    width: 50%;
	float: left;
}
.post-item:nth-child(2n+1) {
    clear: both;
}
.post-item h2{
	margin-bottom:10px;
}
.post-item p{
	margin-bottom:10px;
}
.post-item a.post-read-more {
	color:#5091b6;
}
.references-list{
	margin: 25px 0;
}
.references-list li {
	width: 160px;
	float: left;
	display:block;
	margin: 0 12px 15px;
}
.references-list li div{
	border: 1px solid #b5b5b5;
}
.references-list li span{
	display:block;
	width:100%;
	text-align:center;
}



.navigation ul li#menu-item-17 a{
	color: #acadad;
}
.navigation ul li#menu-item-17.current-menu-item a{
	color: #000;	
}



