/*  
Theme Name: Luka Spik Theme
Theme URI: http://www.luka-spik.com
Description: A Theme by <a href="http://randomsign.com"> RandomSign.Com.
Author: Peter Sumnik
Author URI: http://www.randomsign.com
Version: 1.0
.
This theme is copyrighted work.
.
*/

@charset "UTF-8";
/* CSS Document */


body {
	color: #666;
	background: #fff;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin: 0;
}

pre, code {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	color: #666;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
}

#container {
	position: absolute;
	/* width: 770px;
	margin-left: -385px; */
	width: 930px;
	margin-left: -465px;
	left: 50%;
	top: 20px;
}

#splash {
	margin-top: 147px;
	text-align: center;
}

#spons {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 160px;
	height: 260px;
}

#main_menu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 216px;
	height: 100%;
}

#main_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main_menu li {
	margin-left: 80px;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 2px;
}
li#home_link {
	margin: 0 auto 0 auto;
	width: 160px;
	height: 160px;
	background: url(http://www.luka-spik.com/media/style/home1.png) no-repeat;
}
li#home_link a {
	width: 160px;
	height: 160px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#main_menu a:link, #main_menu a:visited {
	color: #666;
	text-decoration: none;
}
#main_menu a:hover, #main_menu a:active {
	color: #333;
	text-decoration: none;
}


a.m-novice:link, a.m-novice:visited { background: url(m-novice-l.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }
a.m-novice:hover, a.m-novice:active { background: url(m-novice-d.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }

a.m-luka:link, a.m-luka:visited { background: url(m-luka-l.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }
a.m-luka:hover, a.m-luka:active { background: url(m-luka-d.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }

a.m-galerija:link, a.m-galerija:visited { background: url(m-galerija-l.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }
a.m-galerija:hover, a.m-galerija:active { background: url(m-galerija-d.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }

a.m-povezave:link, a.m-povezave:visited { background: url(m-povezave-l.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }
a.m-povezave:hover, a.m-povezave:active { background: url(m-povezave-d.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }

a.m-news:link, a.m-news:visited { background: url(m-news-l.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }
a.m-news:hover, a.m-news:active { background: url(m-news-d.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }

a.m-gallery:link, a.m-gallery:visited { background: url(m-gallery-l.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }
a.m-gallery:hover, a.m-gallery:active { background: url(m-gallery-d.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }

a.m-links:link, a.m-links:visited { background: url(m-links-l.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }
a.m-links:hover, a.m-links:active { background: url(m-links-d.png) no-repeat; display:block; width: 80px; text-indent: -9999px; overflow: hidden; }

p#big_tile,
p.big_tile {
	width: 482px;
	text-align: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

span.blank-gif {
	display: block;
	position: absolute;
	width: 482px;
	background: url(blank.gif);
	z-index: 10;
}

#main_content {
	width: 482px; /* 412px; */
	margin-left: 254px; /*289px;*/ /* 216 + 73 */
	margin-top: 127px;
	margin-bottom: 100px;
}

#lang_select {
	position: absolute;
	top: 16px;
	right: 0; /*160px;*/
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 2px;
}

a.m-rowing:link, a.m-rowing:visited { background: url(m-rowing.png) no-repeat; display:block; width: 46px; height: 6px; text-indent: -9999px; overflow: hidden; float: left; padding-right: 10px; border-right: solid 1px #666; }
a.m-veslanje:link, a.m-veslanje:visited { background: url(m-veslanje.png) no-repeat; display:block; width: 47px; height: 6px; text-indent: -9999px; overflow: hidden; float: left; margin-left: 10px; }


.clear {
	clear: both;
}

.article {
	margin-bottom: 3em;
}

.date {
	margin-top: 0;
}

h1, h2 {
	font-size: 1em;
	font-weight: normal;
	color: #333;
}
h3 {
	font-size: 1em;
	font-weight: normal;
}
em {
	font-style: normal;
	color: #333;
}


p {
	margin: 0.5em 0 1em 0;
}

.article h2 {
	margin-bottom: 0;
}

div#gallery {
	margin: 50px 0 0 0;
	overflow: auto;
	position: relative;
	width: 482px;
	height: 140px;
}
div#gallery div.tile {
	margin: 0 8px 8px 0;
	float: left;
}
div#gallery div.tileclr {
	margin: 0 0 8px 0;
	float: left;
}

div.gallery_preview {
	margin: 0 0 3em 0;
	width: 490px; /* ! */
}
div.gallery_preview div.tile{
	margin: 0 8px 8px 0;
	float: left;
}
div.gallery_preview div.tileclr{
	margin: 0 0 8px 0;
	float: left;
}

div.order_in {
	float: right;
	text-align: right;
}

a img {
	border: none;
}
img {
	vertical-align: bottom;
}

div.separator {
	border-top: solid 1px #666;
	margin: 50px 0;
}

hr {
	border: none;
	border-top: solid 1px #ccc;
}


