/* CSS Document */
* { margin: 0; padding: 0; }
html { min-height: 100%; margin-bottom: 1px; }

body { background:url(../images/bg_bio.jpg) repeat-x; margin:0; padding:0; font-family:Arial; color:#000; font-size:12px; }

a { color:#000; text-decoration:none; }
a:hover { color:#1377E8 }
h1 { font-size:16px; }
h2 { font-size:14px; }
.hr { background:url(../images/bg_postdivider.gif) repeat-x; height:11px; border:none; margin-bottom:10px; }
.hr hr { display:none; }

#header { position:relative; margin:0 auto; width:1000px; height:100px; }
#header a img { border:none; }
.logo a { line-height:25px; padding-bottom:1px; padding-left:19px;  }
.logo a.logoimg { margin-top:-110px; display:block; width:242px; height:104px; }
#header a.bookmark { background:url(../images/icon_fav.gif) no-repeat; }
#header a.homepage { background:url(../images/icon_home.gif) no-repeat; }
.logo { position:absolute; top:18px; left:0px; width:419px; padding-top:120px; text-align:center; background:url(../images/logo2.png) no-repeat; font-size:11px; }
.logo strong, .logo h1, .logo h2 { display:none; }

#nav { position:absolute; right:0; bottom:0; list-style:none; }
* html #nav { bottom:-1px; }
#nav li { float:left; }
#nav li a { display:block; height:45px; }
#nav li a strong { display:none; }
#nav li a.home { width:150px; background:url(../images/nav_home.png); }
#nav li a.news { width:110px; background:url(../images/nav_rate.png); }
#nav li a.services { width:137px; background:url(../images/mos.png); }
#nav li a.contact { width:84px; background:url(../images/cafe.png); }
#nav li a.gal { width:67px; background:url(../images/gal.png); }
#nav li a.eve { width:67px; background:url(../images/eve.png); }
#nav li a.con { width:78px; background:url(../images/con.png); }
#nav li a.map{ width:70px; background:url(../images/map.png); }
#nav li a.music{ width:70px; background:url(../images/music.png); }

#nav li a.home:hover { width:150px; background:url(../images/nav_home_on.png); }
#nav li a.news:hover { width:110px; background:url(../images/nav_rate_on.png); }
#nav li a.services:hover { width:137px; background:url(../images/mos_on.png); }
#nav li a.contact:hover { width:84px; background:url(../images/cafe_on.png); }
#nav li a.gal:hover { width:67px; background:url(../images/gal_on.png); }
#nav li a.eve:hover { width:67px; background:url(../images/eve_on.png); }
#nav li a.con:hover { width:78px; background:url(../images/con_on.png); }
#nav li a.map:hover { width:70px; background:url(../images/map_on.png); }
#nav li a.music:hover { width:70px; background:url(../images/music_on.png); }

#contentwrap { position:relative; width:1000px; margin:0 auto; }

#breadcrumb a { font-weight:bold; }

#content { float:center; width:1000px;  }
#content h1 { font-family:"Trebuchet MS"; font-size:18px; color:#666; line-height:24px; padding:0 10px; }
#content p, #content dl, #content ul, #content ol { line-height:18px; padding:10px;  }
#content a { font-weight:bold; }
#content a:hover { border-bottom:1px dotted;  }
#content .postinfo { display:block; padding:5px 10px; margin-bottom:5px; background:#F6F6F6; border:1px solid #E8EDF4; color:#333; }
#content .postinfo a {  }
#right { float:left; width:253px; padding-left:9px; }
#right dl { margin-bottom:20px; }
#right dt { font-family:"Trebuchet MS"; font-size:13px; font-weight:bold; padding-left: 13px; height:27px; line-height:27px; }
#right a:hover { text-decoration:underline; }





#footer { height:47px; padding:12px; color:#fff; border-bottom:1px solid #D1D1D1;  }
#footer a {  }
#footer a:hover { border-bottom:1px dotted #1377E8; }

.clear { clear:both; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */


form { margin:0; padding:0; }
input { }
input.input { position:relative;width:157px; margin-bottom:8px; height:21px; padding:5px 15px 0; color:#FFF; background:url(../images/bg_search.gif) no-repeat 0 50%;  border:none; }
* html input.input { width:147px; margin-bottom:5px; background-attachment:fixed; padding-right:25px;  }
input.submit { background: #333; color:#FFF; font-size:11px; border:inset; width:auto; border:none; margin:0; padding:5px; }

.floatright { float:right; }
.floatleft { float:left; }
