/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: "Verdana", "Tahoma", "Helvetica", sans-serif; 
	
}

html {
	background: #000 url(../images/left_back.jpg) left repeat-y;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}
img {
	border:0;	
}
a {
	color:#fff;
		
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	width: 100%; 
	height:100%;
	min-height:100px;
	margin: 0 auto;
	
}
#ContentHold { 
	position:relative;
	padding-top:90px;
	padding-left:10px;
	width: 80%;
	height:100%;
	min-height:100px;
	margin-left: 169px;
	background:  url(../images/middle_back.jpg) no-repeat left top;
}
#Layout {
	width: 760px;
	clear: both;
	overflow: hidden;
	margin: 15px auto;
}
#Container {
	width: 100%;
	height:100%;
	display: inline-block;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 100%; 
 	height:89px;
 	max-height:89px;
 	margin: 0 auto;
	overflow: hidden;
	background: #000 url(../images/top_back.jpg) repeat-x left center;
	z-index:2;
	position:relative;
}
 	#Header h1 { 
	  	color: #fff; 
		font-size: 3.2em; 
		font-family: Tahoma, Verdana, sans-serif;
		font-weight: 300;
		padding: 20px 0 0 30px;
	}
	#Header p {
		font-size: 1.4em;
		color: #fff;
		clear: left;
		margin: 0 0 0 100px;
	}
#logo {
	margin: 0 auto;
}
#LangChoose {
	position:absolute;
	right:50px;
	bottom:20px;
	z-index:30;
}
#LangChoose a {
	font-size: 12px;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	display: block; 
	padding: 0 0 0 10px;
	color: #fff;
}
#LangChoose a:hover span{
	cursor: pointer;
	border-bottom: 2px solid #FFFFFF;
	
}

#LangChoose ul li{
	float:left;
	
}
/* MAIN NAVIGATION - TABS
----------------------------------------- */

#Navigation {
	float:left;
	width: 169px;
	margin: 0 auto;
	height:auto;
}
	 #MainList { 
 		margin-right: 20px;
	}
		#MainList li { 
			
	 		list-style: none; 
			margin: 0 2px;
			margin-top:8px; 
			display: block;
		}
  			#MainList li a { 
				font-size: 12px;
				text-align: right;
				text-transform: uppercase;
				text-decoration: none;
				display: block; 
				padding: 0 0 0 10px;
				color: #fff;
			}
					#MainList li a:hover { 
			 			color: #fff;
						cursor: pointer;
					}
					#MainList li a:hover span {
						cursor: pointer;
						border-bottom: 2px solid #FFFFFF;
						
					}
					
    			#MainList li a.current span,
				#MainList li a.section span,
	    		#MainList li a.section:hover span,
				#MainList li a.current:hover span {
					border-bottom: 2px solid #FFFFFF;
					color: #fff;
				}
				
     #SubList { 
 		padding-right: 5px;
 		border-right: 1px solid #ccc;
	}
		#SubList li { 
			
	 		list-style: none; 
			margin: 0 2px;
			margin-top:8px; 
			display: block;
		}
  			#SubList li a { 
				font-size: 10px;
				text-align: right;
				text-transform: uppercase;
				text-decoration: none;
				display: block; 
				padding: 0 0 0 10px;
				color: #ccc;
			}
					#SubList li a:hover { 
			 			color: #fff;
						cursor: pointer;
					}
					#SubList li a:hover span {
						cursor: pointer;
						border-bottom: 1px solid #FFFFFF;
						
					}
					
    			.currentSub.last_child span{
					border-bottom: 1px solid #ccc;
					color: #fff;
				}
    
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #fff;
	text-align: left;
	margin: -55px 5px 60px 80px;
	font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
	#Breadcrumbs p {
		margin: 0;
	}
#Breadcrumbs a{ 
 	color: #fff;
	text-align: left;
	margin: 0px 5px 10px 0;
	font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
}
#Breadcrumbs a:hover{ 
 	color: #fff;
	text-align: left;
	margin: 0px 5px 10px 0;
	font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 2px solid #FFFFFF;
}

/* SIDEBAR
-------------------------------------- */
/*
#Sidebar { 
 	float: left;  
	margin: 10px 0 0 0;
	padding: 0;
}
	#Sidebar .sidebarBox {
		margin: 0 0 5px 0;
		padding-bottom: 2px;
		}
		
	#Sidebar ul {
		margin: 2px 0 5px 3px;
	}
		#Sidebar li {
			margin: 8px 2px;
			list-style: none;
		}
	#Sidebar h3 { 
		clear: both; 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
	}
	
	#Sidebar .sidebarBottom {
		height: 15px;
		display: block;
		margin: -5px 0 0 0;
	}
	#Sidebar a em {
		font-style: normal;
		font-size: 12px;
				text-align: right;
				text-transform: uppercase;
				text-decoration: none;
				display: block; 
				padding: 0;
				color: #fff;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	*/
	/* MENU2 */
    #Menu2 {
	float:left;
	margin: 7px 30px 20px 0;
	z-index:2;
	
    }
	 #Menu2 ul { 
 	}
		#Menu2 ul li { 
			list-style: none; 
			margin: 0 2px;
			margin-top:8px; 
			display: block;
		}
  			#Menu2 ul li a { 
				font-size: 12px;
				text-align: left;
				text-transform: uppercase;
				text-decoration: none;
				display: block; 
				color: #fff;
				font-style: normal;
			}
					#Menu2 ul li a:hover { 
			 			color: #fff;
						cursor: pointer;
					}
					#Menu2 ul li a:hover span {
						cursor: pointer;
						border-bottom: 2px solid #FFFFFF;
						
					}
					
    			#Menu2 ul li a.current span,
				#Menu2 ul li a.section span,
	    		#Menu2 ul li a.section:hover span,
				#Menu2 ul li a.current:hover span {
					border-bottom: 2px solid #FFFFFF;
					color: #fff;
				}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid #ddd;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* SEARCH FORM 
-----------------------------------------------*/
html #SearchForm_SearchForm {
	float: right;
	width: 240px;
	margin: 5px;
}
html #SearchForm_SearchForm .middleColumn {
	float: left;
	width: 164px;
	margin: 0 5px 0 0;
	padding: 2px;
	background-color: #51a9df;
	
}
	html #SearchForm_SearchForm .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
html #SearchForm_SearchForm #SearchForm_SearchForm_action_results {
	float: left;
	margin-top: 2px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}
/* ----------- Page content --------------------- */

#PageContent {
	color:#fff;
	margin-bottom: 20px;	
}

/* FOOTER
----------------------------------------------- */

#Footer { 
	position:inherit;
	bottom:10px;
	color:#fff;
	vertical-align:baseline;
	margin-top:100px;
	clear: both;  
	width: 400px; 
	padding-left:180px;
	text-align: left; 
}
#Footer a{ 
	text-decoration:none;
	border-bottom:1px solid #ff0000;
}
	
			
#galerija a {
	text-decoration: none;
}
#galerija img {
	border: 1px solid #7F7F7F;
}