/*
Theme name:simpltext
Theme URI:http://www.dangayle.com/
Description:Test
Version:.1
Author:DanGayle
Author URI:http://www.dangayle.com/
*/

/* CSS Mini Reset */
html,body,div,form,fieldset,legend,label, p { margin:0; padding:0; border: 0;}
table { border-collapse:collapse; border-spacing:0; }
th,td { text-align:left; vertical-align:top; }
img { border:0; }
abbr{border: none;}

/*html 5 elements */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display: block;}


/* Malo - CSS Library Author:Vladimir Carrer */
.main {}
.dp20,.dp25,.dp33,.dp50,.dp100{float:left; display: inline; *margin-left:-0.04em; } /* IE margin hack */
.dp20{width:20%;}
.dp25{width:25%;}
.dp33{width:33.33%;}
.dp50{width:50%;}
.dp100{width:100%;}
.clear{ clear:both;}
.center{text-align:center;}
.box{padding: 0px 1em;}


a{color:rgb(255,0,0);text-decoration:none;}
a:hover, a:active, a:focus{color:rgb(0,0,0);}
object, embed{}
img {max-width:26em;height:auto;}

pre{font-size:.7em;font-family:monaco, "andale mono", monospace;padding:1em;background-color:rgb(240,240,240);-moz-box-shadow:1px 1px 2px rgb(100,100,100) inset;-webkit-box-shadow:1px 1px 2px rgb(100,100,100) inset;box-shadow:1px 1px 2px rgb(100,100,100) inset;}
code{font-size:.7em;font-family:monaco, "andale mono", monospace;background-color:rgb(240,240,240);padding:1px 3px;-moz-box-shadow:1px 1px 1px rgb(200,200,200) inset; -webkit-box-shadow:1px 1px 1px rgb(200,200,200) inset;box-shadow:1px 1px 1px rgb(200,200,200) inset;}

html { font-family: "Myriad Pro", "Myriad Std", "Lucida Grande", "Lucida Sans", sans-serif; text-align:center; height:100%; margin-bottom:1px; background:rgb(255,255,255);font-size:16px;line-height:1;}
body { position:relative;text-align:left;margin:1em auto;width:60em;
}


header{color:rgb(255,255,255);padding:.5em 0;
background-color: black;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABIAQMAAABvIyEEAAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAABIAAAASADOefAFAAAABlBMVEUAAAAsLCyf2QEGAAAAqklEQVQoz1XSMZECURQAwaEICJGAFKSBNKQggZCAYgj25t5fAx01CoCid4Cb+AE4KvoEuIgvgLOib4CT+AC4KvoFOEicGEicGEicGEicGEic3AKJ+3AJJO7FKZC4B4fA4diBG8cO3Dh24MaxA/+4FYxbwbgVjFvBf27A4QYcbsDhBly4wJULXLnAlQsc7h5I3JFnIHFn3oHEXfkGEif1kzipn8RJ/SRO6ucPhW0e8DhMnU0AAAAASUVORK5CYII=") ;
}
header h1{font-size:39pt;text-align: center;}
header h1 a{color:rgb(255,255,255);}
header h1 a:hover{color:rgb(255,0,0);}
header h2{font-size: 12.5pt;font-style: italic;}
header img{display:inline;vertical-align:text-top}

article{margin-bottom: 25pt;float:left;clear:both;max-width:28em;}
article h1{font-size: 12.5pt;text-transform: uppercase;border-bottom: 1pt solid;}
article h2, article h3, article h4{font-size: 12.5pt;font-style: italic;}

article div.entry-content p{margin-bottom: 1em;}

p, li, blockquote, table, label, legend{font-size: 12.5pt;line-height:1.4;}
p.byline{margin-bottom:12.5pt;}


#mtaTwitter {}
#mtaTwitter > a {}
#mtaTwitter a img {
/*
	height: 48px;
    width: 48px;
    border: 1px solid #CCC;
*/
}

#mtaTwitter ul {
	position: relative;
	border-radius: 5px;
    list-style: none;
    margin: 0;
    padding: 0px;
}
#mtaTwitter ul li { padding: 10px 10px; font-size: 10pt; }
#mtaTwitter ul li.first { font-size: 18pt; font-weight: bold; }
#mtaTwitter ul li.even { background-color: rgb(238, 238, 255); }
#mtaTwitter ul li.first span { font-size: 10pt; font-weight: normal; }
#mtaTwitter ul li span { font-style: normal; }

#wp_page_numbers, #wp_page_numbers ul, #wp_page_numbers ul li {display:inline-block; padding:.5em;text-align:center;}

@media all and (max-width: 60em) {
		body {width:100%;}
		.dp50{width:100%;}
		article{max-width: 100%;}
}

@media all and (max-width: 30em) {
		body {width:100%;}
		.dp50{width:100%;}
		article{max-width: 100%;}
		object, embed{width:auto;height:auto;}
		img {max-width:100%;}
		header h1{font-size:2.5em;}
}

.no-sidebar article{max-width: 100%; width:100%;}

.no-sidebar #idc-container-parent #idc-container{max-width: 100%; width:100%;}
.no-sidebar #idc-container-parent #idc-container .idc-c .idc-c-h {background:none;}