* {
	margin: 0;
	padding: 0;
}
html, body { height: 100%; width: 100%; }
body {
	font-size: small;
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #333;
}	
p {
	font-size: 100%;
	padding: 0.2em 0 0.25em 0;
  	margin: 0.2em 0 0.75em 0;
  	line-height: 1.5em;
  	font-size: 100%;		
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	font-family: Georgia;
	padding: 0.2em 0 0.2em 0;
  	margin: 0.2em 0 0.2em 0; 
}

h1 { font-size: 250%; color: #000; }
h2 { font-size: 200%; }
h3 { font-size: 150%; }
small { font-size: 80%; }
a, a:visited { color: #3399CC; text-decoration: none; }
a:hover, a:active { text-decoration: underline; }
a img             { border: none; }
a.edit_link {
    background: #c0ddea;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

a.edit_link_important {
	color: #efa;
    background: #c31;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

a.accept_link {
    color: #45cc33;
    background: #c0eac6;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

a.reject_link {
    color: #cc3333;
    background: #eac0c0;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 9px;    
    -webkit-border-radius: 9px;
}

a.edit_link:hover {
    text-decoration: none;
    background: #e0effe;
}

#content p em, .box p em, .box li em { background-color: #FFFFCC; font-style: normal; }

#overlay { 
    margin: 0;
    padding: 0;
    filter:alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity:0.5;
    background-color: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 800px;
}
#sale_message {
    z-index: 100;
    background-color: #fff;
    position: absolute;
    top: 3em;
    left: 3em;
    padding: 1em 1em 0 1em;
    -moz-border-radius: 10px;    
    -webkit-border-radius: 10px;
    filter:alpha(opacity=90);
    opacity: 0.9;
    -moz-opacity:0.9;
    font-size: 200%;
}
img { border: none; }
#container ul, #container ol {
    padding: 0.2em 0 0.25em 0;
  	margin: 0.2em 0 0.75em 0;
}
ul li { list-style-type: square; }
li ul, li ol { padding: 0 0 0 1.5em; }
hr { 
	height: 1px;
	background: #CCC;
	color: #CCC;
	border: none; 
	margin: 0.5em 0 0.5em 0;
}
table { 
	padding: 0.2em 0 0.25em 0;
  	margin: 0.2em 0 0.75em 0;
}
th { text-align: left; }
td {
    padding: 0.15em 0 0.15em 0;
}
textarea, input[type=text], input[type=password] {
    padding: 0.2em;
    margin: 0; 
    border: 1px solid #c4c4c4;
    background: #fafafa;
    font-size: 1.4em;
}
.fake_input {
    padding: 0.2em;
    margin: 0; 
    font-size: 1.4em;

}

#content .inline_edit input[type=text], #content .inline_edit textarea
{
    font-size:inherit;
    text-align:inherit;
    font-family:inherit;
    color:inherit;
    width:100%;
    border:1px dotted #ddd;
}
#content .inline_edit td input[type=text], #content .inline_edit td textarea {
    width: inherit;
}

form.nobreak div, form.nobreak input, form.nobreak { display: inline; }
input.submit {
  background: #ededed;
  margin: 0.3em 0 0 0; 
  padding: 0.1em;
  font-size: 1.4em;
  float: right;
}

input[type=text]:focus, textarea:focus {
  background: #FFF;
  border: 1px solid #a6a6a6;
}
.fieldWithErrors { margin: 0; padding:0; display: inline; }
.fieldWithErrors input, .fieldWithErrors textarea { background: #ffd0d0; }
.formError { font-size: 1.2em; }
label {
    color: #000;
}

fieldset {
	padding: 1em;
	margin: 1em;
}

fieldset ol {
	list-style: none;
}

fieldset ol li {
    margin-bottom: 1em;
}
p.preamble {
	font-family: Georgia;
	font-size: 120%;
	color: #000;
}

a.img:hover, a.img:active {
	background-color: inherit;
}
#content div.container {
    padding: 1em 0 2em 0;
}
#content img, .box img {
	margin: 0.5em;
	padding: 0.5em; 
	background: #f9f9f9; 
	border: 1px solid #ccc;
}
#content ul, #content ol { margin: 1em 0 1em 0; }
#organisation, #public, #orchestra, #cortege, #funkis, #visitor {
    background-color: #fff;
    width: 90%;
}
#public { width: 100%; }

#main-body {
    float: left;
    width: 70%;
}
#public #main-body {
    float: left;
    width: 50%;
}
#main-body #content {
    width: 92.5%;
    float: right;
}
#public #main-body #content {
    width: 90%;
    float: right;
}
#main-body #sidebar {
    width: 7.5%;
    float: left;
}
#public #main-body #sidebar {
    width: 10%;
    float: left;
}
#main-body #sidebar ul {
    padding: 1em;
    list-style: none;
}
#main-body #sidebar ul li {
    list-style-type: none;
}
#public #rightbar {
    float: right;
    width: 48%;
}
#sideboxes {
    float: right;
    width: 25%;
}
#public #sideboxes {
    float: left;
    width: 50%;
}
#public #sponsor {
    float: left;
    width: 175px;
}
#public #sponsor div.container {
    padding: 2em 1em 2em 1em;
    width: 175px;
}
#public #sponsor div.container img {
}
div.box {
    margin-top: 2em;
    margin-bottom: 2em;
}
#header {
	background-color: #ddd;
	background-image: url(/images/header.png);
	background-attachment: fixed;
	background-position: left top;
	min-width: 1000px;
	clear: both;
}
#header #tutputte {
    padding: 1em 0 0 4em;
}
#header #search {
    position: absolute;
    top: 1em;
    right: 1em;
}
#header #banner {
    position: absolute;
    top: 0;
    right: 0;
}
form.search input, form.search input:focus {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #eee url(/images/icons/search-icon.png) no-repeat scroll 6px 4px;
    border: medium none;
    color: #444;
    height: 14px;
    width: 174px;
    padding-left: 23px;
    padding-top: 4px;
    padding-right: 5px;
    padding-bottom: 4px;
    font-size: 8pt;
}
form.search input:focus {
    background-color: #fff;
}
#site_navigation {
	padding: 0 2em 0 2em;
	list-style: none;
	background-color: inherit;
}
#site_navigation li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0 0 0 0.15em;
	font-size: 110%;
	font-family: Georgia;
}
#site_navigation li a {
	float: left;
	display: block;
	color: #333;
	text-decoration: none;
	border: 1px solid #161616;
	border-bottom: none;
	padding: 0.5em 0.8em 0.3em 0.8em;
	color: #eee;
	background-color: #161616;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;	
}
#site_navigation li a:hover, #site_navigation li a.active {
	color: #fff;
	background: #333;
	border-color: #333;
}

#user_navigation {
	clear: both;
	background-color: #333;
	list-style: none;
	padding: 1em 0 0.8em 2em;
}
#user_navigation { *padding: 0.5em 0 0.8em 2em;}
#user_navigation li {
	display: inline;
	list-style-type: none;
	padding: 0.5em 0.2em 0.5em 0.2em;
}
#user_navigation li a {
    background-color: #555;
	color: #ccc;
	padding: 2px 10px 2px 10px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
#user_navigation li a:hover, #user_navigation li a.active {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
#message {
	font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	background-color: #ffc;
	clear: both;
	text-align: center;
	padding: 0.5em;
}
/*
#container {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
}
html>body #container {
	height: auto;
}
*/
#footer {
	font-size: 90%;
	border-top: 1px #888 solid;
	background-color: #ddd;
	color: #333;
	width: 100%;
	clear: both;
}
#footer #sections {
    padding: 1em 0 1em 10em;
}
#footer div.section {
    float: left;
    margin: 1em 3em 0 0;
}
#footer .copyright {
    clear: both;
    padding: 2em;
    text-align: center;
}
#shouts {
	list-style: none;
	margin-top: 2em;
}
#shouts li {
	list-style-type: none;
	padding: 1em 0 1em 0.5em;
	border-bottom: 1px solid #eee;
	width: 40em;
}

#shouts li span.delete {
	display: none;
}

#shouts li span.delete_show {
	display: inline;
}
#shouts li.odd {
    background-color: #eee;
}
#shouts li.own_shout {
    background-color: #ffffdd;
}
#tenth_year_dinner tr td { padding: 0.5em; }
#organisation_users tr.odd, #orchestra_users tr.odd, #funkis_users tr.odd, #tenth_year_dinner tr.odd {
    background-color: #eeefff;
}
#organisation_users tr.updated {
    background-color: #c0eac6;
}

#organisation_news tr td {
    margin: 0;
}

#organisation_news {
    padding-top: 1em;
}
#organisation_news div.organisation_news {
    padding-bottom: 1em;
}
#organisation_news div.organisation_news h1 {
    padding: 0;
    margin: 0;
}
#organisation_news div.organisation_news small {
    color: #777;
}
#organisation_news div.organisation_news p {}

#organisation_events h2 {
    padding: 0;
    margin: 0;
}
#organisation_events small {
    color: #777;
}

.grey {
	color: #888;
}

/* auto_complete */
div.auto_complete {
  width: 350px;
  background: #fff;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
	margin:0;
	padding:3px;
	list-style-type: none;
}
div.auto_complete ul li.selected {
  background-color: #ffb;
}
div.auto_complete ul strong.highlight {
  color: #800; 
  margin:0;
  padding:0;
}
div.auto_complete ul li div.name {
	font-weight: bold;
}
div.auto_complete ul li span.informal {
	color: #888;
}

/* /organisation/it_stuff */
#organisation #content div #sections { margin: 0; padding: 0; }
#organisation #content div #sections div.section {
    padding-left: 2em;
    float: left;
}

ul.organisation_group_roles li {
    margin-left: 1em;
}
ul#funkis_teams li {
    margin-left: 1em;
}
ul li ul li {
    margin-left: 1em;
}

ul#festival_schedule > li {
    list-style-type: none;
}

/* Weekend Sale */

#lookup #rightbar { width: 0; }
#lookup #main-body {width: 90%;}
#lookup #main-body #sidebar {width: 0;}
#lookup #main-body #content {width: 90%;}
#lookup #main-body #content div.container div {
  text-align: center;
  font-size: 2em;
  font-family: Georgia;
}
#lookup #main-body #content div.container table {margin: auto;}
#lookup #main-body #content div.container table tr td {text-align: left;}
#lookup #main-body #content div.container table tr td p {margin: 0;}

/* Economy */
#economy #rightbar { width: 0; }
#economy #main-body {width: 90%;}
#economy #main-body #sidebar {width: 0;}
#economy #main-body #content {width: 90%;}

table#economy_invoices, table.economy_payments              { width: 100%; }
table#economy_invoices tr.paid    , table.funkis_invoices tr.paid       { background-color: #c0eac6; }
table#economy_invoices tr.error   , table.funkis_invoices tr.error      { background-color: #eac0c0;}
table#economy_invoices tr.unpaid  , table.funkis_invoices tr.unpaid     { }
table#economy_invoices tr.overpaid, table.funkis_invoices tr.overpaid   { background: #eac0c0; }
table#economy_invoices tr.expired , table.funkis_invoices tr.expired    { background: #eac0c0; }
table#economy_invoices tr.deleted , table.funkis_invoices tr.deleted td { text-decoration: line-through; }

table#funkis_users tr.paid  { background-color: #c0eac6; }
table#funkis_users tr.error { background-color: #eac0c0; }

/* /funkis */

#funkis #rightbar #sideboxes div.container div.box p em#payed {background-color: #c0eac6;}
#funkis #rightbar #sideboxes div.container div.box p em#not_payed {background-color: #eac0c0;}

#main-body #content div.container em#payed {
    color: #45cc33;
    background: #c0eac6;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#main-body #content div.container em#not_payed {
    color: #cc3333;
    background: #eac0c0;
    padding: 2px 10px 2px 10px;
    -moz-border-radius: 9px;    
    -webkit-border-radius: 9px;
}

textarea.emails {
    padding: 0.1em;
    margin: 0; 
    border: 1px solid #c4c4c4;
    background: #fafafa;
    font-size: 1em;
}

/* /public/funkis */
img.icon {
	margin-bottom: -1em;
	border: none;
	margin: 0;
	padding: 0;
}

ul.li_indent li {
	margin-left: 1em;
}

table#funkis_users td ol {
	margin-top: 0;
	margin-bottom: 0;
}

table#funkis_users td li {
	margin-left: 2em;
}


/* Textbox */
/* TextboxList sample CSS */
ul.holder { 
    margin: 0; 
    overflow: hidden;
    height: auto !important;
    height: 1%;
    padding: 4px 5px 0;
    border: 1px solid #c4c4c4;
    background: #fafafa;
}
*:first-child+html ul.holder { padding-bottom: 2px; } * html ul.holder { padding-bottom: 2px; } /* ie7 and below */
ul.holder li { float: left; list-style-type: none; margin: 0 5px 4px 0; }
ul.holder li.bit-box, ul.holder li.bit-input input { font: 11px "Lucida Grande", "Verdana"; }
ul.holder li.bit-box { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: 1px solid #CAD8F3; background: #DEE7F8; padding: 1px 5px 2px; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-input input { width: 150px; margin: 0; border: none; outline: 0; padding: 3px 0 2px; } /* no left/right padding here please */
ul.holder li.bit-input input.smallinput { width: 20px; }

/* Facebook demo CSS */      
form #add { border: 1px solid #999; width: 550px; margin: 50px; padding: 20px 30px 10px; }
form ol { font: 11px "Lucida Grande", "Verdana"; margin: 0; padding: 0; }
form ol li.input-text { margin-bottom: 10px; list-style-type: none; border-bottom: 1px dotted #999; padding-bottom: 10px; }
form ol li.input-text label { font-weight: bold; cursor: pointer; display: block; font-size: 13px; margin-bottom: 10px; }
form ol li.input-text input { width: 500px; padding: 5px 5px 6px; font: 11px "Lucida Grande", "Verdana"; border: 1px solid #999; }
form ul.holder { width: 500px; }
#facebook-list ul.holder li.bit-box, #apple-list ul.holder li.bit-box { padding-right: 15px; position: relative; }
#apple-list ul.holder li.bit-input { margin: 0; }
#apple-list ul.holder li.bit-input input.smallinput { width: 5px; }
ul.holder li.bit-hover { background: #BBCEF1; border: 1px solid #6D95E0; }
ul.holder li.bit-box-focus { border-color: #598BEC; background: #598BEC; color: #fff; }
ul.holder li.bit-box a.closebutton { position: absolute; right: 4px; top: 5px; display: block; width: 7px; height: 7px; font-size: 1px; background: url('/images/close.gif'); }
ul.holder li.bit-box a.closebutton:hover { background-position: 7px; }
ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutton:hover { background-position: bottom; }

/* Autocompleter */

#autocomplete { display: none; position: absolute; width: 512px; background: #eee; }
#autocomplete .default { padding: 5px 7px; border: 1px solid #ccc; border-width: 0 1px 1px; }
#autocomplete ul { display: none; margin: 0; padding: 0; overflow: auto; }
#autocomplete ul li { padding: 5px 12px; z-index: 1000; cursor: pointer; margin: 0; list-style-type: none; border: 1px solid #ccc; border-width: 0 1px 1px; font: 11px "Lucida Grande", "Verdana"; }
#autocomplete ul li em { font-weight: bold; font-style: normal; background: #ccc; }
#autocomplete ul li.auto-focus { background: #4173CC; color: #fff; }
#autocomplete ul li.auto-focus em { background: none; }


.internal_news {float: left; width: 45%;}
.internal_blog_posts {
	float: left; 
	width: 50%; 
	margin-left: 5%;
	padding-top: 1em;
	}
/* blog */
#internal_blog_posts h1 a {color: #000}
#internal_blog_posts h2 a {color: #000}
#internal_blog_posts h3 a {color: #000}

/* blog */
#blog_posts h1 a {color: #333}
#blog_posts h2 a {color: #333}
#blog_posts h3 a {color: #333}
