/*

 File: layout.css
 Version: 1.0
 Author: MarkoB

 */

/* 1. HEADER ........................................................................... */
/* 2. FOOTER ........................................................................... */
/* 3. MENUS ............................................................................ */
/* 4. COMMON ........................................................................... */
/* 5. FORMS ............................................................................ */
/* 6. MODULES .......................................................................... */



.wrapper {
	width: 980px;
	margin: 0 auto;
}
#main {
	margin-bottom: 20px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#center {
	width: 660px;
	float: left;
}
#center-wide {
	width: 980px;
}
#right {
	width: 300px;
	float: right;
}

/* 1. HEADER ........................................................................... */
header {
	padding-top: 25px;
	margin-bottom: 20px;
}
header #logo {
	float: left;
	width: 290px;
	margin-bottom: 30px;
}
header #logo h1 {
	margin: 0;
}

/* Socialbar */
header #socialbar {
	float: right;
	color: #000;
	font-size: 14px;
	font-family: 'Dosis', sans-serif;
}
header #socialbar span {
	position: relative;
	top: -7px;
}
header #socialbar a {
	margin-left: 5px;
}

/* Searchbar */
header #searchbar {
	clear: both;
	float: left;
	height: 26px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
header #searchbar input,
header #searchbar select,
header #searchbar .chzn-container {
	border: 0;
	float: left;
	font-family: 'Dosis', sans-serif;
}
header #searchbar .chzn-container {
	position: relative;
	top: 1px;
}
header #searchbar .chzn-container-single .chzn-single {
	background: url(../img/search_div.gif) no-repeat left center;
	height: 24px;
}
header #searchbar select {
	width: 120px;
}
header #searchbar input.search {
	width: 280px;
	padding: 4px 6px 3px;
	font-size: 14px;
	color: #535353;
}
header #searchbar input.submit {
	background: url(../img/btn_search.png) no-repeat;
	height: 26px;
	width: 47px;
	overflow: hidden;
	text-indent: -100em;
}

/* Header Cart */
header #cart {
	float: right;
	font-size: 14px;
	font-family: 'Dosis', sans-serif;
}
header #cart .userbox {
	position: relative;
	margin-left: 5px;
	z-index: 110;
}
header #cart .user,
header #cart span {
	padding: 7px 15px;
}
header #cart .hover .user {
	background: #f7f6f3;
}
header #cart ul.ddm {
	display: none;
	list-style-type: none;
	margin: 0;
	position: absolute;
	top: 28px;
	left: 0;
	width: 100%;
	z-index: 99;
	background: #f7f6f3;
	padding: 0;
}
header #cart .hover ul.ddm {
	display: block;
}
header #cart ul.ddm li {
	margin: 0;
	padding: 0;
	background: #f7f6f3;
}
header #cart ul.ddm li a {
	display: block;
	padding: 7px 15px;
}
header #cart a.gumb {
	padding: 7px 15px;
	margin-left: 3px;
	background: #f7f6f3;
}
header #cart a.gumb:hover {
	background: #d62f32;
	color: #fff;
}
/* Nav */
header nav {
	clear: both;
}

/* 2. FOOTER ........................................................................... */
footer {
	margin-bottom: 40px;
}
footer .wrapper {
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 10px;
}
footer .footer {
	padding: 20px 0;
}
footer .certificate,
footer .contact,
footer .links {
	float: left;
	width: 220px;
	margin-left: 20px;
	margin-bottom: 0;
}
/* Contact */
footer .contact dt,
footer .contact dd {
	float: left;
	font-size: 12px;
	color: #8f8f8f;
	line-height: 16px;
}
footer .contact dd {
	margin-bottom: 10px;
}
footer .contact dt {
	clear: both;
	width: 60px;
	font-weight: normal;
}
footer .contact dt.title {
	font-size: 14px;
	color: #5f5f5f;
}
/* Links */
footer .links dt,
footer .links dd {
	float: left;
}
footer .links dt {
	font-size: 14px;
	color: #5f5f5f;
	width: 100px;
	font-weight: normal;
}
footer .links ul {
	list-style-type: none;
	margin: 0;
	width: 120px;
}
footer .links ul li {
	margin: 0 0 10px 0;
	text-align: center;
}

footer .copyright {
	border-top: 1px solid #bfbfbf;
	font-size: 14px;
	color: #5f5f5f;
	padding: 15px 0;
}
footer .copyright span {
	float: left;
}
footer .copyright span.login {
	float: right;
	font-size: 12px;
}


/* 3. MENUS ............................................................................ */

/* Main menu */
#menu_top {
	behavior: url(../css/display-table.min.htc);
}
#menu_top {
	display: table;
	width: 100%;
	height: 44px;
	overflow: hidden;
}
#menu_top li {
	display: table-cell;
	border-top: 2px solid #fff;
	-dt-display: table-cell;
	line-height: 20px;
}
#menu_top td.LI {
	text-align: center;
}
#menu_top li a,
#menu_top td.LI a {
	border-bottom: 2px solid #bfbfbf;
	padding: 10px;
	display: block;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
	font-size: 20px;
	text-transform: uppercase;
	background: #fff;
}
#menu_top li.active {
	border: 2px solid #bfbfbf;
	border-bottom: 0;
}
#menu_top li.active a {
	border-bottom: 2px solid #fff;
	font-weight: 400;
}

/* Sub menu */
#menu_sub {
	border-bottom: 1px solid #bfbfbf;
	padding: 0 6px;
}
#menu_sub li {
	float: left;
	margin: 0;
	line-height: 13px;

	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#menu_sub li a {
	display: block;
	padding: 10px 20px;
	font-size: 20px;
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
}
#menu_sub li.active a {
	font-weight: 400;
	*font-weight: bold;
}

/* Footer menu */
#menu_footer {
	float: left;
	width: 220px;
}
#menu_footer,
#menu_footer ul {
	list-style-type: none;
	margin: 0;
}
#menu_footer li {
	font-weight: bold;
	margin: 0 0 10px;
	line-height: 13px;
}
#menu_footer li a {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 16px;
}
#menu_footer li li {
	font-weight: normal;
	margin: 0;
}
#menu_footer li li a {
	font-size: 13px;
}

/* 4. COMMON ........................................................................... */
img.thumb {
	border: 3px solid #fff;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	behavior: url(../css/PIE.htc);
}
span.arrows {
	float: right;
}
a.arrow {
	width: 16px;
	height: 16px;
	background: url(../img/arrow_left.png) no-repeat 0 0;
	cursor: pointer;
}
a.arrow_right {
	background: url(../img/arrow_right.png) no-repeat 0 0;
	margin-left: 5px;
}
.placeholder {
	color: #aaa;
}
::-webkit-input-placeholder {
	color:#aaa;
}
::-moz-placeholder {  /* firefox 19+ */
	color:#aaa;
}
input:-moz-placeholder {
	color:#aaa;
}
.paging	{
	clear: both;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
}
.paging a,
.paging span {
	width: 14px;
	margin: 0 3px;
	padding: 5px;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
	font-size: 14px;

	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.paging span.current {
	font-weight: bold;
}
.paging a.nav,
.paging span.nav {
	width: auto;
	margin: 0;
	border: 0;
}
.paging .nav {
	margin-right: 3px;
}
.paging .next {
	margin: 0 0 0 3px;
}
.top_border {
	border-top: 1px solid #dfdfdf;
	padding-top: 20px;
}
#breadcrumbs {
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 18px;
	height: 16px;
	overflow: hidden;
}
#breadcrumbs .tools {
	width: 60px;
	float: right;
}
#breadcrumbs .tools a {
	width: 16px;
	margin-left: 4px;
	float: left;
}
.bigfont {
	font-size: 1.4em !important;
}
.socicons {
	margin-bottom: 15px;
}
.socicons .fb-like {
	position: relative;
	top: -4px;
	margin-right: 15px;
}
.socicons .twitter-share-button {
	width: 90px !important;
}
.button {
	line-height: 1;
	padding: 7px 20px;
	margin-right: 5px;
	background: #f7f6f3;
	color: #d62f32;
	font-weight: normal;
	font-family: 'Dosis', sans-serif;

	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
input.button {
	border: 0;
	padding: 2px 20px;
	height: 26px;
}
a.button:hover,
input.button:hover,
a.red,
input.red{
	background: #d62f32;
	color: #f7f6f3;
}
.starate {
	display: block;
	padding-top: 10px;
	font-size: 0.1px;
}
ul.no_bullet {
	list-style-type: none;
}
ul.no_bullet li {
	margin-left: 0;
}

/* 5. FORMS ............................................................................ */
input, textarea, select {
	border: 1px solid #cccccc;
	padding: 5px 10px 4px;
	font-size: 14px;
	color: #424242;
}
input.submit {
	font-family: 'Dosis', sans-serif;
	font-weight: 400;
}
input.error, textarea.error, select.error {
	border-color: #d64f51;
}
form div.error {
	color: #d64f51;
}

/* 6. MODULES .......................................................................... */
.module {
	margin-bottom: 25px;
}
.module h2.bigtitle {
	clear: both;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding: 5px 0 7px;
	font-size: 24px;
	font-weight: 200;
}
.module h2.bigtitle a.title,
.module h2.bigtitle span.title{
	font-size: 24px;
	font-weight: 200;
	float: left;
}
.module h2.bigtitle a.more {
	float: right;
	font-size: 12px;
	line-height: 26px;
}
.module h2.bigtitle a.readbutton {
	background: #d62f32;
	color: #fff;
	padding: 0px 10px;
	font-size: 14px;
}

/* Vreme */
.weather_box {
	text-align: center;
	border: 1px solid #bfbfbf;
	padding: 10px;
}

/* Oglasi */
#center .banner {
	background: #f5f5f5;
	text-align: center;
	padding: 10px;
}
.banner_tower {
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
}

/* Članki */
.article_list_thumbs {
	float: left;
	width: 320px;
	padding-right: 20px;
}
.article_list {
	float: none;
	width: 660px;
	padding: 0;
}
.article_list_thumbs.last {
	padding-right: 0;
}
.article_list_thumbs article,
.article_list article {
	margin-bottom: 15px;
	padding: 0 0 15px;
	background: url(../img/dots.gif) repeat-x left bottom;

	min-height: 80px;
	height: auto !important;
	height: 80px;
}
.article_list article {
	background: none;
}
.article_list_thumbs article h3,
.article_list article h3{
	font-family: Georgia, sans-serif;
	margin-bottom: 5px;
	line-height: 22px;
}
.article_list_thumbs article a.thumbnail,
.article_list article a.thumbnail{
	width: 140px;
	float: left;
	margin-right: 20px;
}
.article_list_thumbs article .data {
	float: left;
	width: 160px;
}
.article_list_thumbs article .data .date_category,
.article_list article .data .date_category{
	font-size: 10px;
	color: #737373;
}
.article_list_thumbs article p,
.article_list article p {
	margin: 0;
	color: #6c6c6c;
	line-height: 15px;
}
.article_list_thumbs article.last {
	background: none;
	margin: 0;
}




/* Izpostavljeno */
.featured_scroller {
	height: 262px;
	position: relative;
	margin-bottom: 10px;
}
.featured_wrapper {
	padding: 3px;
	width: 660px;
	height: 262px;
	overflow: hidden;
	position: relative;
	left: -3px;
}
.featured_scroller .pagination {
	position: absolute;
	right: 0;
	bottom: 25px;
	margin: 0;
	z-index: 999;
	list-style-type: none;
}
.featured_scroller .pagination li {
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
}
.featured_scroller .pagination li a {
	width: 12px;
	height: 12px;
	background: url(../img/feat_bullet.png) no-repeat -12px 0;
	overflow: hidden;
	text-indent: -2000em;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.featured_scroller .pagination li.current a {
	background-position: 0 0;
}

.featured_scroller article {
	float: none;
	width: 660px;
	height: 262px;
}
.featured_scroller article a.thumbnail {
	float: left;
	width: 320px;
	margin-right: 20px;
}
.featured_scroller article .data {
	float: left;
	width: 320px;
}
.featured_scroller article .data h3 {
	font-family: Georgia, sans-serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
}
.featured_scroller article .data .date_category {
	font-size: 11px;
	color: #5d5d5d;
	margin-bottom: 15px;
}
.featured_scroller article .data p {
	font-size: 16px;
	color: #424242;
}
.featured_scroller article .data p.lead2 {
	font-size: 14px;
	line-height: 16px;
}

/* Iz tednika */
section.press {
	padding: 30px 20px 20px;
	background: #f5f5f5 url(../img/head_press.png) no-repeat 0 0;
}
#center section.press h2 {
	border: 0;
	padding: 0;
	margin-bottom: 55px;
}
#center section.press h2 a {
	float: right;
	color: #fff;
	background: #d62f32 url(../img/ico-cart.png) no-repeat 5px 5px;
	padding: 8px 8px 8px 32px;
	font-size: 15px;
}
section.press article {
	float: left;
	width: 395px;
}
section.press article a.thumbnail {
	float: left;
	width: 150px;
	margin-right: 15px;
}
section.press article .data {
	float: left;
	width: 230px;
}
section.press article .data h3 {
	font-family: Georgia, sans-serif;
	margin-bottom: 10px;
	line-height: 22px;
}
section.press article .data p {
	line-height: 16px;
	color: #6c6c6c;
	margin: 0;
}
section.press ul.article_others {
	width: 210px;
	float: right;
	list-style-type: square;
	margin: 0;
}
section.press ul.article_others li {
	margin: 0 0 8px 10px;
}
section.press ul.article_others li a {
	font-family: Georgia, sans-serif;
}

/* Peresa */
.writers .scrollable {
	width: 663px;
	padding: 3px 3px 3px 0;
	position: relative;
	overflow: hidden;
	height: 280px;
	left: -3px;
}
.writers .scrollable .items {
	position: absolute;
	width: 20000em;
}
.writers .writers_wrap article {
	width: 150px;
	padding: 0 3px;
	float: left;
	margin-right: 14px;
}
.writers .writers_wrap article a.thumbnail {
	display: block;
	margin-bottom: 20px;
}
.writers .writers_wrap article .author {
	margin-bottom: 5px;
	color: #000;
}
.writers .writers_wrap article h3 {
	font-family: Georgia, sans-serif;
	margin: 0;
}

/* Revije */
.magazines .scrollable {
	width: 663px;
	padding: 3px 3px 3px 0;
	position: relative;
	overflow: hidden;
	height: 280px;
	left: -3px;
}
.magazines .scrollable .items {
	position: absolute;
	width: 20000em;
}
.magazines .magazines_wrap article {
	width: 150px;
	padding: 0 3px;
	float: left;
	margin-right: 14px;
}
.magazines .magazines_wrap article a.thumbnail {
	display: block;
	margin-bottom: 20px;
}
.magazines .magazines_wrap article .author {
	margin-bottom: 5px;
	color: #000;
}
.magazines .magazines_wrap article .date {
	color: #737373;
	font-size: 10px;
	margin-bottom: 5px;
}
.magazines .magazines_wrap article h3 {
	font-family: Georgia, sans-serif;
	margin-bottom: 10px;
}
.magazines .magazines_wrap article ul li {
	line-height: 14px;
}

/* Trgovina vstopna */
.store_front {
	background: #d62f32;
}
#center .store_front h2 {
	padding: 5px 20px 7px;
	border-color: #eb9799;
}
#center .store_front h2 a {
	color: #fff;
}
.store_front .scrollable {
	width: 623px;
	padding: 3px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	left: -3px;
}
.store_front .scrollable .items {
	position: absolute;
	width: 20000em;
}
.store_front .store_wrap article {
	width: 137px;
	padding: 0 0 0 3px;
	float: left;
	margin-right: 22px;
}
.store_front .store_wrap article a.thumbnail {
	display: block;
	margin-bottom: 10px;
}
.store_front .store_wrap article h3 {
	border-bottom: 1px solid #eb9799;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: Georgia, sans-serif;
}
.store_front .store_wrap article h3 a {
	color: #fff;
}
.store_front .store_wrap article .data {
	padding-bottom: 20px;
}
.store_front .store_wrap article .data .author {
	margin-bottom: 5px;
	color: #000;
}
.store_front .store_wrap article .data .price {
	color: #fff;
}
.store_front .store_wrap article .data .price span {
	font-size: 18px;
	font-weight: bold;
}
.store_front .arrow {
	background: url(../img/arrow_left_red.png);
}
.store_front .arrow_right {
	background: url(../img/arrow_right_red.png);
}

/* Video */
.video .scrollable {
	width: 663px;
	padding: 3px 3px 3px 0;
	position: relative;
	overflow: hidden;
	height: 280px;
	left: -3px;
}
.video .scrollable .items {
	position: absolute;
	width: 20000em;
}
.video .video_wrap article {
	width: 210px;
	padding: 0 3px;
	float: left;
	margin-right: 9px;
}
.video .video_wrap article a.thumbnail {
	display: block;
	margin-bottom: 20px;
}
.video .video_wrap article .date {
	color: #737373;
	font-size: 10px;
	margin-bottom: 5px;
}
.video .video_wrap article h3 {
	font-family: Georgia, sans-serif;
	margin-bottom: 10px;
}
.video .video_wrap article p {
	margin: 0;
}
.video .video_wrap article ul li {
	line-height: 14px;
}

/* Newsletter stranski */
.newsleter_side {
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background: #f5f5f5;
	padding: 10px;
}
.newsleter_side h2 {
	border: 0;
	text-align: center;
}
.newsleter_side form {
	margin-bottom: 10px;
}
.newsleter_side form input.email {
	float: left;
	width: 180px;
	height: 19px;
}
.newsleter_side form input.submit {
	background: #797979;
	color: #fff;
	height: 30px;
	border: 0;
	float: right;
	width: 70px;
}
.newsleter_side .message {
	font-size: 14px;
	color: #d62f32;
	text-align: center;
}

/* Najbolj brano in komentirano */
.article_latest_side {
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}
.article_latest_side ul.tabs {
	list-style-type: none;
	margin: 0 0 10px;
}
.article_latest_side ul.tabs li {
	float: left;
	width: 50%;
	margin: 0;
}
.article_latest_side ul.tabs li a {
	display: block;
	background: #fff;
	padding: 15px 0;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
}
.article_latest_side ul.tabs li a.current {
	background: #f5f5f5;
	color: #000;
}
.article_latest_side .panes ul {
	list-style-type: none;
	margin: 0;
}
.article_latest_side .panes ul li {
	margin: 0;
}
.article_latest_side .panes ul li a {
	display: block;
	padding: 15px 20px;
	font-family: Georgia, sans-serif;
	background: url(../img/dots.gif) repeat-x left bottom;
}
.article_latest_side .panes ul li.last a {
	background: none;
}

/* Najdeno na spletu */
.article_links {
	background: #828282;
}
.article_links h2 {
	background: #aeaeae;
	padding: 5px 20px 7px !important;
	border-color: #b7b7b7 !important;
	margin: 0;
}
.article_links h2 a {
	color: #fff;
}
.article_links ul {
	color: #fff;
	list-style-type: none;
	margin: 0;
}
.article_links ul li {
	background: url(../img/dots.gif) repeat-x left bottom;
	padding: 15px 20px;
	margin: 0;
}
.article_links ul li a {
	color: #fff;
	display: block;
	font-family: Georgia, sans-serif;
}
.article_links ul li a.thumbnail {
	width: 81px;
	float: left;
	margin-right: 20px;
}
.article_links ul li a:hover {
	color: #aaa;
}
.article_links ul li.last {
	background: none;
}

/* Koledar */
.calendar_side {
	background: #f5f5f5;
	padding-bottom: 5px;
}
.calendar_side h2 {
	padding: 5px 20px 7px !important;
	border-color: #dcdcdc !important;
}
.calendar_side .calendar_wrap {
	width: 260px;
	padding: 0 20px 15px;
}
.calendar_side ul.upcoming {
	padding: 30px 20px 0 10px;
	background: url(../img/side_shadow.png) no-repeat left top;
	list-style-type: none;
	margin: 0;
}
.calendar_side ul.upcoming li {
	margin: 0 0 15px;
}
.calendar_side ul.upcoming li .date {
	font-size: 10px;
	color: #737373;
	margin-bottom: 5px;
	line-height: 10px;
}
.calendar_side ul.upcoming li a {
	font-family: Georgia, sans-serif;
	font-size: 14px;
}
.calendar_side .Zebra_DatePicker {
	position: relative;
	width: 100%;
	background: none;
	padding: 0;
}
.calendar_side .Zebra_DatePicker .dp_header,
.calendar_side .Zebra_DatePicker .dp_daypicker {
	width: 260px !important;
}
.calendar_side .Zebra_DatePicker .dp_footer {
	display: none;
}
.calendar_side .Zebra_DatePicker .dp_daypicker,
.calendar_side .Zebra_DatePicker .dp_monthpicker,
.calendar_side .Zebra_DatePicker .dp_yearpicker {
	border-spacing: 5px !important;
	border-collapse: separate !important;
}
.calendar_side .Zebra_DatePicker .dp_daypicker th,
.calendar_side .Zebra_DatePicker .dp_daypicker td,
.calendar_side .Zebra_DatePicker .dp_daypicker td.dp_selected,
.calendar_side .Zebra_DatePicker .dp_monthpicker td,
.calendar_side .Zebra_DatePicker .dp_yearpicker td{
	border-color: #e2e2e2;
	background: none;
	color: #737373 !important;
}
.calendar_side .Zebra_DatePicker .dp_daypicker th {
	border-color: #f5f5f5;
}
.calendar_side .Zebra_DatePicker .dp_daypicker td.dp_current {
	font-weight: bold;
}
.calendar_side .Zebra_DatePicker .dp_daypicker td.dp_not_in_month {
	background: #fefefe;
}
.calendar_side .Zebra_DatePicker .dp_daypicker td.hl {
	background: #d62f32;
	color: #fff !important;
}
.calendar_side .Zebra_DatePicker .dp_header td,
.calendar_side .Zebra_DatePicker .dp_footer td {
	color: #fff;
}
.calendar_side .Zebra_DatePicker .dp_header .dp_caption {
	font-weight: normal;
	color: #737373;
	text-transform: uppercase;
}
.calendar_side .Zebra_DatePicker .dp_header .dp_hover {
	background: none;
	color: inherit;
}
.calendar_side .Zebra_DatePicker .dp_header .dp_previous,
.calendar_side .Zebra_DatePicker .dp_header .dp_next {
	color: #d62f32;
}
.calendar_side .Zebra_DatePicker .dp_header .dp_blocked {
	color: #ccc;
}
.calendar_side .categories {
	padding: 20px 20px 0;
	background: url(../img/side_shadow.png) no-repeat left top;
}
.calendar_side .categories li a {
	font-family: Georgia, sans-serif;
}

/* Članek / vsebina */
.content article {
	font-size: 14px;
}
.bigfont .content article {
	font-size: 16px;
}
.content article .info {
	font-size: 0.857em;
	color: #737373;
	margin-bottom: 5px;
}
.content article h2 {
	font-size: 1.714em;
}
.content article h3 {
	font-size: 1em;
	font-weight: bold;
}
.content article p {
	font-size: 1em;
}
.content article p.lead {
	font-size: 1.286em;
	line-height: 24px;
}

.article_gallery {
	position: relative;
	width: 654px;
	height: 439px;
	margin-bottom: 20px;

	border: 3px solid #fff;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	behavior: url(../css/PIE.htc);
}
.article_gallery .rsThumbs {
	background: #fff;
	padding-top: 3px;
}
.article_gallery .rsThumbs .rsThumb {
	width: 122px;
	height: 122px;
}
.article_gallery .rsArrowIcn {
	top: 242px;
	background-color: inherit;
	z-index: 999;
}
.article_gallery .rsArrow {
	z-index: 990;
	height: 314px;
}
.article_gallery .rsGCaption {
	width: 654px;
	min-height: 80px;
	height:auto !important;
	height: 80px;
	padding: 10px 0;
	left: 0;
	bottom: 0;
	font-size: 1em;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	z-index: 600;
}
.article_gallery .rsGCaption .title {
	padding: 0 45px;
}
.article_gallery .rsGCaption .title .date {
	font-size: 0.714em;
	margin-bottom: 5px;
}
.article_gallery .rsGCaption .title p {
	font-size: 1.286em;
	font-family: Georgia, sans-serif;
	margin-bottom: 10px;
}
.article_gallery .rsGCaption .author {
	border-top: 1px solid #555;
	padding: 10px 45px;
}
.article_gallery .rsThumb.rsNavSelected {
	background: #d62f32;
}
.content article table {
	width: 100%;
	margin-bottom: 20px;
}
.content article table caption {
	text-align: left;
	color: #d62f32;
	font-size: 1.714em;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #dfdfdf;
	padding: 10px;
}
.content article table th,
.content article table td {
	text-align: left;
	padding: 15px 10px;
	background: url(../img/dots.gif) repeat-x left bottom;
}
.content article table th {
	color: #d62f32;
	font-size: 1.286em;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
}
.content article table td {
	color: #969696;
}
.content article table td span {
	color: #333;
}
.content p {
	clear: both;
}
.content p img {
	border: 3px solid #fff;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	behavior: url(../css/PIE.htc);
}
.content p img.left {
	float: left;
	margin: 0 20px 20px 0;
}
.content p img.right {
	float: right;
	margin: 0 0 20px 20px;
}
.content ul li,
.content ol li {
	line-height: 1.2em;
}
.content ul.half,
.content ol.half {
	width: 320px;
	float: left;
	padding-right: 10px;
}
.content .files {
	list-style-type: none;
}
.content .files li {
	margin: 0 0 10px 0;
	font-size: 0.857em;
}
.content .files li a {
	font-size: 1.167em;
}


/* Najbolj brane in ocenjene knjige */
.store_top_side {
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}
.store_top_side ul.tabs {
	list-style-type: none;
	margin: 0 0 10px;
}
.store_top_side ul.tabs li {
	float: left;
	width: 50%;
	margin: 0;
}
.store_top_side ul.tabs li a {
	display: block;
	background: #fff;
	padding: 15px 0;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-size: 14px;
}
.store_top_side ul.tabs li a.current {
	background: #f5f5f5;
	color: #000;
}
.store_top_side .pane {
	position: relative;
}
.store_top_side .scrollable {
	width: 262px;
	padding: 10px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	height: 280px;
	margin-bottom: 10px;
}
.store_top_side .arrow_left,
.store_top_side .arrow_right {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/sarrow_left.png) no-repeat 0 0;
	overflow: hidden;
	z-index: 999;
	position: absolute;
	left: 0;
	top: 80px;
	cursor: pointer;
}
.store_top_side .arrow_right {
	background: url(../img/sarrow_right.png) no-repeat 0 0;
	left: auto;
	right: 0;
}
.store_top_side .scrollable .top_books_wrap {
	position: absolute;
	width: 20000em;
}
.store_top_side .top_books_wrap article {
	width: 254px;
	padding: 0 3px;
	float: left;
	margin-right: 14px;
}
.store_top_side .top_books_wrap article a.thumbnail {
	display: block;
	width: 106px;
	margin-right: 20px;
	float: left;
}
.store_top_side .top_books_wrap article .data {
	float: left;
	width: 128px;
	color: #9b978e;
}
.store_top_side .top_books_wrap article .data .author {
	font-size: 12px;
	margin-bottom: 10px;
}
.store_top_side .top_books_wrap article .data h3 {
	font-family: Georgia, sans-serif;
	margin-bottom: 10px;
}
.store_top_side .top_books_wrap article .data p {
	font-size: 12px;
	margin-bottom: 0;
	line-height: 14px;
}

/* Video arhiv - stranski */
.video_side {
	background: #f5f5f5;
	padding-bottom: 5px;
}
.video_side h2 {
	padding: 5px 20px 7px !important;
	border-color: #dcdcdc !important;
}
.video_side .video_top {
	width: 260px;
	padding: 0 20px 20px;
	background: url(../img/dots.gif) repeat-x left bottom;
}
.video_side .video_top h3 {
	margin-bottom: 0;
}
.video_side .video_top img {
	margin-bottom: 10px;
}
.video_side .video_top .date {
	font-size: 10px;
	color: #737373;
	margin-bottom: 5px;
	line-height: 10px;
}
.video_side h3 {
	font-family: Georgia, sans-serif;
}
.video_side ul.other {
	padding: 20px 20px 0;
	list-style-type: none;
	margin: 0;
}
.video_side ul.other li {
	margin: 0 0 15px;
}
.video_side ul.other li a.thumbnail {
	width: 66px;
	margin-right: 20px;
	float: left;
}
.video_side ul.other li .data {
	width: 174px;
	float: left;
}
.video_side ul.other li .date {
	font-size: 10px;
	color: #737373;
	margin-bottom: 5px;
	line-height: 1;
}
.video_side ul.other li a {
	font-size: 14px;
}

/* Novo pri založbi */
.store_latest {
}
.store_latest .scrollable {
	width: 623px;
	padding: 3px 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	left: -3px;
}
.store_latest .scrollable .items {
	position: absolute;
	width: 20000em;
}
.store_latest .store_wrap article {
	width: 137px;
	padding: 0 0 0 3px;
	float: left;
	margin-right: 22px;
}
.store_latest .store_wrap article a.thumbnail {
	display: block;
	margin-bottom: 10px;
}
.store_latest .store_wrap article h3 {
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-family: Georgia, sans-serif;
}
.store_latest .store_wrap article .data {
	padding-bottom: 20px;
}
.store_latest .store_wrap article .data .author {
	margin-bottom: 5px;
}
.store_latest .store_wrap article .data .price span {
	font-size: 18px;
	font-weight: bold;
}
.store_latest .arrow {
	background: url(../img/arrow_left.png);
}
.store_latest .arrow_right {
	background: url(../img/arrow_right.png);
}

/* Galerija dneva */
.big_gallery {
	background: #f5f5f5;
}
.big_gallery h2 {
	border-color: #dcdcdc !important;
	padding: 5px 20px 7px !important;
	margin: 0;
}
.big_gallery h2 a {
	/*color: #fff;*/
}
.big_gallery .gallery_wrapper {
	padding: 20px;
	background: url(../img/gallery_vline.png) no-repeat 410px 0;
}
.big_gallery .gallery_wrapper article a.thumbnail {
	display: block;
	width: 370px;
	height: 248px;
	float: left;
	margin-right: 20px;
	padding-right: 20px;
}
.big_gallery .gallery_wrapper article .data {
	width: 210px;
	float: left;
	color: #424242;
}
.big_gallery .gallery_wrapper article .data .date {
	font-size: 12px;
	margin-bottom: 10px;
}
.big_gallery .gallery_wrapper article .data h3 {
	color: #D62F32;
	font-family: Georgia, sans-serif;
	margin-bottom: 15px;
}
.big_gallery .arrow {
	background: url(../img/arrow_left.png);
}
.big_gallery .arrow_right {
	background: url(../img/arrow_right.png);
}

/* Posamezna revija */
.magazine_single .data {
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.magazine_single img.thumb {
	width: 204px;
	float: left;
	margin-right: 20px;
}
.magazine_single .info {
	width: 430px;
	float: left;
}
.magazine_single .info .prices {
	text-align: right;
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 15px;
}
.magazine_single .info .botr {
	position: absolute;
	right: 0;
	bottom: 0;
}
.magazine_single .info .prices span.big {
	color: #d62f32;
	font-size: 36px;
	font-weight: bold;
}
.magazine_single .info .archive {
	position: relative;
	float: right;
}
.magazine_single .info .archive select,
.magazine_single .info .archive .chzn-container,
.magazine_single .info .archive span.lead,
.magazine_single .info .archive input {
	width: auto;
	float: left;
	margin-left: 10px;
}
.magazine_single .info .archive .chzn-container-single .chzn-single {
	height: 25px;
	text-align: left;
	border: 1px solid #ccc;
	line-height: 27px;
}
.magazine_single .info .archive .lead {
	position: relative;
	font-size: 18px;
	top: 5px;
}
.magazine_single .info .archive input {
	height: 27px;
	padding: 5px 15px;
}

/* Seznam revij */
.magazines_list {
	background: #f5f5f5;
	padding: 20px;
	border-top: 1px solid #dadada;
}
.magazines_list ul {
	margin: 0;
}
.magazines_list ul li a {
	font-size: 16px;
	font-family: Georgia, sans-serif;
}

/* Zemljevid */
.slomap {
	margin-bottom: 20px;
}
.diocese {
	margin-bottom: 20px;
}
.diocese img {
	width: 95px;
	float: left;
	margin-right: 20px;
}
.diocese div {
	width: 545px;
	float: left;
}

.dio_images {
	margin-bottom: 20px;
}
.dio_images .item {
	width: 150px;
	float: left;
	margin-right: 20px;
}
.dio_images .item img {
	margin-bottom: 10px;
}
.dio_images .item span {
	display: block;
	text-align: center;
}

/* Avtorji */
table.alphabet {
	width: 100%;
	background: #f5f5f5;
	margin-bottom: 20px;
}
table.alphabet td {
	padding: 10px 5px;
	font-size: 18px;
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: 200;
}
table.alphabet td a.active {
	font-weight: 400;
}
.authors_list {
	list-style-type: none;
	margin: 0;
}
.authors_list li {
	margin: 0 0 20px;
}
.authors_list h3 {
	font-size: 14px;
	margin-bottom: 5px;
}
.authors_list p {
	margin: 0;
}

/* Seznam kategorij */
.category_list {
	background: #f5f5f5;
	padding: 20px;
	border-top: 1px solid #dadada;
}
.category_list ul {
	margin: 0;
}
.category_list ul li a {
	font-size: 16px;
	font-family: Georgia, sans-serif;
}
.category_list ul li a.active {
	font-weight: bold;
}

/* Rezultati iskanja */
.search_results article {
	margin-bottom: 30px;
}
.search_results .date_category {
	margin-bottom: 2px;
	font-size: 10px;
}
.search_results h3 {
	margin-bottom: 5px;
}

/* Posamezen avtor */
.author_single .data {
	float: left;
	margin-bottom: 20px;
}
.author_single img.thumb {
	float: left;
	margin-right: 20px;
}
.author_single .info {
	width: 430px;
	float: left;
}
.author_single ul.author_article_list {
	list-style-type: none;
}
.author_single ul.author_article_list li {
	margin: 0 0 10px;
	font-size: 12px;
}
.author_single ul.author_article_list li a {
	font-size: 14px;
}

.books_list {
	list-style-type: none;
	margin: 0
}
.books_list li {
	width: 320px;
	float: left;
	margin: 0 20px 20px 0;
}
.books_list li.even {
	margin-right: 0;
}
.books_list li img.thumb {
	float: left;
	width: 106px;
	margin-right: 20px;
}
.books_list li .info {
	float: left;
	width: 188px;
}
.books_list li .info h3 {
	font-family: Georgia, sans-serif;
	margin-bottom: 10px;
}
.books_list li .info span.big {
	color: #d62f32;
	font-weight: bold;
}
.books_list li .info .prices p {
	margin-bottom: 5px;
	line-height: 18px;
}
.books_list li .info .prices a {
	clear: both;
	margin: 0 0 5px;
	width: 100px;
	text-align: center;
	font-size: 14px;
}

/* Članki iz revije */
.magazine_articles h3 {
	margin-bottom: 10px;
}
.magazine_articles ul {
	list-style-type: none;
}
.magazine_articles ul li {
	margin: 0 0 5px 0;
}

/* Naše revije */
.our_magazines article {
	background: #f5f5f5;
	margin-bottom: 20px;
}
.our_magazines article h2.bigtitle {
	padding-left: 20px;
	margin-bottom: 20px;
}
.our_magazines article .data {
	padding: 0 20px 20px;
}
.our_magazines article .data img.thumb {
	float: left;
	width: 144px;
	margin-right: 20px;
}
.our_magazines article .data .info {
	float: left;
	width: 250px;
	margin-right: 20px;
}
.our_magazines article .data .info p {
	font-size: 16px;
}
.our_magazines article .data .info a.more {
	font-size: 16px;
}
.our_magazines article .data .prices {
	float: left;
	width: 180px;
}
.our_magazines article .data .prices a {
	display: block;
	margin: 0 0 10px;
}

/* Revija */
.magazine_single img.thumb {
	width: 204px;
	float: left;
	margin-right: 20px;
}
.magazine_single .data .info {
	float: left;
	width: 410px;
	margin-right: 20px;
}
.magazine_single .magazine_data {
	width: 210px;
	float: left;
	margin-right: 20px;
}
.magazine_single .magazine_data span {
	color: #d62f32;
}
.magazine_single .magazine_data span.author {
	font-size: 1.2em;
}
.magazine_single .data .prices {
	width: 180px;
	float: right;
}
.magazine_single .data .prices a {
	display: block;
	margin: 0 0 10px;
	text-align: center;
}

/* Sorodni izdelki */
.related .scrollable {
	width: 663px;
	padding: 3px 3px 3px 0;
	position: relative;
	overflow: hidden;
	height: 280px;
	left: -3px;
}
.related .scrollable .items {
	position: absolute;
	width: 20000em;
}
.related .related_wrap article {
	width: 150px;
	padding: 0 3px;
	float: left;
	margin-right: 14px;
}
.related .related_wrap article a.thumbnail {
	display: block;
	margin-bottom: 20px;
}
.related .related_wrap article .author {
	margin-bottom: 5px;
	color: #000;
}
.related .related_wrap article h3 {
	font-family: Georgia, sans-serif;
	margin: 0;
}

/* Komentarji */
.comments form {
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
.comments form .field {
	margin-bottom: 20px;
}
.comments form .field label {
	width: 100px;
	margin-right: 20px;
	float: left;
}
.comments form .field div {
	width: 540px;
	float: left;
	overflow: hidden;
}
.comments form .field div textarea {
	width: 518px;
	height: 80px;
}
.comments form .field div .starate {
	padding: 0;
}
.comments form .field div .button {
	margin-left: 0;
}
.comments .comments_list {
	list-style-type: none;
}
.comments .comments_list li {
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 20px;
	margin: 0 0 20px;
}
.comments .comments_list li .user {
	width: 100px;
	margin-right: 20px;
	float: left;
}
.comments .comments_list li .user .name {
	font-size: 16px;
}
.comments .comments_list li .user .date {
	font-size: 10px;
}
.comments .comments_list li p.comment {
	width: 540px;
	float: left;
	margin: 0;
}

/* Nakupni proces */
.cart_breadcrumbs {
	height: 40px;
	overflow: hidden;
	width: 980px;
	background: url(../img/cart-breadcrumbs.png) no-repeat 0 0;
	margin-bottom: 20px;
}
.breadcrumbs_step2 {
	background-position: 0 -40px;
}
.breadcrumbs_step3 {
	background-position: 0 -80px;
}
.breadcrumbs_step4 {
	background-position: 0 -120px;
}
.cart_breadcrumbs span {
	padding: 0 20px;
	width: 200px;
	text-align: center;
	line-height: 39px;
	font-family: 'Dosis', sans-serif;
	font-size: 24px;
	font-weight: 200;
	color: #000;

	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.cart_breadcrumbs span.active {
	color: #fff;
}

.cart_list {
	background: #f5f5f5;
	margin-bottom: 20px;
}
.cart_list h2.bigtitle {
	padding-left: 20px;
}
.cart_list table.cart_items {
	width: 100%;
}
.cart_list table.cart_items th {
	text-align: left;
	color: #d62f32;
	font-size: 18px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	background: url(../img/dots.gif) repeat-x left bottom;
	padding: 0 20px 10px;
}
.cart_list table.cart_items th.product {
	width: 321px;
}
.cart_list table.cart_items th.product2 {
	width: 450px;
}
.cart_list table.cart_items th.price_sum {
	width: 130px;
}
.cart_list table.cart_items td {
	padding: 10px 20px;
	background: url(../img/dots.gif) repeat-x left bottom;
}
.cart_list table.cart_items td .qty {
	width: 20px;
}
.cart_list table.cart_items td img.thumb {
	float: left;
	width: 100px;
	margin-right: 15px;
}
.cart_list table.cart_items td .info {
	float: left;
	width: 180px;
}
.cart_list table.cart_items td .info a {
	font-family: Georgia, sans-serif;
}

.cart_list table.cart_sums {
	width: 100%;
}
.cart_list table.cart_sums td {
	padding: 10px 20px;
	background: #d7d7d7;
	color: #000;
	font-size: 14px;
}
.cart_list table.cart_sums td.big {
	font-size: 16px;
	font-weight: bold;
}
.cart_list table.cart_sums td.rand {
	text-align: right;
	width: 480px;
}
.cart_list table.cart_sums td.txt {
	width: 250px;
	text-align: right;
}
.cart_list table.cart_sums td.price {
	width: 130px;

}
.cart_list table.cart_sums tr.bottom td {
	border-top: 1px solid #cbcbcb;
}

.cart_order .confirm {
	padding-left: 830px;
}
.cart_order .confirm a {
	margin-right: 20px;
}
.cart_order .addresses .payer,
.cart_order .addresses .deliver {
	width: 490px;
	float: left;
}
.cart_order .addresses .payer p,
.cart_order .addresses .deliver p {
	padding-right: 20px;
}

.delivery_form .radio {
	margin-bottom: 40px;
}
.delivery_form .radio div {
	margin-bottom: 10px;
}
.delivery_form .radio div input {
	float: left;
	position: relative;
	top: 1px;
	border: 0;
	padding: 0;
	margin-right: 10px;
}
.delivery_form .radio div label {
	width: auto;
	float: left;
}
.new_delivery p {
	margin-bottom: 10px;
}
.new_delivery {
	margin-bottom: 20px;
}
.new_delivery .field {
	margin-bottom: 20px;
}
.new_delivery .field textarea {
	width: 450px;
	height: 100px;
}

/* Registracija obrazec */
.register_form {
	background: #d7d7d7;
	padding-bottom: 20px;
}
.register_form h2.bigtitle {
	border-color: #cbcbcb;
	padding-left: 20px;
}
.register_form .field {
	padding: 0 20px;
	margin-bottom: 10px;
}
.register_form .field label {
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 20px;
	padding-top: 10px;
	color: #424242;
}
.register_form .field input.text {
	width: 300px;
}
.register_form .field div {
	float: left;
	width: 350px;
}
.register_form .field div div {
	float: none;
	margin-bottom: 10px;
}
.register_form .field div input {
	float: left;
	margin-right: 10px;
}
.register_form .field div label {
	float: left;
	text-align: left;
}
.register_form .agrbox input {
	border: 0;
	padding: 0;
}
.register_form .agrbox label {
	padding: 0;
}
.register_form .agrbox p {
	clear: both;
	padding: 10px 0 0 22px;
	margin: 0;
	color: #737373;
	font-size: 12px;
	line-height: 14px;
}
.register_form .fb {
	margin-left: 170px;
	color: #737373;
	font-size: 12px;
	line-height: 14px;
}
.register_form .fb a {
	float: right;
	margin-left: 10px;
}
.register_form div.error {
	margin-left: 190px;
}

/* Registracija/prijava */
.login_box {
	width: 480px;
	float: left;
	margin-right: 20px;
	background: #f5f5f5;
}
.register_box {
	width: 480px;
	float: left;
	background: #d7d7d7;
}
.login_box h2.bigtitle {
	padding-left: 20px;
}
.register_box h2.bigtitle {
	padding-left: 20px;
	border-color: #cbcbcb;
}
.reglog .wrap {
	padding: 0 20px;
}
.reglog .wrap p {
	color: #000;
}
.login_box .field {
	margin-bottom: 10px;
}
.login_box .field input.text {
	width: 200px;
}
.login_box .field label {
	width: 60px;
	margin-right: 20px;
	float: left;
	padding-top: 10px;
}
.login_box .lostpass {
	margin-left: 20px;
	position: relative;
	top: 2px;
}
.login_box .agrbox div input {
	border: 0;
	padding: 0;
	margin-right: 10px;
	float: left;
}
.login_box .agrbox div label {
	float: left;
	padding: 0;
	width: auto;
}
.login_box .submit input,
.login_box .submit a {
	float: left;
	margin-right: 10px;
}

/* Osmrtnice */
#obituary-form .field {
	margin-bottom: 10px;
}
#obituary-form .field label {
	width: 120px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
	color: #737373;
	position: relative;
	z-index: 10;
}
#obituary-form .field label.hnt {
	z-index: 100;
}
#obituary-form .field label span.hint {
	clear: left;
	color: #fff;
	background: #ccc;
	padding: 5px 10px;
	margin-top: 5px;
}
#obituary-form .field input.text {
	width: 350px;
}
#obituary-form .field textarea {
	width: 350px;
	height: 100px;
}
#obituary-form .field .datepicker {
	width: 140px !important;
}
#obituary-form .field div {
	float: left;
	width: 350px;
}
#obituary-form .field div div {
	float: none;
	margin-bottom: 10px;
}
#obituary-form .field div input {
	float: left;
	margin-right: 10px;
}
#obituary-form .field div label {
	float: left;
	text-align: left;
}
#obituary-form .agrbox input {
	border: 0;
	padding: 0;
}
#obituary-form .agrbox label {
	padding: 0;
}
#obituary-form select,
#obituary-form .chzn-container {
	width: 160px;
	margin: 0 !important;
}
#obituary-form .select div {
	width: 18px;
}
#obituary-form .chzn-container-single .chzn-single {
	height: 27px;
	text-align: left;
	border: 1px solid #ccc;
	line-height: 27px;
}
#obituary-form .hint_overlay {
	display: none;
	z-index: 10000;
	background: #ebebeb;
	padding: 20px 40px 20px 20px;
	width: 350px;
	position: absolute;
	margin-top: 10px;
}
#obituary-form .hint_overlay .close {
	position: absolute;
	top: 5px;
	right: 5px;
	background: url(../img/close.png) no-repeat 0 0;
	width: 28px;
	height: 28px;
}
