/*
Theme Name: Cornflower
Theme URI: http://www.sgal.org
Version: 3.1
Author: Tamlyn Rhodes <tamlyn@tamlyn.org>
*/

body {
  text-align: center;
}

#outer {
  width: 770px;
  margin: 0 auto 20px;
  text-align: left;
}

#inner {
  position: absolute;
  z-index: 10;
  width: 670px;
  margin: 70px 0 0 82px;
  border: 1px solid #09f;
}

body {
  margin: 0;
  padding: 20px 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
}

#flower {
  position: absolute;
  z-index: 20;
  height: 176px;
  width: 173px;
  background-image: url('images/flower.jpg');
}

#title {
  position: absolute;
  margin: 30px 0 0 180px;
  border: none;
}

#style_switcher {
  float: right;
  width: 20px;
  height: 20px;
  margin: -6px -6px 0 0;
  background: transparent url('images/style_button.png') no-repeat;
}

#style_switcher a {
  display: block;
  width: 20px;
  height: 20px;
}

#menu {
  background: #0af url('images/top_bg.png') repeat-x 0 0;
  height: 62px;
  border-bottom: 1px solid #09f;
}

#menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 90px;
}

#menu li {
  height: 62px;
  display: block;
  float: left;
}

#menu li a, #menu li span, #menu li a:link, #menu li a:visited {
  background: #0af url('images/top_bg.png') repeat-x 0 0;
  display: block;
  height: 12px;
  float: left;
  margin: 0;
  padding: 26px 16px 22px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
}

#menu li span {
  color: #888;
  cursor: not-allowed;
}

#menu li a:hover {
  background: #0af url('images/top_bg.png') repeat-x 0 -62px;
  color: #f60;
}

#flowerspacer {
  width: 90px;
  height: 42px;
  float: left;
}

#crumbs {
  margin: 7px 0 7px 0px;
  text-transform: lowercase;
}

#crumbs, #crumbs a:link, #crumbs a:visited {
  font-size: x-small;
  font-weight: bold;
  text-decoration: none;
}

#content {
  clear: both;
  padding: 0 6px 6px;
}

#ads {
  padding: 5px;
  border-top: 1px solid #09f;
  text-align: center;
  clear: both;
}

#footer {
  padding: 5px;
  border-top: 1px solid #09f;
  font-size: xx-small;
  text-align: center;
}

.clearer {
  clear: both; 
}

table {
  font-size: 100%;
  padding:0;
  margin:0;
}

tr, td, th {
  padding:0; 
  margin:0;
}

img, a img { border:0 }

p { padding:0; margin: 0 0 1.0em;}

hr {
  border: 0px;
  border-top: 1px solid #09f;
  text-align:center;
  height: 0px;
}

pre {
  font-size: 120%;
  padding: 0.5em;
  border: 1px dashed #09f;
  color: #000;
  background-color: #f7f9fa;
  overflow: auto;
}

ul { list-style-type: square; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: circle; }


a:link {
  color:#09f;
  text-decoration: underline;
}

a:visited {
  color:#07e;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: bold;
}

h1 {font-size: 140%; border-bottom: 1px solid #09f; }
h2 {font-size: 120%; border-bottom: 1px solid #09f; }
h3 {margin-bottom: 0em; }
h4 {margin-bottom: 0em; }

form {
  border: none;
  margin: 0;
}

input, textarea, select {
	color : #000;
	background-color : #fff;
	border : 1px solid #09f;
	padding : 2px 2px 2px 2px;
	font-weight : bold;
}

input[type=button], 
input[type=submit], 
input[type=reset], 
input.button {
  background-color : #adf;
	cursor: pointer;
}

input[type=button]:hover, 
input[type=submit]:hover, 
input[type=reset]:hover, 
input.button:hover {
  background-color : #fdb;
  border-color: #f60;
}

input.radio {
  border: none;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #888;
}

div.post {
  margin: 1em;
}