body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 90%;
}

h1,h2,h3,h4,h5,h6{
	line-height: 80%;
}

h2,h3,h4,h5,h6 {
	margin-top:1em;
}

h2.first,h3.first,h4.first,h5.first,h6.first {
	margin-top:0;
}

h1,h2,h3 {
	font-family: georgia, 'times new roman', serif;
}

h1 {
	letter-spacing: 0.1ex;
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 100%;
}

div.dynamic-text, div.help-text {
	margin-top: 1em;
	font-size: 100%;
	line-height: 125%;
}

div.help-text {
	color: #888888;
}

div.dynamic-text ol {
    list-style: decimal;
	margin-top: 0.5em;
}

div.dynamic-text ul {
    list-style: disc;
	margin-top: 0.5em;
}

div.dynamic-text li, div.dynamic-text dd {
    margin-left: 1.75em;
}

div.dynamic-text dt {
	margin-top: 1em;
	font-weight: 800;
}

div.dynamic-text th, div.dynamic-text td {
	padding:0.1em 0.2em;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom: 1em;
}

a:link {
    color: #003399;
    text-decoration: none;
}

a:visited, a:active, a:hover {
    color: #336699;
    text-decoration: none;
}

div#top-bar {
    background: #6699CC url("topbar-bg.gif") repeat-x;
    height: 116px;
    text-align: center;
}

div#top-bar #logo {
    padding: 26px 0 10px 0;
}

div#top-bar #title {
    font-weight: bolder;
    color: #FFFFFF;
}

div#top-bar #sticker {
	text-align:left;
}

div#menu-bar, div#footer {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    background-color: #CCCCCC;
}

div#footer {
    font-size: 75%;
    margin-top: 25px;
    margin-bottom: 4px;
}

/*
 * Top menu
 */
/*
 ul.menu-top, ul.menu-top ul {
 margin: 0;
 padding: 0;
 list-style: none;
 }

 ul.menu-top li {
 float: left;
 position: relative;
 width: 10em;
 padding: 0;
 margin: 0;
 }

 ul.menu-top li > span {
 padding:0 10px;
 }

 ul.menu-top li ul {
 display: none;
 position: absolute;
 top: 1em;
 left: 0;
 background-color: #eeeeee;
 border: solid 1px black;
 }

 ul.menu-top li > ul {
 top: auto;
 left: auto;
 }

 ul.menu-top > li:hover {
 background-color:#eeeeee;
 }

 ul.menu-top ul > li:hover {
 background-color:#ffffff;
 }

 ul.menu-top li:hover ul { display: block; }
 */
/*
 * Footer menu
 */
ul.menu-footer {
    text-align: center;
    margin: 0;
}

ul.menu-footer li {
    margin-left: 0;
    list-style: none;
}

ul.menu-footer li.menu-item-level-1 {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 10px 0;
    text-align: left;
}

ul.menu-footer ul.menu-level-1 {
    margin: 5px 0 0 0;
}

ul.menu-footer li.menu-item-level-1 > span.menu-label a {
    text-decoration: underline;
}

div.main-content {
    min-height: 32em;
}

div#django-logo {
    float: right;
}

div#latest-news {
	font-size: 80%;
    margin-top: 2.5em;
}

div#latest-news dl {
    background-color: #eee;
    padding: 0;
    margin: 0;
}

div #latest-news dt {
    background-color: #ddd;
    padding: 5px 10px;
    font-weight: bold;
    border-top: solid 2px #fff;
}

div#latest-news dd {
    text-align: justify;
    padding: 0.5em 10px 1em 10px;
    border-bottom: solid 1px #ddd;
}

div#latest-news a#older-news {
    float: right;
}


table#recent-items {
	width: 100%;
	border-collaps:collapse;
}

table#recent-items th, table#recent-items td {
	padding: 3px 10px;
	text-align: left;
	border:2px solid white;
}

table#recent-items .col-2 {
	width:128px;
}

table#recent-items thead th {
	background-color:#69c;
	color:white;
	font-weight:800;
}

table#recent-items tbody th {
	background-color:#ddd;
	font-weight:300;
}

table#recent-items tbody td {
	background-color:#eee;
}

table#items-queue {
	width: 100%;
	border-collaps:collapse;
}

table#items-queue th, table#items-queue td {
	padding: 3px 10px;
	text-align: left;
	border:2px solid white;
}

table#items-queue .col-1 {
	width:208px;
}

table#items-queue .col-3 {
	width:128px;
}

table#items-queue thead th {
	background-color:#69c;
	color:white;
	font-weight:800;
}

table#items-queue tbody th {
	background-color:#ddd;
	font-weight:300;
}

table#items-queue tbody td {
	background-color:#eee;
}


div#sign-up h4, div#follow-us h4 {
	margin-top:1em;
    font-weight: bold;
	text-align: center;
	font-size: 120%;
}

div#sign-up h4.first, div#follow-us h4.first {
	margin-top:0.2em;
}

div#sign-up {
	float:right;
	width:200px;
    background-color: #ffd;
    padding: 5px 10px;
	margin-top: 1em;
	border: solid 2px #cc9;
}

div#sign-up p {
	font-size:110%;
	line-height:125%;
	padding:0;
	margin:0;
}

div#follow-us {
    background-color: #d4d4ff;
	border: solid 2px #69c;
    padding: 5px 10px;
    font-weight: bold;
	text-align: center;
	font-size: 120%;
	margin-top: 20px;
}

div#follow-us div.addthis_toolbox {
	display:inline-block;
}

div#crumbs {
    padding-top: 2px;
    padding-bottom: 1em;
}

div#crumbs span.crumbs-sep {
    color: #000;
    padding-left: 0.3em;
    padding-right: 0.3em;
}

div#crumbs, div#crumbs a:link, div#crumbs a:visited {
    color: #888;
}

div#crumbs a:active, div#crumbs a:hover {
    color: #039;
}

h1.item-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.item-meta {
	margin-top:0.25em;
    font-style: italic;
	color:#666;
}

.item-gravatar {
	margin-right: 0.5em;
	vertical-align:middle;
}

div.item-text {
	margin-top: 1em;
}

div.item-synopsis {
	margin-top: 1em;
    font-weight: bold;
}

dl.items-list dt {
	padding: 0.25em 10px;
	background-color: #eee;
}

dl.items-list dd {
	padding: 0.25em 10px;
	margin-top: 0.5em;
	margin-bottom: 1.5em;
}

ul.items-list li {
	padding: 0.25em 0;
	margin-bottom: 0.5em;
}

div.item-list-more {
	float:right;
}

div.paginator {
	color:#000;
	float:right;
}

div.paginator span {
	background-color:#eee;
	padding: 3px 0.5em;
	border:solid 1px #fff;
	display:inline-block;
}

div.paginator span.current {
	background-color:#369;
	color:#fff;
	font-weight:800;
}

div.paginator a:hover span, div.paginator a:hover:visited span {
	background-color:#369;
	color:#fff;
}

div.paginator a:visited span {
	color:#000;
}

div.gridform, div.poll {
	background-color:#eee;
	margin-left:-10px;
	border:solid 10px #eee;
	margin-bottom: 1em;
}

div.gridform div.required,
div.gridform div.optional {
	padding-bottom:0.5em;
}

div.gridform .alpha label {
	font-weight:800;
}
div.gridform .required .alpha label {
	background:url("icons/bullet_blue.png") no-repeat right;
	padding-right:16px;
}
span.required-icon {
	display:inline-block;
	background:url("icons/bullet_blue.png") no-repeat -2px 0;
	width:12px;
}
div.gridform legend {
	font-size:140%;
	padding-bottom:1em;
}

div.gridform .grid_4 input[type=text],
div.gridform .grid_4 input[type=password],
div.gridform .grid_4 textarea {
	width:294px;
	max-width:294px;
}

div.gridform .grid_7 input[type=text],
div.gridform .grid_7 input[type=password],
div.gridform .grid_7 textarea {
	width:534px;
	max-width:534px;
}

span.helptext {
	display:block;
	font-style:italic;
	font-size:small;
}

ul.errorlist li {
	padding-left:20px;
	min-height:16px;
	background: url("icons/error.png") no-repeat 2px 0;
	font-weight:800;
	color:#a00;
}

.styledButton.button-add .label {
	background-image:url("icons/add.png");
}

.styledButton.button-edit .label {
	background-image:url("icons/pencil.png");
}
.styledButton.button-accept .label {
	background-image:url("icons/accept.png");
}
.styledButton.button-reject .label {
	background-image:url("icons/delete.png");
}

.styledButton.button-add .label,
.styledButton.button-edit .label,
.styledButton.button-accept .label,
.styledButton.button-reject .label {
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:0 1px;
}

div.vote-result-bar {
	height:0.5em;
	background-color:#69c;
	border-top:solid 1px #ccf;
	border-right:solid 1px #009;
	border-bottom:solid 1px #000;
	border-left:solid 1px #ccf;
	margin-top:2px;
	margin-bottom:2px;
}

div.poll li {
	padding-bottom:1em;
}


div#addthisbar div
{
	margin-top:3px;
	float: right;
}

div.account-gravatar {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}

div.big-button {
	padding: 0;
	margin: 0 auto;
	background: url("bluebutton.png") no-repeat 0px 0px;
	width: 238px;
	height: 64px;
}
div.big-button span.button-inner {
	margin:0 8px;
	width: 220px;
	height: 64px;
	line-height:2em;
	text-align:center;
	color:#ffffff;
	font-size:30px;
	font-weight:600;
	display:block;
}
span.bigbutton-add-item {
	background: url("icons/add32.png") no-repeat;
	position:relative;
	top:6px;
	width:32px;
	height:32px;
	margin-right:8px;
	display:inline-block;
}
div.big-button.hover {
	background-position:0 -65px;
}
div.big-button.hover span.button-inner {
	color:#ffff88;
}

div.held-notification, div.spam-notification {
	padding:10px 0;
	margin:1em 0;
	text-align:center;
	color:#000;
	font-weight:bold;
}

div.held-notification {
	background-color:#dfefff;
}

div.spam-notification {
	background-color:#ffefdf;
}

div.buttonbar form, div.buttonbar button {
	display:inline;
    background-color:transparent;
	border:none;
	padding:0;
	margin:0;
	cursor:pointer;
}

div.buttonbar span.label {
    font-family: 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#333;
}

div.dynamic-text.mainpage {
	text-align:justify;
}

div.dynamic-text.mainpage h1, div.dynamic-text.mainpage h2, div.dynamic-text.mainpage h3,
div.dynamic-text.mainpage h4, div.dynamic-text.mainpage h5, div.dynamic-text.mainpage h6 {
	text-align:left;
}

img.no-border {
	border:0;
}

.dynamic-text table[border="1"] td, .dynamic-text table[border="1"] th,
.dynamic-text table[border="2"] td, .dynamic-text table[border="2"] th,
.dynamic-text table[border="3"] td, .dynamic-text table[border="3"] th,
.dynamic-text table[border="4"] td, .dynamic-text table[border="4"] th {
	padding:3px;
}


.dynamic-text table[border="1"] td, .dynamic-text table[border="1"] th {
    border:solid 1px #888;
}

.dynamic-text table[border="2"] td, .dynamic-text table[border="2"] th {
    border:inset 2px;
}

.dynamic-text table[border="3"] td, .dynamic-text table[border="3"] th {
    border:inset 3px;
}

.dynamic-text table[border="4"] td, .dynamic-text table[border="4"] th {
    border:inset 4px;
}


