/*
Theme Name: Betacup
URI: http://www.thebetacup.com
Description: Betacup website/blog theme by Cuie&Co.
Version: 1.0
Author:	Andy Walton
Author URI: http://cuieandco.com
*/

/*
Created: 15 August 2009 (Last updated - 29 March 2010)
Designed for screen
*/

/* Global reset (clear it all)
----------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0; padding: 0;
}

/* Typography
---------------------------------------------------------- */

blockquote {
	font: normal 22px/27px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	padding: 0 18px;
}
cite {
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	color: #007fc0;
	font: normal 24px/27px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h2 {
	font: normal 16px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	font: normal 15px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 14px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
	font: normal 13px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #c9c9c9;
	cursor: help;
}

/* Links
---------------------------------------------------------- */
a, a:link, a:visited {
	color: #007fc0;
	text-decoration: underline;
}
a:hover {
	color: #007fc0;
	text-decoration: none;
}

/* Horizontal rules
---------------------------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px dotted #c9c9c9;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	width: 100%;
}
hr.dashed {
	border-bottom: 1px dashed #c9c9c9;
}
hr.solid {
	border-bottom: 1px solid #c9c9c9;
}
hr.thick {
	border-bottom: 3px solid #c9c9c9;
}

/* Site
---------------------------------------------------------- */

/* General layout */
html {
	height: auto;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical;
}
body {
	background: #012e46 url('images/bg.png') left top repeat-x fixed;
	border: 0;
	color: #271716;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 960px;
	padding: 0;
	width: 100%;
}
#wrapper {
	clear: both;
	margin: 30px auto 0 auto;
	overflow: auto;
	padding: 0 30px;
	width: 900px;
}

/* Header */
#header {
	background-color: #fff;
	clear: both;
	height: 75px;
	padding: 18px 36px;
	margin: 0;
	width: 828px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;	
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#logo {
	display: block;	
	float: left;
	height: 100px;
	width: 300px;
}
#logo a {
	background: #fff url('images/logo_betacup-xxx225.png') top center no-repeat;
	display: block;
	height: 100px;
	margin: 0 0 18px 0;
	width: 300px;
}
#logo h1 {
	display: block;
	margin-left: -3000px;
}
#billboard {
	float: right;
	height: 50px;
	width: 528px;
	margin-bottom: 18px;
	padding: 18px 0 0 0;
	text-align: right;
}

/* Navigation */
#navigation {
	background-color: #007ec3;
	clear: both;
	width: 828px;
	padding: 0 36px;
	height: 38px;
}
#navigation ul {
	color: #007fc0;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 528px;
}
#navigation li {
	float: left;
	text-align: center;	
}
#navigation li a {
	color: #fff;
	display: block;
	height: 18px;
	padding: 10px 12px;
	margin: 0;
	text-decoration: none;		
	text-transform: lowercase;
	width: auto;
}
#navigation li a:hover {
	background-color: #fff;
	color: #271716;
}
#navigation li.current_page_item a {
	background-color: #271716;
	color: #fff;
	font-weight: bold;
}
#navigation li.current_page_item a:hover {
	font-weight: bold;
	text-decoration: underline;
}
/* Nav option 2*/
#nav {
	margin-top: 71px;
	float: right;
}
#nav ul {
	color: #007fc0;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 528px;
}
#nav li {
	float: left;
	text-align: center;
	padding-left: 12px;
}
#nav li a {
	background-color: #007fc0;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 8px;
	text-transform: lowercase;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#nav li a:hover {
	background-color: #271716;
	color: #fff;
}
#nav li.current_page_item a {
	background-color: #271716;
	color: #fff;
}
#nav li.current_page_item a:hover {
	background-color: #e9e9e9;
	color: #271716;
}
  
/* Container - for page content */
#container {
	background-color: #fff;
	margin: 0;
	overflow: auto;
	padding: 36px;
	width: 828px;	   
}
#content {
	background-color: #fff;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 516px;
}
#content ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#content li {
	padding-bottom: 8px;
}
/* Team and advisor page profiles */
.people {
	float: left;
	padding: 0 18px 12px 0;
	width: 130px;
}
.people img {
	border: 1px solid #c9c9c9;    
	height: inherit;
	padding: 1px;	
	width: 128px;
}
.blurb {
	float: right;
	width: 368px;
	padding: 0;
}

/* Press page */
.press-logo {
	float: left;
	padding: 0 18px 12px 0;
	width: 130px;
}
.press-logo img {
	/*border: 1px solid #c9c9c9;*/    
	height: inherit;
	/*padding: 1px;	*/
	width: 128px;
}
.press-details {
	float: right;
	width: 368px;
	padding: 0;
}
.press-blurb {
}
.press-title {
font-weight: bold;
}
.press-date {
padding-bottom:10px;
}
/* Posts */
.post p, #comments-list ol li p, .page p {
	margin: 0 0 18px 0;
}
h1 a, h1 a:link, h1 a:visited {
	color: #007fc0;    
	text-decoration: none;
}
h1 a:hover {
	color: #007fc0;
	text-decoration: underline;
}
.entry-date {
	margin-bottom: 0;
}
.entry-date span {
	background-color: #291312;
	color: #fff;
	display: inline;
	font-size: 12px;
	line-height: 27px;
	padding: 6px;
	width: auto;
	text-align: center;
	text-decoration: none;
}
.continue {
	float: right;
}
.entry-meta {
	font-size: 11px;    
}

/* Comments */
#comments-list {
	float: left;    
	margin: 0;
	width: 516px;    
}  
#comments-list ol {
	margin: 18px 0;
}
#comments-list ol li {
	margin: 0 0 10px 0;    
	padding: 10px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#comments-list ol li.odd {
	background-color: #e9e9e9;
}
#comments-list ol li.bypostauthor {
	border: 1px solid #007fc0;
}
.avatar {
	border: 1px solid #c9c9c9;    
	float: right;    
	margin: 5px 0 5px 5px;
	padding: 1px;    
}
.comment-meta {
	margin: 0 0 10px 0;
}
#commentform {
	background-color: #e9e9e9;
	margin-bottom: 9px;
	padding: 18px 18px 9px 18px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 0 8px 0;
}
    
/* Sidebar */
#sidebar {
	float: right;    
	width: 276px;    
}
#sidebar h2 {
	margin-bottom: 18px;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#sidebar li {
	padding-bottom: 8px;
}
#betacup-blurb {
	background: #fff url('images/icon_betacup.png') top left no-repeat;
	padding-left: 60px;
}
#sponsors {
	background: #fff;
	padding-left: 0px;
}
#sponsors img {
	padding-left: 42px;
}
#twitter {
	background: #fff url('images/icon_twitter.png') top left no-repeat;
	padding-left: 60px;
}
#twitter ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 0;	
}
#flickr {
	background: #fff url('images/icon_flickr.png') top left no-repeat;
	padding-left: 60px;
	overflow: auto;
}
.flickr_badge { float: left; margin-bottom: 14px; }
.flickr_badge img { width: 64px; height: 64px; padding: 0; margin: 0; border: 4px solid #fff; background: #fff; float: left; }
.flickr_badge a img { border: 4px solid #fff; }
.flickr_badge a:hover img { border: 4px solid #007fc0; }
#betacup-blurb h2, #twitter h2, #flickr h2 {
	padding-top: 11px;
}
#searchform {
	background-color: #e9e9e9;
	margin-bottom: 18px;
	padding: 18px 18px 9px 18px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#searchform input {
	width: 140px;
}
#social-media ul li {
	height: 24px;
	display: inline;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	padding: 3px 12px 3px 24px;
}
#social-media ul li a {
	color: #271716;
	text-decoration: none;
}
#social-media ul li a:hover {
	text-decoration: none;
}
#sidebar .social-media ul {
	padding: 0;
}
#social-media ul li.facebook {
	background: transparent url('http://www.thebetacup.com/wp-content/uploads/2010/03/icon_facebook_sml.png') 0 3px no-repeat;
}
#social-media ul li.twitter {
	background: transparent url('http://www.thebetacup.com/wp-content/uploads/2010/03/icon_twitter_sml.png') 0 3px no-repeat;
}

/* Subfooter */
#subfooter {
	clear: both;
	color: #fff;
	background-color: #271716;
	margin: 0 auto;
	overflow: auto;
	padding: 36px;
	width: 828px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;		   
}
#subfooter a, #subfooter a:link, #subfooter a:visited {
	color: #007fc0;
	text-decoration: none;
}
#subfooter a:hover {
	color: #007fc0;
	text-decoration: underline;	
}
#subfooter ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 0;
}
#subfooter li {
	padding-bottom: 8px;
}
#subfooter ul li {
	border-top: 1px dotted #636262;
	display: list-item;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 252px;
}
#subfooter ul li a {
	display: block;
	color: #a5a4a4;
	line-height: 17px;
	margin: 1px 0;
	padding: 3px 2px;
	text-decoration: none;	
}
#subfooter ul li a:hover {
	background-color: #3a2524;
	color: #a5a4a4;
	text-decoration: none;
}
.column {
	float: left;
	margin-right: 36px;
}
.column.three {
	width: 252px;
}
.column.last {
	margin-right: 0;
}
#subscribe {
	background-color: #e9e9e9;
	color: #271716;
	margin-bottom: 0;
	padding: 18px 18px 9px 18px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#subscribe h2 {
	color: #271716;
	background: transparent url('images/icon_rss.png') top left no-repeat;
	height: 24px;
	padding: 12px 0 12px 60px;
	margin-bottom: 12px;
}
#subscribe input {
	width: 130px;
}
span.recent_date {
	color: #fff;
}
    
/* Footer */
#footer {
	color: #0085d8;
	clear: both;
	font-size: 11px;
	overflow: auto;
	margin: 0 auto;
	padding: 12px 36px 18px 36px;
	width: 828px;
}
#footer a, #footer a:hover {
	color: #0085d8;
}
#footer-meta {
	float: left;
	padding: 0;
	width: 500px;
}
#by-cuie{
	float: right;
	padding: 0;
	text-align: right;
	width: 298px;
}
span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
    
/* Misc Styling */

code {
	background: #efefef;     
	border: 1px solid #A6B0BF; 
	font: normal 13px/18px 'Courier New', Courier, Fixed;    
	display: block;     
	overflow: auto;     
	text-align: left;     
}
blockquote {
	margin: 20px 0;    
	padding: 0 30px 0 40px;    
	background: url('images/quote.png') 5px 2px no-repeat;    
	font-size: 14px;    
	font-family: Georgia, Times, serif;    
	color: #666;    
	font-style: italic;
}
img.alignleft {
	clear: left; 
	border: 1px solid #c9c9c9;
	float: left;    
	margin: 5px 12px 6px 0;
	padding: 1px;
}
img.alignright {
	border: 1px solid #c9c9c9;    
	clear: right;
	float: right;    
	margin: 5px 0 6px 12px;
	padding: 1px;    
}
img.aligncenter {
	border: 1px solid #c9c9c9;    
	clear: both;
	float: none;     
	margin: 0 auto 18px auto;    
	padding: 1px;    
}
img.alignnone {
	border: 1px solid #c9c9c9;    
	margin: 0;    
	padding: 1px;
}
h2.search-archive {
	margin-bottom: 6px;
}
.previous {
	float: left;
}
.next {
	float: right;
}

/* RSS widget */
.rsswidget img {
	display: none;
}
/* Feed me */
#feedme {
	float: right;
	padding-left: 12px;
}
#feedme.padded {
	margin-bottom: 18px;
}
.tweetmeme_button {
	float: left;
	padding: 0 12px 0 0;
}
.fb_share_large {
	float: left;
	padding: 0;
}

/* Calendar widget */
#calendar_wrap {
	margin: 0 0 20px 0;
	width: 252px;
}
#wp-calendar caption {
	color: #271716;
	font: normal 16px/18px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;    
}
#wp-calendar {
	color: #271716;
}
#wp-calendar a {
	color: #007fc0;
}
#wp-calendar td, #wp-calendar thead tr th {
	padding: 10px;    
	border: 1px solid #c9c9c9;
}
#wp-calendar #today {
	border: 1px solid #007fc0;
}

/* Forms
---------------------------------------------------------- */

input, textarea {
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
}
input {
	background-color: #fff;
	border: none;
	padding: 6px;
	margin: 0 18px 0 0;
	width: 200px;	
}
textarea {
	background-color: #fff;
	border: none;
	padding: 6px;
	margin: 0 18px 0 0;
	width: 448px;	
	height: 200px;
}
button {
	background-color: #007fc0;
	border: none;
	color: #fff;
	font-size: 13px;
	margin: 0 0 9px 0;
	padding: 5px 8px;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	text-transform: lowercase;
	width: auto;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
		
}
button:hover {
	background-color: #271716;
	color: #fff;
}
#worldsaver-title
{
background-color:#fff;
}
#worldsaver-title img
{
  margin-left:135px;
background-color:#fff;
}
#download-mac, #download-pc
{
  float:left;
}
#worldsaver-download-bar
{
width:900px;
background-color:#fff;
}
#worldsaver-partner-bar
{
width:585px;
background-color:#fff;
padding-left:315px;
}
#worldsaver-download-bar a
{
margin-left:181px;
}

#finale-content
{
background-color:#fff;
}

.juror-portrait img
{
width:100px;
}
.juror-portrait
{
width:125px;
float:left;
margin-right:10px;
}
.review-text
{
float:left;
width: 655px;

}
.jury-review
{
float:left;
width:860px;
margin-left:20px;
margin-top:20px;
margin-bottom:20px;
}
.review-title
{
width:800px;
float:left;
height:2em;
}
.review-title a
{ 
font-size:1.5em;
text-decoration:none;
}
.review-title a:hover
{
text-decoration:underline;
}
.project-image
{
width:400px;
float:left;
}
.project-image img
{
max-width: 360px;
max-height:360px;
}
.project-text
{
width:400px;
height:400px;

float:left;
}



#finale-content h1, h2
{
text-align:center;
}


/*
Theme Name: Betacup
URI: http://www.thebetacup.com
Description: Betacup website/blog theme by Cuie&Co.
Version: 1.0
Author:	Andy Walton
Author URI: http://cuieandco.com
*/

/*
Created: 15 August 2009 (Last updated - 29 March 2010)
Designed for screen
*/

/* Global reset (clear it all)
----------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td, img { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img, abbr {
	border: 0;
}
address, caption, cite, code, dfn, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
}
ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
}
q:before, q:after { 
	content:'';
}
a {
	text-decoration: none;
}
a, a:link, a:visited, a:active, a:hover {
	outline: none;
}
* {
	margin: 0; padding: 0;
}

/* Typography
---------------------------------------------------------- */

blockquote {
	font: normal 22px/27px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
	padding: 0 18px;
}
cite {
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	padding: 0;
}
h1 {
	color: #007fc0;
	font: normal 24px/27px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h2 {
	font: normal 16px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h3 {
	font: normal 15px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h4 {
  	font: normal 14px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
h5 {
	font: normal 13px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin-bottom: 18px;
}
p {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted #c9c9c9;
	cursor: help;
}

/* Links
---------------------------------------------------------- */
a, a:link, a:visited {
	color: #007fc0;
	text-decoration: underline;
}
a:hover {
	color: #007fc0;
	text-decoration: none;
}

/* Horizontal rules
---------------------------------------------------------- */
hr {
	border: 0;
	border-bottom: 1px dotted #c9c9c9;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
	width: 100%;
}
hr.dashed {
	border-bottom: 1px dashed #c9c9c9;
}
hr.solid {
	border-bottom: 1px solid #c9c9c9;
}
hr.thick {
	border-bottom: 3px solid #c9c9c9;
}

/* Site
---------------------------------------------------------- */

/* General layout */
html {
	height: auto;
	min-height: 100%;
	overflow: -moz-scrollbars-vertical;
}
body {
	background: #012e46 url('images/bg.png') left top repeat-x fixed;
	border: 0;
	color: #271716;
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
	margin: 0;
	min-width: 960px;
	padding: 0;
	width: 100%;
}
#wrapper {
	clear: both;
	margin: 30px auto 0 auto;
	overflow: auto;
	padding: 0 30px;
	width: 900px;
}

/* Header */
#header {
	background-color: #fff;
	clear: both;
	height: 75px;
	padding: 18px 36px;
	margin: 0;
	width: 828px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;	
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
#logo {
	display: block;	
	float: left;
	height: 75px;
	width: 225px;
}
#logo a {
	background: #fff url('images/logo_betacup-225.png') top center no-repeat;
	display: block;
	height: 75px;
	margin: 0 0 18px 0;
	width: 225px;
}
#logo h1 {
	display: block;
	margin-left: -3000px;
}
#billboard {
	float: right;
	height: 50px;
	width: 528px;
	margin-bottom: 18px;
	padding: 18px 0 0 0;
	text-align: right;
}

/* Navigation */
#navigation {
	background-color: #007ec3;
	clear: both;
	width: 828px;
	padding: 0 36px;
	height: 38px;
}
#navigation ul {
	color: #007fc0;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 528px;
}
#navigation li {
	float: left;
	text-align: center;	
}
#navigation li a {
	color: #fff;
	display: block;
	height: 18px;
	padding: 10px 12px;
	margin: 0;
	text-decoration: none;		
	text-transform: lowercase;
	width: auto;
}
#navigation li a:hover {
	background-color: #fff;
	color: #271716;
}
#navigation li.current_page_item a {
	background-color: #271716;
	color: #fff;
	font-weight: bold;
}
#navigation li.current_page_item a:hover {
	font-weight: bold;
	text-decoration: underline;
}
/* Nav option 2*/
#nav {
	margin-top: 71px;
	float: right;
}
#nav ul {
	color: #007fc0;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	width: 528px;
}
#nav li {
	float: left;
	text-align: center;
	padding-left: 12px;
}
#nav li a {
	background-color: #007fc0;
	color: #fff;
	display: block;
	float: left;
	text-decoration: none;
	padding: 5px 8px;
	text-transform: lowercase;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#nav li a:hover {
	background-color: #271716;
	color: #fff;
}
#nav li.current_page_item a {
	background-color: #271716;
	color: #fff;
}
#nav li.current_page_item a:hover {
	background-color: #e9e9e9;
	color: #271716;
}
  
/* Container - for page content */
#container {
	background-color: #fff;
	margin: 0;
	overflow: auto;
	padding: 36px;
	width: 828px;	   
}
#content {
	background-color: #fff;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 516px;
}
#content ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#content li {
	padding-bottom: 8px;
}
/* Team and advisor page profiles */
.people {
	float: left;
	padding: 0 18px 12px 0;
	width: 130px;
}
.people img {
	border: 1px solid #c9c9c9;    
	height: inherit;
	padding: 1px;	
	width: 128px;
}
.blurb {
	float: right;
	width: 368px;
	padding: 0;
}

/* Press page */
.press-logo {
	float: left;
	padding: 0 18px 12px 0;
	width: 130px;
}
.press-logo img {
	/*border: 1px solid #c9c9c9;*/    
	height: inherit;
	/*padding: 1px;	*/
	width: 128px;
}
.press-details {
	float: right;
	width: 368px;
	padding: 0;
}
.press-blurb {
}
.press-title {
font-weight: bold;
}
.press-date {
padding-bottom:10px;
}
/* Posts */
.post p, #comments-list ol li p, .page p {
	margin: 0 0 18px 0;
}
h1 a, h1 a:link, h1 a:visited {
	color: #007fc0;    
	text-decoration: none;
}
h1 a:hover {
	color: #007fc0;
	text-decoration: underline;
}
.entry-date {
	margin-bottom: 0;
}
.entry-date span {
	background-color: #291312;
	color: #fff;
	display: inline;
	font-size: 12px;
	line-height: 27px;
	padding: 6px;
	width: auto;
	text-align: center;
	text-decoration: none;
}
.continue {
	float: right;
}
.entry-meta {
	font-size: 11px;    
}

/* Comments */
#comments-list {
	float: left;    
	margin: 0;
	width: 516px;    
}  
#comments-list ol {
	margin: 18px 0;
}
#comments-list ol li {
	margin: 0 0 10px 0;    
	padding: 10px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#comments-list ol li.odd {
	background-color: #e9e9e9;
}
#comments-list ol li.bypostauthor {
	border: 1px solid #007fc0;
}
.avatar {
	border: 1px solid #c9c9c9;    
	float: right;    
	margin: 5px 0 5px 5px;
	padding: 1px;    
}
.comment-meta {
	margin: 0 0 10px 0;
}
#commentform {
	background-color: #e9e9e9;
	margin-bottom: 9px;
	padding: 18px 18px 9px 18px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 0 0 8px 0;
}
    
/* Sidebar */
#sidebar {
	float: right;    
	width: 276px;    
}
#sidebar h2 {
	margin-bottom: 18px;
}
#sidebar ul {
	list-style-image: none;
	list-style-type: disc;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 18px;
}
#sidebar li {
	padding-bottom: 8px;
}
#betacup-blurb {
	background: #fff url('images/icon_betacup.png') top left no-repeat;
	padding-left: 60px;
}
#sponsors {
	background: #fff;
	padding-left: 0px;
}
#sponsors img {
	padding-left: 42px;
}
#twitter {
	background: #fff url('images/icon_twitter.png') top left no-repeat;
	padding-left: 60px;
}
#twitter ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 0;	
}
#flickr {
	background: #fff url('images/icon_flickr.png') top left no-repeat;
	padding-left: 60px;
	overflow: auto;
}
.flickr_badge { float: left; margin-bottom: 14px; }
.flickr_badge img { width: 64px; height: 64px; padding: 0; margin: 0; border: 4px solid #fff; background: #fff; float: left; }
.flickr_badge a img { border: 4px solid #fff; }
.flickr_badge a:hover img { border: 4px solid #007fc0; }
#betacup-blurb h2, #twitter h2, #flickr h2 {
	padding-top: 11px;
}
#searchform {
	background-color: #e9e9e9;
	margin-bottom: 18px;
	padding: 18px 18px 9px 18px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#searchform input {
	width: 140px;
}
#social-media ul li {
	height: 24px;
	display: inline;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	padding: 3px 12px 3px 24px;
}
#social-media ul li a {
	color: #271716;
	text-decoration: none;
}
#social-media ul li a:hover {
	text-decoration: none;
}
#sidebar .social-media ul {
	padding: 0;
}
#social-media ul li.facebook {
	background: transparent url('http://www.thebetacup.com/wp-content/uploads/2010/03/icon_facebook_sml.png') 0 3px no-repeat;
}
#social-media ul li.twitter {
	background: transparent url('http://www.thebetacup.com/wp-content/uploads/2010/03/icon_twitter_sml.png') 0 3px no-repeat;
}

/* Subfooter */
#subfooter {
	clear: both;
	color: #fff;
	background-color: #271716;
	margin: 0 auto;
	overflow: auto;
	padding: 36px;
	width: 828px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;		   
}
#subfooter a, #subfooter a:link, #subfooter a:visited {
	color: #007fc0;
	text-decoration: none;
}
#subfooter a:hover {
	color: #007fc0;
	text-decoration: underline;	
}
#subfooter ul {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	text-indent: 0;
	padding: 0 0 10px 0;
}
#subfooter li {
	padding-bottom: 8px;
}
#subfooter ul li {
	border-top: 1px dotted #636262;
	display: list-item;
	text-align: left;
	padding: 0;
	margin: 0;
	width: 252px;
}
#subfooter ul li a {
	display: block;
	color: #a5a4a4;
	line-height: 17px;
	margin: 1px 0;
	padding: 3px 2px;
	text-decoration: none;	
}
#subfooter ul li a:hover {
	background-color: #3a2524;
	color: #a5a4a4;
	text-decoration: none;
}
.column {
	float: left;
	margin-right: 36px;
}
.column.three {
	width: 252px;
}
.column.last {
	margin-right: 0;
}
#subscribe {
	background-color: #e9e9e9;
	color: #271716;
	margin-bottom: 0;
	padding: 18px 18px 9px 18px;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#subscribe h2 {
	color: #271716;
	background: transparent url('images/icon_rss.png') top left no-repeat;
	height: 24px;
	padding: 12px 0 12px 60px;
	margin-bottom: 12px;
}
#subscribe input {
	width: 130px;
}
span.recent_date {
	color: #fff;
}
    
/* Footer */
#footer {
	color: #0085d8;
	clear: both;
	font-size: 11px;
	overflow: auto;
	margin: 0 auto;
	padding: 12px 36px 18px 36px;
	width: 828px;
}
#footer a, #footer a:hover {
	color: #0085d8;
}
#footer-meta {
	float: left;
	padding: 0;
	width: 500px;
}
#by-cuie{
	float: right;
	padding: 0;
	text-align: right;
	width: 298px;
}
span.amp {
	font-family: Baskerville, Palatino, "Book Antiqua", serif;
	font-style: italic;
}
    
/* Misc Styling */

code {
	background: #efefef;     
	border: 1px solid #A6B0BF; 
	font: normal 13px/18px 'Courier New', Courier, Fixed;    
	display: block;     
	overflow: auto;     
	text-align: left;     
}
blockquote {
	margin: 20px 0;    
	padding: 0 30px 0 40px;    
	background: url('images/quote.png') 5px 2px no-repeat;    
	font-size: 14px;    
	font-family: Georgia, Times, serif;    
	color: #666;    
	font-style: italic;
}
img.alignleft {
	clear: left; 
	border: 1px solid #c9c9c9;
	float: left;    
	margin: 5px 12px 6px 0;
	padding: 1px;
}
img.alignright {
	border: 1px solid #c9c9c9;    
	clear: right;
	float: right;    
	margin: 5px 0 6px 12px;
	padding: 1px;    
}
img.aligncenter {
	border: 1px solid #c9c9c9;    
	clear: both;
	float: none;     
	margin: 0 auto 18px auto;    
	padding: 1px;    
}
img.alignnone {
	border: 1px solid #c9c9c9;    
	margin: 0;    
	padding: 1px;
}
h2.search-archive {
	margin-bottom: 6px;
}
.previous {
	float: left;
}
.next {
	float: right;
}

/* RSS widget */
.rsswidget img {
	display: none;
}
/* Feed me */
#feedme {
	float: right;
	padding-left: 12px;
}
#feedme.padded {
	margin-bottom: 18px;
}
.tweetmeme_button {
	float: left;
	padding: 0 12px 0 0;
}
.fb_share_large {
	float: left;
	padding: 0;
}

/* Calendar widget */
#calendar_wrap {
	margin: 0 0 20px 0;
	width: 252px;
}
#wp-calendar caption {
	color: #271716;
	font: normal 16px/18px Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;    
}
#wp-calendar {
	color: #271716;
}
#wp-calendar a {
	color: #007fc0;
}
#wp-calendar td, #wp-calendar thead tr th {
	padding: 10px;    
	border: 1px solid #c9c9c9;
}
#wp-calendar #today {
	border: 1px solid #007fc0;
}

/* Forms
---------------------------------------------------------- */

input, textarea {
	font: normal 12px/18px Verdana, Helvetica, Arial, sans-serif, serif;
}
input {
	background-color: #fff;
	border: none;
	padding: 6px;
	margin: 0 18px 0 0;
	width: 200px;	
}
textarea {
	background-color: #fff;
	border: none;
	padding: 6px;
	margin: 0 18px 0 0;
	width: 448px;	
	height: 200px;
}
button {
	background-color: #007fc0;
	border: none;
	color: #fff;
	font-size: 13px;
	margin: 0 0 9px 0;
	padding: 5px 8px;
	text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	text-transform: lowercase;
	width: auto;
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-text-shadow: 1px 1px 0 rgba(0,0,5,0.3);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
		
}
button:hover {
	background-color: #271716;
	color: #fff;
}
#worldsaver-title
{
background-color:#fff;
}
#worldsaver-title img
{
  margin-left:135px;
background-color:#fff;
}
#download-mac, #download-pc
{
  float:left;
}
#worldsaver-download-bar
{
width:900px;
background-color:#fff;
}
#worldsaver-partner-bar
{
width:585px;
background-color:#fff;
padding-left:315px;
}
#worldsaver-download-bar a
{
margin-left:181px;
}

#finale-content
{
background-color:#fff;
margin-bottom:-18px;
}

.juror-portrait img
{
width:100px;
}
.juror-portrait
{
width:125px;
float:left;
margin-right:10px;
}
.review-text
{
float:left;
width: 655px;

}
.jury-review
{
float:left;
width:860px;
margin-left:20px;
margin-top:20px;
margin-bottom:20px;
}
.review-title
{
width:800px;
float:left;
height:2em;
}
.review-title a
{ 
font-size:1.5em;
text-decoration:none;
}
.review-title a:hover
{
text-decoration:underline;
}
.project-image
{
width:400px;
float:left;
}
.project-image img
{
max-width: 360px;
max-height:360px;
}
.project-text
{
width:400px;
height:400px;

float:left;
}

.partner-box
{
width:110px;
float:left;
height:120px;
margin-left:15px;
text-align:center;
}

.partner-box img
{
max-width:100px;
}

.press-box
{
width:155px;
float:left;
height:80px;
margin-left:20px;
text-align:center;
}

.press-box img
{
max-width:145px;
}

.winner-box
{
width:110px;
float:left;
height:155px;
margin-left:30px;
text-align:center;

}

.winner-box img
{
max-width:100px;
padding:4px;
}

.finale-section-title
{
margin-top: 10px;
margin-left:20px;
width:800px;
margin-bottom:10px;
float:left;
}
.finale-intro-paragraph
{
margin-left:20px;
margin-right:20px;
text-align:center;
padding-top:10px;
}
