@charset "UTF-8";



/* Default
------------------------------------------------------------- */

body {
	text-align: center;
	font-size: 80%;
	color: #222;
	background: #2b4091 url(../images/bg.png) repeat-x center top;
}

body, p, div, hr, blockquote, form, h1, h2, h3, h4, h5, object, embed, script, table, th, tr, td {
	margin: 0; padding: 0;
}

p, span, blockquote, dt, dd, li, h1, h2, h3, h4, h5 {
	line-height: 140%;
}

img, table { border: 0; }

hr { display: none; }

strong { font-weight: bold; }

table {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	empty-cells: show;
}

ul, li {
	list-style-type: none;
	list-style-position: outside;
}

a {
	outline: none;
}

a:link    { color: #1876d4; }
a:visited { color: #336699; }
a:hover   { color: #fd8317; }



/* Background
------------------------------------------------------------- */

#container {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}



/* Layout
------------------------------------------------------------- */

#content-body {
	background-color: #fff;
}

#main {
	position: relative;
	left: 20px;
	width: 445px;
	float: left;
	margin-bottom: 20px;
}

#side {
	position: relative;
	left: -20px;
	width: 445px;
	float: right;
}

#plugin {
	clear: both;
}

#footer {
	clear: both;
}



/* Header
------------------------------------------------------------- */

#header {
	position: relative;
	width: 950px;
	height: 600px;
	overflow: hidden;
	background: #fff url(../images/header_bg6.jpg) no-repeat left top;
}

#header h1 {
	position: absolute;
	left: 155px;
	top: 542px;
	width: 640px;
	height: 58px;
	background: transparent url(../images/header_label3.png) no-repeat left top;
}

#header p.lead-10 {
	position: absolute;
	display: block;
	left: 46px;
	top: 83px;
	width: 406px;
	height: 358px;
	background: transparent url(../images/header_p10.png) no-repeat left top;
}

#header p.lead-link a {
	position: absolute;
	display: block;
	left: 559px;
	top: 301px;
	width: 380px;
	height: 192px;
	background: transparent url(../images/header_link.png) no-repeat left top;
}

#header h1 span,
#header p span {
	display: none;
}

#header ul {
	margin: 0;
	padding: 0;
}

#header ul li.morning {
	display: block;
	position: absolute;
	left: 837px;
	top: 9px;
}

#header ul li.feed {
	display: block;
	position: absolute;
	left: 848px;
	top: 55px;
}



/* Content Body
------------------------------------------------------------- */

#content-body h2 span {
	display: block;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
}



/* Content - Main
------------------------------------------------------------- */

#main h2 {
	width: 445px;
	height: 35px;
	background: transparent url(../images/lead_label.png) no-repeat center top;
	margin-top: 10px;
	margin-bottom: 10px;
}

#main p {
	margin-bottom: 0.8em;
}

#main p.send-message {
	margin: 0;
	text-align: center;
}



/* Content - Side
------------------------------------------------------------- */

#side h2 {
	width: 445px;
	height: 60px;
	background: transparent url(../images/selection_label4.png) no-repeat center top;
	margin-top: 10px;
	margin-bottom: 15px;
}

#side ul {
	margin: 0;
	padding: 0;
}

#side ul li {
	display: block;
	margin: 0 0 10px 0;
	padding: 2px 0 0 38px;
	min-height: 21px;
	_height: 21px;
	vertical-align: bottom;
}

#side .enable {
	background: transparent url(../images/selection_star-1.png) no-repeat 10px top;
}

#side .next {
	background: transparent url(../images/selection_star-2.png) no-repeat 10px top;
}

#side .date {
	font-size: 90%;
}

#side .episode {
	font-size: 120%;
}

#tagro-message {
	margin: 20px 0;
	text-align: center;
}



/* Content - Pluged-in
------------------------------------------------------------- */

#plugin {
	position: relative;
	background: #daeffe url(../images/plugin_label.png) no-repeat 10px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 20px;
}

#plugin p {
	position: relative;
	left: 64px;
	width: 492px;
	margin: 0;
	padding: 10px 0;
	font-size: 90%;
}

#plugin ul {
	margin: 0;
	padding: 0;
}

#plugin ul li.download {
	display: block;
	position: absolute;
	left: 576px;
	top: 10px;
}

#plugin ul li.help {
	display: block;
	position: absolute;
	left: 755px;
	top: 10px;
}



/* Footer
------------------------------------------------------------- */

#footer {
	background: transparent url(../images/footer_bg.png) no-repeat center top;
	padding: 30px 0 20px 0;
	text-align: center;
	font-size: 90%;
	color: #cbdfe5;
	height: 100%;
}





