/* @override 
	http://127.0.0.1/~jlaundry/ggj/images/style.css
	http://www.globalgamejam.org.nz/images/style.css
*/

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;
	height: 7em;
	padding: 1.5em 1.7em;
}

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

#page_content{
	
	line-height: 1.2em;
}

#page_content img {

	margin: 0.4em;
}

.blog_entry{
	border-bottom: 3px solid #ddd;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blog_entry big{
	
	font-size: 1.5em;
}

.blog_entry small{
	font-size: 0.8em;
}

.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;
}
