@CHARSET "UTF-8";

html, 
body {
	background:url(/images/background.gif) left top repeat-y #ffffff;
	margin:0;
	padding:0;
	height:100%;
	font-size:13px;
	font-family:helvetica, arial, helvetica;
}

img {
	border:0;
}

a { 
	color:#24a1d7; text-decoration:none;
}
a:hover {
	text-decoration:underline;	
}

#head-container {
	width:720px;
	height:180px;
	background:#e9e9e9 url(/images/playata-head-background.jpg) right top no-repeat;
	float:left;
}

#left-sidebar {
	width:10px;
	height:180px;
	background:#24a1d7;
	float:left;	
}

#content-container {
	margin-left:10px;
	margin-top:49px;
	width:710px;
	float:left;
}

#content {
	float:left;	
	padding-top:4px;
	width:530px;
}

#quote-container{
	position:absolute;
	width:720px;
	height:145px;
}

#quote {
	background:url(/images/quote.png);
	max-width:260px;
	font-size:11px;
	padding:5px;
	font-weight:bold;
	text-align:left;
}

#quote span {
	font-weight:normal;
	font-style:italic;
}

#topnav {
	margin-top:145px;
	margin-left:180px;
	height:35px;
	width:530px;	
}

#subnav-container {
	width:170px;
	float:left;	
}

.subnav{
	margin:0;
	padding:0;
	list-style-type:none;	
}

.subnav li {
	padding-left:10px;
	line-height:25px;
	background:url(/images/subnav-background.gif) left bottom no-repeat;
}

.subnav li a {
	display:block;
	color:#000000;	
}

.subnav li a:hover {
	display:block;	
	text-decoration:none;
	color:#24a1d7;
}

.subnav li:hover {
	background:url(/images/subnav-background-hover.gif) left bottom no-repeat;	
}

.subnav li.active  {
	display:block;	
	text-decoration:none;
	color:#24a1d7;
	background:url(/images/subnav-background-hover.gif) left bottom no-repeat;
}

.subnav li.active a {
	display:block;
	color:#24a1d7;	
}

#rightcontent {
	float:left;
	margin-left:30px;
	margin-top:49px;
		
}

/* CLASSES */

h1 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
	padding-bottom:20px;	
}

.content-headline {
	font-size:13px;
	font-weight:bold;	
}

.small-content-headline {
	color:#808080;
	font-size:smaller;
}

.team-container {
	background:url(/images/team-backgound.gif) left top no-repeat;
	background-position:100px 0;
	margin-bottom:30px;
}

.team-container img {
	margin-right:10px;
}

.zend_form ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.zend_form ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

.zend_form textarea {
	width:350px;
	height:200px;	
}

.zend_form input {
	width:350px;
}

.zend_form .submit-button {
	margin-left:100px;
	width:100px;	
}

.element-group {
	padding-top: 5px;
	padding-bottom: 5px;	
}

.element-group div { 
	width:100px;
	float:left;	
	font-weight:bold;
}
.element-group .errors {
	margin-left:100px;
	color:red;
	font-size:11px;	
}

.cleaner {
	background:url(/images/cleaner.gif) left  no-repeat;
	height:2px;	
	width:400px;
}

.content-image {
	float:right;
	padding-left:10px;
	width:255px;
	height:223px;	
}

.tweet {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.tweet-time {
	color:#999999;
	font-size:11px;	
	padding-top:5px;
}
.tweet li {
	border-bottom:1px dashed #D2DADA;
	padding:15px 0 15px 0;
}