
/* basic styles */
body {
	
	color: #fff;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	background: #000 url(images/bg.jpg) no-repeat center top;
}


/* layout styles */
#wrapper {
	width: 900px;
	margin: 30px auto;
	text-align: left;
}

#header {
	height: 115px;
	padding: 0;
	border-bottom: #fff 1px solid;
}

#logo {
	float: left;
	padding: 20px 0 0 10px;
}

#nav {
	float: right;
	padding-top: 70px;
}

#nav ul {
	float: right;
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	float: left;
	font: 18px "Century Gothic";
	color: #fff;
	padding: 0 0 0 40px;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #328eea;
}

#pic {
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: #fff 1px solid;
}

#content {
	float: left;
	width: 900px;
	padding: 0;
	border-bottom: #fff 1px solid;
}

#work {
	width: 655px;
	float: left;
	padding: 0 0 10px 20px;
}

#work ul {
	float: left;
	padding: 0;
	list-style: none;
}

#work ul li {
	float: left;
	padding: 0;
	opacity: .5;
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

#work ul li:hover {
	opacity: 1;
}

#work a {
	float: left;
	padding: 0 0 0 17px;
}

#work  a:hover {
	-webkit-opacity: 80%;
}

#work h1 {
	font: 24px "Century Gothic";
	color: #06f;
	font-weight: 100;
}

#side {
	float: left;
	width: 200px;
	padding: 0 0 20px 10px;
}

#side h1 {
	font: 24px "Century Gothic";
	color: #f30;
	font-weight: 100;
}

#footer {
	padding: 20px 0 0 0;
}

#footer p {
	text-align: center;
	font-style: italic;
	margin-bottom: 1em;
	color: #666;
}

#slogo {
	float: left;
	padding: 0;
}

#address {
	float: left;
	padding: 10px 0 0 20px;
}

#address p {
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
	text-align: left;
}

#address a {
	text-decoration: none;
	color: #690;
}

#address a:hover {
	color: #e65320;
}

#copy {
	float: right;
	padding: 20px 0 0 0;
}

#copy p {
	font: 10px Verdana, Geneva, sans-serif;
	color: #666;
}


/* Our News styles */
p {
	font-family: Verdana;
	font-size: 11px;
	color: #ccc;
}

.text {
	font-family: Verdana;
	font-size: 11px;
	color: #ccc;
}
.date {
	font-family: Verdana;
	font-size: 10px;
	color: #690;
}
.coming {
	font-family: Verdana;
	font-size: 10px;
	color: #444;
}
.bullet {
	font-family: Verdana;
	font-size: 10px;
	color: #e65320;
}


/* form styles */
input {
	color: #fff;
	background-color: #000;
}

select {
	font: 11px Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #000;
}

input {
	font: 11px Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #000;
}

textarea {
	font: 11px Verdana, Geneva, sans-serif;
	color: #fff;
	background-color: #000;
}

