/*  
Theme Name: Schmandards 3
Theme URI: http://peterkrantz.com/
Description: Default theme for standards-schmandards.com
Version: 1.1
Author: Peter Krantz
Author URI: http://peterkrantz.com/

	This theme was designed and built by Peter Krantz,
	whose blog you will find at http://peterkrantz.com/

	Colors:

	Green #090
	Grey  #eee
*/


input:focus, input:active, a:focus, a:active, select:focus, select:active, textarea:focus, textarea:active
{
    background-color:#afa;
    color:#000;
}
body {
    font-size: 75%;
    font-family: Georgia, Trebuchet, Verdana, Arial, Sans-Serif;
    line-height:130%;
    background: #fff;
    background-image: url(images/bg_floor2.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    color: #333;
    text-align: center;
    margin: 0;
    padding:0 0 120px 0;
    }
ul, ol {
    margin: 1em 0 1em 20px;
    padding: 0 0 0 20px;
}
ul li, ol li {
    margin: 0 0 0.5em 1em;
    line-height:130%;
}	
img {
    border:none;
}
hr {
    clear:both;
}
blockquote {
    padding: 0 20px 1em 35px;
    margin:0;
    background-image: url(images/quote.gif);
    background-position: top left;
    background-repeat: no-repeat;
    font-style: italic;
}
#skiplinks {
    font-family: Verdana, Arial, sans-serif;
    font-size: 90%;
    width: 100%;
    margin: 38px auto 75px auto;
}
#skiplinks ul {
    margin:0 20px 0 0;
    padding:0;
}
#skiplinks li {
    float:left;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 1em;
}
#skiplinks li a {
    padding: 3px;
    color: #999;
}
#header {
    width: 100%;
    text-align:left;
    max-width: 940px;
    min-width: 740px;
    padding: 0;
    margin: 0 auto 1em auto;
    clear:both;
}

#header a.home {
    float:left;
    width:40%;
}
#header a.home img {
    margin: 10px 0 0 0;
}
.topad {
    margin: 1em auto 1em auto;
}


#page {
    background-image: url(images/bg_ceiling_top.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0;
    border-top:solid 1px #999;
    padding: 0 auto 0 auto;
}

address {
   clear:both; 
   margin: 0 auto 0 auto;
   font-style:normal;
   font-family: Trebuchet, Verdana, Arial, sans-serif;
   color: #999;
}
.hentry {
    margin: 0 0 1em 0;
}
.item1 {
    background-image: url(images/separator.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding: 0 0 50px 0;
}
p.postmetadata {
    margin: 0;
    color: #666;
}
.main h1, h1.entry-title, h2.entry-title {
    font-size: 150%;	
    font-weight:normal;
    margin: 1em 0 0.3em 0;
    line-height:130%;
}
.home h1 {
    color: #090;
    background-color: #fff;
    font-size: 100%;
    text-transform:uppercase;
}
.archive h1 {
    font-size: 1em;
    text-transform:uppercase;
    color: #090;
}
h1 a, h2 a {
    text-decoration: none;
    color: #000;
}
h1 a:hover, h2 a:hover {
    text-decoration: underline;
    color: #00f;
}
h3 {
    font-weight:normal;
}
.postmetadata abbr {
    text-decoration: none;
    border-bottom:none;
}
.item2 h2, .item3 h2, .item4 h2, .item5 h2 {
    font-size: 120%;
}

#content {
    width: 100%;
    font-size: 130%;
    text-align:left;
    margin: 0 auto 0 auto;
    max-width: 940px;
    min-width: 740px;
    padding: 0;
    min-height: 400px;
}
#content p {
    line-height: 1.5em;
}
#content div.panel {
    background-color: #eee;
    padding: 8px 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content div.panel label {
    margin: 0 1em 0 0;
}
#content div.panel form {
    margin: 0;
    padding:0;
}
#content div.panel input#url {
    width: 50%;
}
#content div.main {
    float:left;
    width:60%;
    margin:auto;
    padding: 0 30px 0 0;
    min-height: 400px;
    background-image: url(images/bg_divider.gif);
    background-repeat: no-repeat;
    background-position: top right;
}
.single-post-metadata {
    background-color: #eee;
    border: solid 1px #ccc;
    padding: 8px 10px;
    font-size: 80%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}


.post h1, .post h2 {
    font-size: 160%;	
    font-weight:normal;
    margin: 1em 0 0 0;
}
.post h2 {
    font-size: 130%;	
    margin: 1.5em 0 0 0;
	line-height: 150%;
}

ul.navigation li {
    float:left;
    list-style-type:none;
    margin:0 1em 0 0;
    padding:0;
}

ul.navigation {
    padding:0;
    margin:0;
}
img.illustration {
    float:right;
    margin: 0 0 0.3em 0.3em;
    border: none;
}
div.pic {
    width:100%;
    text-align:center;
    margin: 1em auto 1em auto;
}

table {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	border-collapse:collapse;
	border: solid 1px #999;	
	margin:auto;
}

table tr th {
	background-color: #e1e1e1;
}

table tr th, table tr td {
	border: solid 1px #999;	
	padding: 4px 5px;
	text-align:left;
	vertical-align:top;
}
table caption {
	text-align:left;
	padding: 0 0 0.5em 0;
	font-weight:bold;
}

table.result {
	border-collapse:collapse;
	border: solid 1px #999;	
	margin:auto;
}

table.result tr th, table.result tr td {
	border: solid 1px #999;	
	padding: 2px 4px;
	text-align:left;
}
table.result caption {
	text-align:left;
}


code {
    display:block;
    padding: 8px 12px;
    border: solid 1px #090;
    background-color:#eee;
    color:#000;
    font-size: 110%;
}


ol.comments {
    padding:0;
    margin:0 0 0 10px;
}
ol.comments li {
    padding:0.5em 0.7em;
    border-top: solid 1px #ccc;
    margin:0;
}
ol.comments li div.meta {
    font-weight:normal;
    font-style:normal;
    font-family: Trebuchet, Trebuchet MS, Verdana, Arial, sans-serif;
    font-size: 90%;
}
ol.comments li cite {
    font-family: Georgia, Trebuchet MS, Arial, sans-serif;
    font-size: 111%;
    font-weight:normal;
}

.alt {
    background-color: #eee;
}
h2.comments, h3#respond {
    font-size: 1em;
    font-weight:normal;
    text-transform:uppercase;
    color: #090;
    margin: 2em 0 1em 0;
}
.commentform {
    border: solid 1px #ccc; 
    background-color: #eee;
    padding: 0 0 0.8em 0;
    font-size: small;
}
.commentform p {
    margin: 0.7em 10px 0 10px;
}
.commentform label {
    display:block;
    font-family: Trebuchet MS, Arial, sans-serif;
    font-weight:normal;
}
.commentform label span {
    font-weight:bold;
}
.commentform textarea {
    width:100%;
}
.commentform input {
    width:50%;
}
.commentform input#submit {
    width:auto;
}
.commentform p.allowedcotags {
    font-family: Trebuchet MS, Arial, sans-serif;
    font-weight:normal;
    margin-top: 1em;
}
#sidebar {
    background-image: url(images/accessibility.gif);
    background-position: top center;
    background-repeat: no-repeat;
    width: 34%;
    margin: 0;
    padding: 160px 0 1em 0;
    float:right;
    text-align:left;
}
#sidebar h2 {
    font-size: 1em;
    font-weight:normal;
    text-transform:uppercase;
    color: #090;
    clear:both;
}
#sidebar .searchfield {
    width: 8em;
}
#sidebar ul {
    padding: 0;
}
#sidebar ul li {
    margin: 0 0 0.3em 0;
}
#sidebar ul li a {
    text-decoration:none;
    color: #000;
}
#sidebar ul li a:hover {
    text-decoration:underline;
    color: #00f;
}
#sidebar .siteinfo {
    background-color:#eee;
    padding: 7px 10px;
    font-size: 90%;
    min-height: 72px;
}
#sidebar .siteinfo img {
    float:left;
    margin: 0 5px 5px 0;
}
#sidebar .panel {
    background-color: #eee;
    padding: 7px 10px;
    font-size: 90%;
}
#sidebar .panel input.searchfield {
    width: 15em;
}
#sidebar .adbox {
    background-color: #eee;
    padding: 6px 10px;
    margin: 0.5em 0 0 0;
}
#sidebar .textad ul {
    clear:both;
    margin:0;
    padding:0;
    list-style:none;
}
#sidebar .textad ul li {
    float:left;
    width:45%;
    display:block;
    margin:0;
    padding:0;
}
#sidebar .textad ul li a {
    color: #090;
    font-size: 10px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    padding: 0 0 3px 0;
}

#sidebar .textad p {
    text-align:right;
    font-size:10px;
    color: #666;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0.3em 0 0 0;
	clear:both;
}
    #sidebar .advert {
    margin-top: 3em;
}
#sidebar ul.categories {
    padding:0;
    margin:0 0 0 0;
}
#sidebar ul.categories li {
    display:inline;
    list-style-type:none;
    margin: 0 0.6em 0 0;
}
#sidebar ul.feeds {
    margin:1em 0 0 0;
    padding:0;
}
#sidebar ul.feeds li {
    margin:0;
    padding:0;
    list-style-type:none;
}
#sidebar ul.feeds li a {
    display:block;
    width: 100%;
    padding: 0.4em 0 0.4em 20px;
    background-image: url(images/rss.png);
    background-repeat:no-repeat;
    background-position:left center;
    color:#00f;
    text-decoration:underline;
}
.auraltext, #sidebar h1, .home h1, #sidebar hr {
    position: absolute;
    left:-1000em;
    margin-left:-1000em;
    display:block; 
    height:0; 
    overflow:hidden;
}
#footer {
    margin: 2em 0 0 0;
    padding: 0;
    width: 100%;
    clear:both;
    text-align:right;
}

