/*

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-top: 12px;
	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 */
.cbox {
	position: relative;
	padding: 24px 36px;
	margin: 0 auto;
	width: 380px;
	background-color: #490C68;
	border-style: none;
}
.tp_corner {
	position: absolute;
	top: 14px;
	left: 14px;
	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;
}



