/*
Theme Name:     sactest
Theme URI:      
Description:    Child theme for the Twenty Eleven theme 
Author:         Ingemar Fogelberg, SM5AJV
Author URI:     
Template:       twentyeleven
Version:        0.1.0
*/
@import url("../twentyeleven/style.css");

/* Trying to modify image default from twentyeleven */
/* Image borders */
img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: none;
	padding: none;
	max-width: 97.5%;
	max-width: calc( 100% - 14px );
}


#site-title a {
    color: #009900;
}


.entry-content h2, h1 {
	color: #000;
        font-size: 14px;
	font-weight: bold;
	margin: 0 0 0em;
}
/* Test to see if we can avoid menu wrapping.
   Original max-width was 1000 px
*/
#page {
	margin: 2em auto;
	max-width: 1200px;
}

body, input, textarea {
	color: #373737;
	font: 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1.25;
}

pre {
	background: #ffffff;
	font: 10.5px "Courier 9 Pitch", Courier, monospace;
	line-height: 1.1;
	margin-bottom: 1.625em;
        margin-right:30%;
	overflow: auto;
	padding: 0.5em 0.5em;
}

.comment-content table {
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
}
table.result{
        width:80%;
	border: 0px inset #8B8378;
	-moz-border-radius: 1px;
        font-family:sans-serif;
        font-size:9pt;
	margin-left:20px;
}

table.result th {
	border: 0px solid white;
        font-family:sans-serif;
        font-size:8pt;
        color:black;
}

table.result th.right {
	border: 0px solid white;
        font-family:sans-serif;
        font-size:8pt;
	color:black;
	text-align:right;
}



table.result td.call {
	max-width:60px;
	white-space: nowrap;
}

table.result td.class{
	white-space: nowrap;
}
table.result td.right {
        text-align:right;
}

table.result td.left {
        text-align:left;
}

table.result tr.header td {
	background-color: #FFFFFF;
        padding:2px 4px;
}

table.result tr.d0 td {
	background-color: #FFFFFF;
        padding:2px 4px;
}
table.result tr.d1 td {
	background-color: #DAE9F2;
        padding:2px 4px;
	
}



table.record{
        width:80%;
	border: 0px inset #8B8378;
	-moz-border-radius: 1px;
        font-family:sans-serif;
        font-size:10pt;
	margin-left:20px;
}

table.record th {
	border: 0px solid white;
        font-family:sans-serif;
        font-size:9pt;
        color:black;
}

table.record th.right {
	border: 0px solid white;
        font-family:sans-serif;
        font-size:9pt;
	color:black;
	text-align:right;
}



table.record td.call {
	max-width:70px;
	white-space: nowrap;
}

table.record td.class{
	white-space: nowrap;
}
table.record td.right {
        text-align:right;
}

table.record td.left {
        text-align:left;
}

table.record tr.header td {
	background-color: #FFFFFF;
        padding:2px 4px;
}

table.record tr.d0 td {
	background-color: #FFFFFF;
        padding:2px 4px;
}
table.record tr.d1 td {
	background-color: #DAE9F2;
        padding:2px 4px;
	
}



table.received {
        width:60%;
	border: 0px inset #8B8378;
	-moz-border-radius: 1px;
        font-family:sans-serif;
        font-size:9pt;
	margin-left:20px;
}

table.received th {
	border: 0px solid white;
        font-family:sans-serif;
        font-size:8pt;
        color:black;
}

table.received th.right {
	border: 0px solid white;
        font-family:sans-serif;
        font-size:8pt;
	color:black;
	text-align:right;
}



table.received td.call {
	max-width:50px;
	white-space: nowrap;
}

table.received td.class{
	white-space: nowrap;
}
table.received td.right {
        text-align:right;
}

table.received td.left {
        text-align:left;
}

table.received tr.header td {
	background-color: #FFFFFF;
        padding:2px 4px;
}

table.received tr.d0 td {
	background-color: #FFFFFF;
        padding:2px 4px;
}
table.received tr.d1 td {
	background-color: #DAE9F2;
        padding:2px 4px;
	
}





#searchform { display:none; }

#branding .only-search + #access div {
	padding-right: 0px;
}


#site-title {
margin-right: 270px;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
}


.singular .entry-title {
color: #000000;
font-size: 24px;
font-weight: bold;
line-height: 48px;
padding-top: 0px;
margin-top: -10px;
}

.singular.page .hentry {
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-top: -10px;
}

.singular .hentry {
border-bottom: medium none;
padding: 0;
position: relative;
}



#content nav {
    clear: both;
    overflow: hidden;
    padding: 0;
}