/* #################################################
   ##  Name: Kipu v2                              ##
   ##  Author: BlackSnail                         ##
   #################################################
*/

body {
	background: #000000 url(../images/back-f.jpg) repeat top center;
	color: #ffffff;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, serif;
	text-align:center;
}


/**********************************************
	Global Styles
***********************************************/

a {
	color: #c17f0e;
	text-decoration: none;
}

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

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

a:active {
	color: #c17f0e;
	text-decoration: none;
}

a img {
	border: 0;
}

h2 a, h2 a:hover, h2 a:visited, h2 a:active {
	font-size: 18px;
	color: #c17f0e;
}

img {
	margin: 15px 0;
}

h1, h2, h3, h4, h5 {
	color: #c17f0e;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.5em;
	text-align:left;
}

h1 { 
	font-size: 26px; 
	letter-spacing: -1px; 
}

h2 { 
	font-size: 24px;
	letter-spacing: -.7px; 
}

h3 { 
	font-size: 21px; 
	letter-spacing: -.4px;
	margin-bottom: 0;
}

h4 { font-size: 18px; margin-bottom: 0; margin-left:auto; margin-right:auto; text-align:center;}
h4 img {margin-left:auto; margin-right:auto;}

h5 { font-size: 16px; margin-bottom: 0; }

p, blockquote, dl, ul, ol, tr, th, td, form, textarea { line-height: 2em; }

p {
	padding: 0 0 15px 0;
	margin: 0;
}

blockquote {
	font-style: italic;
	text-align:left;
}

small {
	color: #999999;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-align:left;
}

big {
	font-size: 14px;
	font-weight: bolder;
}

ul { list-style-type: square; }

ul.divided_list {
	margin: 0;
	padding: 0;
}

ul.divided_list li {
	list-style-type: none;
	border-bottom: 1px solid #DDDDDD;
	padding: 12px 0 3px 5px;
}

ul.horizontal_list {
	font-size: 12px;
	margin: 10px 0 0 0;
	padding: 0;
}

ul.horizontal_list li {
	display: inline;
	list-style-type: none;
	padding-left: 30px;
}

hr {
	clear: both;
	height: 1px;
	color: #DDDDDD;
	background-color: #DDDDDD;
	border: 0;
	margin: 15px 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 20px;
}

legend {
	font-weight: bolder;
}

input, textarea {
	background: #F5F5F5;
	border: 1px solid #D5D5D5;
	padding: 10px;
	text-align:left;
}

button {
	background: #333333;
	height: 100%;
	font-weight: bolder;
	padding: 10px 20px 10px 20px;
	color: #FFFFFF;
	border: none;
}

button:hover {
	background: #666666;
	cursor: pointer;
}

table {
	width: 100%;
}

tr, th, td {
	text-align: left;
}

.leftimg {
	float: left;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding: 7px;
	margin: 0 15px 15px 0;
}

.rightimg {
	float: right;
	background: #F5F5F5;
	border: 1px solid #DDDDDD;
	padding: 7px;
	margin: 0 0 20px 30px;
}

.spacer-big{
	height:75px;
	clear:both;
}

#rnea{
	margin:0 auto;
	padding:0;
	width:562px;
	height:537px;
	background: transparent url(../images/kipu-rnea-cover.jpg);
}
#rnea a{
	position:relative;
	display:block;
	width:562px;
	height:537px;
}
#hall{
	margin:0 auto;
	width:562px;
	height:44px;
	background: transparent url(../images/listen.jpg);
	background-position:0px 0px;
}
#hall a{
	position:relative;
	display:block;	
	width:562px;
	height:44px;
}
#hall:hover{
	height:44px;
	background-position:0px -44px;
}
#tovabb{
	margin:0 auto;
	width:562px;
	height:42px;
	background: transparent url(../images/tovabb.jpg);
	background-position:0px 0px;
}
#tovabb a{
	position:relative;
	display:block;	
	width:562px;
	height:42px;
}
#tovabb:hover{
	height:42px;
	background-position:0px -42px;
}
#about-b{text-align:justify;}
/**********************************************
	Header
***********************************************/

#header {
	background: transparent;
	text-align:left;
}

#header a, #header a:hover, #header a:active, #header a:visited {
	text-decoration: none;
}

#header h1 {
	color: #FFFFFF;
}

.header_container {
	background: transparent;
	width: 960px;
	height: 95px;
	padding-top: 25px;
	margin: 0 auto;
}

.header_container div.rnea {
	width:105px; height:50px; float:right; padding:36px 18px 0 0; z-index:10;
}
.header_container div.contact {
	width:205px; float:right; padding:47px 0 0;
	font:bold 9px/15px Verdana, Arial, Helvetica, sans-serif;
}
.header_container div.contact span {
	font-size:9px; text-transform:uppercase;
}
.header_container div.contact a {
	color:#998158; background-color:transparent;
}
.header_container div.contact a:hover {
	text-decoration:underline;
}
.navigation {
	position: absolute;
    width:960px;
	top: 91px;
	height:21px;
}

.navigation ul {
	margin: 0;
	padding: 0;
	height:21px;

}

.navigation li {
	list-style-type: none;
	display: inline;
	margin-right: -2px;
	font-weight: bolder;
	float:left;
	list-style:none;
	display:inline;
	height:21px;
	
}

.navigation li a {
	padding: 10px 20px 9px 10px;
	font-size: 16px;
	/*background: url(../images/nav_linkbg.gif) repeat-x; */ /*a menü gombok mögött*/ 
	height: 21px;
	color: #c17f0e;
}

.navigation li a:hover {
	height: 21px;
	color: #9d180a;
}

.navigation li a.selected {
	font-weight: bolder;
	color: #7f1408;
	height:21px;
}
#navi ul li#index a {display:block;width:63px;height:0px;background: url(../images/btn_index.png) 0 0 no-repeat;}
#navi ul li#index a:hover {background-position:0 -21px;height:21px;}
#navi ul li#about a {display:block;width:78px;height:0px;background: url(../images/btn_about.png) 0 0 no-repeat;}
#navi ul li#about a:hover {background-position:0 -21px;height:21px;}
#navi ul li#media a {display:block;width:54px;height:0px;background: url(../images/btn_media.png) 0 0 no-repeat;}
#navi ul li#media a:hover {background-position:0 -21px;height:21px;}
#navi ul li#gal a {display:block;width:71px;height:0px;background: url(../images/btn_gal.png) 0 0 no-repeat;}
#navi ul li#gal a:hover {background-position:0 -21px;height:21px;}
#navi ul li#lyrics a {display:block;width:108px;height:0px;background: url(../images/btn_lyrics.png) 0 0 no-repeat;}
#navi ul li#lyrics a:hover {background-position:0 -21px;height:21px;}
#navi ul li#links a {display:block;width:62px;height:0px;background: url(../images/btn_links.png) 0 0 no-repeat;}
#navi ul li#links a:hover {background-position:0 -21px;height:21px;}

/**********************************************
	Content
***********************************************/

#container {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	text-align:left;
}

.hiddencontent {
	display: none;
}

/* Main page Layout */
.news {
	float: left;
	width: 585px;
	margin-right: 50px;
	margin-top: 15px;

}

.tourdates {
	float: left;
	width: 285px;
	margin-top: 15px;
}

/* Three Column Layout */
.column1 {
	float: left;
	width: 285px;
	margin-top: 15px;
}

.column2 {
	float: left;
	width: 285px;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 15px;
} 

.column3 {
	float: left;
	width: 285px;
	margin-top: 15px;
}


/* Two Column Layout */
.twocols_left {
	float: left;
	width: 445px;
}

.twocols_right {
	float: right;
	width: 445px;
	font-size: 12px;
}

/* Uneven Two Column Layout */
.uneven2cols_left {
	float: left;
	width: 600px;
}

.uneven2cols_right {
	float: right;
	width: 310px;
	font-size: 12px;
}

#display {
	width: 960px;
	height: 300px;
	margin-bottom: 25px;
	text-align:left;
}

.Media_item img {
	padding: 7px;
	border: none;
	margin: 10px 0;
}

.Media_item .uneven2cols_left {
	padding-right: 30px;
}

.Media_item .uneven2cols_right {
	width: 310px;
	margin-top: 15px;
}

hr.Media {
	margin: 25px 0;
}

.success {
	background: #b9ee99;
	width: 100%;
	height: 35px;
	padding: 15px;
	margin-bottom: 15px;
	line-height: 2.5em;
	border: 1px solid #67c82c;
	color: #487c29;
}

.bademail, .badserver {
	background: #f9b29c;
	width: 100%;
	height: 35px;
	padding: 15px;
	margin-bottom: 20px;
	line-height: 2.5em;
	border: 1px solid #ea6353;
	color: #8a352a;
}

.success img, .bademail img, .badserver img {
	margin: 0;
}

#Linkek {
	width: 100%;
	text-align:left;
}

#Linkek form label {
	display: block;
	font-weight: bolder;
	line-height: 1.3em;
}

#Linkek form input, textarea {
	width: 100%;
	margin: 10px 0 25px 0;
	color: #444444;
	line-height: 1.7em;
}

#Linkek button{
	float: right;
	margin: 0 -20px 10px 0;
}
/**********************************************
	Galéria
***********************************************/
#Galeria .bal {display:block;float:left;width:280px;}
#Galeria .jobb {display:block;float:right;width:455px;}

div.photos{margin:0 0 15px 5px; overflow:auto; height:1%; width:955px; }
.photos a{margin-left:12px; display:inline; margin-bottom:8px; width:120px; float:left;}
.photos a:hover{border-color:#000000;}
.photos img{float:left; display:block;}
/**********************************************
	Footer
***********************************************/

#footer {
	border-top: 1px solid #DDDDDD;
	height: 50px;
	margin-top: 15px;
	padding-top: 30px;
	font-size: 12px;
	color: #999999;
	clear: both;
	text-align:left;
}

#footer ul {
	margin: -5px 0 0 0;
	padding: 0;
}

#footer li {
	display: inline;
	padding-left: 20px;
	list-style-type: none;

}


/* clearfix start */ 
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* clearfix end */ 