/* CSS Document */

/*-------------Global Tags-----------------*/

body {
background: #000 url(images/bg.gif) top left repeat-x;
margin: 0px;
font-family: Cambria, "Times New Roman", serif;
padding: 0 0 20px 0;
}

a {
border: none !important;
outline: none;
}

img {
border: none !important;
outline: none;
}

h1 {
color: #fff;
font-family: Cambria, "Times New Roman", serif;
font-size: 14px;
padding: 0;
margin: 0;
font-weight: 100;
}

#login input {
width: 250px;
height: 20px;
color: #444;
border: 1px solid #6f8790;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #fff url(images/input_bg.gif) right top no-repeat;
}

#login input:focus {
border: 1px solid #000;
background: #fff;
}

form {
padding: 0;
margin: 0;
}

input {
width: 318px;
height: 20px;
color: #fff;
border: 1px solid #565553;
margin: 0 0 10px 0;
padding: 3px 5px 5px 5px;
font-size: 16px;
font-family: "Trebuchet MS", sans-serif;
background: #3f3e3c;
}

input:focus {
border: 1px solid #969696;
background: #565656;
}

textarea {
width: 318px;
height: 100px;
margin: 0px;
padding: 5px;
border: 1px solid #565553;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
color: #fff;
font-size: 16px;
background: #3f3e3c;
background-position: center;
}

textarea:focus {
border: 1px solid #969696;
background: #565656;
}

.title{
font-size: 12px;
}

/*-------------Layout Divs--------------*/

#wrapper {
width: 1050px;
min-height: 690px;
position: relative;
margin: 0 auto;
background: url(images/wrapper_bg.jpg) top right no-repeat;
}

* html #wrapper {height: 690px;}  /* IE min-height hack */

#content {
float: left;
width: 746px;
min-height: 331px;
margin: 137px 0 0 123px;
padding: 0 27px 27px 27px;
background: #fff url(images/content_bg.gif) top right no-repeat;
}

* html #content {height: 331px;}  /* IE min-height hack */

#dots {
width: 745px;
height: 26px;
padding: 17px 0 0 0;
}

#dotLink a {
float: left;
background: url(images/dot.gif) 0 0 no-repeat;
display: block;
width: 22px;
height: 26px;
margin: 0;
padding: 0;
outline: none;
}

#dotLink a:hover {
background-position: 0 -26px;
}

#dotLink a.carousel-selected {
background-position: 0 -26px;
}

#title {
height: 26px;
padding: 11px 15px 0 15px;
background: #33322f;
float: left;
margin: 27px 0 0 0;
}

#home a{
float: left;
background: url(images/home.gif) 0 0 no-repeat;
display: block;
width: 50px;
height: 37px;
margin: 27px 0 0 7px;
padding: 0;
outline: none;
}

#home a:hover {
background-position: 0 -37px;
}

#feature {
background: #33322f;
width: 704px;
height: 204px;
padding: 21px;
}

#featureSub {
background: #33322f;
width: 704px;
padding: 21px;
clear: both;
color: #d6d6d6;
text-align: justify;
font-size: 14px;
}

#carousel-wrapper {
width: 703px;
height: 205px;
overflow: hidden;
}

#carousel-content {
width: 2500px;
}

#carousel-content .slide {
float: left;
width: 703px;
height: 205px;
}

#nav {
float: right;
width: 400px;
height: 37px;
}

#nav a {
display: block;
float: right;
height: 26px;
padding: 11px 15px 0 15px;
margin: 0 0 0 7px;
color: #000;
font-family: Cambria, "Times New Roman", serif;
font-size: 14px;
text-decoration: none;
}

#nav a:hover {
background: #b9acdb;
}

#nav a.active {
background: #33322f;
color: #fff;
}

#clear {
clear: both;
height: 1px;
font-size: 1px;
}

#footer {
width: 803px;
height: 26px;
background: url(images/footer_bg.jpg) top center no-repeat;
margin: 0 0 0 122px;
}

#footerText {
width: 648px;
height: 26px;
color: #444;
font-size: 12px;
padding: 5px 0 0 155px;
}

#login {
width: 366px;
height: 201px;
background: url(images/login_bg.jpg) top left no-repeat;
position: relative;
margin: 0px auto;
padding: 30px;
}

#event {
float: left;
width: 673px;
margin: 0 0 20px 0;
padding: 0 15px 0 15px;
background: #454545;
font-size: 13px;
border: 1px solid #6c6c6c;
}

#edit {
float: right;
width: 131px;
height: 24px;
margin: 8px 6px 0 0;
padding: 0;
border: 0;
right: 120px;
position: absolute;
}