/* PLANETOTAKU.COM Global Site Stylesheet */

html,body {
    margin:0;
    padding:0;
    height:100%; /* needed for container min-height */
    background:#000;
    font-family:arial,sans-serif;
    font-size:12px;
    color:#44443E;
}

body {
    margin:0;
    padding:0;
	background-color:#000;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-style:normal;
    color:#f0f0f0;
    text-align:center;  /* horizontal centering for IE Win quirks */
}

a:link { 
	color:#b8713f;
	text-decoration: none;
}

a:visited { 
    color:#b8713f;
	text-decoration: none;
}

a:active { 
    color:#b8713f;
	text-decoration: none;
}

a:hover { 
    color:#b8713f;
	text-decoration: underline;
}

a img { 
	border:none;
	text-decoration:none;
}

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.normal { font-weight:normal; }
.bold { font-weight: bold; }
.italic { font-style: italic; }

.black { color: #000000; }
.white { color: #FFFFFF; }
.grey { color: #777777; }
.dark { color: #5A5956; }
.medium-grey { color: #606060; }
.dark-grey { color: #43443C; }
.light-grey { color: #ABABAB; }
.yellow { color:#dcbb83; }

.clear { clear:both; }
.float-left  { float:left; }
.float-right  { float:right; }

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:.5em 0;
	text-align:left;
    font-weight:bold;
    text-transform:lowercase;
}

h1 { font-size:28px; border-bottom:1px solid #333; }
h2 { font-size:24px; }
h3 { font-size:20px; }
h4 { font-size:18px; }
h5 { font-size:15px; }
h6 { font-size:13px; }

hr {
    width:100%;
    margin:10px auto;
    padding:0;
    height:1px;
    border:none;
    color:#333;
    background-color:#333;
}

p {
	margin:0;
	margin-top:10px;
	padding:0;
	font-weight:normal;
	font-size:13px;
	text-align:left;
    line-height:18px;
}

.px10 { font-size:10px; }
.px11 { font-size:11px; }
.px12 { font-size:12px; }
.px13 { font-size:13px; }
.px14 { font-size:14px; }

div#container {
    position:relative; /* needed for footer positioning*/
    margin:0;
    padding:0;
    width:100%;
    height:auto !important; /* real browsers */
    min-height:100%; /* real browsers */
    height:100%; /* IE6: treated as min-height*/
    background:#000;
}

div#content {
	margin:0 auto;
    padding:4em; /* bottom padding for footer */
	width:800px;
	text-align:left;
}

div#nav {
	position:absolute;
	left:10px;
	top:10px;
	text-align:left;
    color:#b8713f;
	font-size:13px;
	font-weight:normal;
}

div#nav a:link,
div#nav a:visited,
div#nav a:active,
div#nav a:hover {
    color:#b8713f;
}

div#footer {
    position:absolute;
    left:0;
    bottom:0; /* stick to bottom */
    width:100%;
}

div#footer p {
	margin:0;
	padding:10px 0;
    text-align:center;
    font-size:10px;
    color:#44443e;
}

.live-item {
    margin:10px;
    float:left;
    width:350px;
    height:350px;
    text-align:center;
    font-size:13px;
    font-weight:bold;
}

.release-item {
	margin:10px;
	float:left;
	width:30%;
	text-align:center;
	font-size:13px;
	font-weight:bold;
}

span.buy-link {
    font-size:11px;
    font-weight:normal;
    color:#f0f0f0;
}

img.cover-small {
	width:150px;
	height:150px;
	border:0;
	margin:10px;
}

img.cover-large {
    width:350px;
    height:350px;
    border:0;
    margin:10px;
}

