/*
Theme Name: Kindergarden
Author: lug00ber & Gargaj
Version: 3.0.3
*/

html, body, * {
    margin: 0;
    padding: 0;
}
a:link img, a:visited img, a:hover img, a:active img, img {
    border: medium none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    font-size: 1.7em;
    margin-bottom: 0.3em;
}
h2 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
}
h3 {
    font-size: 1.2em;
}
h4, h5, h6, p, ul, ol, address, blockquote, dl, table {
    font-size: 1em;
    font-style: normal;
    line-height: 1.2em;
    margin-bottom: 1em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    margin: 0;
}
ol {
    margin: 0;
}
.navigation {
    margin-left: 0;
}
ol, ol li {
    list-style-type: decimal;
}
.navigation, .navigation li {
    list-style-type: none;
}
em {
    font-style: italic;
    font-weight: normal;
}
strong {
    font-style: normal;
    font-weight: bold;
}
fieldset {
    border: medium none;
}
iframe {
    border: medium none;
}
.clear:after, .wrapper:after, form .section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
* html .clear, * html .wrapper, * html form .section {
    height: 1%;
}
.clear, .wrapper, .form .section {
    display: block;
}
html {
    background: none repeat scroll 0 0 #CCCCCC;
}
body {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 3px solid #666666;
    border-right: 3px solid #666666;
    margin: 0 auto;
    padding: 8px 7px;
    width: 980px;
}
#main {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    margin: 0 8px;
    overflow: auto;
    padding: 12px;
}
#content, #newscontent, #sidebar {
    /*float: left;*/
    display: table-cell;
}
.widget {
    border: 1px solid #777777;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    /*float: left;*/
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 4px 8px;
    width: 222px;
}
.widget h2 {
    margin-left: auto;
    margin-right: auto;
    width: 209px;
}
.widget a img {
    display: block;
    margin: 0 auto 18px;
    width: 170px;
}
html {
    font-family: verdana,arial,"sans serif";
    font-size: 12px;
}
h2 {
    margin-bottom: 1em;
    margin-top: 1em;
    text-decoration: underline;
}
h2, h3, h4, h5, h6 {
    font-weight: bold;
}
.widget h2 {
    font-weight: normal;
    text-decoration: none;
}
ul, ol {
    margin-bottom: 1em;
    margin-left: 20px;
}
dt {
    font-weight: bold;
}
dd {
    margin-bottom: 0.5em;
}
del {
    text-decoration: line-through;
}
a {
    color: #4178d6;
}
a:visited {
    color: #4178d6;
}
a:hover {
    color: #0c1f40;
}
#top {
    position: relative;
}
#logo a {
    background: url("images/kindergarden-logo.png") no-repeat scroll 0 0 transparent;
    display: block;
    width: 483px;
    height: 70px;
    line-height: 1000em;
    margin: 5px;
    margin-left: 60px;
    float: left;
    overflow: hidden;
}
#summary {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.96);
    border: 3px solid #000000;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    float: right;
    margin-right: 40px;
    width: 320px;
}
#summary p {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: center;
}
h1 {
    background: none repeat scroll 0 0 #000000;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    color: #FFFFFF;
    font-size: 1.5454em;
    font-weight: bold;
    margin: 0 8px;
    padding: 3px 12px;
}
#menu {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border: 3px solid #000000;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    clear: left;
    display: block;
    font-size: 1.5454em;
    margin-top: 0px;
    padding: 4px 2px 8px;
}
#menu ul {
    margin-bottom: 0;
}
#menu li {
    display: inline-block;
    margin: 0;
    padding: 7px 14px;
}
#menu li:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
}
#menu li a {
    border-bottom: 1px dotted #000000;
    color: #000000;
    text-decoration: none;
}
#menu li a:hover {
    border-bottom: 1px solid #000000;
}
#newscontent {
    width: 700px;
}
.newsitem {
    border: 1px solid #777777;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
    padding: 4px 8px;
}
.newsitem .newsbody {
    margin-bottom: 1em;
}
.newsitem .author {
    font-size: 0.8em;
    font-style: italic;
    margin-bottom: 0.5em;
    text-align: right;
    clear: both;
}
#footer {
    border-top: 1px solid #000000;
    overflow: auto;
}
#footer div p {
    float: right;
    margin: 8px 12px;
}
#content {
    border: 1px solid #777777;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 12px;
    width: 700px;
    vertical-align: top;
}
#content > * {
    padding: 2px 8px;
}
#content .quicklinks {
    border-bottom: 1px dotted #000000;
    margin: 0;
    overflow: auto;
}
#content .quicklinks ul {
    margin: 0;
    padding: 0.8em 0;
}
#content .quicklinks li {
    display: inline-block;
    margin-right: 8px;
    padding: 0.2em 0;
    text-transform: lowercase;
}
#map {
    height: 400px;
    margin: 0 auto 1em;
    width: 94%;
}
#payment_details {
    overflow: auto;
}
#payment_details > * {
    float: left;
}
#payment_details dt {
    clear: left;
    width: 200px;
}
.field {
    margin-bottom: 1em;
}
input, textarea {
    background: -moz-linear-gradient(center top , #FAFAFA, #FFFFFF) repeat scroll 0 0 transparent;
    border: 1px solid #777777;
    display: block;
    padding: 2px;
}
.buttons {
    padding-bottom: 1em;
}
.buttons input {
    background: -moz-linear-gradient(center top , #66CC44, #44AA22) repeat scroll 0 0 #66CC44;
    border: medium none;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    font-size: 1em;
    padding: 4px 18px;
}
.buttons input:hover {
    background: -moz-linear-gradient(center top , #44AA22, #66CC44) repeat scroll 0 0 #44AA22;
    cursor: pointer;
}
.buttons input:active {
    border-top: 1px solid #225511;
    position: relative;
    top: 1px;
}

#flags li {
     display: inline-block;
     padding: 3px;
     border: 1px solid white;
     width: 33px;
}

#flags li.highlight {
     background: #eee;
     border: 1px solid #888;
}

#flags li > input {
     display: inline;
     vertical-align: middle;
}

label {
  clear:both;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
}

label.flag {
     display: inline;
     vertical-align: middle;
}

#signup input {
  clear: both;
}
#signup input[type="text"] {
  width: 200px;
}
#signup input[type="submit"] {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 150%;
}

#signup_list {
  width: 100%;
}
#signup_list td, #signup_list th {
  padding: 5px;
}
#signup_list th {
  border-bottom: 1px dotted #ccc;
  text-align: left;
  font-size: 120%;
}
#signup_list td.name{
  font-weight: bold;
}

#signup_list td.status{
  font-style: italic;
}
#signup_list td.status.prepaid{
  color: #080;
}
#signup_list td.status.organizer{
  color: #800;
	}
#signup_list td.status.inprogress{
  color: #f80;
}

img.alignright { float: right; margin-left: 10px; margin-bottom: 10px; }
img.alignleft { float: left; margin-right: 10px; margin-bottom: 10px; }

#tickettypes { list-style: none; }
#tickettypes label { display: inline; margin-left: 5px; }
#tickettypes li { margin: 10px; }
#tickettypes li input { display: inline; }

#items { list-style: none; }
#items label { display: inline; margin-left: 5px; }
#items li { margin: 10px; }
#items li input { display: inline; }
#items li span { display: inline-block; width: 20px; }

#total {
    font-size: 14px;
    font-weight: bold;
}

#totalbanksum {
  margin-bottom: 15px;
  text-align: center;
}
#totalbanksum span {
  text-decoration: underline;
}


#signup_note {
    height: 100px;
    width: 400px;
}