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

/* 	
	Template Name: GFD
	Author: David Fister
	Website: www.gfd.si
	License: Jebeš licenco 
*/

body {
	background: #b1b1b1;
	margin: 0;
	font: 100%/150% Calibri, Arial, Helvetica, sans-serif;
	color: #000;
}

h1 {
	color: #000;
	font-size: 20px;
}

h2 {
	color: #000;
	font-size: 20px;
	border-bottom: dotted 1px #666;
}

h2 a {
	color: #0099CC;
}

h2 a:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

h3 {
	color: #222;
	font-size: 14px;
}

a, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* wraps */

#wrap {
	width: 998px;
	margin: 0 auto;
}

/* header */

#header {
	height: 70px;
	width: 998px;
	margin: 0 auto;
	background: #b1b1b1;
}

#title {
	color: #fff;
	font-size: 30px;
	padding-top: 10px;
	padding-left: 20px;
	margin-left: 295px;
	width: 900px;
}

#tagline {
	color: #ccc;
	font-size: 14px;
	padding-left: 20px;
	margin-left: 295px;
	width: 600px;
}

#logo {
	height: 70px;
	width: 300px;
	float: left;
}

#logo img { padding-top:10px; }
	
/* navigation */

#nav {
	height: 40px;
	width: 990px;
	margin-left: 1px;
	background: url(nav.png) repeat-x;
}

#nbar a {
	font-weight: normal;
}

#nbar {
	position: relative;
	width: auto;
	height: 40px;
	margin: 0;
	padding : 8px 0 0 0;
	font: 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nbar ul {
	float: left;
	list-style : none;
	margin: 0;
	padding: 0;
}

#nbar ul li {
	display: inline;
}

#nbar ul li a {
	display: block;
	height: 25px;
	float: left;
	padding: 0 10px;
	color: #333;
	text-decoration: none;
	background: none;
	border-right: dotted 1px #666;
}


#nbar ul li a:hover {
	color: #000;
	padding-top: 2px;
}

#nbar ul li#selected a {
	color: #000;
	background: url(nbg-inv.png) top repeat-x;
	font-weight: bold;
}

#nbar ul li#selected li a {

	font-weight: normal;
}

/* Intro */

#intro {
	width: 970px;
	background: #EBEBEB url(introbg-top.png) top repeat-x;
	height: 150px;
	margin-top: 10px;
	margin-left: 10px;
	border: solid 1px #D9D9D9;
}

#intro-pic {
	padding-top: 5px;
	padding-left: 10px;
	width: 140px;
}

#intro-msg {
	font-family: Calibri;	
	font-size: 14px;
	color: #222;
	float: right;
	width: 740px;
	padding-top: 5px;
	margin-right: 20px;
	text-align: justify;
}

#intro h1 {
	font-size: 28px;
	color: #000;
	border-bottom: dotted 1px #999;
}
#intro-msg h1,#intro-msg p {
font-family:Calibri, Arial, Helvetica, sans-serif;
}
/* content is king */

#content-bottom {
	height: 48px;
	background-image:url(content-bottom.png);
	background: background-repeat:no-repeat;
}

#content-wrap {
	width: 998px;
	margin: 0 auto;
	padding-bottom: 10px;
	background-color:#ffffff;
}

.post-footer {
	background: #F3F3F3;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 10px 0 10px;
	text-align: right;
	color: #000;
	margin-bottom: 30px;
	border-bottom: dotted 1px #DEDEDE;
	border-top: dotted 1px #DEDEDE;
}
	

.dated {
	padding-top: 2px;
	background: url(calendar.png) left no-repeat;
	padding-left: 20px;
	float: left;
}

.category {
	background: url(category.png) left no-repeat;
	padding-left: 20px;
	margin-left: 10px;
	float: left;
	height: 22px;
}

.author {
	padding-left: 20px;
	padding-bottom: 5px;
	background: url(user.png) no-repeat;
}

.more {
	padding-right: 20px;
	margin-left: 20px;
	padding-bottom: 2px;
	background: url(more.png) right no-repeat;
}

.post-footer a {
	color: #000;
}

#homecontent {
	width: 640px;
	margin: 10px 10px 0 10px;
	text-align: justify;
	font-size: 12px;
	margin-top:0px;
}


/* home sidebar */

#mainbar-wrap {
	width: 300px;
	margin-right: 7px;
	float: right;
}

#main-sbar {
	width: 300px;
	background: #F4F4F4;
	border: solid 1px #E2E2E2;
	font-size: 12px;
}

#main-sbar h1 {
	color: #333;
	font-size: 16px;
	border-bottom: dotted 1px #666;
	background: url(post.png) left no-repeat;
	padding-left: 20px;
}

#main-sbar .widgetspace {
	padding: 5px 5px 0 10px;
	margin: 0px;
	background: none;
	padding-bottom: 28px;
}


#main-sbar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#main-sbar ul.menu li {
	padding : 2px 0 0px 5px;
	margin : 0 0 0 2px;
	border-bottom: 1px dotted #ccc;
}

#main-sbar ul.menu li:hover {
	background: #EBEBEB;
}

#main-sbar ul.menu a {
	text-decoration : none;
	background-image : none;
	color: #333;
}

#getsocial {
	width: 290px;
	margin-top: 10px;
	background: #F4F4F4;
	border: solid 1px #E2E2E2;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
}

#getsocial a {color: #000;}

.social {
	background: url(social.png) left no-repeat;
	padding-left: 24px;
	padding-top: 5px;
}

/* Search */ 

form.search {
	position: relative;
	background: none;
	width: 250px;
	border: none;
	float: right;
	margin-right: 25px;
	height: 25px;
	top: -78px;
}

form.search input.textbox {
	padding-left: 30px;
	width: 170px;
	background: none;
	border: none;
	color: #ccc;
	font-size: 12px;
}

form.search input.button {
	background : url(search-button.png) no-repeat;
	color: #333;
	border: none;
	width: 25px;
	height: 15px;
	cursor: pointer;
	margin-left: 15px;
}


/* Boxes */

.boxes {
	width: 310px;
	margin-right: 10px;
	background: #F0F0F0;
	margin-bottom: 15px;
	border: solid 1px #E5E5E5;
	float: left;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
	line-height: 18px;
}

.begin {
	background: url(go.png) left no-repeat;
	padding-left: 16px;
}

/* Images */

img {
	border: none;
	background: none;
}

img.float-right {
	margin : 5px 0 10px 10px;
	padding: 2px;
}

img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}

/* Forms and Text Fields */

form {
	margin : 10px;
	padding : 0 5px;
	border-top: solid 1px #D7D7D7;
	border-bottom: solid 2px #D7D7D7;
	border-left: solid 1px #D7D7D7;
	border-right: solid 2px #D7D7D7;
	background: #F9F9F9;
}

label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}

input {
	padding : 2px;
	border-top: solid 2px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
	border-left: solid 2px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	font : normal 1em Verdana, sans-serif;
	color : #000000;
	background: #fff;
}

textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border-top: solid 2px #D7D7D7;
	border-bottom: solid 1px #D7D7D7;
	border-left: solid 2px #D7D7D7;
	border-right: solid 1px #D7D7D7;
	height : 100px;
	display : block;
	background:#fff;
	color : #000;
}

input.button {
	margin : 0;
	font : bolder 12px Arial, Sans-serif;
	border-top: solid 1px #D7D7D7;
	border-bottom: solid 2px #D7D7D7;
	border-left: solid 1px #D7D7D7;
	border-right: solid 2px #D7D7D7;
	padding : 2px 3px;
	background : #fff;
	color : #131212;
}

/* Addition Stuffs */

blockquote {
	background: #F8F8F8;
	border: dotted 1px #D7D7D7;
	padding: 5px 5px 5px 25px;
}

code {
	margin : 4px 8px;
	padding : 10px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
	background: #F8F8F8;
	border : 1px dashed #D7C3C3;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #333333;
}

ul span, ol span {
	color: #333333;
}

#line {
	height: 1px;
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
}

/* Sidebar */

#sbar-wrap {
	width: 230px;
	margin-right: 7px;
	float: right;
}

#sbar {
	width: 230px;
	background: #fff;
	font-size: 12px;
	text-align:left;
}

#sbar a:hover {
	color: #000;
}

#sbar h1 {
	color: #333;
	font-size: 16px;
	border-bottom: dotted 1px #666;
	background: url(arrow.png) left no-repeat;
	padding-left: 20px;
}

#sbar .widgetspace {
	padding: 5px 5px 0 10px;
	margin-top: 10px;
	background: #F4F4F4;
	padding-bottom: 28px;
	border: solid 1px #E2E2E2;
}


#sbar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#sbar ul.menu li {
	padding : 2px 0 0px 5px;
	margin : 0 0 0 2px;
	border-bottom: 1px dotted #ccc;
}

#sbar ul.menu li:hover {
	background: #EBEBEB;
}

#sbar ul.menu a {
	text-decoration : none;
	background-image : none;
	color: #333;
}

/* Footer */

#footer {
	background: none;
	height: 25px;
	padding-top: 10px;
	color: #000;
	font-size: 11px;
	text-align: center;
}

#footer a {
	color: #000;
}
	
	
.clearfix {
	clear:both;
	overflow: hidden;
}
p,li {
line-height:14px;
}
p {margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
}
}



/* begin Menu */
/* menu structure */

#nbar a,#nbar a:visited {
color:#000000;
}
#nbar a, #nbar a:link, #nbar a:visited, #nbar
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

#nbar ul ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

#nbar ul ul li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.art-menu li li
{
	float: none;
}
#nbar ul li a {
width:90px;
}
#nbar ul ul {
margin:0px;
padding:0px;
}
#nbar ul li {
margin:0px;
padding:0px;
}
#nbar ul ul
{
display:block;
	visibility: hidden;
	position:absolute;
	z-index: 10;

}

#nbar li:hover>ul
{
	visibility: visible;
	top: 100%;
}

#nbar li li:hover>ul
{
	top: 0;
	left: 100%;
}

.art-menu:after, #nbar ul ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
 #nbar ul ul 
{
margin:0px;
padding:0px;
}
#nbar ul ul li {
margin:0px;
}

#nbar ul ul
{
	background-image: url(/images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

#nbar ul ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}





/* menu structure */

.art-menu
{
	padding: 0px 0px 0px 0px;
}

.art-nav
{
	position: relative;
	height: 25px;
	z-index: 100;
}

.art-nav .l, .art-nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url('/images/nav.png');
}

.art-nav .l
{
	left: 0;
	right:0px;
}

.art-nav .r
{
	right: 0;
	width: 880px;
	clip: rect(auto, auto, auto, 880px);
}


/* end Menu */

/* begin MenuItem */
#nbar ul ul li
{
	clear: both;
}

#nbar ul ul a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}


.art-menu a .r, .art-menu a .l
{
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url('/images/MenuItem.png');
}

.art-menu a .l
{
	left:0;
	right:0px;
}

.art-menu a .r
{
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

#nbar a  
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #C1E5F1;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}

#nbar ul ul li a:hover r
{
	top:-25px;
}

.art-menu li:hover>a .l, .art-menu li:hover>a .r
{
	top:-25px;
}

.art-menu li:hover a .l, .art-menu li:hover a .r
{
	top:-25px;
}
.art-menu a:hover .t
{
	color: #0D2F3A;
}

#nbar li:hover a
{
	color: #0D2F3A;
}

#nbar ul ul li:hover
{
	color: #0D2F3A;
}
#nbar ul ul li:hover {
background-color:#fafafa;
}
#nbar ul ul li {
background-color:#ffffff;
}
.art-menu a.active 
{
	top: -50px;
}

.art-menu a.active .t
{
	color: #030A0C;
}


/* end MenuItem */

/* begin MenuSeparator */
.art-nav .art-menu-separator
{
	display: block;
	width: 1px;
	height: 25px;
	background-image: url('images/MenuSeparator.png');
}

/* end MenuSeparator */

/* begin MenuSubItem */
#nbar ul ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 180px;
	overflow:hidden;
	line-height: 20px;
	margin-right: auto;


	background-image: url('images/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: dotted;
	border-color: #666666;
}



#nbar ul ul ul a
{
	margin-left: auto;
}

#nbar ul ul li a:hover
{

border-color:#000000;
border-style:solid;

}

#nbar ul ul li a,#nbar ul ul li a:hover {
padding:3px;
margin:0px;
}

#nbar ul ul li:hover>a
{
	color: #000000;
	border-color: #50B6D7;
	background-position: 0 -20px;
}


#userbox {
float:right;
color:#ffffff;
text-align:right;

}

#userbox td {
color:#000000;

}
#userbox,#userbox li,#userbox p, #userbox form,#userbox input,#userbox td,#userbox table  {
font-size:8px;
padding:0px;
margin:0px;
}
#userbox input {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border:0px;
}
#userbox a {
font-size:10px;
background-color:#ffffff;
margin-left:10px;
margin-right:10px;
padding:2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
outline:none;
border:none;
}
#userbox a:hover {
background-color:#efefef;
text-decoration:none;
}
#userbox h1 {
color:#fafafa;
margin:1px;
padding:0px;
font-size:10px;
}
#userdetails {
visibility:hidden;
z-index:100;
position:absolute;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:20px;
width:300px;
margin-left:-200px;
text-align:justify;
background-color:#bbbbbb;
color:#000000;
overflow:visible;
}
/* end MenuSubItem */

