/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #fff;
	margin: 0px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

body.single-user-site #menu p.title { display: none; }

#page {
	margin: 20px;
}

a:link, a:active, a:visited
{ 
	text-decoration: none;
}

a:link
{ 
	color: #46a;
}

a:visited {
	color: #666;
}

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

a img { border: none; }

#menu
{
	float: left;
    width: 215px;
    overflow: visible;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#content
{
    margin: 0 0 0 235px;
}

.container {
    padding: 5px 5px 25px 5px;
    overflow: visible;
}

#content div.title
{
	margin-bottom: 1em;
}

#content p { width: 400px; margin-bottom: 9px; }

#footer
{
	clear:both;
	width: 100%;
	padding-top: 100px;
}

#footer,
#footer a,
#footer a:visited,
#footer a:hover,
#footer a:active
{
	color: #999;
	font-size: 0.8em;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container { width: 100%; }
#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


/**/

.thumbpreviewitem
{
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	border: 1px solid #fff;
	/*background: #eee;*/
}

.thumbpreviewitem:hover
{
	border-color:#999;
}

.thumbpreviewitem .media,
.thumbpreviewitem img
{
	height: 120px;
}

.thumbpreviewitem img.blank
{
	width: 100px;
}

.thumbpreviewitem a,
.thumbpreviewitem a:active,
.thumbpreviewitem a:hover
{
	text-decoration: none;
}

.thumbpreviewitem .title
{
	display: block;
	vertical-align: bottom;
}

.thumbpreviewitem .media
{
	/*padding: 5px;*/
	display: block;
	min-width: 100px;
	margin-bottom: 5px;
}

#section-listed
{
	border-bottom: 1px solid black;
}

#section-listed a.thickbox img
{
	border: 0px solid green;
	margin: 0px;
}

#section-listed .item
{
	/*clear: both;*/
	padding-top: 5px;
	border-top: 1px solid black;
	padding-bottom: 5px;
}

#section-listed .upcoming
{
	border-top: 1px solid #000;
}

#section-listed .block-title
{
	padding: 5px;
	text-transform: capitalize;
}

#section-listed .past
{
	color: #999;
	border-top: 1px solid #999;
}

#section-listed .current
{
	color: #a33;
	background-color: #f5f5f5;
	border-top: 1px solid #a33;
}

#section-listed .date
{
	float: left;
	width: 195px;
	padding-left: 5px;
}

#section-listed .name
{
	float: right;
	width: 195px;
	text-align: right;
	padding-right: 5px;
}


#section-listed .content,
#section-listed .media-list
{
	margin-left: 200px;
}

#section-listed .media-list
{
	overflow: auto;
	/*width: 100%;*/
}

#section-listed .media-item
{
	float: left;
	padding: 0 5px 5px 0;
}

a.external-link
{
	color: #999;
}