body {
    background: #c1e6f8 url(img/bg2.jpg) repeat-x left top;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    line-height: 1.1em;
	color: #707070;
}

/* Global Styles */

h1 {
}

h2 {
	line-height: 24px;
	color: #535353;
	font-family: Georgia, serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 16px 0;
}
h3 {
}
h4 {
}
p {
	font-size: 13px;
	margin: 16px 0;
}
a {
	color: #26aef4;
	text-decoration: none;
	font-family: Georgia, serif;
	font-style: italic;
	
}
a:hover {
	color: #26aef4;
	text-decoration: underline;

}
em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

ul,ol { 
}
input.but {
	height: 28px;
	background: #25aef4 url(img/button-bg.gif) repeat-x 0 0;
	border: 0;
	padding: 0 9px;
	margin: 16px 0;
	font-size: 13px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #fff;
	cursor: pointer;
}

#page #text ul {
	list-style-type: none; 
	margin: 16px 0;
	padding: 4px 15px;
	background: #f0f0f0;
}
#page #text li {
	background: url("img/bullet.gif") no-repeat scroll 10px 10px transparent;
	color: #909090;
	font-size: 13px;
	line-height: 17px;
	padding: 5px 22px;
}
#page #text li a {
	font-size: 13px;
}
ol {
	list-style-type: decimal;
}
td {
	font-size: 13px;
}

/* Layout */

#wrap {
	background: transparent url(img/header-bg.jpg) no-repeat center top;
	padding: 168px 0 0;
}
#main {
	width: 960px;
	margin: 0 auto;
}
#banner {
	clear: both;
	width: 915px;
	height: 156px;
	background: transparent url(img/slider-bg.jpg) no-repeat 0 0;
	margin: 13px 0 0 33px;
}
#content {
	width: 622px;
	float: left;
	margin: 12px 0 0 27px;
}
#sidebar {
	float: right;
	margin: 0 8px 0 0;
	padding: 13px 0 0;
	width: 291px;
}

/* Navigation */

#nav {
	width: 915px;
	height: 42px;
	margin: 0 0 0 29px;
	text-align: center;

	/* float: left; */
	overflow: hidden;
	position: relative;
}
#nav ul {
	list-style-type: none;
	
	clear: left;
	float: left;
	position: relative;
	left: 50%;
	text-align: center;
}
#nav li {
	height: 42px;
	display: block;
	float: left;

	position:relative;
	right:50%;
}
#nav a {
	padding: 0 12px;
	line-height: 42px;
	color: #fff;
	font-family: Georgia, serif;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
}
#nav a:hover {
	color: #fff;
	text-decoration: underline;
}
#nav li.current {
	color: #fff;
	text-decoration: none;
	background: transparent url(img/nav-current-bg.gif) repeat-x 0 2px;
}
#nav li.current a:hover {
	text-decoration: none;
}

/* Slider */

#slider-left {
	float: left;
	height: 156px;
	margin: 0;
	width: 86px;
}
#slider-right {
	float: right;
	height: 156px;
	margin: 0;
	width: 86px;
}
#slider-left a {
	background: url("img/slider-arrow-left.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 36px;
	width: 36px;
	margin: 59px 0 0 4px;
}
#slider-left a:hover {
	background: url("img/slider-arrow-left.gif") no-repeat scroll 0 -36px transparent;
}
#slider-right a {
	background: url("img/slider-arrow-right.gif") no-repeat scroll 0 0 transparent;
	display: block;
	height: 32px;
	width: 32px;
	float: right;
	margin: 57px 10px 0 0;
}
#slider-right a:hover {
	background:	url("img/slider-arrow-right.gif") no-repeat scroll 0 -36px transparent;
}
#slider-wrap {
	float: left;
	padding: 13px 0 0 4px;
}
#slider {
	height: 130px;
	width: 736px;
	margin: 0;
	overflow: hidden;
}
#slider-content {
	height: 130px;
	width: 12512px;
}
.slide   {
	float: left;
	width: 736px;
	height: 130px;
}
.slide   p {
	margin: 26px 0 0;
	text-align: center;
}
.slide   a {
	font-weight: normal;
	text-decoration: none;
}
.slide   a:hover {
	text-decoration: none;
}

/* Slide | Featuring */

.slide   .double1 {
	width: 368px;
	height: 130px;
	background: transparent url(img/slide-bg-double1.png) no-repeat 0 0;
	float: left;
}
.slide   .double2 {
	width: 368px;
	height: 130px;
	background: transparent url(img/slide-bg-double2.png) no-repeat 0 0;
	float: left;
}

/* Slides */

.slide h3 {
	font-size: 14px;
}
.slide .double1 img {
	float: right;
	margin:16px 16px 0 0;
}
.slide .double1 a.text {
	display: block;
	float: right;
	width: 220px;
	margin: 16px 16px 0 0;
}
.slide .double1 h3{
	text-align: right;
}
.slide .double1 p {
	text-align: right;
}
.slide .double2 img {
	float: left;
	margin: 16px 0 0 16px;
}
.slide .double2 a.text {
	display: block;
	float: left;
	width: 220px;
	margin: 16px 0 0 16px;
}
.slide .double2 h3{
	text-align: left;
}
.slide .double2 p {
	text-align: left;
}
.slide a h3 {
	font-weight: normal;
	font-style: normal;
	color: #404040;
	margin: 5px 0 0;
}
.slide a p {
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 14px;
	margin: 10px 0 0;
	color: #707070;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
/* Slide | Coming soon */

.slide   .photo1 {
	width: 184px;
	height: 130px;
	background: transparent url(img/slide-bg-photo1.png) no-repeat 0 0;
	float: left;
}
.slide   .photo2{
	width: 184px;
	height: 130px;
	background: transparent url(img/slide-bg-photo2.png) no-repeat 0 0;
	float: left;
}
.slide   .photo3 {
	width: 184px;
	height: 130px;
	background: transparent url(img/slide-bg-photo3.png) no-repeat 0 0;
	float: left;
}
.slide   .photo4{
	width: 184px;
	height: 130px;
	background: transparent url(img/slide-bg-photo4.png) no-repeat 0 0;
	float: left;
}

/* Slides */

.comingsoon {
	margin: 16px 0 0 50px;
}
.photo {
	margin: 16px 0 0 17px;
}

/* Sidebar */

#sidebar .text {
	width: 172px;
	margin: 21px 0 0 47px;
	float: left;
}
#sidebar .but {
	float: right;
	height: 100%;
	margin: 0 5px 0 0;
	position: relative;
	width: 58px;
}
#sidebar .text a {
	display: block;
}
#sidebar .text a:hover {
	text-decoration: none;
}
#sidebar a h3,
#sidebar h3 {
	line-height: 18px;
	color: #535353;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 10px 0;
}
#sidebar a p,
#sidebar p {
	font-size: 11px;
	font-style: normal;
	line-height: 14px; 
	margin: 0;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	color: #707070;
}
#sidebar a p.date,
#sidebar p.date {
	font-style: normal;
	color: #909090;
	margin: -9px 0 14px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
#sidebar .but a {
	color: #fff;
	display: block;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	font-style: normal;
	height: 28px;
	line-height: 11px;
	text-align: right;
	text-decoration: none;
	width: 42px;
	position: absolute;
	bottom: 2px; 
	right: 0;
}
#sidebar .but a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Blog */

#text .post {
	border-top: 2px solid #404040;
	padding: 16px 0 0;
}
#text .first {
	border: 0;
	padding: 0;
}

/* Post */

#text p.date {
	color: #909090;
	margin: -14px 0 16px;
}

/* Featuring */

#featuring .act {
	border-top: 2px solid #404040;
	padding: 16px 0 0;
}
#featuring .first {
	border: 0;
	padding: 0;
}
#featuring img {
	float: right;
	margin: 5px 0 16px 16px; 
}
#featuring h3 {
	color: #535353;
	font-family: Georgia,serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 24px;
	margin: 0 0 8px 0;
}
#featuring p {
	margin: 6px 0 16px 0;
}

/* Sidebar blog */

.blog-odd {
	width: 288px;
	height: 196px;
	background: transparent url(img/sidebar-blog-bg-odd.png) no-repeat 0 0;
	margin: 0 0 2px;
}
.blog-even {
	width: 288px;
	height: 196px;
	background: transparent url(img/sidebar-blog-bg-even.png) no-repeat 0 0;
}

/* Video */

#video {
	display: block;
	width: 279px;
	height: 109px;
	background: transparent url(img/sidebar-video-bg.png) no-repeat 0 0;
	margin: 0 0 3px 2px;
}
#video:hover {
	background: transparent url(img/sidebar-video-bg.png) no-repeat 0 -109px;
}

/* Newsletter */

#newsletter {
	width: 291px;
	height: 100px;
	background: transparent url(img/sidebar-newsletter-bg.png) no-repeat 0 0;
}

/* RSS */

#rss {
	width: 291px;
	height: 100px;
	background: transparent url(img/sidebar-rss-bg.png) no-repeat 0 0;
	margin: 14px 0 2px 0;
}

/* Home */

#home {
	width: 622px;
	height: 629px;
	background: transparent url(img/home-bg.jpg) no-repeat 0 0;
	margin: 3px 0 0 2px;
}
#home #text {
	margin: 0 0 0 88px;
	padding: 475px 0 0;
	width: 450px;
	text-align: center;
}

/* Sidebar - left */

#sidebar-left {
	width: 127px;
	margin: 0;
	float: left;
}

/* Subscribe button */

#subscribebutton {
	display: block;
	background: #4a4a4a url(img/subscribebutton2-bg.gif) no-repeat 0 0;
	width: 124px;
	height: 114px;
	margin: 0 0 4px 3px;
}
#subscribebutton:hover {
	background: #4a4a4a url(img/subscribebutton2-bg.gif) no-repeat 0 -114px;
}

/* Image Bar */

#imagebar {
	width: 127px;
	background: transparent url(img/imagebar-bg.jpg) no-repeat 0 0;
	margin: 0;
	padding: 0 0 10px;
}
#imagebar #thumbs {
	padding: 18px 0 0 19px;
}
#imagebar a {
	background-position: center center;
	border: 7px solid #FFFFFF;
	cursor: pointer;
	display: block;
	height: 80px;
	margin: 0 0 6px;
	width: 80px;
}
#imagebar a:hover {
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}

/* Page */

#page {
	background: none repeat scroll 0 0 #FFFFFF;
	float: left;
	margin: 0 0 0 16px;
	min-height: 1345px;
	width: 478px;
}
#page #text {
	padding: 20px 30px 29px;
	text-align: left;
}

/* Breadcrumbs */

#breadcrumbs {
	font-size: 11px;
	color: #909090;
	font-size: 13px;
	font-family: font-family: Georgia, serif;;
	font-weight: normal;
	font-style: italic;
	background: #f0f0f0;
	padding: 2px 6px;
	margin: 0 -6px 23px -6px;
}
#breadcrumbs a {
	color: #909090;
	text-decoration: none;
}
#breadcrumbs a:hover {
	color: #909090;
	text-decoration: underline;
}

/* Gallery */

#gallery{
	background: url(img/page-bg.gif) repeat-y scroll 0 0 transparent;
	margin: 1px 0 0 0;
	width: 618px;
}
#gallery #text {
	background: #fff;
	padding: 20px 27px 29px;
	text-align: left;
}
#gallery h2 {
	float: left;
	margin: 0;
}
#gallery select {
	float: right;
}
#gallery #album {
	/*border-bottom: 2px solid #404040;*/
	padding: 0 0 4px 0;
	margin: 0 0 16px 0;
}
#gallery .image {
	border: 1px solid #909090;
	float: left;
	margin: 4px 4px 0 0;
}
#gallery .image a {
	background-position: center center;
	border: 4px solid #FFFFFF;
	cursor: pointer;
	display: block;
	height: 80px;
	width: 80px;	
}
#gallery .image a:hover {
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}

/* Register */

td.label {
	padding: 0 16px 4px 0;
}
td.inputbox {
	padding: 0 0 4px 0;
}

/* Connect */

#connect {
	width: 618px;
	height: 158px;
	background: transparent url(img/connect-bg.png) no-repeat 0 0;
	margin: 16px 0 0 2px;
}
#connect #text {
	width: 190px;
	height: 124px;
	margin: 0 0 0 47px;
	padding: 19px 0 0;
	float: left;
}
#connect h3 {
	line-height: 18px;
	color: #535353;
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0 0 10px 0;
}
#connect p {
	font-size: 11px;
	line-height: 14px; 
	margin: 0;
	word-wrap: break-word;
}
#connect p.tweettime {
	font-size: 11px;
	line-height: 14px; 
	margin: 0;
	color: #909090;
}
#connect p.tweetauthor{
	margin: 10px 0 0;
}

/* Links */

#connect #links {
	width: 295px;
	height: 50px;
	float: right;
	margin: 14px 26px 0 0;
}
#connect #links p {
	border-bottom: 1px solid #F0F0F0;
	color: #909090;
	font-size: 11px;
	line-height: 11px;
	margin: 0 0 9px 7px;
	padding: 0 0 3px;
	text-align: center;
}
#connect #facebook {
	display: block;
	float: right;
	width: 59px;
	height: 24px;
	margin: 0 0 0 19px;
	background: #fff url(img/connect-facebook.gif) no-repeat 0 0;
	cursor: pointer;
}
#connect #twitter {
	display: block;
	float: right;
	width: 61px;
	height: 24px;
	margin: 0 0 0 19px;
	background: #fff url(img/connect-twitter.gif) no-repeat 0 0;
	cursor: pointer;
}
#connect #myspace {
	display: block;
	float: right;
	width: 64px;
	height: 24px;
	margin: 0 0 0 19px;
	background: #fff url(img/connect-myspace.gif) no-repeat 0 0;
	cursor: pointer;
}
#connect #youtube {
	display: block;
	float: right;
	width: 47px;
	height: 24px;
	margin: 0;
	background: #fff url(img/connect-youtube.gif) no-repeat 0 0;
	cursor: pointer;
}

/* Partners */

#connect #partners {
	width: 295px;
	height: 50px;
	float: right;
	margin: 36px 26px 0 0;
}
#connect #triplej {
	display: block;
	float: right;
	width: 92px;
	height: 39px;
	margin: 0;
	background: #fff url(img/partner-triplej.gif) no-repeat 0 0;
	cursor: pointer;
}
#connect #channelv {
	display: block;
	float: right;
	width: 49px;
	height: 39px;
	margin: 0 0 0 20px;
	background: #fff url(img/partner-channelv.gif) no-repeat 0 0;
	cursor: pointer;
}
#connect #fasterlouder {
	display: block;
	float: right;
	width: 110px;
	height: 39px;
	margin: 0 0 0 20px;
	background: #fff url(img/partner-fasterlouder.gif) no-repeat 0 0;
	cursor: pointer;
}
#connect #twitter:hover,
#connect #facebook:hover,
#connect #myspace:hover,
#connect #youtube:hover,
#connect #triplej:hover,
#connect #fasterlouder:hover,
#connect #channelv:hover {
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}

/* Footer */

#footer {
	width: 923px;
	height: 86px;
	background: transparent url(img/footer-bg.png) no-repeat 0 0;
	margin: 16px 0 0 32px;
	font-size: 11px;
	line-height: 12px;
	color: #b0b0b0;
}
#footer a {
	color: #b0b0b0;
	text-decoration: none;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-style: normal;
}
#footer a:hover {
	color: #b0b0b0;
	text-decoration: underline;
}
#footer  #copyright {
	width: 150px;
	margin: 23px 0 0 47px;
	float: left;
}
#footer  #design {
	width: 150px;
	margin: 23px 47px 0 0;
	float: right;
	text-align: right;
}