﻿/************************************************************************************************************
 *	CSS File - Gostilna Ĺ iker
 *	@media		screen
 *	@author		Kreativne ideje d.o.o.
 *	@URL		www.kreativne-ideje.si
 *	@date		December 2009
 ***********************************************************************************************************/

 
 /********************************************************************
 *	General Styles
 *******************************************************************/
* {
    margin: 0;
    padding: 0;
    }

body {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #B7B7B7;
    background-color: #2E2E2E;
    text-align: left;
    }

img {
    border: 0;
    }
    
h1 {
	font-size: 20px;
	}
	
h3 {
	font-size: 15px;
	padding-top: 35px;
	padding-bottom: 25px;
	}
	
.kaliskaText {
	width: 800px;
	padding-bottom: 25px;
	}
	
.albumTitle {
	padding: 5px 0;
	font-weight: bold;
	}
	
.albumText {
	width: 250px;
	padding-top: 5px;
	}
	
.inputSearch {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color: #BCBDC1;
	border: none;
	font-size: 11px;
	width: 120px;
	margin-top: 3px;
	margin-right: 10px;
	display: block;
	float: right;
	}
	
.goSearch {
	display: block;
	float: right;
	padding: 2px 5px;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	}
	
.subscribeText {
	float: right;
	padding-right: 10px;
	}
   
/********************************************************************
 *	General Structure
 *******************************************************************/
/*#container {
	float: left;
	width: 100%
	}*/

/********************************************************************
 *	Header
 *******************************************************************/	
.language a {
	color: #B7B7B7;
	text-decoration: none;
	}
	
.language a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}


/********************************************************************
 *	Flash
 *******************************************************************/
/*#flash {
	float: left;
	width: 80%
}*/
	
/********************************************************************
 *	Content
 *******************************************************************/
#content {
	float: left;
	width: 900px;
	}
	
#content .inContent {
	float: left;
	width: 900px;
	padding-top: 46px;
	padding-left: 30px;
	}
	
#content .menu {
	float: left;
	width: 270px;
	}
	
#content .menu .menuLink {
	float: left;
	width: 270px;
	height: 24px;
	padding-bottom: 13px;
	}
	
#content .main {
	float: left;
	width: 600px;
	}
	
#content .main p {
	line-height: 150%;
	}
	
#content .main a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#content .main a:hover {
	text-decoration: none;
	}
	
/********************************************************************
 *	Footer
 *******************************************************************/
#footer {
	clear: left;
	float: left;
	width: 900px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
#footer .inFooter {
	float: right;
	width: 900px;
	padding-top: 25px;
	}
	
#footer .footLink {
	float: right;
	padding-left: 25px;
	}
	
	
/**************************************************
 *		Error Block
 **************************************************/	
.errorDiv .errorMessage1 {
	padding-top: 55px;
	}
	
.errorDiv .errorMessage2 {
	padding-top: 35px;
	}

.errorDiv .warrning {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 25px;
	}
	
.errorDiv a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.errorDiv a:hover {
	text-decoration: none;
	}