/*
Theme Name: Idézetek
Theme URI:http://wordpress.bustatheme.com/coda/
Description:The Coda Slider inspired wordpress theme by <a href="http://greg-j.com/">Greg Johnson</a>.
Version:1.0
Author:Greg Johnson
Author URI:http://greg-j.com/
Tags:coda, jquery, slider, dark, fixed
*/

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
blockquote:before, blockquote:after, q:before, q:after{content:""}
blockquote, q{quotes:"" ""}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}

body{
	font-family:Arial, Helvetica, sans-serif;
	background:#643800 url(images/body_bg.jpg) center top repeat-x;
}

#header{
	margin:0 auto;
	padding:0;
	width:900px;
	height:166px;
	background:url(images/header_bg.jpg) center top no-repeat;
	position:relative;
}
	#header h1 a, 
  #header h3 a
	{
    position: absolute; display: block;
    width: 300px; height: 150px; left: 45px;
  }
	#header h3 a { top: 100px; width: 90px; height: 65px; left: 650px; }
	
  #header h3.rss a { left: 750px; }
  #header h3.szerzok a { left: 570px; width: 150px }
  	

	h5{
		padding:20px 90px;
		font-size:28px;
		letter-spacing:-2px;
		font-weight:bold;
		color:#fff599;
	}
	
	
	#header h1 a span,
  #header h3 a span,		
	#header h2{
		display:none;
	}
	#header ul{
		margin:0 auto;
		height:100px;
		width:800px;
	}
		#header ul li{
			display:block;
			float:left;
			width:266px;
			height:100px;
		}
			#header ul li a{
				display:block;
				position:relative;
				width:266px;
				height:100px;
			}
				#header ul li a strong{
					display:none;
				}
				#header ul li a span.hover{
					display:block;
					position:absolute;
					width:266px;
					height:100px;
				}
				#go_download a{
					background-position:0 0;
				}
					#go_download a .hover{
						background-position:0 -100px;
					}
				#go_learn{
					padding:0 1px;
				}
				#go_learn a{
					background-position:-267px 0;
				}
					#go_learn a .hover{
						background-position:-267px -100px;
					}
				#go_talk a{
					background-position:-534px 0;
				}
					#go_talk a .hover{
						background-position:-534px -100px;
					}

#page_header{
	margin:0 auto;
	width:900px;
	height:110px;
	background:url(images/page_header.jpg) center top no-repeat;
}
	#page_header p,
	#page_header h3
{
		display:none;
	}

#page{
    width:900px;
    margin:0 auto;
	background:url(images/page_bg.jpg) 50% 50px no-repeat;
}
	#slider{
		width:800px;
		margin:0 auto;
		position:relative;
	}

	#page .navigation{
		padding:0 0 0 20px;
		height:50px;
		background:url(images/page_navigation_bg.png) center top no-repeat;
		overflow: hidden;
	}
	
	#page .navigation li{
		height:50px;
		float:left;
		padding:0 2px 0 0;
	}
	
	#page .navigation a{
		display:block;
		height:50px;
		line-height:50px;
		float:left;
		padding:0 1px 0 0;
		font-size:13px;
		color:#301700;
		font-weight:bold;
	}
		#page .navigation a:hover,
		#page .navigation a.selected{
			color:#FFE917;
			background:url(images/page_navigation_a.png) right top no-repeat;
		}
	#page .navigation a span{
		display:block;
		height:50px;
		float:left;
		padding:0 25px;
	}
		#page .navigation a:hover span,
		#page .navigation a.selected span{
			background:url(images/page_navigation_span.png) left top no-repeat;
		}
	#page .navigation a:focus{
		outline:none;
	}

	#page .scroll{
		height:390px;
		width:760px;
		margin:0 auto;
		overflow:auto;
		position:relative;
		clear:left;
	}
	
		#page .scrollContainer .panel{
			padding:20px;
			height:510px;
			width:720px;
			overflow:hidden;
		}		
			#page .panel p{
				padding:1em 0 1em 0;
			}
			#page .panel .bookmark{
        color: #000;
      }
			#page .panel h3{
				font-size:28px;
				padding:0 0 .5em 0;
				letter-spacing:-2px;
				color:#000;
				font-weight:bold;
			}
			#page .panel h4{
				padding:0 0 .5em 0;
				font-size:15px;
				letter-spacing:-0.5px;
				font-weight:bold;
				color:#ac9c00;
			}
			#page .panel strong{
				color:#33333e;
			}
			#page .panel em{
				font-style:italic;
			}
			#page .panel a{
				white-space:nowrap;
				color:#331d01;
				font-weight:bold;
			}
				#page .panel a:hover{
					text-decoration:underline;
				}
			#page .panel .gallery img{
				padding:2px;
				border:solid 1px #c0c5d6;
			}
			#page .panel blockquote,
			#page .panel ul,
			#page .panel ol,
			#page .panel pre{
				font-size:12px;
				margin:1em 2em 2em 2em;
				padding:10px 15px;
				background:#ecedf3;
			}
			#page .panel blockquote p{
				padding:.4em 0 !important;
				text-indent:0 !important;
			}
			#page .panel li{
				list-style-position: inside;
				padding: 0 0 .5em 0;
			}
				#page .panel ul li{
					margin:0 0 0 1em;
					list-style:square;
				}
				
				#page .panel ol li{
					margin:0 0 0 1.5em;
					list-style:decimal;
				}
			#page .panel pre{
				line-height:1em;
				color:#1C194C;
				font-size:13px;
				overflow:auto;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
			}
			#page .panel code{
				padding:0 3px;
				color:#33333e;
				background:#f8f8f8;
				border:solid 1px #e5e5e5;
				font-size:13px !important;
			}
			
			#page .panel .gallery{
				text-align:center;
			}

	#page .scrollButtons{
		width:30px;
		height:30px;
		position:absolute;
		top:180px;
		cursor:pointer;
	}
		#page .scrollButtons a{
			display:block;
			height:30px;
			width:30px;
		}
		#page .scrollButtons span{
			display:none;
		}
		#page .scrollMeLeft{
			left:-40px;
		}
			#page .scrollMeLeft a{
				background:url(images/left_right.png) 0 0 no-repeat;
			}
			#page .scrollMeLeft a:hover{
				background:url(images/left_right.png) 0 -30px no-repeat;
			}
		#page .scrollMeRight{
			right:-40px;
		}
			#page .scrollMeRight a{
				background:url(images/left_right.png) -30px 0 no-repeat;
			}
			#page .scrollMeRight a:hover{
				background:url(images/left_right.png) -30px -30px no-repeat;
			}

#page_footer{
	width:900px;
	margin:0 auto;
}
	#page_footer p,
	#page_footer ul
  {
		padding:0 70px 30px 70px;
		font-size:13px;
		color:#fff599;
		line-height:1.5em;
	}
		#page_footer p a,
		#page_footer li a
    {
			color:#ffe917;
		}
			#page_footer p a:hover{
				text-decoration:underline;
			}

#footer
{
	height:90px;
	border-top:solid 1px #daa400;
	background:#000 url('images/footer_bg.jpg') center top no-repeat;
	font-size:11px;
}
	#footer p{
		width:900px;
		overflow:hidden;
		margin:0 auto;
		color:#ffffff;
	}
		#footer span{
			display:block;
			height:90px;
			line-height:90px;
		}
		#footer .left{
			float:left;
		}
		#footer .right{
			float:right;
		}
		#footer a{
			color:#daa400;
		}
			#footer a:hover{
				text-decoration:underline;
			}
			
span.email_link a
{
  color: #601301 !important;
}

ul.szerzok
{
  padding-left: 70px;
}

ul.szerzok a,
.car-container a 
{ color: #FFE917; }

ul.szerzok a:hover,
.car-container a:hover
{ color: #fff; font-weight: bold }

ul.car-monthlisting li span 
{
 display: none;

}

.car-yearmonth
{
  color: #FFF599;
  font-size: 22px;
  font-weight: bold;
padding-bottom: 10px;
}

div.hirdetes
{
   height: auto;
   width: 100%;
   margin-bottom: 5px;
}

div.hirdetes div.belso
{
    margin: 0 auto;
    width: 800px;
    padding-top: 5px;
}

div.hirdetes div.belso a
{
  color: #fff;
  font-size: 13px;
}
