/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

body {
	background: black url(../../static/img/background1.jpg) no-repeat center top;
	position: relative;
}

html {
	position: relative;
}

h1, h2, h3, h4, h5 {
	color: #333;
}

h3 span {
	font-size: 8pt;
	font-weight: normal;
	color: #555;
}

div.container {
	
}

div#countdown {
	text-align: right;
	padding-top: .5em;
	padding-bottom: .2em;
}

a:link {
	color: #aaa333;
	text-decoration: underline;
}

a:active {
	color: #0000ff;
	text-decoration: underline;
}

a:visited {
	color: #008000;
	text-decoration: underline;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

/**************************************/

/*              GLOBALS               */

/**************************************/

/**************************************/

/*              HEADER                */

/**************************************/

span#countdown {
	font-variant: small-caps;
	font-size: 12pt;
	padding-right: 1em;
}

div#date {
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	padding: 4px;
	float: left;
	background-color: #9d9d9d;
	margin: 2px 7px 2px 2px;
	clear: left;
}

div#pictures {
	display: block;
	float: right;
}

div.left {
	background-color: #eef;
	filter: alpha(opacity=75);
	-moz-opacity: .75;
	opacity: .75;
	border-left: 2px solid #444;
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
	margin-top: 20px;
	padding: 0;
	position: relative;
}

div#left {
	position: relative;
}

div.container {
	position: relative;
}

div#mainbody {
	background-color: white;
}

div#maincontent {
	padding: 0 14px 10px 10px;
	min-height: 700px;
}



div#maincontent2 {
	padding: 0 10px 10px 10px;
	min-height: 700px;
}


table#body_table {
	border: none;
	width: 100%;
}

table#body_table td {
	border: none;
	vertical-align: top;
}

table#body_table td#body_sidebar {
	border-left: 1px solid #ddd;
	border-top: none;
	border-bottom: none;
	border-right: none;
	width: 200px;
}

table#latest_articles {
	border: none;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
}

table#latest_articles td {
	border: none;
	vertical-align: top;
	padding: 0 .8em .8em .8em;
	border-bottom: 1px dotted #ccc;
}

div.image {
	margin: 5px 0 5px 0;
	padding: 2px 2px 2px 2px;
	background-color: #000;
}

div.image div {
	margin: 2px 10px 0 10px;
	color: #fff;
}

div.sidebar_image {
	font-size: 10pt;
	line-height: 11pt;
	color: #333;
	margin-bottom: 20px;
}

#fade_breaking {
	font-size: 14pt;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-decoration: none;
}

#fade_breaking li {
	list-style-type: none;
	text-decoration: none;
	padding-top: 9px;
	display: none;
}

#fade_breaking li.current {
	display: block;
}

#fade_breaking a {
	text-decoration: none;
	color: #ccc;
}

#fade_breaking a:link, #fade_breaking a:visited {
	text-decoration: none;
}

#fade_breaking a:hover {
	text-decoration: underline;
}

.nomargin {
	margin: 0;
	padding: 0;
}

/**************************************/

/*             NAVIGATION             */

/**************************************/

ul.nav,ul.nav li {
	margin: 0;
	padding: 0;
	list-style-type: none
}

ul.nav li {
	float: left;
	width: 2em;
	margin-right: 2px;
	font-size: 11pt;
	color: white;
	font-weight: bold;
	font-size: 12pt;
	height: 24px;
}

ul.nav li.today {
	background: #ccc;
}

ul.nav a {
	display: block;
	width: 2em;
	padding: 2px 0px;
	font-weight: bold;
	text-align: center;
}

ul.nav a:visited, ul.nav a:link {
	color: #333;
	text-decoration: none;
}

ul.nav a:hover {
	color: #ccc;
}

li#day {
	width: 3.5em;
}

ul#left_menu, ul#left_menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#left_menu {
	text-transform: uppercase;
}

ul#left_menu li {
	border-bottom: 1px solid #888;
	margin: 7px 0 4px 10px;
}

ul#left_menu p {
	text-transform: none;
	font-weight: normal;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	color: #555;
}

ul#left_menu a {
	font-size: 12pt;
	font-weight: bold;
	color: #222;
	text-decoration: none;
}

ul#left_menu li.last {
	border-bottom: none;
}

/**************************************/

/*            MAIN CONTENT            */

/**************************************/

div#top {
	margin: 0 auto;
	height: 80px;
}

div.breaking {
	height: 40px;
}

div.breakingbadge {
	font-weight: bold;
	font-size: 12pt;
	color: white;
	background-color: #777;
	height: 40px;
	display: block;
	float: left;
	width: 145px;
}

div.breakingbadge span {
	display: block;
	padding-top: 9px;
	padding-left: 9px;
}

div.breakingnews {
	margin-left: 145px;
	padding-left: 10px;
	display: block;
	background: url(../../static/img/breaking_05.jpg);
	height: 40px;
}

li.news {
	padding-top: 9px;
	font-size: 12pt;
	color: white;
	display: block;
}

div#middle h2, div#middle h3 {
	margin: 0;
	padding: 0;
	margin-bottom: .1em;
}

div#twitterline {
	margin-top: 2px;
	font-size: 10px;
	background-color: #bbb;
	line-height: 12px;
	margin-bottom: 6px;
	padding: 5px;
	display: inline-block;
}

div#medals {
	height: 120px;
}

div#medals table {
	border: 0;
	width: 100%;
}

div#medals table td {
	border: 0;
	padding: 0 10px 0 10px;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

div#medals img {
	margin-bottom: 5px;
}

div.bodyblock2 {
	background-color: #ccc;
	margin: 8px 0px 8px 8px;
	padding: 10px;
}

div.bodyblock1 {
	background-color: #777;
	margin: 8px 0px 0px 8px;
}

div.rightblock {
	background-color: #ccc;
	margin: 8px 8px 8px 0px;
	padding: 7px;
	height: 100%;
}

div#featurestory {
	height: 210px;
	padding: 0 0 0 6px;
}
    
div#video {
	padding: 4px 4px 4px 10px;
}

div#thenav {
	padding: 5px 0px 0;
	margin: 0 10px 0 10px;
	background-color: #777;
}

div#rotating {
	margin-top: 5px;
}

div#bottomblock {
	border-top: 1px solid #bbb;
	margin: 5px;
}

div#bottomblock ul {
	font-size: 10pt;
	margin: 0;
	padding: 0;
	list-style-type: disc;
}

div#featuredath {
	float: right;
	width: 48%;
}

div#topstories {
	float: left;
	width: 48%;
	border-right: 1px solid #bbb;
	padding: 5px;
}

div#featurestory img {
	float: left;
	margin: 5px 10px 10px 0;
}

.bodyimage {
	float: right;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

img#athlete_pic {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

/**************************************/

/*               VARIOUS PAGES        */

/**************************************/

table.schedule {
	width: 96%;
}

table.prettyblue {
	border-collapse: collapse;
	background: #EFF4FB url(../../static/img/teaser.gif) repeat-x;
	border-left: 1px solid #686868;
	border-right: 1px solid #686868;
	font: 0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
	color: #333;
	margin-left: auto;
	margin-right: auto;
}

table.prettyblue td, table.prettyblue th {
	padding: 5px;
}

table.prettyblue caption {
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	background: transparent;
}

/* =links
----------------------------------------------- */

table.prettyblue a {
	color: #950000;
	text-decoration: none;
}

table.prettyblue a:link {
	
}

table.prettyblue a:visited {
	font-weight: normal;
	color: #666;
	text-decoration: line-through;
}

table.prettyblue a:hover {
	border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

table.prettyblue thead th, table.prettyblue tfoot th, table.prettyblue tfoot td {
	background: #333 url(../../static/img/llsh.gif) repeat-x;
	color: #fff
}

table.prettyblue tfoot td {
	text-align: right
}

/* =body
----------------------------------------------- */

table.prettyblue tbody th, table.prettyblue tbody td {
	border-bottom: dotted 1px #333;
}

table.prettyblue tbody th {
	white-space: nowrap;
}

table.prettyblue tbody th a {
	color: #333;
}

table.prettyblue .odd {
	
}

table.prettyblue tbody tr:hover {
	background: #fafafa
}

/**************************************/

/*               FOOTER               */

/**************************************/

div#footer {
	background-color: #626262;
	padding: 5px;
	clear: none;
	font-size: 9px;
}

div#footer a {
	background-color: #525252;
	padding: 4px;
	margin: 0 2px 0 2px;
	color: #ddd;
	display: inline;
	text-transform: uppercase;
	text-decoration: none;
}

span#be {
	float: right;
}

span#be a {
	text-transform: none;
	text-decoration: none;
	color: #ddd;
	font-size: 12px;
	font-weight: bold;
	background-color: #626262;
}
img#taipei_logo {
    padding-left: 8px;
}