
/* LAYOUT */
/* ----------------------------------------- */

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

div, ul, li { position:relative } 
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 }




/* ****general***** */
body {
	margin: 0;
	background: #fff url(../images/body_bg.jpg) repeat-x top center;
}

#container {

}

.wrap {
	width: 960px;
	margin: 0 auto;
	background: transparent url(../images/dash_vertical.gif) repeat-y ;
	position: relative;
}


/* ****header***** */
#header {
	background: transparent url(../images/dash_horizontal.jpg) repeat-x bottom;
	width: 100%;
	height: 200px;
}

#header .wrap { 
	height: 200px;
}

a.logo { position: absolute; top: 55px; left: 18px; }

hr { 
	border: none;
	border-top: 1px solid #d6d6d6;
	margin: 10px 0 10px 0;
}

a.inspire {
	background: transparent url(../images/inspire_button_hover.png) no-repeat;
	width: 470px;
	height: 82px;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: -40px;
}
a:hover.inspire {
	background: transparent url(../images/inspire_button.png) no-repeat;
}
a.inspire_vote {
	background: transparent url(../images/inspire_vote.png) no-repeat;
	width: 289px;
	height: 82px;
	text-indent: -9999px;
	position: absolute;
	top: 5px;
	right: -40px;
}
a:hover.inspire_vote {
	background: transparent url(../images/inspire_vote_Hover.png) no-repeat;
}


/* ****main nav***** */
ul#main_nav {
	position: absolute;
	top: 110px;
	left: 217px;
	display: block;
	height: 69px;
}

ul#main_nav li {
	float: left;
	margin: 0 7px 0 0;
}

ul#main_nav li a {
	display: block;
	width: 136px;
	height: 54px;
	text-indent: -9999px;
}

ul#main_nav li a#details { background: transparent url(../images/nav_main_details.jpg) no-repeat; }
ul#main_nav li a#vote { background: transparent url(../images/nav_main_vote.jpg) no-repeat; }
ul#main_nav li a#awards { background: transparent url(../images/nav_main_awards.jpg) no-repeat; }
ul#main_nav li a#news {	background: transparent url(../images/nav_main_news.jpg) no-repeat; }
ul#main_nav li a#forums {	background: transparent url(../images/nav_main_forums.jpg) no-repeat; }
ul#main_nav li a#submit { background: transparent url(../images/nav_main_submit.jpg) no-repeat; }
ul#main_nav li a#gallery { background: transparent url(../images/nav_main_gallery.jpg) no-repeat; }
ul#main_nav li a#smcu {	background: transparent url(../images/nav_main_smcu.jpg) no-repeat; width: 150px; margin: 0 6px; }

ul#main_nav li a:hover {
	height: 69px;
}

.page-id-45 ul#main_nav li a#details { background: transparent url(../images/nav_main_details_on.jpg) no-repeat; height: 69px; }
.page-id-49 ul#main_nav li a#awards { background: transparent url(../images/nav_main_awards_on.jpg) no-repeat; height: 69px; }
.page-id-47 ul#main_nav li a#news { background: transparent url(../images/nav_main_news_on.jpg) no-repeat; height: 69px; }
#phpbb ul#main_nav li a#forums { background: transparent url(../images/nav_main_forums_on.jpg) no-repeat; height: 69px; }
.page-id-30 ul#main_nav li a#submit { background: transparent url(../images/nav_main_submit_on.jpg) no-repeat; height: 69px; }

/* ****social media feeds***** */
ul#follow {
	margin: 20px 0 0 0;
	float: left;
}

ul#follow li {
	float: left;
	margin: 0 5px 0 0;
}

ul#follow li a {
	display: block;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
}

ul#follow li a#facebook { background: transparent url(../images/logo_facebook.png) no-repeat; }
ul#follow li a#twitter {	background: transparent url(../images/logo_twitter.png) no-repeat; }
ul#follow li a#rss { background: transparent url(../images/logo_rss.png) no-repeat; }


/* ****main content***** */
.content_main {
	width: 765px;
	margin: 0 0 15px 194px;
	background: transparent url(../images/main_content_left.jpg) repeat-y;
}
.content_main_topper {
	width: 100%;
	background: transparent url(../images/main_content_top.gif) no-repeat;
}
.content_middle {
	margin: 0 0 0 40px;
}

.content_main_bottom {
	width: 100%;
	background: transparent url(../images/main_content_bottom.gif) no-repeat;
	margin: 0 0 0 0;
}
.content_finalists_left {
	width: 495px;
	height: 385px;
	background: transparent url(../images/finalists_video_bg.jpg) no-repeat;
	text-align: center;
	padding: 20px 0 0 0;
	margin-right: 20px;
	float: left;
}

.content_finalists_right_top {
	width: 436px;
	float: left;
	margin: 20px 0 10px 0;
	overflow: hidden;
}

.content_finalists_right_top a {
	display: block;
	width: 436px;
	height: 200px;
	background: transparent url(../images/home_finalists_off.jpg) no-repeat;
	text-indent: -9999px;
}
.content_finalists_right_top a:hover {
	background: transparent url(../images/home_finalists_on.jpg) no-repeat;
}

.content_finalists_right_middle {
	width: 436px;
	float: left;
	margin: 0 0 10px 0;
	height: 60px;
	background: transparent url(../images/finalist_countdown.jpg) no-repeat;
	overflow: hidden;
	font-family: Rockwell, Arial, Helvetica Neue, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 80px;
	text-align: right;
	text-transform: uppercase;
}

.content_finalists_right_middle em {
	font-style: normal;
	font-size: 26px;
}

.content_finalists_right_bottom {
	width: 444px;
	float: left;
}

.content_voting {
	width: 436px;
	float: left;
	margin: 20px 0 10px 0;
	overflow: hidden;
	text-align: center;
}

.content_voting h3 {
	color: #bb2a77;
	line-height: 1.25;
}

.content_voting h4 {
	color: #000000;
	margin: 10px 0 10px 0;
}


/* ****posts***** */

.post {
	width: 450px;
	float: left;
	overflow: hidden;
	background: transparent url(../images/dash_horizontal_no_shadow.jpg) repeat-x bottom;
	margin: 0 0 10px 0;
}

.post_home {
	width: 450px;
	float: left;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.post_thanks {
	width: 690px;
	text-align: center;
	float: left;
	overflow: hidden;
	margin: 0 0 10px 0;
}

.post_thanks h2 {
	font-size: 40px;
	margin: 30px 0 0 0;
}

.post_thanks p {
	font-size: 14px;
}

a.principles {
	display: block;
	width: 659px;
	height: 130px;
	background: transparent url(../images/principles_off.jpg) no-repeat;
	text-indent: -9999px;
	margin: 50px 0 20px 0;
}
a:hover.principles {
	background: transparent url(../images/principles_on.jpg) no-repeat;
}

.gallery_image { 
	width: 450px;
	margin: 0 0 0 0;
}

#post_nav {
	font-family: Rockwell, Courier New, Courier, monospace; 
	font-size: 1.2em;
	color: #999999;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
	background: transparent url(../images/dash_horizontal_no_shadow.jpg) repeat-x bottom;
}
#post_nav img { position: relative; top: 5px; }

#post_nav a { color: #999999; }

#post_nav .post_search_form { position: absolute; top: 2px; right: 0; }

#writing_entry {
	font-family: Georgia;
	font-size: 1.1em;
	color: #000000;
}

/* ****images***** */

.left { 
	float: left;
	margin: 0 10px 10px 0;
}

.right {
	float: right;
	margin: 0 0 10px 10px;
}

/* ****comments***** */
#comments_wrap {
	width: 450px;
	float: left;
}

.commentlist li {
	background: transparent url(../images/dash_horizontal_no_shadow.jpg) repeat-x bottom;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}  

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

/* ****share section***** */
#share { 
	height: 56px;
	background: transparent url(../images/share_box.jpg) no-repeat;
	margin: 20px 0 10px 0;
}

ul#share_icons {
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	height: 30px;
}

ul#share_icons li {
	float: left;
	margin: 0;
}

ul#share_icons li a {
	display: block;
	width: 31px;
	height: 30px;
	text-indent: -9999px;
}

ul#share_icons li a#digg { background: transparent url(../images/icon_digg.jpg) no-repeat; }
ul#share_icons li a#delicious {	background: transparent url(../images/icon_delicious.jpg) no-repeat; }
ul#share_icons li a#mixx { background: transparent url(../images/icon_mixx.jpg) no-repeat; }
ul#share_icons li a#stumble { background: transparent url(../images/icon_stumble.jpg) no-repeat; }

ul#share_icons li a:hover { margin: -2px 0 0 0; }

/* ****sidebar***** */
#sidebar_wrap {
	position: absolute;
	left: 0;
}

#flickr {
	width: 185px;
	float: left;
	margin: 10px 0 20px 0;
}

#flickr img {
	width: 50px;
	border: 1px solid #d6d6d6;
	padding: 2px;
	margin: 2px;
}

#sidebar {
	width: 185px;
	float: left;
	background-color: #ffff99;
	clear: left;
}

#paperclip { 
	position: absolute;
	background-image: url(../images/paper_clip.png);
	height: 67px;
	width: 33px;
	margin: -6px 0 0 -10px;
}

#sidebar ul {
	margin: 0 15px 10px 15px;
}

#right_sidebar {
	width: 237px;
	float: left;
	margin: 30px 0 0 20px;
}

/* ****gallery***** */

.gallery_wrap a { color: #ffffff; }

.gallery_title { background-color: #dc0b73; width: 244px; height: 200px; padding: 10px 0 10px 10px; display: block; font-family: Rockwell, Courier New, Courier, monospace; font-size: 1.5em; z-index: 99; }

ul#gallery {	
	margin: 0 0 0 16px;
}

ul#gallery li {
	width: 244px;
	height: 200px;
	float: left;
	margin: 0 0 5px 0;
	overflow: hidden;
	background: transparent url(../images/gallery_bg.jpg) repeat-x;
	border-right: 4px solid #ffffff;
}
ul#gallery li a.gal_nav {
	display: block;
	width: 244px;
	height: 200px;
	padding: 200px 0 0 0;
}

ul#gallery li a:hover {text-decoration: none; }

#gallery_nav {
	font-family: Rockwell, Courier New, Courier, monospace; 
	font-size: 1.3em;
	color: #999999;
	margin: 5px 10px 0 26px;
}

#gallery_nav a {
	color: #999999;
}
#gallery_nav .search_gallery { float: left; }
#gallery_nav .previous_gallery a { 
	float: right;
	background: transparent url(../images/carrot_previous.jpg) no-repeat right; line-height: 25px; padding: 0 15px 0 0; }
#gallery_nav .next_gallery a { 
	float: right;
	background: transparent url(../images/carrot_next.jpg) no-repeat left; line-height: 25px; padding: 0 0 0 15px; margin-left: 10px; }

/* ****finalist***** */

.content_finalist {
	width: 959px;
	margin: 0 0 15px 0;
	background: #ffffff url(../images/main_content_left.jpg) repeat-y;
}

.finalist_wrap a { color: #ffffff; }

.finalist_wrap ul#gallery {	
	margin: 0 0 0 16px;
}

.finalist_wrap ul#gallery li {
	width: 308px;
	height: 200px;
	float: left;
	margin: 0 0 5px 0;
	overflow: hidden;
	background: transparent url(../images/gallery_bg.jpg) repeat-x right;
}
.finalist_wrap ul#gallery li a.finalist_nav {
	display: block;
	width: 244px;
	height: 200px;
	padding: 200px 0 0 0;
}

.finalist_wrap ul#gallery li a:hover {text-decoration: none; }

.finalist_wrap .gallery_title { background-color: #dc0b73; width: 234px; height: 200px; padding: 10px 0 10px 10px; display: block; font-family: Rockwell, Courier New, Courier, monospace; font-size: 1.5em; z-index: 99; }

/* NEW */

.finalist2_wrap { width: 510px; }

.finalist2_wrap a { color: #ffffff; }

.finalist2_wrap ul#gallery {	
	margin: 0 0 0 16px;
}

.finalist2_wrap ul#gallery li {
	width: 240px;
	height: 115px;
	float: left;
	margin: 0 0 5px 0;
	overflow: hidden;
	background: transparent url(../images/gallery_bg.jpg) repeat-x right;
}
.finalist2_wrap ul#gallery li a.finalist_nav {
	display: block;
	width: 244px;
	height: 200px;
	padding: 115px 0 0 0;
}

.finalist2_wrap ul#gallery li a:hover {text-decoration: none; }

.finalist2_wrap .gallery_title { background-color: #dc0b73; width: 234px; height: 200px; padding: 10px 0 10px 10px; display: block; font-family: Rockwell, Courier New, Courier, monospace; font-size: 1.5em; z-index: 99; }

/* Poll */

#poll { width: 430px; float: right; padding-top: 0px; }

.pds-feedback-per { display: none; }

#PDI_container2266193 .pds-box .pds-return-poll { display: none; }


.gallery_link {
	position: relative;
}

.vote {
	width: 64px;
	position: absolute;
	top: 0;
	left: 244px;
	color: #ffffff;
	text-align: left;
	height: 200px;
	margin: 0;
	padding: 0;
	z-index: 99;
}
.vote_wrap {
	width: 64px;
	height: 200px;
	background: transparent url(../images/vote_bg.png) no-repeat;
	position: absolute;
	margin: 0;
	padding: 0;
}

#finalist_strip {	
	height: 100px;
	margin: -10px 0 5px -24px;
	background: #bb2a77 url(../images/finalist.jpg) no-repeat;
}


#single_vote {
	background: transparent url(../images/votes_single_bg.jpg) no-repeat;
	height: 163px;
	padding: 10px;
}


/* ****filmstrip***** */
ul#filmstrip {	
	height: 100px;
	margin: -10px 0 5px -29px;
}

ul#finalists_filmstrip li {
	width: 58px;
	height: 58px;
	float: left;
	margin: 0 5px 0 0;
	overflow: hidden;
	border-bottom: 5px solid #ffffff;
}

ul#filmstrip li {
	width: 120px;
	height: 100px;
	float: left;
	margin: 0 0 0 5px;
	overflow: hidden;
	border-bottom: 5px solid #ffffff;
}
ul#filmstrip li a {
	display: block;
	background: transparent url(../images/filmstrip_bg.jpg) no-repeat;
	width: 120px;
	height: 100px;
}

.hide {
	display: none;
}

ul#filmstrip li:hover, ul#finalists_filmstrip li:hover {
	border-bottom: 5px solid #e4126b;
}

ul#filmstrip li img {
	height: 100px;
}

ul#finalists_filmstrip li img {
	height: 58px;
}

#visit_gallery {
	position: absolute;
	z-index: 99;
	background: transparent url(../images/visit_gallery_bg.jpg) no-repeat;
	display: block;
	height: 35px;
	right: 0;
	margin: -34px 1px 0 0;
	padding: 0 10px 0 20px;
	font: .8em;
}
a#visit_gallery { color: #999999; }
a:hover#visit_gallery { color: #bb2a77; text-decoration: none; }


/* ****submit content***** */
#submit_content {
	border: 1px solid #dbdbdb;
	background-color: #f2f2f2;
	padding: 10px;
	margin: 0 0 1em 0;
}
#uploadfiles_inline {
	margin: 0;
	padding: 0;
}


/* ****questions***** */
#questions {
	background: transparent url(../images/questions_bg.jpg) no-repeat;
	height: 163px;
	padding: 10px;
}

#principles {
	background: transparent url(../images/7principles.jpg) no-repeat;
	height: 400px;
	padding: 0 20px 0 20px;
	margin: -30px 0 20px 0;
	text-align: center;
}

#principles p {
	color: #b97c00;
}

#principles h4 {
	color: #004775;
}

/* ****search***** */
#search_wrap {
	padding: 0;
	width: 700px;
	height: 210px;
}
.search-submit { background: #ffffff url(../images/search_submit.jpg) no-repeat; border: none; width: 22px; height: 22px; }


/* ****footer***** */
#footer {
	background: transparent url(../images/dash_horizontal_no_shadow.jpg) repeat-x top;
	width: 100%;
	margin: -15px 0 0 0;
}
#footer .wrap {
	background: none;
}

#error {
	border: 1px solid #990000;
	margin: 10px 30px 25px 35px;
	padding: 10px;
	background-color: #f9e8e8;
	text-align: center;
}

#error h2 {
	color: #990000;
}

#reminder {
	margin: 0px 30px 0px 35px;
	padding: 10px;
	text-align: center;
}

#reminder h2 { font-size: 34px; }

#reminder p { font-size: 18px; }

#home_search { text-align: right; margin: 15px 0 0 0; }


