@import url("css/slide.css");
* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
	background: #FFF url(images/bg.jpg);
	color: #333;
	}

p {	
	margin: 15px 0;
	}

a:link, a:visited {
	color: #004E74;
	font-weight:bold;
	text-decoration:none
	}

a:hover, a:active {
	color: #004E74;
	text-decoration:underline;
	font-weight:bold;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

acronym, abbr, span.caps {	
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}			

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	padding: 10px 10px 0 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #eee;
	font:1.0em Arial;
	line-height:1.5em;
	margin:10px 0px;
	}

select {
	width: 130px;
	}	



/* Structure */


#head {
	width:960px;
	margin:0px auto;
	margin-top:3px;
	padding:0px;
	font-size:0.7em;
	}


#page {
	width:952px;
	margin:0px auto;
	padding:0px;
	border: 4px solid #ccc;
	border-top:none;
	background:#fff;
	font-size:0.7em;
	}

.left, .alignleft {
	float:left;
	}

.right, .alignright {
	float:right;
	}


/************************************************
*	Navbar  									*
************************************************/
	
#navbar {
	background: #24385D url(images/navbar00.png);
	width: 960px;
	height: 30px;
	color: #FFFFFF;
	text-transform:none;
	margin:0 auto;
	padding: 0px 0px 0px 0px;
	}
	
#navbarleft {
	width: 708px;
	float: left;
	margin: 0;
	padding: 0px;
	}
#navbarright {
	width: 227px;
	background: #24385D url(images/searchbg.jpg);
	float: right;
	margin: 0px;
	padding: 4px;
	padding-right: 0px;
	}	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight:normal;
  margin: 0px 0px 0px 0px;
	padding: 6px 10px 6px 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	}
	
#nav li a:hover, #nav li a:active {
	color: #ccc;
	display: block;
	text-decoration: none;
  margin: 0px 0px 0px 0px;
	padding: 6px 10px 6px 10px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #24385D;
	width: 170px;
	color: #fff;
	float: none;
	margin: 0px;
	padding: 7px 10px 7px 10px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #24385D;
	color: #ccc;
	padding: 7px 10px 7px 10px;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -31px 0 0 192px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	Homepage					     		    * 
************************************************/


/* Text*/

h1 {
	font:2.5em Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:2.3em Georgia, "Times New Roman";
	}

h3 {
	font:1.3em Arial;
	margin-bottom:3px;
	color:#004E74;
	font-weight:bold;
	}

h4 {
	font:1.0em Arial;
	}

h3.cat_title, h3.cat_title a {
	color:#333;
	letter-spacing:-0.05em;
	font-size:0.85em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	}

h3.authors {
	margin-top:15px;
	}

/* Index Page*/

#logo {
	width:350px;
	}

#tagline {
	margin-top:5px;
	font-size:2em;
	color:#333;
	}

#top {
	padding:0;
	background:#fff;
	}

#headline {
	width:608px;
	float:right;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.5em;
	margin:0;
	}

#headline  div.title {
	font-weight:bold;
	font:2.4em Georgia;
	letter-spacing:-0.05em;
	display:block;
	padding-bottom:5px;
	}

#headline div.meta {
	display:block;
	margin-top:-5px;
	padding-bottom:2px;
	}

#headline p {
	padding-bottom:15px;
	}

#featured .clearfloat {
	margin-top:1px;
	margin-bottom:6px;
	}
.clearfloat1 {
	margin-top:7px;
	margin-bottom:8px;
	}
#info {
	margin-left: 0;
	padding-left: 0;
	width:280px;
	list-style: none;
}
#info li  {
	padding-left: 10px;
	background-image: url(<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/news.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

#featured .title {
  color:#000;
	font:13px Georgia;
	text-transform:uppercase;
	font-weight:bold;
	}

#headline a img, #featured a img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	}


#middle {
	width: 920px;
	background:#fff;
	float:right;
	padding:10px;
	margin:10px 0;
	}

.category {
	width:164px;
	float:left;
	border-top:8px solid #333;
	margin:0px;
	padding:5px 10px 10px 10px;
	background:#fff;
	}

.category p {
	margin:0;
	}

#cat-1, #cat-3, #cat-5  {border-top:8px solid #24385D;}
#cat-2, #cat-4 {border-top:8px solid #7D1321;}

.category span.cat_title, #front-popular h3, #front-list .cat_title, #archive .cat_title {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:1.5em;
	letter-spacing:-0.05em;
	}

#front-popular h3 {
	color:#fff;
	}

.category a {
	color:#333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#333;
	text-decoration:none;
	}

#cat-1:hover, #cat-3:hover, #cat-5:hover {background:#24385D; color:#ccc; }
#cat-2:hover, #cat-4:hover {background:#7D1321; color:#ccc; }
#cat-1:hover a, #cat-3:hover a, #cat-5:hover a {background:#24385D; color:#ccc; }
#cat-2:hover a, #cat-4:hover a {background:#7D1321; color:#ccc; }

#bottom {
	width: 952px;
	}

#front-list {
	width:608px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:right;
	}

#archive {
	padding-top:15px;
	font-size:1.05em;
	line-height:1.75em;
	}

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title, #archive .title {
	font-weight:bold;
	font:2.0em Georgia;
	letter-spacing:-0.05em;
	}

#front-list .clearfloat, #archive .clearfloat {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:10px;
	}

#front-list .spoiler, #archive .spoiler {
	display:block;
	margin-top:3px;
	}

#front-list p, #archive p {
	margin:0px;
	padding:0px;
	}

.author {
	font-size:0.8em;
	font-weight:bold;
	}

.meta {
	font-size:12px;
	color:#333;
	text-indent:14px;
	}

.meta a {
	color:#333;
	}
.meta1 {
	font-size:12px;
	color:#333;
	font-weight:normal;
	}

.meta1 a {
	color:#333;
	}

#headline p, #featured p {
	margin:0;
	}


/* Content Page*/

#content {
	width:708px;
	background:#fff;
	padding:10px;
	font-size:1.05em;
	line-height:1.75em;
	float:right;
	min-height:400px;
	}

#content .breadcrumbs, #content .breadcrumbs a {
	font-weight:bold;
	color:#333;
	}

#content h2.title {
	font:2.2em Georgia;
	font-weight:bold;
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}
#content h3.title {
	letter-spacing:-0.05em;
	border-bottom:1px solid #ddd;
	border-top:3px solid #ddd;
	padding:5px 0px;
	}

.post {
	font-size:1.05em;
	line-height:1.75em;
	}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px dotted #ccc;
	margin:10px 0px;
	}

.post ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.post ul li, #front-list ul li {	
	list-style:square;
	margin-left:30px;
	}

.post ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.post ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
	}

.post img, .post a img, #front-list img, #archive img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.post .ads {
	margin-top:10px;
	}

.entry {
	margin-top:20px;
	}

#stats {
	margin-top:0px;
	padding:4px 0px;
	text-transform:uppercase;
	font:0.8em Arial;
	display:block;
	}

#stats span {
	padding: 0px 20px 0px 0px;
	}

#stats span a:hover {
	background:none;
	}

#stats span a {
	color:#333;
	}

#stats img, #nav img {
	border:0px;
	margin:0px;
	padding:0px;
	}

#tools {
	width:590px;
	height:25px;
	font-size:0.95em;
	}

#tools a:hover {
	background:none;
	}

.navigation {
	padding:5px 0px;
	text-align:Center;
	}

/* Sidebar*/
#sidebar1 {
	width:220px;
	float:left;
	margin:0px;
	margin-left: 2px;
	margin-top: 2px;
	}
#sidebar {
	width:320px;
	float:left;
	margin:0px;
	margin-top: 10px;
	}

#sidebar h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:url(images/featuredn.png) no-repeat;
	border-bottom:1px solid #333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 3px 3px 18px; 
	}
#sidebar1 h3 {
	font:1.1em Arial;
	font-weight:bold;
	background:url(images/featuredn.png) no-repeat;
	border-bottom:1px solid #333;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 3px 3px 18px; 
	}

#sidebar-top, #sidebar-bottom {
	width:296px;
	float:right;
	padding:0px 10px 10px 10px;
	border: 1px #ccc solid;
	border-bottom: none;
	background:#fff url(images/box-bot.png) repeat-x bottom;
	}
#sidebar-top1, #sidebar-bottom1 {
	width:196px;
	float:left;
	padding:0px 10px 10px 10px;
	border: 1px #ccc solid;
	border-bottom: none;
	background:#fff url(images/box-bot.png) repeat-x bottom;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:318px;
	float:right;
	}
#sidebar-middle1 {
	width:218px;
	float:left;
	}

#sidebar-left {
	width:134px;
	padding:0px 10px 10px 10px;
	float:left;
	border: 1px #ccc solid;
	border-bottom: none;
	background:#fff url(images/box-bot.png) repeat-x bottom;
	}

#sidebar-right {
	width:134px;
	padding:0px 10px 10px 10px;
	float:right;
	border: 1px #ccc solid;
	border-bottom: none;
	background:#fff url(images/box-bot.png) repeat-x bottom;
	}


#sidebar li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}
#sidebar1 li {
	list-style:none;
	border-bottom:1px dotted #ccc;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}
#sidebar1 li ul li:last-child{
	list-style:none;
	border-bottom:0px dotted #ccc;
	display:block;
	padding:2px 0px 0px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}


/* Form Elements */

select {
	border:1px solid #333;
	width:100%
	}
	
.field {
	padding: 2px;
	border:1px solid #333;
	background:#fff;
	font-size:1.0em;
	}

#s {
	padding:1px;
	font-size:1.0em;
	width:150px;
	}
	
#searchsubmit {
	padding-left:5px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 99%;
	margin-top:5px;
	}



/* Comments*/

.commentlist cite {
	font-style:normal;
	margin-bottom:4px;
	display:block;
	}	

.commentlist blockquote {
	background:#ededed;
	}
			
.commentlist li {
	padding: 10px 0px 10px 0px;
	list-style:none;
	margin-bottom:3px;
	}

.commentlist li li {
	background:none;
	border:none;
	list-style:square;
	margin:3px 0 3px 20px;
	padding:3px 0;
	}

.commenttext {
	padding: 10px 10px 0px 10px;
	background:#f2f2f2;
	border-top:1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width:495px;
	float:right
	}
		
.commentlist cite strong {
	font-size:1.1em;
	}
	
li.my_comment {
	background: #FFF;
	border:none;
	}

li.my_comment cite strong {
	font-size: 1.3em;
	color:#313228;
	}
	
#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	color:#4d4d4d;
	display: block;
	margin-top:3px;
	text-align:right;
	font-size:0.9em;
	}

.commentmetadata a, .commentmetadata a:visited {
	color:#959382;
	}
	
.commentlist small {
	background:#e9e9e9;
	}

.avatar {
	border:1px solid #bbb;
	margin:0px 10px 0px 0px;
	float:left;
	padding:2px;
	width:55px;
	height:55px;
	}	

#comment {
	width:590px;
	background:#fff;
	}

/* Footer*/

#front-popular {
	font-size:0.7em;
	color:#fff;
	width: 940px;
	background:#2C2C2C url(images/bottombar.gif) bottom no-repeat;
	margin: 0 auto;
	padding:10px;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
.links {
width:100%;
background:none;
color:#333;
font-size:11px;
padding:5px 0px;
float:left;
}

.links a {
text-decoration:none;
color:#333;
}

.links a:hover {
color:#333;
text-decoration:none;
}

.links .comment {
display:block;
float:left;
background:url(images/comment.gif) no-repeat left center;
padding-left:10px;
margin-right:15px;
}

.links .feed {
display:block;
float:left;
background:url(images/feed.gif) no-repeat left center;
padding-left:10px;
margin-right:15px;
}

.links .cat {
display:block;
float:left;
background:url(images/categories.gif) no-repeat left center;
padding-left:10px;
margin-right:15px;
}

.links .clock {
display:block;
float:left;
background:url(images/clock.png) no-repeat left center;
padding-left:10px;
margin-right:15px;
}
#boxtop {
	width:278px;
	float:left;
	color:333;
	font-weight:bold;
	margin-bottom:2px;
	padding:0;
	border: 1px #666 solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: none;
	background:#ccc url(images/box-bot1.png) repeat-x bottom;
	}
.readmore { float: left; margin-top: 2px; }
.readmore a:link, .readmore a:hover { color: #1D75CF; }
.titles-featured a, .titles-featured a:hover, .titles-featured { font-size: 30px; display: block; margin-bottom: 10px; margin-top: 5px; }
.post-info3 { color: #000; font-size: 10px; }
#left-div { width: 646px; float: left; }
.post-info { background-image: url(images/folder.gif); background-repeat: no-repeat; background-position: left; color: #FFF; font-weight: bold; padding: 4px 9px; display: block; float: left; background-color: #004E74; margin-bottom: 19px; }
.post-info2 a:visited, .post-info2 a:link { color: #292929; }
.post-info a:visited, .post-info a:link { color: #FFF; }
.post-info2 { color: #292929; padding: 4px 12px; display: block; float: left; background-color: #E9E9E9; margin-bottom: 19px; }

.ltitle{
	padding:2px 5px;
	line-height:22px;
	background:#CF0047;
	position:absolute;
	color:#fff;
	left:10px;
	top:-13px;
}
.box{

	background:#004E72;
	margin:5px 0px 1px 2px;
	width:218px;
	float:left;
	display:inline;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:1px solid #fff;
}
.box1{

	background:#004E72;
	margin:5px 0px 1px 2px;
	width:380px;
	float:left;
	display:inline;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box2{

	margin:5px 0px 1px 2px;
	width:260px;
	float:left;
	display:inline;
		border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.boxim{
	margin:5px 0px;
	border:1px solid #fff;
}
.sentry{
	padding:2px 2px;
	color:#fff;
	font-size:11px;
	line-height:14px;
}
.sentry1{
	padding:2px 2px;
	color:#fff;
	font-size:12px;
	line-height:14px;
}
.box h2{
	font-family:Arial,Tahoma,sans-serif;
	font-size:12px;
	color:#fff;
	margin:0px;
	padding:2px;
	font-weight:normal;

}

.box h2 a:link,.box h2 a:visited{
	color:#fff;
}
#slike {
	padding:2px;
	}