
BODY {
	font-family: Trebuchet MS, Helvetica, Verdana, sans-serif;
	font-size: small;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #000000;
	color: #FFFFFF;
}
BODY * {
	margin: 0;
	padding: 0;
}
P {
	font-size: 1em;
	margin-bottom: 1ex;
}

A:link {
	font-family: Georgia, Garamond, Times, serif;
	font-style: italic;
	text-decoration: none;
	color: #920071;
}
A:visited {
	font-family: Georgia, Garamond, Times, serif;
	font-style: italic;
	text-decoration: none;
	color: #6c205b;
}
A:focus {
	font-family: Georgia, Garamond, Times, serif;
	font-style: italic;
	text-decoration: none;
	color: #cd02a0;
}
A:hover {
	font-family: Georgia, Garamond, Times, serif;
	font-style: italic;
	text-decoration: none;
	color: #cd02a0;
}
A:active {
	font-family: Georgia, Garamond, Times, serif;
	font-style: italic;
	text-decoration: none;
	color: #cd02a0;
}

A IMG, A * IMG {
	border: 0;
}

IMG {
	border: 0;
}

H1 A:link, H1 * A:link, H1 A:visited, H1 * A:visited, H2 A:link, H2 * A:link, H2 A:visited, H2 * A:visited {
	font-style: normal;
	font-family: inherit;
}

H1 {
	margin-top: 5ex;
	margin-left: 1.5em;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 1ex;
}

H1.header {
	margin-top: 2ex;
	margin-left: 2.5em;	
}

H2 {
	font-size: 1.5em;
	margin-top: 1ex;
}

HR, HR.divider {
	border: 0;
	background-image: url( ../../media/images/core/divider.jpg );
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 15em;
	height: 1px;
	margin-bottom: 5.5ex;
}

UL.navigation {
	color: #FFFFFF;
	list-style-type: none;

	float: left;
	padding-left: 17em;
	margin-right: 2em;
}
UL.navigation * UL {
	color: #FFFFFF;
	list-style-type: none;
	margin-left: 5em;
	margin-top: -1.05em;
}
UL.navigation * UL LI {
	text-align: left;
}

UL LI.selected {
	color: #cd02a0;
}

UL.navigation * A:link, UL.navigation * A:visited {
	color: inherit;
	font-family: inherit;
	font-style: normal;
}
UL.navigation * A:hover {
	color: #6c205b;
}


FORM {
	margin: 4ex 0 4ex 0;

	border-top: 1px solid #cd02a0;
	border-bottom: 1px solid #cd02a0;
	padding: 1ex 0 1ex 0;
}

FORM FIELDSET {
	border: 0;
}
FORM FIELDSET LEGEND {
	font-size: 1.2em;
	font-weight: bold;
	padding-left: 1em;
	margin-bottom: 1ex;
}
FORM LABEL {
	margin-top: 1ex;
	display: block;
	margin-left: 1em;
}
FORM INPUT[type=submit] {
	color: #6c205b;
	width: 95%;
	border: 0;
	padding: 0.5ex 0.5em;
	margin-top: 1ex;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

FORM LABEL:after {
	content: ':';
}
FORM INPUT[type=text], FORM TEXTAREA {
	width: 92%;
	border: none;

	display: block;
	margin-left: auto;
	margin-right: auto;

	padding: 0.5ex 0.5em;
	font-size: 1.2em;
	font-family: inherit;
	font-weight: bold;
}
FORM TEXTAREA {
	height: 7em;
}


DIV.content {
	width: 40em;
	margin-left: 1em;
	float: left;
}

DIV.content P {
	background-color: #FFF;
	color: #000;
	padding: 1ex 1em 1ex 1em;
}
DIV.content P IMG {
	display: block;
	border: 1em solid #000;
	margin: 2ex auto 2ex auto;
	max-width: 36em;
}
DIV.content P IMG + SPAN, DIV.content P SPAN.description {
	background-color: #000;
	width: 100%;
	color: #FFF;
	font-family: Georgia, Garamond, Times, serif;
	padding: 2em 0 1em 1ex;
}

DIV.content DIV.news DIV.name, DIV.content DIV.news DIV.top, DIV.content DIV.news DIV.entry .time {
	display: none;
	visibility: hidden;	
}

DIV.content DIV.news HR, DIV.content DIV.news * HR {
	margin-bottom: 3ex;
}


DIV.shoutbox .date, DIV.shoutbox .hour {
	text-align: center;
}
DIV.shoutbox .date {
	font-size: 1.2em;
	margin-top: 2ex;
}
DIV.shoutbox .hour {
	margin-top: 1ex;
}
DIV.shoutbox .date + .hour {
	margin-top: 0;
}
DIV.shoutbox .comment, DIV.shoutbox .name {
	margin-top: 0;
	margin-bottom: 0;
	
	background-color: #FFF;
	color: #000;
}
DIV.shoutbox .name {
	font-weight: bold;
	margin-top: 1ex;

	padding: 0.5ex 0 0.5ex 1em;
}

DIV.shoutbox .comment P {
	margin: 0;
	padding: 0.5ex 0 1ex 0;
}
DIV.shoutbox .comment P SPAN {
 padding-left: 1em;
}


DIV.shoutbox .top, DIV.shoutbox .bottom { margin-top: 1ex; border: 0; height: 1px; background-color: #cd02a0; }

DIV.shoutbox * A:link {
	margin: 0;
	padding: 0;

	font-family: inherit;
	font-style: normal;
	text-decoration: none;
	color: #920071;
}
DIV.shoutbox * A:visited {
	margin: 0;
	padding: 0;

	font-family: inherit;
	font-style: normal;
	text-decoration: none;
	color: #6c205b;
}
DIV.shoutbox * A:focus {
	font-family: inherit;
	font-style: normal;
	color: #cd02a0;
}
DIV.shoutbox * A:hover {
	font-family: inherit;
	font-style: normal;
	color: #cd02a0;
}
DIV.shoutbox * A:active {
	font-family: inherit;
	font-style: normal;
	color: #cd02a0;
}