/*

Tinyplay Stylesheet

*/

/* Global */
* {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
}
body {
	font: 15px Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	background: #404040;
}
a {
	text-decoration: none;
	color: #8080FF;
}
a:hover {
	text-decoration: underline;
	color: #2020FF;
}
h2 {
	padding-left: 6px;
	height: 36px;
}
h3 {
	margin-top: 20px;
}
p {
	padding-top: 12px;
}
strong {
	font-weight: bold;
}
div.clearboth{
	clear: both;
}
img.solo {
	display: block;
}
img.icon {
	margin: 12px 12px 12px 0px;
	float: left;
}
img.appstore {
	margin: 12px auto 0px auto;
}
dl {
	padding-top: 6px;
	padding-left: 6px;
	list-style: none;
}
dt {
	margin-top: 6px;
	font-weight: bold;
}
dd {
	padding-left: 16px;
	font-size: 12px;
}
div.hr {
	margin: 10px auto;
	width: 480px;
	height: 1px;
	background: url(images/hr.png) repeat-y;
	border: none;
	clear: both;
}
.error {
	font-size: 12px;
	font-weight: bold;
	color: red;
}

/* Overall Layout */
#bg_column {
	position: relative;
	padding-top: 35px;
	padding-bottom: 5px;
	margin: 0 auto;
	width: 600px;
	background-color: #9219D0;
	border-color: white;
	border-style: solid;
	border-width: 0px 2px;
}
#header {
	margin-bottom: 35px;
}
#mainarea {
	padding: 10px;
}
#footer {
	margin-top: 35px;
}

/* Header - Contents */
#logo {
	margin: 0px auto;
	background: url(images/logo.png) no-repeat bottom;
	width: 295px;
	height: 124px;
}
#logo_link {
	display: block;
	position: relative;
	top: 22px;
	left: 22px;
	width: 252px;
	height: 80px;
}
#nav {
	margin: 0 auto;
	padding-top: 16px;
	text-align: center;
	font-size: 20px
}
#nav ul {
	list-style: none;
}
#nav li {
	display: inline;
	margin: 0px 10px;
}
#nav a {
	text-decoration: none;
	color: black;
}
#nav a:hover {
	text-decoration: underline;
	color: white;
}

/* Content boxes */
.cbox0 {
	margin-bottom: 10px;
}
.cbox1 {
	background: url(images/cbox_top_left.png) top left no-repeat;
}
.cbox2 {
	background: url(images/cbox_top_right.png) top right no-repeat;
}
.cbox3 {
	background: url(images/cbox_bottom_left.png) bottom left no-repeat;
}
.cbox4 {
	background: url(images/cbox_bottom_right.png) bottom right no-repeat;
	padding: 12px;
}
.cbox5 {
	position: relative;
	top: -12px;
	background: url(images/cbox_top.png) top repeat-x;
}
.cbox6 {
	position: relative;
	top: 12px;
	right: -12px;
	background: url(images/cbox_right.png) right repeat-y;
}
.cbox7 {
	position: relative;
	right: 12px;
	bottom: -12px;
	background: url(images/cbox_bottom.png) bottom repeat-x;
}
.cbox8 {
	position: relative;
	bottom: 12px;
	left: -12px;
	background: url(images/cbox_left.png) left repeat-y;
}
.cbox9 {
	position: relative;
	left: 12px;
	background: url(images/cbox_middle.png) top left repeat;
}
.tp_corner {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 14px;
	height: 14px;
	background: url(images/tp_corner.png) top left no-repeat;
}

/* Footer - Contents */
#footlinks {
	margin: 0 auto;
	padding-bottom: 6px;
	text-align: center;
	font-size: 11px;
	color: #6D139C;
}
#footlinks p {
	padding-top: 2px;
}
#footlinks ul {
	list-style: none;
}
#footlinks ul li {
	display: inline;
	margin: 0px 3px;
}
#footlinks ul li a {
	text-decoration: none;
	color: #6D139C;
}
#footlinks ul li a:hover {
	color: #420C5F;
}



