/* ----------------------------------------------------------
    The Game is in US CSS
    Managed by: Blue State Digital
    Last Update: August 2009 

    TABLE OF CONTENT

    01 - GLOBAL BROWSER RESET
    02 - COMMON STYLE
    03 - LAYOUT
    04 - HOMEPAGE 
    05 - SUBPAGES
    06 - FRAMEWORK
    07 - UTILITY
	
    COLOR GUIDE (Main Site Colors and their Hex Codes)
    
    Blue: #007dc2
    Yellow: #ffcc00
    Red: #e31937
	
---------------------------------------------------------- */

/* 01 =GLOBAL BROWSER RESET
---------------------------------------------------------- */
/* YUI Reset version: 2.7.0 */

html { color: #000; background: #FFF; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var,optgroup { font-style: inherit; font-weight: inherit; }
del,ins { text-decoration: none; }
li { list-style: none; }
caption, th { text-align: left; }
h1,h2,h3,h4,h5,h6 {	font-size: 100%; font-weight: normal; }
q:before, q:after {	content: ''; }
abbr,acronym { border: 0; font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
/*because legend doesn't inherit in IE */
legend { color: #000; }
input,button,textarea,select,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select { *font-size: 100%; }



/* 02 =COMMON STYLE 
---------------------------------------------------------- */

body { font: 75% Helvetica, Arial, sans-serif; color: #fff;}

.base { font-size: 12px; line-height: 16px; color: #000;}

.base h1 { width: 580px; position: absolute; top: 0px; left: 0px; padding: 9px 30px 8px; z-index: 1;}
.base h2 { font-size: 16px; line-height: 20px; font-weight: bold; }
.base h3 { font-size: 14px; line-height: 17px; font-weight: bold; }
.base h4 { font-size: 12px; line-height: 16px; font-weight: bold; }

h1 { font-size: 52px; line-height: 52px; height: 52px; text-transform: uppercase; color: #0c1e35; background: url(/page/-/images/wrapper/bg-title.png) repeat-x; padding: 9px 20px 8px;  margin-bottom: 1px; overflow: hidden; }
h1 em { vertical-align: -2px; }
body.full-width .base h1 { float: none; width: 900px; }

.base p { margin-bottom: 15px; }

.base a { color: #454545; font-weight: bold;}
.base a:hover { text-decoration: none; }
.base p a { background-color: #fc0; font-weight: normal;}
.base p a.alt, .base .transparent p a { background: none; }
.base p a:hover { text-decoration: none; }

blockquote { border-left: 5px solid #fc0; margin: 15px; padding-left: 10px;}

.base ul, .base ol { padding-left: 25px; margin: 15px 0;}
.base ul li { list-style-type: disc; }
.base ol li { list-style-type: decimal; }
.base ul li, .base ol li { }
.base li ol, .base li ul { margin: 0; }

.transparent { background: url(/page/-/images/wrapper/bg-transparency.png) repeat; }
.albert, .albert-bold { text-transform: uppercase; }
ul.listing li { list-style : none; margin-bottom: 3px; padding-left: 0; }
ul.listing { padding-left: 0; margin-top: 5px; }
ul.listing li a { font-weight: normal; font-style: normal; }

#blog td { border: 2px #ccc solid; padding: 5px; }
#blog th { border: 2px #ccc solid; padding: 5px; }

/* 03 =LAYOUT
---------------------------------------------------------- */
html { background: #060e19; }
#container { background: url(/page/-/images/wrapper/yellow-border.gif) 0 bottom repeat-x; width: 961px; margin: 0 auto; padding-bottom: 15px;}

#header { background: url(/page/-/images/wrapper/masthead.jpg) no-repeat 0 0; height: 104px; position: relative;}
#header h2 a.masthead { height: 104px; width: 740px; display: block; text-indent: -9999px; overflow: hidden; }

#header form#quicksignup { width: 135px; position: absolute; right: 25px; top: 33px;}
form#quicksignup input { display: inline; vertical-align: middle;}
form#quicksignup input.text { background: #fc0; border: 1px solid #dcb102; color: #333; padding: 4px 5px; margin-right: 2px; font-size: 11px; }
form#quicksignup input#quick-email { width: 123px; margin-bottom: 5px;}
form#quicksignup input#quick-zip { width: 57px; }

ul#navigation { background: url(/page/-/images/wrapper/updated-nav.gif); height: 35px; position: relative; z-index: 99;}
ul#navigation li { float: left; }
ul#navigation li a { height: 35px; display: block; text-indent: -9999px; overflow: hidden; color: #fff;}

ul#navigation li.home a { width: 90px; }
ul#navigation li.why-us a { width: 117px; }
ul#navigation li.the-bid a { width: 125px; }
ul#navigation li.take-action a { width: 164px; }
ul#navigation li.the-blog a { width: 138px; }
ul#navigation li.swag a { width: 170px; }
ul#navigation li.espanol a { width: 155px; }

ul#navigation li.home a:hover { background: url(/page/-/images/wrapper/updated-nav.gif) 0 -35px; }
ul#navigation li.why-us a:hover { background: url(/page/-/images/wrapper/updated-nav.gif) -90px -35px; }
ul#navigation li.the-bid a:hover { background: url(/page/-/images/wrapper/updated-nav.gif) -207px -35px; }
ul#navigation li.take-action a:hover { background: url(/page/-/images/wrapper/updated-nav.gif) -332px -35px; }
ul#navigation li.the-blog a:hover { background: url(/page/-/images/wrapper/updated-nav.gif) -496px -35px; }
ul#navigation li.swag a:hover { background: url(/page/-/images/wrapper/updated-nav.gif) -634px -35px; }
ul#navigation li.espanol a:hover { background: url(/page/-/images/wrapper/updated-nav.gif) -804px -35px; }

#body { width: 961px; margin: 40px 0 1px; }
body.interior #body { margin: 10px 0 1px; position: relative; }

#footer { background: url(/page/-/images/wrapper/footer-bg.gif) no-repeat; height: 42px; margin-top: 1px; position: relative;}

#footer ul li { float: left; font-size: 9px; line-height: 14px; text-transform: uppercase; color: #fff; margin: 14px 15px 0 0;} 
#footer ul li a { color: #999; text-decoration: none; display: block;}
#footer ul li a:hover { color: #fc0; text-decoration: none;}

#footer ul#sitemap {  }
#footer ul#sitemap li { margin-right: 10px; }
#footer ul#sitemap li.gousabid a { width: 175px; height: 20px; margin: 0 2px 0 0; display: block; text-indent: -9999px; overflow: hidden;}

#footer ul#social-networks { position: absolute; right: 0px; line-height: 14px; }
#footer ul#social-networks li { margin-top: 6px;}
#footer ul#social-networks li a { padding-left: 20px; line-height: 14px; padding-top: 8px;}
#footer ul#social-networks li a.facebook { background: url(/page/-/images/wrapper/btn-footer-facebook.png) no-repeat 0 7px; }
#footer ul#social-networks li a.youtube { background: url(/page/-/images/wrapper/btn-footer-youtube.png) no-repeat 0 7px; }
#footer ul#social-networks li a.flickr { background: url(/page/-/images/wrapper/btn-footer-flickr.png) no-repeat 0 11px; }
#footer ul#social-networks li a.twitter { background: url(/page/-/images/wrapper/btn-footer-twitter.png) no-repeat 0 7px; }

#sponsors { background: #060e19; border-top: 1px dotted #122039; padding: 10px 16px; }
#sponsors h2 { float: left; font-size: 18px; margin: 0 20px 0 0; }
#sponsors .logos { float: left; width: 740px; }

/*** SUPERFISH STYLES ***/
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height:	1.0; }
.sf-menu ul { position:	absolute; top: -999em; width: 10em; /* left offset of submenus need to match (see below) */ }
.sf-menu li:hover { visibility:	inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li { float: left; position: relative; }
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { left: 0; top: 2.5em; /* match top ul list item height */ z-index: 99; }
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 10em; /* match ul width */ top: 0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 10em; /* match ul width */ top: 0; }
ul.sf-menu li ul { background: url(/page/-/images/wrapper/bg-transparency.png) repeat; padding: 0px 20px 10px; width: 135px; margin-top: 5px;}
ul#navigation.sf-menu li li { margin: 5px 0;  font-size: 14px; line-height: 16px; /*text-transform: uppercase;*/ width: 135px;} 
ul#navigation.sf-menu li li a { color: #fff; text-indent: 0px; text-decoration: none; height: auto; width: 135px;}
ul#navigation.sf-menu li li a:hover { color: #fc0; text-decoration: none; background: none;}

.sf-menu a, .sf-menu a:visited  { color: #000; }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { outline: 0; }
ul#navigation.sf-menu li.sfHover { height: 35px; }
ul#navigation.sf-menu li.why-us.sfHover { background: url(/page/-/images/wrapper/updated-nav.gif) -90px -35px; }
ul#navigation.sf-menu li.the-bid.sfHover { background: url(/page/-/images/wrapper/updated-nav.gif) -207px -35px; }
ul#navigation.sf-menu li.take-action.sfHover { background: url(/page/-/images/wrapper/updated-nav.gif) -332px -35px; }
ul#navigation.sf-menu li.the-blog.sfHover { background: url(/page/-/images/wrapper/updated-nav.gif) -496px -35px; }
ul#navigation.sf-menu li.swag.sfHover { background: url(/page/-/images/wrapper/updated-nav.gif) -634px -35px; }
ul#navigation.sf-menu li.espanol.sfHover { background: url(/page/-/images/wrapper/updated-nav.gif) -804px -35px}

ul#navigation.sf-menu li.sfHover li { height: auto; }

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('/page/-/images/wrapper/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off { background: transparent; }

ul#navigation.sf-menu li ul { display: none; }

div#copyright-footer { margin: 10px 0; font-size: 10px; color: #fff; text-align: right;}
div#copyright-footer a { color: #fff; text-decoration: none; }
div#copyright-footer a:hover { color: #fc0; } 


ul#sub-nav { padding: 0; margin-top: 0;	margin-bottom: 25px; }
ul#sub-nav li.first { padding-left: 0; border-left: none;  }
ul#sub-nav li{ display: inline; padding-right: 3px; padding-left: 3px; border-left: 1px solid #454545; font-size: .75em; text-transform: uppercase;  }


/* 04 =HOMEPAGE
---------------------------------------------------------- */

body#home #content { width: 480px; float: left;}
body#home #sidebar { width: 480px; float: right; margin-top: 70px;}

body#home a { color: #fc0; text-decoration: none; }
body#home a:hover { text-decoration: underline; }

#feature { float: left; width: 440px; padding: 20px; height: 377px; position: relative; }
#feature #rotator { background: url(/page/-/images/wrapper/pixel.gif) repeat; height: 250px; position: relative;}
#feature #rotator .entry { background: url(/page/-/images/wrapper/pixel.gif) repeat; font-size: 15px; line-height: 20px; height: 250px;}
#feature #rotator .entry img { margin-bottom: 10px; }
#feature #rotator h2 { font-size: 20px; line-height: 24px;font-weight: bold; }
#feature #pager { position: absolute; z-index: 100; top: 204px; right: 60px; font: bold 14px Helvetica, Arial, sans-serif; width: 120px; } 
#feature #rotator a:hover, #feature a:hover, #feature #pager a:hover { text-decoration: none; }
#feature #pager a { background: url(/page/-/images/wrapper/bg-rotator-inactivebtn.png) no-repeat; float: left; width: 29px; text-align: center; padding: 21px 0;  margin-right: 1px; display: inline-block;}
#feature #pager a.activeSlide { background: url(/page/-/images/wrapper/btn-rotator-activebtn.png) no-repeat; color: #000;}
#feature #next { background: url(/page/-/images/wrapper/btn-rotator-next.png) no-repeat; position: absolute; z-index: 100; display: block; width: 29px; height: 57px; text-indent: -9999px; overflow: hidden; top: 204px; right: 30px;}


.block.actions h2 { font-size: 16px; line-height: 20px; margin-left: 10px; margin-top: 10px; }
.block.actions { height: 148px; margin-bottom: 1px; padding: 1px 0; }
#sidebar .actions li { display: inline; float: left; margin-top: 10px; margin-left: 10px; margin-bottom: 0; }
#sidebar .actions a { display: block; overflow: hidden; text-indent: -9999px; width: 146px; height: 40px; }
#sidebar .actions a:hover { background-position: 0 -40px; }
#sidebar .petition a { background: url(/page/-/images/wrapper/btn-wc-action-petition.png) 0 0 no-repeat; }
#sidebar .share-story a { background: url(/page/-/images/wrapper/btn-wc-action-share.png) 0 0 no-repeat; }
#sidebar .facebook a { background: url(/page/-/images/wrapper/btn-wc-action-facebook.png) 0 0 no-repeat; }
#sidebar .taf a { background: url(/page/-/images/wrapper/btn-wc-action-taf.png) 0 0 no-repeat; }
#sidebar .badge a { background: url(/page/-/images/wrapper/btn-wc-action-badge.png) 0 0 no-repeat; }
#sidebar .twitter-btn a { background: url(/page/-/images/wrapper/btn-wc-action-twitter.png) 0 0 no-repeat; }

#secondary-feature.test { margin-bottom: 1px; }
#secondary-feature { float: left; width: 440px; padding: 20px; margin-top: 1px; font-size: 12px; line-height: 18px;}
#secondary-feature .left { width: 130px; float: left; margin-right: 10px;}
#secondary-feature .left h3 { font-weight: bold; }
#secondary-feature .left h4 { line-height: 20px; }
#secondary-feature .right { width: 297px; float: right;}
#secondary-feature .right h3.thegameisinus { width: 294px; height: 27px; background: url(/page/-/images/wrapper/title-homepage-thegameisinus.png) no-repeat; text-indent: -9999px; margin: 0 auto 10px;}
#secondary-feature .right .box { background: url(/page/-/images/wrapper/bg-homepage-secondaryaction.jpg) no-repeat; border: 5px solid #fc0; color: #0c1e35; font-size: 11px; line-height: 14px; padding: 5px; height: 67px; }
#secondary-feature .right form#petition { float: right; width: 130px;}
#secondary-feature .right form#petition input.text { color: #999; padding: 3px; border: none; }
#secondary-feature .right form#petition input { margin-bottom: 3px; float: left;}
#secondary-feature .right form#petition input.buttonImage { margin: 0; }
#secondary-feature .right .box .left { margin-right: 0; line-height: 14px; width: 130px;}
#secondary-feature .right .box h4 { font-weight: bold; line-height: 14px;}

#news-room { float: right; width: 460px; padding: 55px 10px 10px; position: relative; margin-bottom: 1px; height: 530px; overflow: hidden;}
#news-room ul.tabset { position: absolute; top: 0; left: 0; width: 480px; height: 45px; overflow: hidden;}
#news-room ul.tabset li{ float: left; text-transform: uppercase; font-size: 20px; font-weight: bold; }
#news-room ul.tabset li a { color: #999; display: block; height: 20px; padding: 15px 20px 10px; background: #0f2440 /*url(/page/-/images/wrapper/bg-tabs-inactive.png) repeat-x*/; text-decoration: none;}
#news-room ul.tabset li a:hover { color: #fc0; text-decoration: none;}
#news-room ul.tabset li a.active { background: none;}
#news-room ul.tabset li.blog-tab { width: 88px; }
#news-room ul.tabset li.match-finder-tab { width: 176px; }
#news-room ul.tabset li.action-center-tab { width: 187px; }
#news-room ul.tabset li.rss { width: 216px; height: 45px; background: #0f2440 /*url(/page/-/images/wrapper/bg-tabs-inactive.png) repeat-x*/; position: absolute; top: 0; right: 0;}
#news-room ul.tabset li.rss a { background: url(/page/-/images/wrapper/btn-homepage-rss.png) no-repeat; width: 16px; height: 16px; text-indent: -9999px; padding: 0; margin: 19px 0 0 180px; }

#news-room .tab-content { /*height: 375px;*/ overflow: hidden; padding: 0; line-height: 15px;}
#news-room .blog .entry { padding: 10px; line-height: 15px;}
#news-room .blog .entry.hovered { background: #000; cursor: pointer; }
#news-room .blog .entry img.thumbnail { float: left; }
#news-room .blog .entry .text { float: right; width: 300px;}
#news-room .blog .entry .text.full { width: 440px; }
#news-room .blog .entry .text h3 { font-weight: bold; }
#news-room .blog .entry .text a:hover { text-decoration: none; }
#news-room .more { text-align: right; margin: 18px 0 0 0; padding: 0 10px; font-weight: bold;}

#news-room .events, #news-room .action-center { /*padding: 0 10px;*/ }
#news-room .events h3 { font-weight: bold; }
#news-room .events .match-finder { background: url(/page/-/images/wrapper/bg-homepage-events.png) no-repeat 50% 0; margin-top: 10px; padding: 25px 0 0 0;  font-size: 12px; }
#news-room .events #simplesearch { float: right; margin-bottom: 42px; width: 150px; }
#news-room .events #simplesearch p { margin-bottom: 15px; }
#news-room .events #upcoming-events { border-top: 2px solid #ffcc00; clear: both; padding: 15px 10px 0; }
#news-room .events #upcoming-events h3 { font-size: 16px; line-height: 20px; }
#news-room .events #upcoming-events p { margin-bottom: 10px; }
#news-room .events #upcoming-events table { margin: 5px 0; }
#news-room .events #upcoming-events td { border-top: 1px dotted #333; vertical-align: top; }
#news-room .events #upcoming-events .date { font-weight: bold; padding: 10px 10px 0 0; }
#news-room .events .match-finder, #news-room .action-center .action-center-contents { margin-top: 10px; }
#news-room .events input.text { background: #1c2a3f; border: 1px solid #192537; color: #fff; padding: 3px 5px; font-size: 11px; margin-bottom: 5px; width: 112px;}
#news-room .events h4 { margin-top: 10px; font-weight: bold;}

#news-room .action-center { line-height: 16px; }
#news-room #action-center-home { padding: 5px; margin-top: 10px; }
#news-room #action-center-home td { padding: 5px; padding-bottom: 15px;}
#news-room #action-center-home td.left, #news-room #action-center-home td.left-2 { width: 50px; }
#news-room #action-center-home td.right, #news-room #action-center-home td.right-2 { width: 160px; }
#news-room #action-center-home h3{ font-weight: bold; font-size: 14px;}
#news-room #action-center-home h3 a { text-decoration: none; }
#news-room #action-center-home h3 a:hover { color: #007dc2; }
#news-room #action-center-home img { vertical-align: middle; }


ul#secondary-actions { float: right; width: 480px; margin-top: 1px;}
ul#secondary-actions li { float: left; margin-right: 1px; height: 157px;}
ul#secondary-actions li.last { margin: 0; }
ul#secondary-actions li a { display: inline-block; height: 157px; width: 159px;}

#home tr#event_radius_row { display: none }
#home td.formlink { display: none }
#home #simpleform input.submit { background: url(/page/-/images/wrapper/btn-homepage-findevent.png) no-repeat; padding: 0; border: 0; text-indent: -99999px; width: 124px; height: 23px; }

.main-video-btns a.email { background: url(/page/-/images/wrapper/btn-video-email.png) no-repeat; height: 57px; width: 259px; display: inline-block; float: left; text-indent: -99999px; margin-bottom: 10px; margin-right: 60px; }
.main-video-btns a.email:hover { background-position: 0 -57px; }

.main-video-btns a.twitter { background: url(/page/-/images/wrapper/btn-video-tweet.png) no-repeat; height: 57px; width: 259px; display: inline-block; float: left; text-indent: -99999px; margin-bottom: 10px; margin-right: 63px; }
.main-video-btns a.twitter:hover { background-position: 0 -57px; }

.main-video-btns a.facebook { background: url(/page/-/images/wrapper/btn-video-facebook.png) no-repeat; height: 57px; width: 259px; display: inline-block; float: left; text-indent: -99999px; margin-bottom: 10px; }
.main-video-btns a.facebook:hover { background-position: 0 -57px; }

.signup-video-btns form { float: left; width: 880px; margin-bottom: 10px; background-color: #172b42; padding: 10px; }
.signup-video-btns form input.text { padding: 5px 10px; width: 250px; margin-right: 25px; font-size: 16px; background-color: #fff; border: 1px solid #dcb102; color: #333; display: inline; float: left;  }
.signup-video-btns a.email { background: url(/page/-/images/wrapper/btn-video-email.png) no-repeat; height: 57px; width: 259px; display: inline-block; float: left; text-indent: -99999px; margin-bottom: 10px; margin-right: 60px; }
.signup-video-btns a.email:hover { background-position: 0 -57px; }
#video-signup fieldset { height: 39px; float: left; width: 832px; margin-top: 10px; }
#video-signup input.buttonImage { float: left; }

.signup-video-btns a.twitter { background: url(/page/-/images/wrapper/btn-video-tweet.png) no-repeat; height: 57px; width: 259px; display: inline-block; float: left; text-indent: -99999px;  margin-bottom: 10px; margin-right: 63px; }
.signup-video-btns a.twitter:hover { background-position: 0 -57px; }

.signup-video-btns a.facebook { background: url(/page/-/images/wrapper/btn-video-facebook.png) no-repeat; height: 57px; width: 259px; display: inline-block; float: left; text-indent: -99999px; margin-bottom: 10px; }
.signup-video-btns a.facebook:hover { background-position: 0 -57px; }

/** 04.1 =WORLDCUP
---------------------------------------------------------- **/
#home .base { color: #fff; }
.world-cup #feature { height: 250px; margin-bottom: 2px; }
.world-cup #feature #rotator .entry { background: url(/page/-/images/wrapper/pixel.gif) repeat; font-size: 15px; line-height: 20px; height: 278px;}

.world-cup #feature #rotator h2 { position: relative; top: -81px; background-color: #060e19; margin-left: 10px; width: 249px; padding: 18px 10px 12px; height: 26px; color: #fff; margin-right: 0; font-size: 16px; line-height: 18px; }
.world-cup #feature h2 a { color: #fff; font-weight: normal; font-style: normal; }

.world-cup #news-room { margin-bottom: 2px; padding-top: 10px; height: 499px; }
.world-cup #news-room h2 { float: left; font-size: 20px; padding: 0 20px 10px; }
.world-cup #news-room .rss { clear: right; display: inline; float: right; }
.world-cup #news-room .rss a { background: url(/page/-/images/wrapper/btn-homepage-rss.png) no-repeat; display: block; width: 16px; height: 16px; overflow: hidden; text-indent: -9999px; padding: 0; margin: 5px 15px 14px; }

.world-cup #news-room .blog { clear: both; height: 450px; }

.world-cup #sidebar { color: #fff; font-size: 12px; line-height: 16px; }
.world-cup #sidebar h2 { font-size: 16px; line-height: 20px; font-weight: bold; }
.world-cup #sidebar p { margin-bottom: 15px; }

.world-cup .block { width: 480px; float: right; margin-top: 0; margin-bottom: 1px; }
.world-cup .block .left { width: 290px; float: left; padding: 10px; }
.world-cup .block .right { width: 149px; float: right; padding: 10px; word-wrap: break-word; }

.world-cup .block.actions h2 { font-size: 1.8em; margin-left: 10px; margin-top: 10px; }
.world-cup .block.actions { height: 150px; }
.world-cup #sidebar .actions li { display: inline; float: left; margin-top: 10px; margin-left: 10px; margin-bottom: 0; }
.world-cup #sidebar .actions a { display: block; overflow: hidden; text-indent: -9999px; width: 146px; height: 40px; }
.world-cup #sidebar .actions a:hover { background-position: 0 -40px; }
.world-cup #sidebar .petition a { background: url(/page/-/images/wrapper/btn-wc-action-petition.png) 0 0 no-repeat; }
.world-cup #sidebar .share-story a { background: url(/page/-/images/wrapper/btn-wc-action-share.png) 0 0 no-repeat; }
.world-cup #sidebar .facebook a { background: url(/page/-/images/wrapper/btn-wc-action-facebook.png) 0 0 no-repeat; }
.world-cup #sidebar .taf a { background: url(/page/-/images/wrapper/btn-wc-action-taf.png) 0 0 no-repeat; }
.world-cup #sidebar .badge a { background: url(/page/-/images/wrapper/btn-wc-action-badge.png) 0 0 no-repeat; }
.world-cup #sidebar .twitter-btn a { background: url(/page/-/images/wrapper/btn-wc-action-twitter.png) 0 0 no-repeat; }

.world-cup #central-header { /*border-bottom: 1px solid #ffcc00;*/ margin: 0 0 1px 0; padding: 15px 10px 10px; }
.world-cup #central-header h2 { font-size: 1.8em; font-weight: normal; }
.world-cup #central-header a { background: url(/page/-/images/wrapper/arrow.gif) right center no-repeat; padding-right: 16px; }
.world-cup #central-header a:hover { /*color: #f7793f;*/ text-decoration: none; }

#wc-updates .transparent { height: 260px; }
#wc-updates .left { border: 2px solid #555; padding: 8px; }
.world-cup .latest-news { float: left; width: 140px; }
.world-cup .latest-photos { float: right; width: 140px; }
.world-cup .latest-photos #slideShow { border: 1px solid #fc0; margin: 5px 0; }
.world-cup .powered-by { clear: both; color: #777; text-align: center; } 

.world-cup #sidebar ul { padding: 0; margin: 5px 0 0 0; }
.world-cup #sidebar li { list-style: none; list-style-type: none; padding-left: 0; margin-bottom: 5px; }

.world-cup .three .transparent { height: 320px; }
.world-cup #sidebar #upcoming-games { margin-bottom: 16px; }
/* #espn3 { background: url(/page/-/images/wrapper/espn3.png) right 15px no-repeat; border-top: 1px dotted #333; margin: 18px 0; padding: 10px 150px 0 0; } */

#watch-online { border-top: 1px dotted #333; margin: 18px 0 5px 0; padding: 10px 0 0 0; }
#watch-online-text { width: 130px; float: left; }
#watch-online-logos { width: 150px; float: right; }
#watch-online-logos img { margin-bottom: 8px; }

.world-cup .match-finder { border-top: 2px solid #ffcc00; padding: 10px 0 0 0; }
.world-cup .match-finder input#event_search_zip  { background: #fff; border: none; color: #999; float: left; padding: 4px 3px; width: 89px; }
.world-cup .match-finder table { margin: 0 0 4px 0; }
.world-cup .match-finder td, .world-cup .block tr{ float: left; margin-right: 5px; }
#home.world-cup #simpleform input.submit { float: left; width: 168px; height: 22px; } 
.world-cup .match-finder table { width: 284px; }
#host-watch-party a { background: url(/page/-/images/wrapper/wc-btn-host-watch-party.png) 0 0 no-repeat; display: block; overflow: hidden; text-indent: -9999px; width: 168px; height: 23px; }
#host-watch-party a:hover { background-position: 0 -23px; }

.scroll-pane { height: 300px; overflow: auto; }
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%; background: #1c2a3f; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #444;
	cursor: pointer;
	overflow: hidden;
        border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}


/* 05 =SUBPAGES
---------------------------------------------------------- */
body.interior #content { width: 580px; background: #fff; padding: 15px 30px 30px; float: left; margin-top: 69px; overflow: hidden; }

body.interior.full-width #content { width: 900px; }

body.interior #sidebar { width: 310px; float: right;}
body.interior #sidebar a { color: #fc0; text-decoration: none;}

body.interior #sidebar #get-involved { background: #000; margin-bottom: 1px; padding: 8px 20px 20px 20px;}
body.interior #sidebar #get-involved h2 { text-transform: uppercase; font-size: 31px; background: url(/page/-/images/wrapper/bg-sidebar-getinvolved.png) no-repeat 100% 50%; margin-bottom: 10px;}
body.interior #sidebar #get-involved p { font-size: 11px; line-height: 15px; margin-bottom: 10px;}
body.interior #sidebar #get-involved h3 { background: url(/page/-/images/wrapper/bg-sidebar-getinvolvedbtn.png) no-repeat; font-size: 27px; line-height: 27px; text-transform: uppercase; padding: 7px 10px 6px; margin-bottom: 1px;} 
body.interior #sidebar #get-involved h3 a { color: #0c1e35; text-decoration: none; }
body.interior #sidebar #get-involved h4 { text-transform: uppercase; font-size: 9px; letter-spacing: 1px; color: #999; margin: 15px 0 10px;}
body.interior #sidebar #get-involved li { font-size: 9px; float: left; text-transform: lowercase; }
body.interior #sidebar #get-involved li a { color: #999; text-decoration: none; padding: 2px 0 2px 20px; margin-right: 15px;}
body.interior #sidebar #get-involved li a:hover { color: #fc0; }
body.interior #sidebar #get-involved li.facebook a { background: url(/page/-/images/wrapper/btn-stayconnected-facebook.png) no-repeat;}
body.interior #sidebar #get-involved li.youtube a { background: url(/page/-/images/wrapper/btn-sidebar-youtube.png) no-repeat; }
body.interior #sidebar #get-involved li.myspace a { background: url(/page/-/images/wrapper/btn-stayconnected-myspace.png) no-repeat;}
body.interior #sidebar #get-involved li.flickr a { background: url(/page/-/images/wrapper/btn-stayconnected-flickr.png) no-repeat;}
body.interior #sidebar #get-involved li.twitter a { background: url(/page/-/images/wrapper/btn-stayconnected-twitter.png) no-repeat;}

body.interior #sidebar .box { background: #000; margin-bottom: 1px; }
body#blog.interior #sidebar .box.hovered { background: #000; }
body.interior #sidebar .box .left { float: left; width: 120px; padding: 20px 10px 0 20px;}
body.interior #sidebar .box h3 { text-transform: uppercase; font-weight: bold; font-size: 20px;}
body.interior #sidebar .box p { line-height: 16px; margin-top: 10px; color: #fff;}
body.interior #sidebar .box img { float: right; }

.interior .entry { padding: 10px; border-bottom: 1px solid #dedede;}
.interior .entry.hovered { background: #fc0; cursor: pointer; }
.interior .entry img { float: left; margin: 0 15px 0 0;}
.interior .entry .text { float: left; width: 420px;}
.interior .entry .text.full { width: 560px; }
.interior .entry .text h2 a { background: none; text-decoration: none; color: #000;}
.interior .entry .text h2 a:hover { color: #000; }
body#blog.interior .entry .text p { margin-bottom: 0; }
body#blog.interior .entry .text p a.more { background: none; font-weight: bold; text-decoration: none; color: #000;}

body#blog.interior span.byline { font-size: 11px; line-height: 15px; font-weight: bold; display: block; margin-bottom: 15px;}

.cufon-loading .albert, .cufon-loading .base h1, .cufon-loading .albert strong, .cufon-loading .albert-bold, .cufon-loading .base h1 strong { visibility: hidden !important; }

.row { padding: 20px 0 10px 0; border-top: 1px solid #e6e6e6;}
.row .left-col { width: 125px; float: left;}
.row .right-col { width: 435px;float: right; }

.row .right-col h2 { margin-bottom: 0; }
.row .right-col h4 { font-style: italic; font-size: 1.1em; color: #777; margin-bottom: 10px;}


#city-list .list-image { float: left;  width: ; width: ; overflow: hidden; display: inline; margin-right: 10px; margin-bottom: 10px; }
#city-list h2.city-name-entry {color: #fc0; position: relative; top: -69px; left: 4px; font-weight: bold; font-style: italic; font-size: 39px; }
#city-list .entry { background: #000; float: left; width: 280px; display: inline-block;	padding: 0; border: 1px solid #dddddd; margin-right: 15px; margin-bottom: 15px; height: 150px; display: inline; display: inline; overflow: hidden; }
#city-list .entry a.support-city-bid { padding: 0 5px; font-size: 15px; color: #fff; text-decoration: none; }
#city-list #main { width: 622px; padding-right: 5px; }
#city-list .entry h3 {  color: #333; }
#city-list .entry h4 { font-size: .8em; color: #000000; margin-bottom: 10px; }
#nominee-list #diggie li a { color: #006599; font-size: .85em;  }
#city-list .entry p{ font-size: .8em }
#city-list .entry.hovered { background: #fc0; cursor: pointer; }
body#city-list.interior #content { padding-right: 10px; width: 600px; }

h2.people-heading { margin-top: 15px; margin-bottom: 15px; }

body#city.interior #content { width: 640px; background: #fff; padding: 0; float: left; margin-top: 69px; overflow: hidden; }
body#city.interior #main-city { width: 580px; float: left; overflow: hidden; margin-top: 0; padding: 15px 0; border-bottom: 1px #ccc solid; margin-left: 30px; margin-right: 30px; display: inline; }
body#city.interior #city-signup-text { float: left; width: 576px; margin-right: 9px; }
body#city.interior #city-signup-text p{ margin-top: 10px; margin-bottom: 10px; font-size: 1.3em; line-height: 1.3em; }
body#city.interior #city-signup-text h3 { margin-bottom: 5px; }

#city-content ul#sub-nav li a{ font-size: 1.2em; }
#city-content { width: 580px; float: left; overflow: hidden; margin-top: 0; padding: 10px 30px 30px; }

#city-info{	background: #000; padding: 20px; }
#city-info .right { float: right; width: 290px; padding-left: 10px; color: #fff;}
#city-info .left { float: left;	width: 300px; }
#city-info .left img { padding-left: 2px }
#city #city-counter { float: left; padding: 0; background:; margin-top: 1px; font-size: 12px; line-height: 18px; width: 311px; }

#city #city-counter-container { background: url(http://www.gousabid.com/page/-/images/content/widget_bg.jpg) no-repeat; width: 310px; height: 157px; position: relative; }
#city #city-counter h4 { font: bold 14px Helvetica, Arial, sans-serif; color: #fbc800; float: left; width: 310px;  text-align: center;  margin-top: 56px; margin-bottom: 0px; height: 10px; } 
#city #city-counter a { display: block; width: 312px; height: 138px; text-decoration: none;}
#city #city-counter form#petition { width: 135px; float: right; border: none; padding: 0 10px 0 0; margin-top: 10px; }
#city #city-counter form#petition input { display: inline; vertical-align: middle;}
#city #city-counter form#petition input.text { background: #fc0; border: 1px solid #dcb102; color: #333; padding: 4px 5px; margin-right: 2px; font-size: 11px; }
#city #city-counter form#petition input#petition-email { width: 123px; margin-bottom: 5px;}
#city #city-counter form#petition input#petition-zip { width: 57px; }
fieldset { border: none; padding: 0; }
#city #city-counter p.support-city { width: 150px; float: left; border: none; padding: 0; line-height: 14px;font-size 11px; font-weight: bold; padding-left: 15px; margin-top: 9px; color: #fff; margin-bottom: 0; }
#city #city-widget { float: left; text-align: center; width: 258px; margin-left: 10px; }
#city #city-widget h3{ margin-bottom: 10px; font-size: 1em; margin-top: 15px; }

#citylb { background: #0d111a url(/page/-/images/citylb_background.png) no-repeat center bottom; width: 540px; padding: 20px 20px 125px; -webkit-border-radius: 05px; -moz-border-radius: 05px; border-radius: 05px; }
#citylb table { width: 400px; float: right; background: #182330; color: #ffcc00; -webkit-box-shadow: 0 0 3px #000000; -moz-box-shadow: 0 0 3px #000000; box-shadow: 0 0 3px #000000; border: 1px solid #000; }
#citylb table th { font-weight: bold; text-transform: uppercase; padding: 5px 15px; border: none; }
#citylb table tr td { padding: 3px 0 3px 15px; margin: 1px; border: none; }
#citylb table tr td a { color: #ffcc00; }
#citylb table tr.odd td { background: #131c26; border-left: 1px solid #182330; }
#citylb table tr.odd td:first-child { border: none; }
#citylb-actions { width: 120px; float: left; }
form#citylb-signup { padding: 0 0 20px; }
form#citylb-signup legend { color: #ccc; text-transform: uppercase; font-size: 25px; text-align: left; }
form#citylb-signup p { margin: 10px 0; color: #506070; font-size: 14px; line-height: 20px; }
form#citylb-signup input { display: inline; vertical-align: middle; margin: 0 0 8px; float: left; }
form#citylb-signup input.text { background: #ffcc00; border: 1px solid #DCB102; color: #333; padding: 4px 5px; }
form#citylb-signup input#citylb-email { width: 110px; }
form#citylb-signup input#citylb-zip { width: 40px; }
form#citylb-signup input.buttonImage { float: right; }
a.citylb-actions-button { display: block; background-position: 10px 10px; padding: 10px 10px 10px 52px; -webkit-box-shadow: 0 0 3px #000; -moz-box-shadow: 0 0 3px #000; box-shadow: 0 0 3px #0000; border: 1px solid #000; -webkit-border-radius: 05px; -moz-border-radius: 05px; border-radius: 05px; font-weight: normal; text-transform: uppercase; color: #ccc; margin: 0 0 10px; text-decoration: none; font-size: 10px; }
a.citylb-actions-button:hover { color: #506070; -webkit-box-shadow: 0 0 3px #506070; -moz-box-shadow: 0 0 3px #506070; box-shadow: 0 0 3px #506070; border: 1px solid #506070; }
a#citylb-actions-fb { background: #0d111a url(/page/-/images/Facebook_32x32.png) no-repeat 10px 10px; }
a#citylb-actions-tw { background: #0d111a url(/page/-/images/Twitter_32x32.png) no-repeat 10px 10px; }

#share-story { background: #000; position: relative; left: -30px; top: -30px; width: 640px; z-index: 2; }
#share-story blockquote { font-size: 1.25em; line-height: 150%; color: #fff; padding: 30px 10px 10px 5px; border: none;}
#share-story img { margin: 10px 15px 0px 10px; }

#top-stickit .floatl {width: 491px;}


/*** MAP STYLES ***/
#map { width: 560px; height: 350px; border: 10px solid #fc0; }
div.popup { width: 295px; }
div.popup div#map-top { width: 295px; height: 95px; margin: 0; }
div.popup div#map-bottom { width: 295px;height: 100px; overflow: auto;}
#map h2 { font-size: 18px; line-height: 21px; }
#map h4.city { font-size: 13px; line-height: 16px; font-style: italic; font-weight: normal; margin: 0 0 10px 0; }
#map h4.attendance span { font-weight: normal;}
#map h4.attendance { font-size: 13px;margin-bottom: 10px; }
#map p { font-size: 11.5px; line-height: 17px; margin: 0; display: block;} 

table#action-center td { padding: 5px; }
table#action-center td.left { width: 80px; }
table#action-center h3 { margin-bottom: 5px; }
table#action-center h3 a { text-decoration: none; }
table#action-center h3 a:hover { text-decoration: underline; }
table#action-center p { margin-bottom: 20px; }
table#action-center p a { background: none; font-weight: bold;}
table#action-center img { margin-top: -5px; }

body#news.interior h2 { margin-bottom: 5px; }
body#news.interior h3 { margin-bottom: 10px; }
body#news.interior span.byline { float: left; margin-bottom: 10px; width: 100%; }

/*** DNA ***/
body.interior.dna #content { background: #000; color: #fff;}

/***=TEAMS, WORLD CUP ***/
#teams-index #content, #team #content { background: #fff; float: left; margin-top: 0; padding: 0 0 30px 0; width: 640px; }
#teams-index h1, #team h1 { position: static; margin-bottom: 0; }
#matches { background: #060e19; color: #fff; padding: 10px 30px 5px; }
.base #matches a { background-color: #000; color: #fc0; }
#matches table { float: left; width: 390px; }
#matches ul { float: right; margin: 0; padding: 0; width: 170px; }
#matches li {  list-style: none; margin-bottom: 4px; }
#matches td { padding: 4px 10px 4px 0; }

#teams-index #teams { background: #eee; padding: 10px 30px 10px; }
#teams-index #teams table { border-top: 1px dotted #ddd; }
#teams-index #teams td { background: #eee; border-bottom: 1px dotted #ddd; padding: 5px 0; }
#teams-index #slideShow { background: #000; }
#teams-index #updates { padding: 15px 20px 10px 15px; }
#teams-index #fifa-feed { border: 2px solid #ddd; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 0 5px 0 0; padding: 10px 5px 1px; float: left; width: 386; }
#teams-index #fifa-feed #news, #teams-index #fifa-feed #photos, #teams-index #tweets { float: left; margin: 0 5px; width: 183px; }
#teams-index #updates ul { margin: 0 0 18px 0; padding: 0; }
#teams-index #updates li { list-style: none; margin-bottom: 6px; }
#teams-index #news p { margin-bottom: 0; }
#teams-index #tweets { padding: 12px 0 0 0; }
#teams-index #tweets p a { background-color: none; }

/*=Flags*/
.alg-sm { background: url(/page/-/images/wrapper/flags/alg-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.arg-sm { background: url(/page/-/images/wrapper/flags/arg-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.aus-sm { background: url(/page/-/images/wrapper/flags/aus-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.bra-sm { background: url(/page/-/images/wrapper/flags/bra-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.chi-sm { background: url(/page/-/images/wrapper/flags/chi-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.civ-sm { background: url(/page/-/images/wrapper/flags/civ-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.cmr-sm { background: url(/page/-/images/wrapper/flags/cmr-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.den-sm { background: url(/page/-/images/wrapper/flags/den-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.eng-sm { background: url(/page/-/images/wrapper/flags/eng-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.fra-sm { background: url(/page/-/images/wrapper/flags/fra-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.ger-sm { background: url(/page/-/images/wrapper/flags/ger-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.gha-sm { background: url(/page/-/images/wrapper/flags/gha-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.gre-sm { background: url(/page/-/images/wrapper/flags/gre-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.hon-sm { background: url(/page/-/images/wrapper/flags/hon-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.ita-sm { background: url(/page/-/images/wrapper/flags/ita-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.jpn-sm { background: url(/page/-/images/wrapper/flags/jpn-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.kor-sm { background: url(/page/-/images/wrapper/flags/kor-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.mex-sm { background: url(/page/-/images/wrapper/flags/mex-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.ned-sm { background: url(/page/-/images/wrapper/flags/ned-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.nga-sm { background: url(/page/-/images/wrapper/flags/nga-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.nzl-sm { background: url(/page/-/images/wrapper/flags/nzl-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.par-sm { background: url(/page/-/images/wrapper/flags/par-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.por-sm { background: url(/page/-/images/wrapper/flags/por-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.prk-sm { background: url(/page/-/images/wrapper/flags/prk-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.rsa-sm { background: url(/page/-/images/wrapper/flags/rsa-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.spa-sm { background: url(/page/-/images/wrapper/flags/spa-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.srb-sm { background: url(/page/-/images/wrapper/flags/srb-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.sui-sm { background: url(/page/-/images/wrapper/flags/sui-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.svk-sm { background: url(/page/-/images/wrapper/flags/svk-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.svn-sm { background: url(/page/-/images/wrapper/flags/svn-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.uru-sm { background: url(/page/-/images/wrapper/flags/uru-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }
.usa-sm { background: url(/page/-/images/wrapper/flags/usa-sm.gif) 0 center no-repeat; padding: 2px 0 2px 24px; }

.flag { float: left; margin: 1px 5px 0 0; width: 20px; height: 13px; }
.alg-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 0 no-repeat; }
.arg-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -13px no-repeat; }
.aus-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -26px no-repeat; }
.bra-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -39px no-repeat; }
.cmr-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -52px no-repeat; }
.chi-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -65px no-repeat; }
.den-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -78px no-repeat; }
.eng-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -91px no-repeat; }
.fra-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -104px no-repeat; }
.ger-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -117px no-repeat; }
.gha-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -130px no-repeat; }
.gre-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -143px no-repeat; }
.hon-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -156px no-repeat; }
.ita-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -169px no-repeat; }
.civ-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -182px no-repeat; }
.jpn-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -195px no-repeat; }
.mex-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -208px no-repeat; }
.ned-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -221px no-repeat; }
.nzl-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -234px no-repeat; }
.nga-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -247px no-repeat; }
.prk-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -260px no-repeat; }
.par-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -273px no-repeat; }
.por-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -286px no-repeat; }
.srb-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -299px no-repeat; }
.svn-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -312px no-repeat; }
.svk-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -325px no-repeat; }
.rsa-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -338px no-repeat; }
.spa-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -351px no-repeat; }
.kor-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -364px no-repeat; }
.sui-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -377px no-repeat; }
.uru-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -390px no-repeat; }
.usa-flag { background: url(/page/-/images/wrapper/flags/wc-flags.gif) 0 -403px no-repeat; }

#find-watch-party a { background: url(/page/-/images/wrapper/wc-btn-find-party.png) 0 0 no-repeat; display: block; overflow: hidden; text-indent: -9999px; width: 168px; height: 23px; }
#find-watch-party a:hover { background-position: 0 -23px; }
#team .tabset { background: #1c2a3f; font-size: 14px; margin: 0; padding: 15px 20px 0; }
#team .tabset li { float: left; list-style: none; margin: 0; padding: 0; }
#team .tabset li a { color: #ffcc00; display: block; padding: 5px 10px; text-decoration: none; }
#team .tabset .active { background: #eee; color: #333; }
#team #news ul { margin: 0 0 18px 0; padding: 0; }
#team #news li { list-style: none; margin-bottom: 6px; }

#team .tab-content { background: #eee; margin-bottom: 18px; padding: 15px 30px; }
#team-info #standings { padding: 12px 0 0 0; width: 310px; }
#team-info #standings { float: left; }
#team-info #standings table { margin-bottom: 16px; }
#team-info #standings th { font-weight: bold; padding: 4px; }
#team-info #standings td { border-bottom: 1px dotted #ddd; /*font-size: 14px;*/ padding: 4px; }
#team-info #standings .odd td { background: #ddd; }

#team-info #news { border: 2px solid #ccc; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding: 10px; width: 220px; }
#team-info #news p { margin-bottom: 0; }

#team-info #news { float: right; }
#team #roster .col { float: left; margin: 0 5px 0 0;  width: 140px; }
#team #roster h3 { font-size: 12px; }
#team #roster ul { margin: 0; padding: 0; }
#team #roster li { border-top: 1px dotted #ddd; list-style: none; padding: 5px 0; margin: 0; }

#team .community-comments { padding: 0 30px; }
#team .community-comments .comments{ width: 385px; float: left; }
#team .community-comments a.dsq-brlink { float: left; width: 385px; }
#team .community-comments .twitter { float: right; width: 175px; background: #fff; }
#team .community-comments .twitter ul { padding: 0; }
#team .community-comments .twitter li { list-style: none; padding: 0; margin-bottom: 10px; }

/*=NOTES*/
#send-note-btn { background: #000; padding: 8px 10px; position: absolute; top: 25px; right: 30px; z-index: 3; }
.base #send-note-btn a { background: none; color: #ffcc00; text-deocration: none; }
#usmnt-notes #content { float: none; margin-top: 0; !important }
#notes-share-btns { margin-top: 69px; }
.base #notes-share-btns ul { margin: 0; padding: 0; }
.base #notes-share-btns li { float: left; list-style: none; }
.base #notes-share-btns a { display: block; overflow: hidden; text-decoration: none; text-indent: -9999px; width: 286px; height: 60px; }
#notes-share-btns a.email { background: url(/page/-/images/wrapper/btn-notes-email.gif) 0 0 no-repeat; margin-right: 20px; }
#notes-share-btns a.twitter { background: url(/page/-/images/wrapper/btn-notes-twitter.gif) 0 0 no-repeat; margin-right: 20px; }
#notes-share-btns a.facebook { background: url(/page/-/images/wrapper/btn-notes-facebook.gif) 0 0 no-repeat; }
#notes-share-btns a:hover.email, #notes-share-btns a:hover.twitter, #notes-share-btns a:hover.facebook { background-position: 0 -60px; }

.disclaimer { background: #ffcc00; color: #000; padding: 10px 0; text-align: center; }
#notes { background: #ffcc00 url(/page/-/images/wrapper/note-crowd.gif) center bottom no-repeat; padding: 15px 15px 140px; }
#notes .entry { background: #ffd940; border: 1px solid #d5aa00; box-shadow: 0 0 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1); color: #0c1e35; display: inline; float: left; margin: 0 15px 30px; padding: 20px; width: 390px; }
.note-body { font-size: 14px; font-style: italic; line-height: 18px; }
.note-author { font-weight: bold; }

#usmnt-notes .pagination { background: #071120; padding: 10px 30px; }
#usmnt-notes .pagination a { color: #ffcc00; margin-right: 15px; }
#usmnt-notes .pagination a:hover { text-deocration: none; }

#usmnt-notes .dark-pagination { background: #ffcc00; font-weight: bold; padding: 10px 30px; }
#usmnt-notes .dark-pagination a { color: #000; margin-right: 15px; }
#usmnt-notes .dark-pagination a:hover { text-deocration: none; }

body.note-form #content { background: #000; color: #fff; padding: 15px  0 0 0; width: 640px; }
.note-form .entry { padding: 15px 30px; }
#notes form , .note-wrapper form { background: #ffd940; border: 1px solid #d5aa00; box-shadow: 0 0 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.1);  color: #0c1e35; margin: 10px auto; padding: 20px; width: 408px; }
#notes form #firstname, #notes form #lastname, #notes form #zip { width: 200px; }
#notes form #email, #notes form #custom-675 { width: 410px; }

/*=Wrapper*/
body.interior .note-wrapper { background: #ffcc00 url(/page/-/images/wrapper/note-crowd.gif) center bottom no-repeat !important; border-bottom: 20px solid #071120; color: #fff !important; padding: 0 0 150px 0!important; width: 640px !important; }
.note-wrapper #signupheader { background: #000; color: #fff; padding: 15px 30px; }
.note-wrapper .signuperror { text-align: center; }
.note-wrapper form #firstname, .note-wrapper form #lastname, .note-wrapper form #zip { width: 190px !important; }
.note-wrapper form #firstname { margin-right: 5px; }
.note-wrapper form #email, .note-wrapper form #custom-675 { width: 400px !important; }

/* 06 =FRAMEWORK
---------------------------------------------------------- */

#framework input.text, #framework select { margin-bottom: 5px; }
#framework input#addr1 { margin-bottom: 5px; }
#framework input.checkbox { margin: 5px; }
#framework input.text { height: 15px; border: 1px solid #a7a7a7; padding: 2px 4px; font-size: 12px; color: #454545; }
#framework textarea { width: 330px; font-size: 12px; color: #454545; padding: 2px; border: 1px solid #a7a7a7; margin: 2px 0 15px; }


#signup input.text { margin-bottom: 10px; }
#signup label { font-size: 13px; color: #3a2602; }
#signup #email, #signup .input_addr1, #signup .input_addr2 { width: 325px;}
#signup #firstname { width: 130px;} #signup #lastname { width: 150px;}
#signup .input_addr1 { margin-bottom: 5px;}
#signup .input_city { width: 90px;} #signup .select_state_cd { width: 75px;} #signup .input_zip { width: 50px;}
#signup textarea { width: 330px; font-size: 12px; color: #454545; padding: 2px; border: 1px solid #a7a7a7; margin: 2px 0 15px;}
#signup .submit { margin-top: 10px;}

/*** Invitation Pages ***/ 
#framework #contact_importer_button { margin: 6px 0 4px 0; }
#contact_importer_wrapper { color: #454545; line-height: 20px;}
#contact_importer_wrapper td { padding: 5px; }
#contact_importer_dialog_c .yui-panel .hd { background: #007dc2; }

#framework #loginform input.text, #framework #signupform input.text { margin-left: 5px; }

#framework input.radiobutton { margin-right: 5px; }
#framework #contribution label.fieldlabel { text-transform: capitalize; }
#framework #contribution table table table { margin-top: 3px; }

#framework div.logintitle, #framework div.signuptitle { font-size: 18px; line-height: 1.25em; font-weight: bold; color: #454545; margin-bottom: 5px; width: 400px; text-align: center; }
 
#framework #loginform { margin-bottom: 15px; }
#framework #loginform table, #framework #signupform table { width: 400px;font-size: 1.2em;}

#framework #signupform input.text { margin-bottom: 0; width: auto;}
#framework #signup_form input.text { margin-bottom: 5px; }

#framework #loginform table .logindesc, 
#framework #loginform table .loginbutton,
#framework #signupform table .signupdesc, 
#framework #signupform table .signupbutton { padding: 10px; }

#framework #loginform a.loginforgotlink { color: #007dc2; font-size: 12px; font-style: italic;}

#framework #SKIN, #framework #SKIN p, #framework #SKIN li, #framework #SKIN td, #framework #SKIN th, #framework #SKIN label, #framework #SKIN div, #framework #SKIN a { font-size: 12px; }

#framework #SKIN #account_actions a { font-size: 12px; }

#framework .typedesc { display: none; }

#framework #SKIN #eventcreatelogin #loginform, #framework #SKIN #eventcreatelogin #signupform { width: 400px; margin: 10px auto; }
#framework #SKIN #eventcreatelogin input.submit { margin-bottom: 0; }
#framework #SKIN #eventcreatelogin td.loginbutton, #framework #SKIN #eventcreatelogin td.signupbutton { padding-bottom: 0; text-align: center;}
#framework #SKIN div.or { color: #fc0; font-size: 24px;}

#framework #SKIN h1 { font-size: 52px; line-height: 1em; color: #0c1e35;  padding: 8px 30px; margin-bottom: 1px; }
#framework #SKIN #control_set h1 { position: absolute; top: -99px; left: -30px; } 
#framework #SKIN #blue_hat { display: none; }

#framework #SKIN h2, #framework #SKIN h2.header, #framework #SKIN h2#sectionheader { font-size: 16px; font-weight: bold; color: #000; border-bottom: 1px solid #007dc2;}
#framework #SKIN h3 { font-size: 14px; font-weight: bold; }

#framework #SKIN input.submit { margin-bottom: 10px; }

#framework #SKIN div.detailtable_container { width: 500px; padding: 5px; margin: 10px auto; background: #007dc2; border: 1px solid #a7a7a7;} 
#framework #SKIN #detailtable { background: none; border: none; color: #fff; margin: 0;}

#framework .community-signup { width: 481px; height: 215px; padding-left: 0; margin-left: auto; margin-right: auto; }
#framework .community-signup li { list-style: none; float: left; margin-right: 10px; height: 102px;  overflow: hidden; margin-bottom: 10px; display: inline;  }
.community-form-header { float: left; width: 470px; padding-right: 25px; border-right: 5px solid #ccc; margin-right: 25px; }
.community-form-header h2 { margin-bottom: 10px; }
.community-form-header p { margin-bottom: 10px;  }

.donation h2, .donation p { float: left; width: 100% }
.donation img { margin-top: 10px; margin-right: auto; margin-bottom: 20px; padding-left: 45px; }
.donation td.contribcolumn-left-message { padding-right: 45px; padding-bottom: 25px; }
.donation td.contribheader { border-bottom: 1px solid #ddd; font-size: 18px; font-weight: bold; line-height: 24px; padding-top: 18px !important; margin-bottom: 8px; float: left; width: 100% }
.donation input#processbutton { float: right; margin-top: 18px; position: relative; right: 320px; }

#video-taf-social { float: right; width: 260px; height: 500px; }
.video-taf object  { float: left; width: 600px; height: 350px; }
.video-taf { width: 920px; height: 350px; padding-bottom: 20px; }
body.interior.video #invitationpage #invite_table { color: #fff; }
a.facebook-taf-video{ background: url(/page/-/images/wrapper/btn-video-facebook.png) no-repeat; height: 57px; width: 259px; display: inline-block; float: left; text-indent: -99999px; margin-bottom: 10px; margin-right: 0; }
a.facebook-taf-video:hover { background-position: 0 -57px; }

 a.twitter-taf-video{ background: url(/page/-/images/wrapper/btn-video-tweet.png) no-repeat; height: 57px; width: 259px; display: inline-block; float: left; text-indent: -99999px; margin-bottom: 20px; margin-right: 0; }
 a.twitter-taf-video:hover { background-position: 0 -57px; }
body.interior.video #content { background: #000; color: #fff; padding: 20px; width: 920px; }
body.interior.video  #invitationpage { background-color: #141c29; width: 510px; padding: 20px; margin-left: auto; margin-right: auto; }
body.interior.video  #invitationpage tabel { float: left; margin: 0;  }

/* 07 =UTILITY
---------------------------------------------------------- */
.hovered { cursor: pointer; }
img.full-img { width: 640px; position: relative; top: -30px; left: -30px; margin-bottom: -20px;}

.blue { color: #007dc2; }
.yellow { color: #fc0; }
.red { color: #e31937; }

.nobr { white-space: nowrap; }

.print-only { display: none; }

.stretcher { clear: both; height: 1px; visibility: hidden; }
.nomargin { margin-bottom: 0px; }
.floatl {float: left; margin: 0; padding: 0 10px 10px 0;}
.floatr {float: right; margin: 0; padding: 0 0 10px 10px;}
.floatl-nomargin { float: left; margin: 0; padding: 0;}
.floatr-nomargin { float: right; margin: 0; padding: 0;}
.clear {clear:both; height:0; margin:0; font-size: 1px; line-height: 0;}
.required { color: #e31937; }

i, em { font-style: italic; }
b, strong { font-weight: bold; }

sup, sub { height: 0; line-height: 1; vertical-align: baseline; _vertical-align: bottom; position: relative;}
sup { bottom: 1ex; }
sub { top: .5ex; }

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block;}
.clearfix {display:block;}