/*
Theme Name: Dental Theme
Theme URI: http://www.advanced-simple.de
Description: a two column business blog theme for WordPress 2.x.
Version: 1.0
Author: Sven Albrecht
Author URI: http://www.advanced-simple.de
Tags: left sidebar with navi, two-columns, flexible design
*/
* {
	margin:0;
	padding:0;
}
article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
@font-face {
    font-family: 'QlassikMediumRegular';
    src: url('webfonts/Qlassik_TB-webfont.eot');
    src: url('webfonts/Qlassik_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/Qlassik_TB-webfont.woff') format('woff'),
         url('webfonts/Qlassik_TB-webfont.ttf') format('truetype'),
         url('webfonts/Qlassik_TB-webfont.svg#WindsongRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'QlassikBoldRegular';
    src: url('webfonts/QlassikBold_TB-webfont.eot');
    src: url('webfonts/QlassikBold_TB-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/QlassikBold_TB-webfont.woff') format('woff'),
         url('webfonts/QlassikBold_TB-webfont.ttf') format('truetype'),
         url('webfonts/QlassikBold_TB-webfont.svg#WindsongRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
img {
	border:0 none;
	max-width:100%;
	height:auto;
}
body {
	background:#fff6c7;
	font-family:Arial,sans-serif;
	font-size:small;
	line-height:1.05em;
	}
p, li, th, td {
	font-size:105%;
	line-height:1.6em;
	text-align:left;
}
p, ul, ol, blockquote, h2, h3, h4, h5, h6 {
	display:block;
}
ul{
 list-style:none;
}
h2 {
	border-bottom:2px solid #d5462f;
	clear:both;
	color:#d5462f;
	font-family:'QlassikBoldRegular';
	font-size:180%;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:15px;
	margin-top:14px;
	padding-left:6px;
}
h3 {
	font-size:150%;
	font-weight:bold;
}
h4 {
	clear:both;
	color:#814608;
	font-size:115%;
	font-weight:bold;
	line-height:1.4em;
	margin-top:15px;	
}
h5 {
	font-size:12px;
	font-weight:bold;
}
h6 {
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
acronym {
	cursor:help;
	border-bottom:1px dotted #333;
}
blockquote {
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666;
	font-family:Georgia,Times New Roman,Times,serif;
	font-style:italic;
	margin:1em;
	padding:12px;
}
a:link, a:visited, a:active {
	text-decoration:none;
}
.assistive-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.test{
  display:none !important;
}
/*#header {
	background:url(images/header-bg.jpg) repeat-x 0 0;
}*/
#header {
    background: none repeat scroll 0 0 #FCC58D;
    border-bottom: 6px solid #F19D45;
}
/*#header-inner{
	background:url(images/header-bottom.jpg) no-repeat 20% bottom;
	height:205px;
	left:3px;
	margin:0 auto;
	max-width:1100px;
	min-width:800px;
	position:relative;
	top:0;
	width:85%;

}*/
#header-inner {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
/*#header-inner h1 {
	font-size:180%;
	left:0;
	line-height:2em;
	position:absolute;
	text-align:center;
	bottom:-4%;
	width:55%;
}*/
#header-inner h1 {
    font-size: 180%;
    line-height: 2em;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
#header-inner h1 img{
  max-width:100%;
}
/*#header-inner #contact{
  color:#814608;
  background:#fee2c6;
  background:rgba(255,255,255,0.5); 
  border: 1px dotted #F09F43;
  float:right;
  width:38%;
  max-width:380px;
  padding:2%;
  margin:10px;
}*/
#header-inner #contact {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    border: 2px dotted #F09F43;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    border-radius: 3px;
    color: #814608;
    margin: 10px auto;
    max-width: 480px;
    min-width: 251px;
    padding: 2%;
    width: 93%;
}

#header-inner #contact h3{
  font-weight:bold;
  border-bottom:1px dotted;
  padding:0 0 8px;
  font-size:170%;
  }
#header-inner #contact p{
  float:left;
  width:40%;
  padding:10px 0 0;
  font-size:120%;
}
#header-inner #contact p.phone{
  text-align:right;
  width:60%;
  /*border-left:1px solid rgba(129,70,8,0.5);*/
}
.notice{
  border: 2px solid #f00;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  margin-top:1rem;
}

.news-head {
  color: #ff0000;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
#content .notice .news-text p{
	font-size:1rem;
	line-height:1.4;
}

#page {
	margin:0 auto;
	min-height:100%;
	text-align:left;
}
/*#main {
	margin:0 auto;
	width:85%;
	min-width:800px;
	max-width:1100px;
}*/
#main{
   width:100%;
}
/*#footer {
	font-size:85%;
	line-height:1.5em;
	padding:10px;
	margin:0 auto;
	width:85%;	
	min-width:800px;
	max-width:1100px;
	border-top:1px dashed #c69b65;
	color:#814608;
	
}*/
#map_canvas .mapp-layout{
	min-width:100%;
	max-width:100%;
	margin:0;
}
#footer{
	width:98%;  
	font-size:85%;
	line-height:1.5em;
	padding:10px 1%;
	margin:0 auto;		
	border-top:1px dashed #c69b65;
	color:#814608;	
}
#footer p{
  float:left;
}
#footer ul{
  float:right;
}
#footer a {
	border-bottom:1px dotted;
}
#footer a:hover {
	border-bottom:1px solid;;
}
#content div li.more {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	clear:both;
	float:left;
	font-size:110%;
	text-align:right;
	width:100%;
}


html, body {
	height:100%;
}
.cap {
	text-transform:uppercase;
}
/*content {
	color:#814608;
	float:right;
	line-height:1.5em;
	min-height:100%;
	width:66% !important;
	margin-bottom:40px;
}*/
#content{
   color:#814608;
   line-height:1.5em;
   min-height:100%;
   width:95%;
   margin:0 auto 40px;
}
/*#sidebar {	
	float:left;
	font-size:120%;
	margin:20px 0;
	width:30%;
}
[role="complementary"] {	
	float:left;
	font-size:120%;
	margin:20px 0;
	width:30%;
}*/
#sidebar, [role="complementary"]{
  float:none;
  width:95%;
  margin:0 auto;
}
#content a:link, #content a, #footer a{
  color:#814608;
  border-bottom:1px dotted;
  font-weight:bold;
}
#content a:hover, #content a:focus,#content a:active, #footer a:hover, #footer a:focus, #footer a:active {
  background:#e3c18e;
 }
#content .post{
	margin:10px 5px 0 0;
}
#content #post-10 h3{
   border-bottom:1px dashed #d1b682; 
   padding:10px 0 10px 30px;
   display:block;
   cursor:pointer;
   background:url(images/open-icon2.png) no-repeat 3px 50%; 
}

#content #post-10 h3[aria-expanded="true"]{
 background:url(images/close-icon2.png) no-repeat 3px 50%;
}
#content #post-10 h3[aria-expanded="true"]:hover, #content #post-10 h3[aria-expanded="true"]:focus{
 background: #e3c18e url(images/close-icon2-hover.png) no-repeat 3px 50%;
}

#content #post-10 h3:hover, #content #post-10 h3:focus{
  background:#e3c18e url(images/open-icon2-hover.png) no-repeat 3px 50%;
  color:#fff6c7;
  text-shadow: 0px 0px 1px #814608;
  }

#content .tabbody .staff > li{
  background:#f9deae;
  border:1px solid #e8d6a5;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  margin:20px 0;
  list-style:none;
  min-height:270px;
}

#content .tabbody .staff h4{
   background:#fff;
   font-size:140%;  
   border:1px solid #E8C694;
   color:#814608;
   font-weight:normal;
   display:inline;
   left:4%;
   padding:3px 20px;
   position:relative;
   top:-12px;  
}
/*#content .tabbody .staff ul{
  float:right;
  width:40%;
  margin:40px 40px 10px 0;
}*/
#content .tabbody .staff ul{
  width:90%;
  margin:0 5% 10px;
  padding-bottom:0;
}
#content .tabbody .staff ul li{
  background:url(images/ok-icon.png) no-repeat 3px 5px;
  padding-left:30px;
	line-height: 1.4;
  font-size: 1.1rem;
}
#content .fullimg img{
  max-width:100%;
}
/*#content .imgstaff {
	float:left;
	margin:5px 0 5px 3%;
	width:46%;
}*/
#content .imgstaff{
   float:none;
   width:90%;   
   margin:5px auto;
   
}
#content .imgstaff img{
	border: 8px solid #ffffff60;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;   
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}
#content .article{
    border-top: 1px solid;
    margin-top: 15px;
    padding-top: 10px;
}
#content .nav-previous {
    float: left;
    width: 50%;
}
#content .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
#content .nav-previous a, #content .nav-next a{
  padding:1%;
}
#content .nav-previous a:hover, #content .nav-next a:hover, #content .nav-previous a:focus, #content .nav-next a:focus, .meta a:hover, .meta a:focus{
  text-decoration:none;
  -moz-transform:scale(1.05);
  -webkit-transform:scale(1.05);
  -o-transform:scale(1.05);
  -ms-transform:scale(1.05);
  transform:scale(1.05);
}
#content .linked-image{
    background: #E3C18E;
    border: 1px dotted;
    display: block;
    padding: 2%;
	position:relative;
}
#content .linked-image:hover, #content .linked-image:focus{
   background:#814608;
}
#content .linked-image img{

}
#content .linked-image span{
    background: #FFFFFF;
    bottom: 5%;
    font-size: 120%;
    font-weight: bold;
    left: 0;
    padding: 13px 2% 13px 3%;
    position: absolute;
    text-transform: uppercase;
    width: 111px;
}
#content .linked-image span:after {
    border-color: transparent transparent transparent #FFFfff;
    border-style: solid;
    border-width: 23px 0 23px 23px;
    content: "";
    float: left;
    height: 0;
    position: absolute;
    right: -23px;
    top: 0;
    width: 0;
}
#content #post-20 table{
  border-collapse:collapse;
  margin-bottom:20px;
}
#content #post-20 table th, #content #post-20 table td{
  padding:8px 20px;
  border-bottom:1px solid #d1b682;
  font-size: 1.1rem;
} 
#content #post-20 table tr{

}
#content p.map{
  text-align:center;
}
#map_canvas {
    border: 10px solid #efe0af;
    margin: 10px auto 0;
   /* padding-bottom: 55%;*/
    min-height:350px;
    width: 90%;
}
.hideme{
    position:absolute;
    top:-32768px;
    left:-32768px; 
}

#content .entry {
	padding:25px 0 0;
	width:100%;
}
#content p, #content ul, #content ol {
	font-size:1.1rem;
	line-height:1.3;
	margin:0;
	padding:5px 0;
}
#content p.imgborder img , #content .ngg-gallery-thumbnail img{
  max-width:100%;
  padding:0;
  border:10px solid #efe0af;
   position:relative;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;  
}
#content .ngg-gallery-thumbnail img:hover{
  border-color:#d1b682;
}
#content .ngg-gallery-thumbnail a{
  border:none;
  display:block;
}
#content .ngg-gallery-thumbnail a:hover{
	background:none;
}
#content .ngg-navigation a.page-numbers, #content .ngg-navigation a.next, #content .ngg-navigation a.prev, #content .ngg-navigation span.page-numbers, #content .ngg-navigation span.next, #content .ngg-navigation span.prev{
  border:none;
}
#content p.imgfloat img{
   max-width:100%;
}

#content .imgfloat{
   float:left;
   margin:0 2% 0 0;    
}
#content .imgfloat a{
  border:none;
  display:block;
  padding:3px;
}

#content .alt{
  float:right;
  margin:0 0 0 2%; 
}
#content .entry a {
	color:#814608;
}

#content .tabs .panel{
  border:2px solid #efe0af;
  min-height:300px;
  width:100%;
}
#content .tabs .panel .tabbody{
  padding:15px 20px;
}

#content .tabs .current-info,#content  .tabs .accessibletabsanchor,#content .tabs .tabhead {
 left:-999em;
 position:absolute;
}
#content .tabs ul.tabs-list {
	margin:0;
	padding:10px 0 0;
	width:100%;
}
/*#content .tabs ul.tabs-list li {
	float:left;
	margin:0 1% 0 0;
	padding:7px 1% 3px;
	border:2px solid #EFE0AF;
	text-align:center;
	border-bottom:none;	 
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	position:relative;
	top:2px;
	width:29%;
}*/
 #content .tabs ul.tabs-list li{
	margin:0 1% 0 0;
	padding:7px 1% 3px;
	border:2px solid #EFE0AF;
	text-align:center;
	border-bottom:none;	 
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	position:relative;
	top:2px;
	width:98%;
}

#content .tabs ul.tabs-list .current {
	padding:5px 1%;
    background:#fff6c7; 
    cursor:normal;	
}
#content .tabs ul.tabs-list a {
	color:#D1B682;
	display:block;
	font-weight:bold;
	font-size:110%;
	text-decoration:none;
	border-bottom:1px dotted;
    padding-bottom:1px;	
}
#content .tabs ul.tabs-list a:hover, #content .tabs ul.tabs-list a:focus {
   border-bottom:2px solid;
   background:none;
   padding-bottom:0;
  }
#content .tabs ul.tabs-list .current a {
	color:#814608;
	border:none;
	padding-bottom:2px;
}

#content h2 {
	margin:0;
	padding:20px 0 5px;
	font-size:230%;
}
#content h3 {
	margin-top:15px;
	padding:5px 0 10px;
}
#content ul {
	margin:5px 0;
	padding:0 0 20px;
}
#content ol {
	margin:5px 20px;
	padding:0 0 20px;
}
#content .cform label.cf-after {
    display: -moz-inline-box;
    display: inline-block;
    margin: 0;
    width: 95%;
    text-align: left;
}
#content .cform label.cf-after span {
    width: 100% !important;
    display: block;
}

.widget {
	color:#333333;
	line-height:1.5em;
	margin:0 0 20px;
	padding:0 0 12px;
}
.widget h3 {
	color:#333333;
	font-variant:small-caps;
	margin:0;
	padding:10px 15px;
}

.widget address {
	font-style:normal;
	margin:0;
	padding:5px 15px;
}
.widget_pages h3{
  display:none;
}
/*#nav, .widget_pages ul{	
    font-family:'QlassikMediumRegular';
	font-size:145%;
	width:75%;
	z-index:1;
}
#nav a , .widget_pages a{
	color:#d5462f;
	display:block;
	padding:12px 30%;
	text-align:center;
}
#nav li, .widget_pages ul li {
	position:relative;
	background:url(images/nav-item-top.jpg) no-repeat scroll left top, url(images/nav-item-bottom.jpg) no-repeat scroll right bottom;	
	margin:30px 0;
}
#nav .current_page_item, #nav .current_page_parent, .widget_pages ul  .current_page_item, .widget_pages ul  .current_page_parent{
 	position:relative;
	background:url(images/nav-item-top-current.jpg) no-repeat scroll left top, url(images/nav-item-bottom-current.jpg) no-repeat scroll right bottom;   
  }
#nav .current_page_item a, #nav .current_page_parent a , .widget_pages ul  .current_page_item a, .widget_pages ul  .current_page_parent a{
	font-weight:bold;    
}
#nav a {
	float:none;
}
#nav li a:hover, .widget_pages li a:hover , .widget_pages li a:focus{
	font-weight:bold;
}
/*-------------------------*/
nav[role="navigation"]{
  background: #D1B682;
  border: 2px solid #C8A769;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;  
  border-radius: 3px;
  margin-top: 10px;
}
nav[role="navigation"] h3{
    background: url(images/open-icon2.png) no-repeat scroll 96% 50% transparent;
    color: #8e561a;
	margin: 0;
	text-align:right;
    padding: 2% 57px 2% 2%;	
	position:relative;
	right:0;
}
nav[role="navigation"] h3[aria-expanded="true"]{
  background: url(images/close-icon2.png) no-repeat scroll 96% 50% transparent;
}
nav[role="navigation"] .toggle-nav{
	   display:block;
	   cursor:pointer;
}
nav[role="navigation"] #main-nav{
    font-family:'QlassikMediumRegular';
	font-size:165%;
	background:#FFF6C7;
    width: 99%;
	z-index:1;
}
nav #main-nav li a{
	color:#d5462f;
	display:block;
	padding:12px 30%;
	text-align:center;
}
nav #main-nav li {
	position:relative;
	background:url(images/nav-item-top.jpg) no-repeat scroll left top, url(images/nav-item-bottom.jpg) no-repeat scroll right bottom;	
	margin:2% auto;
	width:50%;
	min-width:240px;	
}
nav #main-nav  .current-menu-item{
 	position:relative;
	background:url(images/nav-item-top-current.jpg) no-repeat scroll left top, url(images/nav-item-bottom-current.jpg) no-repeat scroll right bottom;   
  }
nav #main-nav  .current-menu-item a{
	font-weight:bold;    
}
nav #main-nav  a {
	float:none;
}
nav #main-nav  a:hover, nav #main-nav  a:focus{
	font-weight:bold;
}

.hidden {
	left:-10000px;
	position:absolute;
}
#bottomLinks {
	margin-left:0;
	margin-top:0;
}
#bottomLinks li {
	display:inline;
	padding-left:1em;
	padding-right:1em;
}
#bottomLinks li:first-child {
	border:medium none;
}
#content .gutter {
	background:none repeat scroll 0 0 #FFFFFF;
	margin:20px;
	padding:25px;
}
.clearer {
	clear:both;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin-bottom:-1px;
}

.group:after {
    content: ".";	
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
+:first-child+html .group{
  min-height:1px;
}
* html #page {
	height:100%;
}
.highlightword{
	font-size: 150%;
    font-weight: 600;
    text-align: center;
    display: block;
    padding: 10px;
    border: 2px dotted;
	margin-top:1rem;
	margin-bottom:1rem;
}

/* Formular Layout*/
#content .cform{
    width:95%;
}
#content .cform legend{
  display:none;
}
#content .cform label {
	color:#814608;
	text-align:left;
	width:200px;
}
#content .cform label span{
    width:200px;
}
#content .linklove {
	display:none;
}
#content .cform fieldset {
	border:none;
	background:none;
	margin:15px 0;
	padding:10px;
}

#content .cform textarea, #content .cform input {
	width:100%;
}
#content ol.cf-ol {
	margin:0 auto !important;
	width:95%;
	list-style:none;
}
#content span.reqtxt, #content span.emailreqtxt {
	color:#888888;
	display:block;
	font-size:9px;
	height:13px;
	letter-spacing:3px;
	line-height:13px;
	text-align:right;
	vertical-align:top;
	width:102%;
	margin:-15px 0 0;
}
#content .cform input, #content .cform textarea, #content .cform select {
    position:relative;
    -webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	background:none repeat scroll 0 0 #efe0af;
	border:3px solid #efe0af;
	color:#814608;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 15px;
	padding:3px;
	vertical-align:top;
}
#content .cform input.cf-box-a, #content .cform input.cf-box-b {
    width:5%;   
}

#content .cform input:hover, #content .cform textarea:hover, #content .cform select:hover , #content .cform input:focus, #content .cform textarea:focus, #content .cform select:focus {
	border:3px solid #df7849;
	color:#814608;
}
#content .cform input.backbutton, #content .cform input.resetbutton, #content .cform input.sendbutton {
	border:none !important;
	cursor:pointer;
	color:#efe0af;
	background:#d5462f;
	font-size:100%;
	padding:7px 2%;
	min-width:25%;
	width:auto;
}
#content .cform input.backbutton:hover, #content .cform input.resetbutton:hover, #content .cform input.sendbutton:hover, #content .cform input.backbutton:focus, #content .cform input.resetbutton:focus, #content .cform input.sendbutton:focus{
    color:#ffffff;
    background: #bc3b26; /* Old browsers */
	background: -moz-linear-gradient(top, #d5462f 0%, #bc3b26 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5462f), color-stop(100%,#bc3b26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d5462f 0%,#bc3b26 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d5462f 0%,#bc3b26 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d5462f 0%,#bc3b26 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d5462f 0%,#bc3b26 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5462f', endColorstr='#bc3b26',GradientType=0 ); /* IE6-9 */
} 
@media only screen and (min-width: 600px) {
	#content .tabs ul.tabs-list li {
		float:left;
		width:28%;
	}
	#content #post-34 .tabs ul.tabs-list li {
	  width:46%;
	}
	#content .tabbody .staff ul{
	  float:right;
	  width:45%;
	  margin:40px 3% 10px 0;
	}	
	#content .imgstaff {
		float:left;
		margin:5px 0 5px 4%;
		width:46%;
	}
	#content .imgborder{
		float:left;
		margin:5px 5% 5px 0;	
	}
	#content .fortyfive{
	  width:45%;
	}
	#content .forty{
	  width:40%;
	}
	#content .thirtyfive{
	  width:35%;
	}	
	#content ol.cf-ol {   
		width: 80%;
	}
}
@media only screen and (min-width: 830px) {
	#header {
		background:url(images/header-bg.jpg) repeat-x 0 0 transparent;
		border:none;
	}
	#header-inner{
		background:url(images/header-bottom.jpg) no-repeat 20% bottom;
		height:205px;
		left:3px;
		margin:0 auto;
		max-width:1100px;
		min-width:800px;
		position:relative;
		top:0;
		width:95%;
   }
   #header-inner h1 {
		font-size:180%;		
		left:0;
		line-height:2em;
		position:absolute;
		text-align:center;
		bottom:-5%;
		width:55%;
   }
   #header-inner #contact{
	  color:#814608;
	  background:#fee2c6;
	  background:rgba(255,255,255,0.5); 
	  border: 1px dotted #F09F43;
	  float:right;
	  width:38%;
	  max-width:380px;
	  padding:15px 20px;
	  margin:10px;
	}
	nav[role="navigation"] {
	  background:none;
	  border:none;
	  margin-top:0;
	}
	nav[role="navigation"]  .toggle-nav{
	  display:none;
	}
	nav[role="navigation"]  #main-nav{	
		font-family:'QlassikMediumRegular';
		font-size:145%;
		width:75%;
		z-index:1;
	}
	nav[role="navigation"] #main-nav li a{
		color:#d5462f;
		display:block;
		padding:12px 30%;
		text-align:center;
	}
	nav [role="navigation"]  #main-nav li {
		position:relative;
		background:url(images/nav-item-top.jpg) no-repeat scroll left top, url(images/nav-item-bottom.jpg) no-repeat scroll right bottom;	
		margin:30px 0;
	}
	nav [role="navigation"]  #main-nav  .current-menu-item{
		position:relative;
		background:url(images/nav-item-top-current.jpg) no-repeat scroll left top, url(images/nav-item-bottom-current.jpg) no-repeat scroll right bottom;   
	  }
	nav [role="navigation"]  #main-nav  .current-menu-item a{
		font-weight:bold;    
	}
	nav [role="navigation"]  #main-nav  a {
		float:none;
	}
	nav [role="navigation"]  #main-nav  a:hover, nav [role="navigation"]  #main-nav  a:focus{
		font-weight:bold;
	}
	#main {
		margin:0 auto;
		width:95%;		
		max-width:1100px;
	}
	#content {
		float:right;
		line-height:1.5em;
		min-height:100%;
		width:70%;
		margin-bottom:40px;
	}

	#sidebar {	
		float:left;
		font-size:120%;
		margin:20px 0;
		width:100%;
	}
	[role="complementary"] {	
		float:left;
		font-size:120%;
		margin:20px 0;
		width:30%;
	}
	#footer {		
		width:95%;	
		max-width:1100px;		
	}

}

