/* TABLE OF CONTENTS

GENERAL
HEADER
NAVIGATION
CONTENT
COMMENTS
FOOTER
ADS

*/

/* COLOR PALETTE

Background	- fff
Links		- 0166ff
Links hover	- 333
Left column	- e7e7e7
Logo red	- ff0101

*/

/* GENERAL
-------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a {
	color: #0166ff;
	text-decoration: none;
}

a:hover { color: #333 }

a:visited {
	color: #ff0101;
}

h1 {
	display: none;
	visibility: hidden;
}

img { border: 0 }

span.blue { color: #0166ff }
span.red { color: #ff0101 }
span.grey { color: #333 }

#wrapper {
	background: #fff url('../images/back/body.jpg') repeat-y top left;
	margin: 0 auto;
	width: 1024px;
}

/* HEADER
-------------------------------------------------------------*/

#header {
	background: transparent url('../images/back/top.jpg') no-repeat top left;
	padding: 14px 17px 0 17px;
}

/* NAVIGATION
-------------------------------------------------------------*/

#banner {
	height: 111px;
	margin: 0 8px 10px 10px;
	position: relative;
	width: 972px;
}

#banner.mdn {
	background: transparent url('../images/mdn-nav-bar.jpg') no-repeat 10px bottom;
}

#banner.idn {
	background: transparent url('../images/idn-nav-bar.jpg') no-repeat 10px bottom;
}

#homelink {
	background: transparent;
	bottom: 0;
	display: block;
	height: 45px;
	left: 5px;
	position: absolute;
	width: 230px;
}

#nav {
	bottom: 0;
	list-style: none;
	position: absolute;
	right: 0;
}

#nav li {
	float: left;
	list-style: none;
	margin: 0 10px;
}

#nav a,
#nav a:visited {
	color: #0166ff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: lowercase;
}

body#news #nav-news a,
body#opinion #nav-opinion a,
body#archives #nav-archives a,
body#contact #nav-contact a,
body#links #nav-links a {
	color: #ff0101;
}

/* CONTENT
-------------------------------------------------------------*/

#content {
	margin: 0 23px 0 27px;
	overflow: hidden;
	position: relative;
}

#left {
	background: #e7e7e7;
	float: left;
	width: 160px;
}

#left h3 {
	color: #ff0101;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 5px;
}

#left h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 5px;
}

#left h4 a {
	color: #ff0101;
}

#left ul {
	list-style: none;
	padding: 5px;
}

#left ul li {
	font-size: 1.1em;
	margin: 0 0 1em 0;
}

#left ul.opinion li {
	color: #0166ff;
}

#left ul.opinion strong {
	font-weight: bold;
}

#left ul.opinion a {
	color: #333;
}

#switch {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 5px 0;
	text-align: center;
}

#switch a,
#switch a:visited {
	color: #333;
}

#switch.mdn {
	background: #c4df9b;
	border: 1px solid #8aa75e;
}

#switch.idn {
	background: #ffdc39;
	border: 1px solid #d5b51d;
}

#center { margin: 0 180px }

#center h2 {
	border-top: 1px solid #fc0;
	color: #0166ff;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 10px 0 0 0;
}

#center h4 {
	color: #555;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 1em 0;
}

#center div {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
}

#center div h5 {
	color: #0166ff;
	font-size: 1.3em;
}

#center div span {
	color: #666;
	font-size: .9em;
}

#center div #KonaBody {
	color: #333;
	font-size: 1em;
	line-height: 1.4em;
}

#center div p {
	font-size: 1em;
	margin: .5em 0;
}

body#news.article #center div.story img {
	margin: 0 10px 5px 0;
}

body#news.article #center div.related {
	font-size: .9em;
	line-height: 1.1em;
}

body.article div.story strong.take,
body.article div.story font b {
	color: #ff0101;
	display: inline;
	font-size: 1em;
}

body#contact #center p {
	margin: 0 0 1.5em 0;
}

#months a.current {
	border: 1px solid #ff0101;
}

body#links #center table {
	table-layout: fixed;
	width: 590px;
}

body#links #center table td {
	font-size: 1.2em !important;
	font-size: .8em;
	line-height: 1.8em;
	width: 33%;
}

body#links #center table a,
body#links #center table a:visited {
	color: #0166ff;
}

#right {
	background: #e7e7e7;
	float: right;
	width: 160px;
}

#right div {
	margin: 0 0 10px 0;
}

/* COMMENTS
-------------------------------------------------------------*/

div.comment_info {
	background: #ddd;
	font-size: 1em !important;
	font-weight: bold;
	padding: .2em .5em;
}

div.comment_info span {
	color: #111;
	float: right;
	font-weight: normal;
}

div.comment_info strong {
	color: #0166ff;
}

div.pages {
	color: #0166ff;
	font-weight: bold;
	text-align: center;
}

body.article #center h3 {
	font-weight: bold;
	margin: 0 0 1em 0;
}

body.article #comment_form {
	text-align: center;
}

body.article #comment_form table {
	border-collapse: collapse;
	margin: 0 0 1.5em 0;
	table-layout: fixed;
	width: 600px;
}

body.article #comment_form table td {
	height: 150px;
	text-align: left;
}

body.article #comment_form table td.ad {
	vertical-align: bottom;
	width: 180px;
}

body.article #comment_form p {
	font-size: 1.3em;
	margin: 0 0 8px 0;
	text-align: left;
}

body.article #comment_form textarea {
	font-size: 1.3em !important;
	height: 150px;
	width: 400px;
}

body.article #comment_form .field {
	border: 1px solid #333;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	padding: 2px;
}

body.article #comment_form p .field {
	width: 450px;
}

body.article #comment_form div.captcha .field {
	width: 270px;
}

body.article #comment_form div.captcha {
	background: #e7e7e7;
	font-size: .8em;
	height: 145px;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	width: 402px;
}

body.article #comment_form div.captcha p {
	text-align: center;
}

body.article #comment_form span {
	color: #ff0101;
}

/* FOOTER
-------------------------------------------------------------*/

#footer {
	background: transparent url('../images/back/bottom.jpg') no-repeat bottom left;
	clear: both;
	padding: 0 26px 26px 26px;
	position: relative;
	text-align: center;
}

#footer ul {
	clear: both;
	height: 1em;
	list-style: none;
	margin: 1em auto;
	width: 35em !important;
	width: 36em;
}

#footer ul li {
	float: left;
	list-style: none;
	margin: 0 10px;
}

#footer ul a,
#footer ul a:visited {
	color: #0166ff;
	font-size: 11px;
	text-transform: lowercase;
}

#footer ul li.current a {
	color: #ff0101;
}

#copyright {
	height: 3.5em;
	overflow: hidden;
}

#made-mac {
	float: left;
	margin: 0 0 0 4px;
}

#powered-mac {
	float: right;
}

/* ADS
-------------------------------------------------------------*/

#sm-banner-ad {
	height: 60px;
	margin: 0 10px 0 0;
	width: 234px;
}

#lg-banner-ad {
	float: right;
	height: 90px;
	margin: 0 -2px 0 0;
	width: 728px;
}

div.adbox {
	border-bottom: 1px solid #fc0;
	border-top: 1px solid #fc0;
	padding: 15px 0;
	text-align: center;
}