@charset "utf-8";

/*:::::::::::::::::::::::::::::::::::::::*/
/* Style Sheet For www.NatalieBright.com */
/*:::::::::::::::::::::::::::::::::::::::*/

body {
  background: #000000 url(images/background.png) top left repeat fixed;
  margin:0px;
}

.rounded {
  -o-border-radius: 10px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0px 3px 7px #adadad;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -opera-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}

#top {
  margin-top: -628px;
  width: 669px;
  height: 211px;
  background-image: url(images/top.png);
  background-position:center bottom;
  background-repeat:no-repeat;
}

#left {
   margin-top: 11px;
   margin-left: -857px;
   background-image: url(images/left.png);
   background-repeat:no-repeat;
   background-position:top;
   height: 587px;
   width: 189px;
}

#right {
   margin-top: -599px;
   margin-left: 857px;
   background-image: url(images/right.png);
   background-repeat:no-repeat;
   background-position:top;
   height: 628px;
   width: 189px;
}

#main {
  width: 100%;
}

#fade {
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url(images/fade.png);
  background-position: bottom;
  background-attachment:fixed;
  background-repeat:repeat-x;
}

#main>.wrapper {
  width:1047px;
}

#content {
  background:#FFFFFF;
  width: 669px;
  min-height: 550px;
}

#news {
  padding-left:10px;
}

#contact {
  padding-left:10px;
}

#bio {
  position: relative;
  top: -90px;
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}

#othercontent {
  padding-left:10px;
  padding-right:10px;
}

#contentwrapper {
  width: 100%;
}

#rightcontent {
  float:right;  
  background:#FFFFFF;
  margin-left: 5%;
  width: 25%;
  
}

#leftcontent {
  float: left;
  background:#FFFFFF;
  width: 70%;
}

.title {
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:24px;
  padding-left:15px;
  padding-right:15px;
  min-height:25px;
  min-width:161px;
  background-image:url(images/bog.png);
  background-repeat:no-repeat;
}

#slideshow {
  float: left;
  clear: left;
  padding-left:15px;
}

.slidenav {
  background: #f0f0f0;
}

.slidenav:hover {
  background: #fafafa;
}

#links{
  float: left;
  margin-left: 10px;
  width: 230px;
  height: 350px;
  text-align: left;
  font-size: 92%;
}

#links ul {
  padding-left: 15px;
}

#links a {
  text-decoration: none;
  white-space: nowrap;
}

#links img {
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 4px;
  border: #333333 2px solid;
}

#events 
{
  padding-left:10px;
  padding-right:10px;
}

#footer {
  float:inherit;
  color:#FFFFFF;
  font-size:9px;
}
