@charset "utf-8";
/* CSS Document */
/*
Theme Name: Zahnarzt in Sopron
Theme URL: http://www.zahnarzt-in-sopron.eu
Version: 1.0
Author:tigaman
Author URI: http://www.tigaman.hu
*/
@import url("css/reset.css");


body{
	background:url(images/bg.gif) repeat-y center;
	color:#8f8f8f;
	
}
#page{
	width:960px;
	margin:0 auto;
}

/* ----anchor---- */
a, a:link{
	color:#6db0da;
	text-decoration:none;
}
a:hover, a:active{
	color:#6db0da;
	text-decoration:underline;
}


/* ----headers---- */
h2, h3{
	/*background:url(images/nav_bg.png) no-repeat bottom center;*/
	font-family: 'Abel', sans-serif;
	text-transform:uppercase;
	color:#575757;
	margin-bottom:20px;
}
h2{
	font-size: 50px;
	line-height: 80px;
}
h3{
	font-size:40px;
	line-height:45px;
}
h4{
	font-size: 22px;
	color: #575757;
	margin-bottom: 20px;
	letter-spacing: 0px;
	
}
p{
	line-height: 20px;
	margin-bottom: 20px;
	text-align: justify;
	margin-top: 10px;
}

/* ----aside---- */
#sidebar{
	float:left;
	width:248px;
	position:fixed;
	padding-top:0px;
}

/* ----nav---- */
#nav{
	text-align:center;
	margin-bottom:20px;
}

#nav .logo{
	font-family: 'Abel', sans-serif;
	font-size:43px;
	text-transform:uppercase;
	text-align:center;
	color:#a08784;
	text-decoration:none;
	margin:20px 0;
	display:block;
	font-weight:normal;
	color:#a08784;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
}
#nav .logo span{
	font-size:15px;
	display:block;
	background:url(images/a_portfolio_bg.png) no-repeat center .2em;
	color:#c4bab7;
	font-weight:normal;
}

#nav ul{
	/*background:url(images/nav_bg.png) no-repeat bottom center;*/
	/* [disabled]font-family: 'Abel', sans-serif; */
	font-size: 18px;
	padding-top: 30px;
	background: url(images/nav_bg.png) no-repeat top center;
	text-transform: capitalize;
	letter-spacing: 0px;
}
#nav ul li{
	position:relative;
	margin-top:-7px;
}
#nav ul li a, #nav ul li a:link{
	color: #663300;
	text-decoration: none;
	padding: 19px 0 10px 0;
	display: block;
	/* [disabled]text-shadow: #7d6865 0px 1px 0px; */
}
#nav ul li a:hover{
	text-decoration: none;
	color: #634d4a;
	background: url(images/nav_active2.png) no-repeat 26px .1em;
}
#nav ul li.active{
	background:url(images/nav_active.png) no-repeat 26px .1em;
}
#nav ul li.active a{
	color: #663300;
	/* [disabled]text-shadow: #2b0d09 0px 1px 0px; */
}
#nav .bg_bottom{
	background:url(images/nav_bg.png) no-repeat bottom center;
	height:30px;
	
}

#main-content{
	float: right;
	width: 670px;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	letter-spacing: 1.5px;
	color: #666;
	margin-top: 10px;
}

#main-content ul 
{
	list-style-image: url(images/point.png);
	background-position: center top;
}
#main-content ul li 
{
	margin-left: 30px;
	height: 50px;
	padding-bottom: 0px;
}

#home, #work, #about, #contact{
	position:relative;
	margin-bottom:500px;
	float:left;
	width:100%;
	padding-top:20px;
}
#top{
	margin-bottom:0px;
}
#work, #about, #contact, .columns, .intro-text{
	padding:10px;
}
