/*
Theme Name: ADAES Theme
*/




/* Structure */

body {
 background: url('images/puzzle-background.png') repeat;
 margin: 0 0 20px 0;
 padding: 0;
 color: #333;
 font-size: 62.5%;
 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
 text-align: center;
}

#page {
 background: url(images/page-background.png) repeat-y center;
 margin: 0 auto;
 padding: 10px 0 0;
 width: 920px;
}

#top {
 background: url('images/header-circle.png') no-repeat center;
 margin: 0 auto 10px;
 padding: 0;
 height: 75px;
}

#header {
 background: url('images/adaes-header.png') no-repeat center;
 margin: 0 auto;
 padding: 0;
 height: 190px;
}

#content {
 font-size: 1.3em;
 text-align: left;
}

#footer {
 padding: 0;
 margin: 0 auto;
 clear: both;
 border: none;
}

#footer p {
 margin: 0;
 padding: 20px 0;
 text-align: center;
}

#footer a {
 border-bottom: none;
}

#bottom {
 background: url(images/page-bottom.png) no-repeat center;
 margin: 0 auto;
 padding: 0;
 height: 31px;
 width: 920px;
}




/* Narrowcolumn */

.narrowcolumn {
 float: left;
 padding: 0;
 margin: 0 0 0 60px;
 width: 560px;
}

.narrowcolumn .entry {
 line-height: 1.4em;
}




/* Sidebar */

#sidebar {
 float: right;
 padding: 20px 60px 10px 0;
 width: 210px;
 font: 1em;
 text-align: left;
}




/* Begin Headers */

h1, h2, h3 {
 font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
 font-weight: bold;
}

h1 {
 margin: 30px 0 15px;
 font-size: 1.5em;
 line-height: 1.5em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
 text-decoration: none;
 color: #A70E13;
}

h2 {
 margin: 15px 0;
 font-size: 1.35em;
 line-height: 1.3em;
}

h2 a, h2 a:visited, h3 a, h3 a:visited {
 color: #333;
 border-bottom: none;
 text-decoration: none;
}

h2 a:hover, h2.resources a:hover, h3 a:hover {
 color: #06c;
 border-bottom: none;
 text-decoration: underline;
}

h2.resources a {
 border-bottom: 1px dashed #333;
}

h2.blog-title {
 margin: 30px 0 5px;
}

h2.blog-title a {
 color: #A70E13;
}

h3 {
 padding: 0;
 margin: 15px 0;
 font-size: 1.2em;
}

h3.comments {
 padding: 0;
 margin: 40px auto 20px ;
}




/* Menu */

ul#navmenu {
 margin: 10px 0 0;
 padding: 0;
 list-style-type: none;
 font-size: 12px;
 font-weight: bold;
}

ul#navmenu li {
 margin: 0;
 line-height: 1.4em;
}

ul#navmenu li a {
 color: #A70E13;
 padding: 0 0 1px;
 text-decoration: none;
 border-bottom: 1px dashed #A70E13;
}

ul#navmenu li a:hover {
 color: #147;
 border: none;
 border-bottom: 1px solid #147; 
}




/* Begin Lists */

html>body .entry ul {
 margin-left: 0px;
 padding: 0 0 0 30px;
 padding-left: 10px;
 text-indent: 0;
}

html>body .entry li {
 margin: 7px 0 8px 10px;
}

.entry ol {
 padding: 0 0 0 35px;
 margin: 0;
}

.entry ol li {
 margin: 0;
 padding: 0;
}

.postmetadata ul, .postmetadata li {
 display: inline;
 list-style-type: none;
 list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
 margin: 0;
 padding: 0;
}

#sidebar ul li {
 list-style-type: none;
 list-style-image: none;
 margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
 margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
 margin: 5px 0 0 0;
}

#sidebar ul ul ul, #sidebar ul ol {
 margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
 list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
 color: #777;
 margin: 3px 0 0;
 padding: 0;
 font-size: 1.2em;
}




/* Formatting */

.post {
 margin: 0 0 40px;
 text-align: justify;
}

a {
 color: #06c;
 border-bottom: 1px dashed #06c;
 text-decoration: none;
}

a:hover {
 color: #147;
 border-bottom: none;
 text-decoration: underline;
}

a img {
 border: none;
}

.sociable a {
 border-bottom: none;
}

small {
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 0.9em;
 color: #777;
 line-height: 1.5em;
}

code {
 font: 1.1em 'Courier New', Courier, Fixed;
}

.post hr {
 display: block;
}

blockquote, strike {
 color: #777;
}

acronym, abbr, span.caps {
 font-size: 0.9em;
 letter-spacing: .07em;
 cursor: help;
}

acronym, abbr {
 border-bottom: 1px dashed #999;
}

blockquote {
 margin: 15px 30px 0 10px;
 padding-left: 20px;
 border-left: 5px solid #ddd;
}

blockquote cite {
 margin: 5px 0 0;
 display: block;
}

.hidden {
 display: none;
}

hr {
 display: none;
}

.navigation {
 display: block;
 text-align: center;
 margin-top: 10px;
 margin-bottom: 60px;
}

.narrowcolumn .postmetadata {
 padding-top: 5px;
 text-align: left;
}

.postmetadata {
 color: #777;
 clear: both;
}

cite {
 text-decoration: none;
}

.clear {
 clear: both;
}




/* Form Elements */

#searchform {
 margin: 10px auto;
 padding: 5px 3px;
 text-align: center;
}

#sidebar #searchform #s {
 width: 108px;
 padding: 2px;
}

#sidebar #searchsubmit {
 padding: 1px;
}

#sidebar form {
 margin: 0;
}

.entry form {
 text-align:center;
}

select {
 width: 130px;
}




/* Comments */

#commentform input {
 width: 170px;
 padding: 2px;
 margin: 5px 5px 1px 0;
}

#commentform textarea {
 width: 100%;
 padding: 2px;
}

#commentform #submit {
 margin: 0;
 float: right;
}

.commentlist li, #commentform input, #commentform textarea {
 font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li .avatar { 
 float: right;
 border: 1px solid #eee;
 padding: 2px;
 background: #fff;
}

.commentlist cite, .commentlist cite a {
 font-weight: bold;
 font-style: normal;
 font-size: 1.1em;
}

.commentlist {
 padding: 0;
 text-align: justify;
}

.commentlist li {
 margin: 15px 0 3px;
 padding: 5px 10px 3px;
 list-style: none;
 font-weight: bold;
}

.commentlist p {
 margin: 10px 5px 10px 0;
 font-weight: normal;
 line-height: 1.5em;
 text-transform: none;
}

#commentform p {
 margin: 5px 0;
 font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.nocomments {
 color: #777;
 text-align: center;
 margin: 0;
 padding: 0;
}

.commentmetadata {
 margin: 0;
 display: block;
 font-weight: normal;
}

.alt {
 background-color: #f8f8f8;
 margin: 0;
 padding: 10px;
 border-top: 1px solid #ddd;
 border-bottom: 1px solid #ddd;
}




/* Images and Alignment */

p img {
 padding: 0;
 max-width: 100%;
}

img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

img.alignright {
 padding: 4px;
 margin: 0 0 2px 7px;
 display: inline;
}

img.alignleft {
 padding: 4px;
 margin: 0 7px 2px 0;
 display: inline;
}

.alignright {
 float: right;
}

.alignleft {
 float: left
}

.aligncenter, div.aligncenter {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.center {
 text-align: center;
}

a.logos {
 border-bottom: none;
}



/* Image Captions */

.wp-caption {
 border: 1px solid #ddd;
 text-align: center;
 background-color: #f3f3f3;
 padding-top: 4px;
 margin: 10px;
 -moz-border-radius: 3px;
 -khtml-border-radius: 3px;
 -webkit-border-radius: 3px;
 border-radius: 3px;
}

.wp-caption img {
 margin: 0;
 padding: 0;
 border: 0 none;
}

.wp-caption p.wp-caption-text {
 font-size: 11px;
 line-height: 17px;
 padding: 0 4px 5px;
 margin: 0;
}




/* Tables */

#tbl-left {
 width: 560px;
 text-align: left;
}

#tbl-left td {
 padding: 10px 5px;
}

table.tblcenter {
 margin: 0 auto 15px;
}

td.contact {
 padding: 0 60px;
}




/* Rounded Corners */

.roundedcornr-box {
 background: #f5f5dc;
 margin: 0 0 15px;
}

.roundedcornr-top div {
 background: url(images/corners/roundedcornrtl.png) no-repeat top left;
}

.roundedcornr-top {
 background: url(images/corners/roundedcornrtr.png) no-repeat top right;
}

.roundedcornr-bottom div {
 background: url(images/corners/roundedcornrbl.png) no-repeat bottom left;
}

.roundedcornr-bottom {
 background: url(images/corners/roundedcornrbr.png) no-repeat bottom right;
}

.roundedcornr-top div, .roundedcornr-top, .roundedcornr-bottom div, .roundedcornr-bottom {
 width: 100%;
 height: 18px;
 font-size: 1px;
}

.roundedcornr-content {
 margin: 0 18px;
}