/**********************************************
CSS FILE FOR PHOSPHOR WHITESITE - MAIN STYLES
DEVELOPED BY PHOSPHOR ESSENCE
COPYRIGHT 2008
www.phosphor.co.nz

- CONTENTS -

Content specific CSS Rules

#E10D02 - bright red

 **********************************************/
/*******************
 * Form Elements
 ****************/
input.textbox {
    font-family: verdana;
    color: #666;
    padding: 8px;
    width: 300px;
    margin: 0 0 5px;
}

label {
    padding: 8px;
    margin: 0 10px 5px 0;
    text-align: right;
}

.errors ul {
    margin: 0!important;
    padding: 10px;
    border: 1px solid red;
    width: 300px;
}

.errors ul li {
    list-style: none outside;
}

/*-------------- Headers ---------------- */
#container {
    background-color: #524C4B;
}

.index #container {
    background: #524C4B url(/images/banners/newbanner_boat.jpg) no-repeat;
}

/*--------- Main Navigation and Breadcrumbs ------------------ */
.gohome {
    position:absolute;
    top:35px;
    left:0px;
    background:url(/images/logo.gif) no-repeat;
    height:97px;
    width:156px;
}

#nav li {
    float: left;
    position: relative;
    padding:5px 0;
    /*border-bottom: solid 1px #777;
    width: 119px;*/
}

#nav li:hover,#nav li.selected {
    /*background: #9A2D27;*/
}

#nav li div {
    position: absolute;
    background: #E10D02;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}

#nav ul {
    /*border-left: solid 1px #777;
    border-top: solid 1px #777;*/
    float: right;
    padding-right:10px;
}

#nav li a {
    border-right: solid 1px #f4f4f4;
    padding: 0px 10px;
    font-size:0.8em;
    color: #f4f4f4;
    text-decoration: none;
    text-transform: none;
}

/*Social Media Navigation*/
ul#social
{
	float:left;
	padding:5px 0 0 10px;
}
ul#social li
{
	display:inline;
	margin-right:10px;
	padding:0;
	width:20px;
	height:20px;
}
ul#social li A
{
	width:20px;
	height:20px;
	display:block;
	padding:0;
	border:0;
	text-indent:-5000px;
	background-repeat:no-repeat;
}
ul#social li A#fb
{
	background-image:url(/images/facebook-icon.gif);
}
ul#social li A#tw
{
	background-image:url(/images/twitter-icon.gif);
}

a.store {
    float: right;
    padding: 8px 5px 8px 16px;
    border-bottom: #777 1px solid;
    color: #ccc;
    width: 100px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Arial;
    font-weight: 700;
    letter-spacing: 1px;
    background: url(/images/arrow.gif) no-repeat left center;
}

a.topLink {
    margin-left: 8px;
    padding: 6px 5px 6px 16px;
    color: #ccc;
    text-decoration: none;
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: .8px;
    background: url(/images/arrow.gif) no-repeat left center;
}

a:hover.store,a:hover.topLink {
    color: #f4f4f4;
}

.eventNavigation
{
	position:relative;
	float:left;
	font-size:0.9em;
}
.eventNavigation LI
{
	float:left;
	display:inline;
}
.eventNavigation LI A
{
	font-weight:bold;
	text-decoration:none;
	border-right:solid 1px #ccc;
	padding:0 25px;
}
.eventNavigation LI A.last{border:none;}

#eventNav
{
	padding-left:20px;
	margin-top:155px;
}
#eventNav LI A{color:#000;}
#eventNav LI A:hover, 
#eventNav LI A.selected
{
	color:#c21721;
	background:url(/images/event-arrow.gif) no-repeat 10px;
}

#eventSubNav
{
	width:730px;
	padding:6px 0 6px 20px;
	background:#999 url(/images/event-sub-bg.gif) no-repeat left top;
	top:2px;
}
#eventSubNav LI A{color:#fff;}
#eventSubNav LI A.selected{color:#c21721;}

#breadcrumbs
{
	position:relative;
	float:left;
	padding:5px 10px 0 0;
	font-size:0.9em;
	font-style:italic;
	background-color:#524c4b;
	margin-left:35px;
	top:3px;
	display:inline;
}
#breadcrumbs LI
{
	float:left;
	display:inline;
	padding-left:10px;
}
#breadcrumbs LI A
{
	color:#ccc;
	text-decoration:none;
	padding-right:15px;
	background:url(/images/bread-arrow.gif) no-repeat right;
	text-transform:none;
	text-shadow: 1px 1px 1px #333;
}
#breadcrumbs LI A:hover{color:#fff;}

/*------- -=Main Nav Rollovers -------------*/
/*--------- Sub Navigation ------------------ */
#subNav .pageIntro {
    display: block;
    background: #E10D02;
    height: 80px;
    overflow: hidden;
    vertical-align: bottom;
    position: relative;
}

#subNav .pageIntro h2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
}

#subNav .pageIntro h2 a {
    color: #FFF;
    border: none!important;
}

#subNav ol,#subNav ul {
    margin: 0;
    /*padding-bottom:20px;*/
}

#subNav li {
    text-transform: uppercase;
}

#subNav li a,#subNav li h2 {
    display: block;
    padding: 10px 20px 9px 10px;
    color: #ccc;
    font-size: 10px;
    text-decoration: none;
    font-weight: 400;
    border-bottom: solid 1px #777;
}

#subNav li a:hover {
    color: #fff;
}

#subNav ul ul li a {
    padding-left: 20px;
}

#subNav li.selected > a {
    background-color: #C21721;
    color: #fff;
}

#subNav #sponsors li a {
    border: none;
    display: block;
}

/*--------- Frontpage ------------------ */
#FrontpageNews {
    clear: both;
    width: 340px; 
    padding: 0 15px;
    margin-top:-60px;
}

#LiveRaceNews {
    width: 350px;
    margin: 0 15px;
}

#FrontpageNews, #LiveRaceNews { float: left; }

#liveStream
{
	float:left;
	width:320px;
	height:256px;
	background-color:#000;
    margin-bottom: 10px;
}

#liveStream a
{
	display:block;
	width:320px;
	height:256px;
	background-color:#000;
	text-decoration:none;
	
}
#liveStream a img{position:relative;margin-left:110px;margin-top:50px;}
#liveStream a span.title{float:left;width:300px;padding:20px 10px 0px 10px;font-size:15px;color:#fff;font-weight:bold;}
#liveStream a span.message{float:left;width:300px;padding:0 10px;text-transform:none;}

/* Sail TV Streaming {{{ */

#sailPlayer
{
	float:left;
	position:relative;
	margin-left:-85px;
	background-color:#524C4B;
	padding:10px;
	margin-bottom:20px;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
}

/* }}} */

#raceUpdates {
    padding: 1em 0;
    /*border-top: solid 1px #7C7977;*/
}

#raceUpdates .update {
    border-bottom: solid 1px #7C7977;
    padding: 0 10px 10px;
    margin-bottom: 10px;
}

#raceUpdates h2 {
    line-height: 1em;
}

#raceUpdates h3 {
    margin: .6em 0 .2em;
    padding-bottom: .1em;
    border-bottom: solid 1px #7C7977;
    color: #eee;
    font-size: 1.2em;
}

#raceUpdates p {
    color: #ccc;
}

#raceUpdates p img {
    border: none;
}

#raceUpdates img {
    float: left;
    margin: 0 10px 10px 0;
}
#latestNews {
    float: left;
    width:555px;
    margin-top: 0;
}

.index #latestNews {
    width: 345px;
    padding-right: 20px;
}

.index #sponsors {
    /*margin: 20px 0;*/
    height: 1%;
}

.index #sponsors:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.index #sponsors ul {
    float: right;
    margin-left:0;
}

.index #sponsors li {
    float: left;
    width:78px;
    padding-right:10px;
}

#latestNews a {
    color: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    text-transform: none;
    text-decoration: none;
}

#latestNews a:hover {
    color: #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
}

#latestNews h2 {
    line-height: 1em;
    font-size: 1.1em;
    margin-top: 0;
    margin-bottom: .2em;
}

#latestNews h2 a {
    border-bottom: none;
}

#latestNews .postitem {
    margin: 0 0 .8em;
    clear: both;
    border-bottom: solid 1px #7C7977;
    padding-bottom: .8em;
}

#latestNews .readmore {
    text-transform: uppercase;
}

.postmetadata {
    clear: both;
    padding-top: .6em;
}

.postmetadata a {
    color: #B9B6A3;
}

#latestNews .postitem p {
    margin: 0 0 .2em;
}

#latestNews .postitem.clearfix p a {
    color: #CCC!important;
    border: none;
}

#latestNews .postitem.clearfix p a:hover {
    color: #F8F8F8!important;
}

#latestNews .postitem img {
    float: left;
    margin: .4em 1em .2em 0;
    width: 200px;
    height: 133px;
}

#latestNews .postitem .icons {
    margin-top: 4px;
}

#latestNews .postitem .icons img {
    width: auto;
    height: auto;
    margin: 0;
    float: none;
    border: none;
    margin-right: 2px;
}

.post .entrytext {
    margin-top: .5em;
}

.category {
    display: block;
    margin: 0 0 1em;
    color: #ddd;
    font-weight: 400;
}

#pagination a 
{
	float:left;
    padding: 1px 4px;
    text-decoration: none;
    border: 1px solid #524C4B;
    margin: 8px 0 0 1px;
}

#pagination a.selected {
    background: #777;
    color: #000;
}

#pagination a:hover {
    border: 1px solid #ccc;
}

#pagination p {
    display: block;
    margin-bottom: .2em;
}

/* Twitter {{{ */
.TwitterView {
    border-top: solid 1px #726E6D;
    clear: right;
}


.tweet:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    visibility: hidden;
}

.tweet a:link,
.tweet a:visited {
    color: #F9911E;    
    text-decoration: none;
    text-transform: none;
}

.tweet a:hover,
.tweet a:active {
    color: #F9D81E;    
}

.tweet {
    margin-top: 1px;
    padding: 15px 0;
    border-bottom: solid 1px #726E6D;
    background: #454142;
    font-size: 0.9em;
    line-height: 1.6;
    color: #eee;
    height: 1%;
}

.tweet:hover { background: #3A3539; }

.tweet a.date,
.tweet a.reply {
    color: #817F80;
    display: block;
    float: left;
}

.tweet a.date {
    margin-left: 70px;
    padding-right: 0.5em;
    clear: both;
}

.tweet a.screenName {
    float: left;
    font-weight: bold;
    padding-right: 1em;
}

.tweet img.avatar {
    display: block;
    width: 48px; height: 48px;
    float: left;
    margin: 0 11px;
}

#TwitterFeed .tweet .tweetBody {
    margin: 0 0 0 70px;
}

.tweet a.thumbnail:link,
.tweet a.thumbnail:visited {
    border: solid 1px #F9911E;
    margin: 5px 0 0 70px;
    display: block;
    float: left;
    clear: left;
}

.tweet a.thumbnail:hover,
.tweet a.thumbnail:active {
    border: solid 1px #F9D81E;
}

.tweet a.thumbnail img { display: block; }
.tweet object {
    clear: left;
    margin: 0 auto;
    display: block;
}

ul.PageNumbers { margin: 0 !important; display: inline; }
ul.PageNumbers li {
    display: inline;
    list-style: none;
    padding: 0 0.5em;
}
ul.PageNumbers li a {
    color: #F9911E;
    cursor: pointer;
}

ul.PageNumbers li.tabSelected a { 
    color: #ccc; 
    cursor: default;
}



/* }}} */

/*--------- -=Registration/Login ------------------ */
#loginPage p,#registration p,#registration ul,#content .sendPassword p {
    margin: 1em 0;
}

#registration label,#registration span {
    width: 140px;
}

#login a {
    padding: 5px;
    color: #f0f0f0;
    border-right: #524C4B 1px solid;
    text-decoration: none;
    font-size: .8em;
    /*float:right;
    line-height: 110%;*/
    display:inline-block;
}

.loginForm {
}

.loginForm a.readmore {
    color: #f0f0f0;
    font-size: 12px;
    line-height: 110%;
    text-decoration: none;
    text-transform: uppercase!important;
    margin-right: 3px;
    padding: 4px 10px;
    background-color: #9A2D27;
    border: #524C4B 1px solid;
    float: none;
}

#loginPage input,#loginPage label {
    margin: 0 0 8px;
}

/*--------- -=Gallery ------------------ {{{ */
#galleries {
    width: 555px;
    margin: 20px 0 10px;
    float: left;
}

#galleries .image {
    float: left;
}

ul#galleries {
    margin-left: 0!important;
}

#galleries li {
    padding: 8px;
    list-style: none;
    display: block;
}

#galleries li:hover {
    background-color: #7C7977;
}

#galleries .details {
    margin-left: 30px;
    float: left;
}

#galleryItems li a {
    height: 65px;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
}

#gallery li a.hi-res {
    display: block;
    background: #000;
    float: left;
    padding: .3em .7em;
    font-size: 10px;
    text-transform: capitalize;
    text-decoration: none;
    -moz-border-radius: 7px;
    margin-top: 2px;
    border: solid 1px #555;
    line-height: 100%;
    height: auto;
}

ul#galleryItems {
    margin: 0!important;
}

#galleryItems li {
    float: left;
    margin: 0 2px 2px 0;
    list-style: none;
    width: 100px;
}

#galleryItems li img {
    border: none;
}

#galleryItems p {
    margin: 0;
}
.gallery {
    padding: 8px;
    margin: 0;
    clear: both;
    border-bottom: solid 1px #7C7977;
}

#Gallery .gallery h2 {
    clear: both;
    margin: 0 0 10px;
}
.gallery h3 {
    clear: both;
}

.timestamp {
    font-size: 0.8em;
    color: #AAA;
}

#wallpapers {
    font-size: 0.8em;
}

#Gallery a.download {
    display: block;
    float: left;
    text-align: center;
    width: auto;
    padding-top: 48px;
    background: transparent url(/images/media-section/download.png) top center no-repeat;
}

#Gallery a.download:link, 
#Gallery a.download:visited { color: #beeb2e; }

#Gallery a.download:hover, 
#Gallery a.download:active { color: #76941a; }

#Gallery .size { color: #e9da27; }

#Gallery .hideShow {
    display: block;
    text-decoration: none;
    padding: 8px 0 0;
}

#Gallery .hideShow .hideText { display: none; }

#Gallery .hideShow .showText,
#Gallery .showing .hideText { display: inline; }

#Gallery .showing .showText { display: none; }

#AudioGallery .galleryItem .trackData,
#FilesGallery .galleryItem .fileData {
    width: 445px;
    float: left;
    clear: both;
}

#FilesGallery .galleryItem .download,
#AudioGallery .galleryItem .download {
    width: auto;
    float: right;
}

/* Images Gallery {{{ */
#SlideShow {
    background-color: #7C7977;
    position: relative;
    overflow: hidden;
    padding: 8px;
    margin: 0 -8px; /* less ugly than the other way IMO */
}

#SlideShow ul { margin-left: 0!important; }
#SlideShow img {
    float: left;
    margin-bottom: 5px;
}

#SlideShow .caption {
    float: right;
    clear: right;
    width: 125px;
}

#SlideShow .controls {
    margin-bottom: 1em;
    float: right;
    width: 130px;
    display: inline;
}

#SlideShow .controls .previous,
#SlideShow .controls .toggle,
#SlideShow .controls .next {
    margin-right: 1px;
    display: inline;
    height: 20px;
    width: 17px;
    text-indent: -9999px;
    float: left;
}

#SlideShow .controls p {
    display: block;
    clear: left;
    margin-right: 10px;
    width: 90%;
    line-height: 1.2em;
    font-size: 13px;
}

#SlideShow .previous {
    background: url(/images/SlideShow/ss_back.gif) no-repeat left top;
}

#SlideShow .next {
    background: url(/images/SlideShow/ss_next.gif) no-repeat left top;
}

#SlideShow .toggle {
    background: url(/images/SlideShow/ss_stop.gif) no-repeat left top;
}

#SlideShow .paused {
    background: url(/images/SlideShow/ss_play.gif) no-repeat left top;
}

#ImagesGallery ul.slideshowThumbnails { 
    list-style: none; 
    margin: 0;
    padding: 8px 0 0;
}

#mainContent ul.slideshowThumbnails li,
#mainContent ul.slideshowThumbnails a.slide { float: left; }
#mainContent ul.slideshowThumbnails a.slide {width:100px;height:66px;overflow:hidden; border:solid 1px #ccc;}
#mainContent ul.slideshowThumbnails a.slide IMG{ border:none;}
#mainContent ul.slideshowThumbnails li { margin-right: 5px; margin-bottom:10px;}

/* }}} */
/* VideoGallery {{{ */
#VideoContainer {
    float: left;
    height: 270px;
    width: 360px;
    clear: both;
}

#VideoGallery .videoPlaylist {
    width: 152px;
    padding: 0; margin: 0;
    float: right;
    clear: right;
    list-style: none;
    margin-left:10px;
}

#VideoGallery .videoPlaylist .playing {
    color: white;
    background: #333 url(/images/slideshow/ss_stop.gif) 5px 5px no-repeat !important;
}

#VideoGallery .videoPlaylist .paused {
    color: white;
    background: #333 url(/images/slideshow/ss_play.gif) 5px 5px no-repeat !important;
}


#VideoGallery .videoPlaylist a {
    padding: 5px 5px 5px 25px;
    display: block;
}

#VideoGallery .videoPlaylist a:link,
#VideoGallery .videoPlaylist a:visited  {
    text-decoration: none;
}

#VideoGallery .videoPlaylist a:hover,
#VideoGallery .videoPlaylist a:active {
    background: #555 url(/images/slideshow/ss_play.gif) 5px 5px no-repeat;
}

/* }}} */
/* FilesGallery {{{ */
#FilesGallery .galleryItem .fileData {
    padding-right: 45px;
    width: 380px;
    background: transparent url(/images/media-section/unknown_file.png) top right no-repeat;
}
#FilesGallery .dotpdf {
    background: transparent url(/images/media-section/pdf.png) top left no-repeat;
}
#FilesGallery .dotdoc {
    background: transparent url(/images/media-section/word.png) top left no-repeat;
}
/* }}} */

/* }}} */
/*--------- -=Sponsors & Suppliers ------------------ */
#mainContent .suppliers img {
    border: none;
}

ul.suppliers {
    margin: 0!important;
}

.suppliers li {
    float: left;
    list-style: none;
}

#content .suppliers li p {
    margin: 1em 0;
}

#contributors {
    float: right;
}

/*--------- -=Utilities Menu ------------------ */
#contact ul {
    margin-top: .5em;
    margin-left: 0!important;
}

#contact li {
    list-style: none;
}

/*--------- -=Screensaver ------------------ */
.instructions {
    float: right;
    width: 360px;
    line-height: 1.5em;
    margin: 20px 0 0;
}

.instructions ol li {
    margin: 1.4em 0;
}

.instructions ol {
    margin-left: 1.8em;
}

.screensaver {
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

.screensaver span {
    display: block;
}

.download {
    color: #f8f8f8;
    font-size: 11px;
    margin: 6px 0;
    padding: 4px 10px;
    text-transform: uppercase!important;
    text-decoration: none;
    background-color: #9C2C21;
    display: block;
}

.download:hover {
    color: #fff;
}

/*--------- Wallpapers ------------------ */
#wallpapers {
    margin-top: 2em;
}

#wallpapers td {
    padding: 0 16px 16px 0;
}

#wallpapers a {
    text-decoration: none;
}

/*--------- Participants ------------------ */
#participants {
    margin-top: 2em;
}

#participants li {
    margin: 2em 0;
    overflow: auto;
}

#participants li .flags {
    float: left;
}

#participants li .flags img {
    margin: .6em 0 0 1em;
    float: left;
    border: none;
}

#participants li .details {
    margin-left: 140px;
    line-height: 1.5em;
}

/*--------- Result Tables -----------------*/
table.results {
    border-left: none;
    border-top: none;
    border-right: solid 1px #CCC;
    border-bottom: solid 1px #CCC;
    border-collapse: collapse;
    background-color: #fff;
    font-family: Arial,Helvetica,sans-serif;
}

table.results td {
    font-size: 11px;
    text-align: center;
    border-left: solid 1px #CCC;
    border-top: solid 1px #CCC;
    width: 16px;
    color: #222;
}

.results th {
    border-left: solid 1px #CCC;
    border-top: solid 1px #CCC;
}

.results .empty {
    border: none;
}

.race,.points,.totalTitle,.rankingTitle,.bonusTitle,.racesAsTeamNames,.raceTitle {
    text-indent: -9999px;
    width: 18px;
    height: 50px;
    padding: 2px;
}

table.results .race,table.results .points {
    background-color: #e7e7e7;
    background-position: center bottom;
}

.points {
    background: url(/images/tables/points_low.gif) no-repeat;
}

.raceTitle_1 {
    background: url(/images/tables/racename_1_1st.gif) no-repeat center bottom;
}

.raceTitle_2 {
    background: url(/images/tables/racename_1_2nd.gif) no-repeat center bottom;
}

.raceTitle_3 {
    background: url(/images/tables/racename_2_1st.gif) no-repeat center bottom;
}

.raceTitle_4 {
    background: url(/images/tables/racename_2_2nd.gif) no-repeat center bottom;
}

.raceTitle_5 {
    background: url(/images/tables/racename_3_1st.gif) no-repeat center bottom;
}

.raceTitle_6 {
    background: url(/images/tables/racename_3_2nd.gif) no-repeat center bottom;
}

.raceTitle_7 {
    background: url(/images/tables/racename_4_1st.gif) no-repeat center bottom;
}

.raceTitle_8 {
    background: url(/images/tables/racename_4_2nd.gif) no-repeat center bottom;
}

.raceTitle_9 {
    background: url(/images/tables/racename_5_1st.gif) no-repeat center bottom;
}

.raceTitle_10 {
    background: url(/images/tables/racename_5_2nd.gif) no-repeat center bottom;
}

.bonusTitle {
    background: url(/images/tables/bonusPoints.gif) no-repeat center bottom;
}

.results {
    margin-top: 2em;
    line-height: 100%;
}

.results .code {
    font-size: 8px;
    width: 16px;
    text-align: center;
    background-color: #e7e7e7;
}

.results .totalTitle {
    background: url(/images/tables/points.gif) no-repeat center bottom;
}

.results .rankingTitle {
    background: url(/images/tables/ranking.gif) no-repeat center bottom;
}

.results .small {
    font-size: 8px;
}

.results .teamName {
    width: auto;
    text-align: left;
    background-color: #e7e7e7;
    padding: 1px 5px 1px 3px;
    /* padding on the left changed */
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 2em;
    /* given line height to get text in middle */
    vertical-align: middle;
    /* added for text */
}

.results .teamName img {
    /* new rule to align image next to teamname */
    margin-right: 3px;
    float: left;
}

.results .empty {
    background-color: #524C4B;
}

.results .total {
    background-color: #F60;
    color: #fff;
    font-weight: 700;
}

.results .ranking {
    background-color: #E10C02;
    color: #fff;
    font-weight: 700;
}

.results .score {
    color: #999;
}

.results .blank {
    text-indent: -9999px;
    background-color: #999;
}

.results .bonus {
    background-color: #FC3;
    color: #999;
}

.results .raceTitle {
    height: 120px;
    background-color: #E5E5E5;
}

/*------------ -=Footer-----------*/
.phosphor {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    width: 260px;
}

.phosphor img {
    float: right;
    padding: 0 0 12px;
    display: block;
    background: url(/images/footer/footer_logo.png) no-repeat;
}

.phosphor p {
    float: right;
    display: block;
    width: 185px;
}

.copyright {
    color: #fff;
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 180px;
}

.copyright a {
    color: #ccc;
    font-size: 10px;
    text-decoration: none;
}

.copyright a:hover {
    color: #fff;
    border-bottom: solid 1px #fff;
}

.copyright .navigation li {
    display: inline;
    float: none;
    margin-right: 1em;
}
