
a
{
	color: #a21111;
	text-decoration: none;
}

#register form ul li {
	list-style-type: none;
}

a:active,a:hover
{
	border-bottom: 1px dashed #a21111;
	text-decoration: none;
}

img
{
	border: 0;
	margin: 0;
}

p
{
	text-align: justify;
}

body{
	background-color: #fff;
	color: #333;
	
	font-family:Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-stretch:normal;
	margin: 0;
}

label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

#page_logo
{
	background: #000 url("/static/images/ggj-logo.c99b5dfbc68d.png") center top no-repeat;
	background-position: -180px 0px;
	height: 7em;
	padding: 1.5em 1.7em;
}

#page_container
{
	padding: 0;
	margin: 0;	
	width: 100%;
}

#page_content{
	line-height: 1.2em;
	margin-left: 4em;
	margin-right: 4em;
}

#page_content div {
	margin: 2em;
}

#page_content img {
	margin: 0.4em;
}

h1, h2{
	border-bottom: 1px solid #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blog_entry p{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#page_copyright{
	font-size: 0.7em;
	color: #fff;
	background-color: #333;
	
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 2.1em;
	
	padding-top: 0.7em;
	
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#page_copyright span.name {
	padding-left: 1.7em;
}

.ui-tabs-nav
{
	font-family: Georgia, "Times New Roman", Times, serif;	position: relative;
	border-right: 0;
	width: 100%;
	background-color: #222;
}

.ui-tabs-nav li
{
	border: none;
	border-right: 1px solid #d3d3d3;
}

.ui-tabs-panel{
	border: 0;
}

#gallery ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#gallery ul li {
	display:block;
	margin: 5px;
	padding: 0;
	float: left;
}

form table tr th {
	text-align:right;
}

form {
	font-size: 1.2em;
}

form input {
	font-size:1.2em;
}

form li {
	list-style-type: none;
}

.note {
	font-size: 1.2em;
	color: darkorange;
	margin-top: 2em;
	margin-left: 2em;
}

.errorlist {
	color: red;
	margin-bottom: 0;
	padding: 0
}