/*
Elemets of design borrowed from Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 3.0 License
*/

body {
 margin: 0;
 padding: 0;
 background: url(images/stripe9.png) repeat;
 font-family: Osvald, sans-serif;
 font-size: 14px;
 color: #EBDDE2;
}

h1, h2, h3 {
 margin: 0;
 padding: 0;
 font-weight: normal;
}

h1 {
 font-size: 2em;
 
}

h2 {
 margin: 0px;
 padding: 0px 0px 20px 0px;
 letter-spacing: -2px;
 font-size: 2.8em;
 color: #FFFFFF;
}

h3 {
 font-size: 1.6em;
}

p, ul, ol {
 margin-top: 0;
 line-height: 200%;
}

p, ol {
}

ul, ol {
}

a {
 color: #333333;
}

a:hover {
}

#wrapper {
 background: #E5E8DA url(images/wrapper-bg.png) repeat-x;

}

.container {
 width: 400px;
 margin: 0px auto;
}
table, tr, td {
 text-decoration: none;
 font-family: Osvald;
 font-size: 9px;
}

/* Header */

#header {
 width: 0px;
 height: 0px;
 margin: 0 auto;
 padding: 0px;
}

/* Logo */

#logo {
 width: 500px;
 margin: 0px auto;
 padding: 0px 0px 20px 0px;
 margin: 0;
 padding: 0;
}

#logo h1, #logo p {
}



#logo a {
 width: 500px;
 margin: 0px auto;
 padding: 0px 0px 20px 0px;
 border: none;
 background: none;
 text-decoration: none;
 color: #000000;
 float: center;
}


/* Splash */

#splash {
 width: 940px;
 height: 413px;
 margin: 0px auto;
 
}


#splash1 {
 width: 940px;
 height: 100px;
 margin: 0px auto;
 
}

#splash img {
 border-radius: 10px 10px 0px 0px;
 box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
}

#splash1 img {
 border-radius: 10px 10px 0px 0px;
 box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
}

/* Menu */

#menu-wrapper {
 overflow: hidden;
 height: 60px;
 
}

#menu {
 width: 940px;
 height: 58px;
 margin: 0px auto;
 padding: 0px 20px 0px 20px;
}

#menu ul {
 margin: 0;
 padding: 0px 0px 0px 0px;
 list-style: none;
 line-height: normal;
 text-align: center;
}

#menu li {
 display: inline;
}

#menu a {
 height: 56px;
 margin: 0px;
 padding: 20px 25px 7px 25px;
 line-height: 56px;
 letter-spacing: 1px;
 text-decoration: none;
 text-transform: uppercase;
 font-family: 'Oswald', sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #262626;
 border: none;
 border-radius: 0px 0px 0px 10px;
}

#menu .current_page_item a {
 background: #F535AA;
 color: #FFFFFF;
}

#menu a:hover {
 background: #FFFFFF;
 text-decoration: none;
 color: #262626;
}



/* Page */

#page {
 width: 940px;
 margin: 0px auto;
 padding: 0px 0px 20px 0px;
}

#content {
 float: right;
 width: 740px;
}

#poptrox {
 width: 740px;
 margin: 0px auto;
 padding: 40px 20px 0px 20px;
 background: transparent;
 
}

#gallery {
 overflow: hidden;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 list-style: none;
}

#gallery li {
 float: left;
 margin: 0px;
 line-height: normal;
 padding-left: 25px;
 padding-bottom: 20px;
}

#gallery img {
 border-radius: 5px;
 border: 0;
}

#gallery a:hover img {
}

#gallery .nopad {
 padding-left: 0px;
}

#footer {
 overflow: hidden;
 width: 800px;
 height: 50px;
 margin: 0px auto 80px auto;
 padding: 20px 0 0 0;
}

#footer p {
 margin: 0px;
 padding: 15px 0px 0px 0px;
 text-align: center;
 text-transform: uppercase;
 font-size: 12px;
 color: #9CC370;
}

#footer a {
 color: #9CC370;
 text-decoration: none;
}

#box1 {
 margin-bottom: 0px;
 padding: 0px;
 background: #FFFFFF;
 border-radius: 0px 0px 10px 10px;
 color: #707070;
 box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
}

#box2 {
 margin-bottom: 20px;
 padding: 20px;
 background: #FFFFFF;
 border-radius: 10px 10px 10px 10px;
 color: #707070;
 box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
}

#slider {
 position: relative;
 width: 940px;
 margin: 0 auto;
}

#slider .viewer {
 width: 940px;
 height: 413px;
 overflow: hidden;
 margin: 0 auto;
 border-radius: 8px;
}

#slider .viewer .reel {
 display: none;
 height: 375px;
}

#slider .viewer .reel .slide {
 position: relative;
 width: 940px;
 height: 413px;
}

.poptrox-popup {
 border-radius: 10px 0px 10px 10px;
 box-shadow: 0px 2px 15px 1px rgba(0,0,0,0.5);
}

.poptrox-popup .closer {
 border-radius: 0px 10px 10px 0px;
}