/*  
Theme Name: SchwarzTech Indy
Version: 2.0
Author: Eric Schwarz
Author URI: http://schwarztech.net

/* ///////////////////////////////////////////////////////////////////// 
//  00 - Fonts
/////////////////////////////////////////////////////////////////////*/

 @font-face {
    font-family: 'Clarendon FS';
    src: url('fonts/clarendon_fs/Clarendon-Light-webfont.eot');
    src: url('fonts/clarendon_fs/Clarendon-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clarendon_fs/Clarendon-Light-webfont.woff') format('woff'),
         url('fonts/clarendon_fs/Clarendon-Light-webfont.ttf') format('truetype'),
         url('fonts/clarendon_fs/Clarendon-Light-webfont.svg#ClarendonFSRegular') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Clarendon FS';
    src: url('fonts/clarendon_fs/Clarendon-Medium-webfont.eot');
    src: url('fonts/clarendon_fs/Clarendon-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clarendon_fs/Clarendon-Medium-webfont.woff') format('woff'),
         url('fonts/clarendon_fs/Clarendon-Medium-webfont.ttf') format('truetype'),
         url('fonts/clarendon_fs/Clarendon-Medium-webfont.svg#ClarendonFSMediumRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Clarendon FS';
    src: url('fonts/clarendon_fs/Clarendon-Bold-webfont.eot');
    src: url('fonts/clarendon_fs/Clarendon-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clarendon_fs/Clarendon-Bold-webfont.woff') format('woff'),
         url('fonts/clarendon_fs/Clarendon-Bold-webfont.ttf') format('truetype'),
         url('fonts/clarendon_fs/Clarendon-Bold-webfont.svg#ClarendonFSBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Clarendon FS';
    src: url('fonts/clarendon_fs/Clarendon-Xbold-webfont.eot');
    src: url('fonts/clarendon_fs/Clarendon-Xbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/clarendon_fs/Clarendon-Xbold-webfont.woff') format('woff'),
         url('fonts/clarendon_fs/Clarendon-Xbold-webfont.ttf') format('truetype'),
         url('fonts/clarendon_fs/Clarendon-Xbold-webfont.svg#ClarendonFSMediumBold') format('svg');
    font-weight: 900;
    font-style: normal;

} 


/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

	body {
	margin: 20px;
	padding: 0;
	font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Corbel, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
/*	background: #444444 url(images/bglight.jpg) fixed;
	background-size: 128px 128px;*/
	background: #667;
/*	background: #21242d;*/
	}
	
	a, a:visited {	
	color: #039;	
	-webkit-tap-highlight-color: #003399;
	text-decoration: none;
	}
	
	
	a:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
	a:active {
	color: #5a626a;
	text-decoration: none;
	}
	
	hr {
	color: #DDD;
	background-color: #DDD;
	height: 1px;
	border: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	}

	
	#pageBody {
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	background: #EEE;
	-moz-box-shadow: 0 0 3px #111;
	-webkit-box-shadow: 0 0 3px #111;
	box-shadow: 0 0 3px #111;
	}
	
	ul {
	list-style: square;
	}
	
	#header {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
	#header .inner {
	margin: 0;
	padding: 0;
	color: #fff;
	background: #003399 url(images/headerblue.jpg) top center no-repeat;
	text-align: center;
	}
	
	.sunrise {
	background: transparent url(images/headersunrise.png) no-repeat top center;
	margin: 0;
	padding: 0;
	}
	
	.sunset {
	background: transparent url(images/headersunset.png) no-repeat top center;
	margin: 0;
	padding: 0;
	}
	
	.night {
	background: transparent url(images/headernight.png) no-repeat top center;
	margin: 0;
	padding: 0;
	}
	
	.daytime {
	background: transparent;
	margin: 0;
	padding: 0;
	}
	
/*	.sunrise, .sunset, .night, .daytime {
	background: transparent url(images/headernight.png) no-repeat top center;
	}*/

	#sitelogo {
	margin: 5px;
	}
	
	#headersearch {
		float: right;
		padding: 57px 35px 0 0;
	}
	
	#headersearch #s{
		background: #FFF;
		background: rgba(255,255,255,.7);
		font-size: 10px;
		width: 200px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	border-radius: 2px;	
	}
	
	#sidebar {
	width: 220px;
	float: left;
	}
	
	#sidebar p {
	padding-bottom: 15px;
	}
	
	#nav {
	margin: 0;
	padding: 0;
	}
	
	#nav ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	color: #333;
	overflow: hidden;
	background: #DDD;
	}
	
	#nav li {
	border-bottom: 1px solid #CCC;
	}
	
	#nav li:last-child {
	border-bottom: none;
	}
	
	#nav a {
	display: block;
	color: #5a626a;
	text-decoration: none;
	padding: 10px;
	font-weight: bold;
	text-align: right;
	}
	
	#nav a:hover {
	color: #4a525a;
	background: #BBB;
	}

	#nav a:active {
	background: #CCC;
	color: #5a626a;
	}
		
	#ad {
	margin: 10px 0 0 0;
	padding: 0;
	}
	
	#ad .inner {
	padding: 10px;
	color: #333;
	}
	
	#ad .inner p{
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
	}
	
	#highlightbox, #highlightboxalert {	
	background: #EEE;
	color: #888;
	margin: 0;
	padding: 15px 10px 15px 15px;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	border-bottom: 1px solid #DDD;
	}
	
	#highlightboxalert {	
	background:  #A00;
	color: #FFFFFF;
	font-weight: normal;
	border-bottom: none;
	}
	
	
	#highlightbox a, #highlightbox a:visited {
	color: #666;	
	text-decoration: none;
	}
	
	#highlightbox a:hover, #highlightbox a:active {
	color: #039;	
	text-decoration: none;
	}
	
	#highlightboxalert a, #highlightboxalert a:visited {
	color: #FFF;	
	text-decoration: none;
	}
	
	#highlightboxalert a:hover, #highlightboxalert a:active {
	 color: #ECC;
	text-decoration: none;
	}	
	
	#content {
	width: 680px;
	margin: 0;
	padding: 0;
	float: right;
	}
	
	#content .inner {
	padding: 40px 75px 50px 75px;
	min-height: 350px;
	color: #333;
	background: #FFF;
	word-wrap: break-word;
	}
	
	#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
	#footer .inner {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #BBEEFF;
	background: #003399 url(images/headerblue.jpg) center center no-repeat;
	padding: 5px 20px;
	}
	
	#footer .indy {
	font-size: 9px;
	text-transform: uppercase;
	color: #BBEEFF;
	}
	
	#footer .indy .snippetpermalink {
	font-size:10px;
	color: #BEF;
	}
	
	#footer .inner a, #footer .inner a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
	#footer .inner a:hover {
	color: #BBEEFF;
	text-decoration: none;
	}
	
	#footer .inner a:active {
	color: #CCCCCC;
	text-decoration: none;
	}

	.printonly {
		display: none;
	}


/* ///////////////////////////////////////////////////////////////////// 
//  03 - Content Formatting 
/////////////////////////////////////////////////////////////////////*/

	#content .inner .entry, #content .inner .entryindex {
	padding-bottom: 0;
	margin-bottom: 0;
	clear: both;
	}
	
	#content .inner .entryindex {
	padding-bottom: 15px;
	margin-bottom: 100px;
/*	border-bottom: 1px solid #EEE;*/
	}
		
	#content .inner ul {
	padding-left: 15px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
	#content .inner ul li {
	margin-bottom: 15px;
	list-style: square;
	}

	#content .inner ul.archives {
	margin-left: 10px;
	}

	#content .inner ul.archives li {
	margin-bottom: 0;
	list-style: square;
	line-height: 30px;
	}

	#s {
	font-size: 12px;
	font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Corbel, Arial, sans-serif;
	width: 200px;
	padding: 5px 10px 5px 10px;
	margin: 15px 0 10px 0;
	border: 1px solid #CCCCCC;
	background: transparent;
	color: #444444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

	#content .inner .archivescategory {
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	}
	
	#content .inner .archivesmonth {
	margin: 0;
	padding: 0;
	width: 50%;
	float: right;
	}
	
	
	#content .inner ol {
	margin-left: 1px;
	padding-left: 10px;
	}
	
	#content .inner ol li{
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 20px;
	}
	
 h1, h2, h3, h4, h5, h6, .pros, .cons, .pullquote, .pullquoteleft {
	font-family: 'Clarendon FS', 'Superclarendon', 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
	} 

	h2 {
	font-weight: bold;
	font-weight: 600;
	font-size: 30px;
	line-height: 34px;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0 10px -1px;
	}
	
	h2 a, h2 a:visited {
	color: #333333;
	text-decoration: none;
	}
	
	h2 a:hover {
	color: #03C;
	text-decoration: none;
	}
	
	h2 a:active {
	color: #039;
	text-decoration: none;
	}
	
	.descriptor {
	font-weight: normal;
	font-weight: lighter;
	font-weight: 200;
	}
	
	h3 {
	font-weight: bold;
	font-weight: 600;
	font-size: 26px;
	line-height: 28px;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
	h4 {
	font-weight: bold;
	font-weight: 600;
	font-size: 22px;
	line-height: 24px;
	text-transform: none;
	letter-spacing: -1px;
	padding: 0;
	margin: 10px 0 0 0;
	}
	
	.metainfo {
	font-size: 11px;
	line-height: 16px;
	color: #CCC;
	font-weight: 500;
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
	
	#author, .date {
	color: #999;
	}
	
	.metainfo a, .metainfo a:visited {
	color: #999;
	text-decoration: none;
	}
	
	.metainfo a:hover {
	color: #03C;
	text-decoration: none;
	}
	
	.metainfo a:active {
	color: #039;
	text-decoration: none;
	}
	
	#content p {
	margin-bottom: 20px;
	}
	
	#content img{
	max-width: 100%;
	height: auto;
	}
	
	blockquote {
	font-weight: normal;
	font-weight: 300;
	color: #777;
	border-left: 1px dotted #CCC;
	padding-left: 20px;
	margin-left: 10px;
	}
	
	code {
	font-family: Menlo, Monaco, "Courier New", Courier, monospace;
	font-size: 90%;
	line-height: 130%;
	color: #EEE;
	background: #333;
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 5px;
	}


	code.old {
	color: #555;
	background: #F7F7F7;
	}

	blockquote blockquote {
	color: #AAA;
	}
	
	.quotetext {
	font-size: 32px;
	line-height: 42px;
	padding-bottom: 0;
	font-weight: normal;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -1px;
	margin: 0 30px 5px 30px;
	}

	.quoteauthor {
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	padding-bottom: 15px;
	text-align: right;
	margin: 10px 0 20px 0;
	}
	
	.quoteauthor .snippetpermalink {
	font-style: normal;
	}
	
	.quotedate {
	font-size: 14px;
	line-height: 16px;
	color: #777;
	font-weight: 500;
	}
	

/* YOGGRT */
	
	body .one .bsa_it_ad {
	background: transparent;
	border: none;
	font-family: inherit;
	padding: 0;
	margin: 0;
	text-align: center;
	}
	
	body .one .bsa_it_ad .bsa_it_i {
	display: block;
	padding: 0;
	float: none;
	margin: 0 0 0;
	}
	
	body .one .bsa_it_ad .bsa_it_i img {
	padding: 0; 
	-webkit-border-radius: 3px;	
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
	/*body .one .bsa_it_ad .bsa_it_i img {
	padding: 2px;
	border: 1px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	}
	
	body .one .bsa_it_ad .bsa_it_i img:hover {
	padding: 2px;
	border: 1px solid #BBEEFF;
	background: rgba(0,0,0,.1);
	border: 1px solid rgba(255,255,255,.3);
	}*/
	
	body .one .bsa_it_ad .bsa_it_t {
	color: #444;
	letter-spacing: 1px;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 0 5px 0;
	}
	
	body .one .bsa_it_ad .bsa_it_d {
	padding: 10px 10px 0 10px;
	font-size: 11px;
	color: #666;
	}
	
	body .one .bsa_it_p {
	display: none;
	}
	
	body a#bsap_aplink, body a#bsap_aplink:hover,body a#aboutads, body a#aboutads:hover {
	font-weight: normal;
	color: #AAA;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 9px;
	text-decoration: none;
	}
	
	body a#bsap_aplink:hover, body a#aboutads:hover {
	color: #CCC;
	}
	
	body a#aboutads, body a#aboutads:hover {
	font-size: 7px;
	}



/* ///////////////////////////////////////////////////////////////////// 
//  04 - SchwarzTech Code 
/////////////////////////////////////////////////////////////////////*/

	.navigation a, .navigation a:visited {	
	background: #FFF;
	color: #039;	
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #FFF;
	}
	
	
	.navigation a:hover {
	background: #03C;
	color: #FFF;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.5);
	}
	
	.navigation a:active {
	background: #039;
	color: #CCC;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.5);
	}

	.snippetpermalink {
	font-family: "Hiragino Kaku Gothic Pro", "Osaka", "Zapf Dingbats", "Corbel, Arial Unicode MS";
	color: #BBB;
	font-weight: normal;
	font-size: 80%;
	}
	
	.snippetpermalink a, .snippetpermalink a:visited {
	color: #BBB;
	text-decoration: none;
	}
	
	.snippetpermalink a:hover {
	color: #03C;
	text-decoration: none;
	}

	.snippetpermalink a:active {
	color: #039;
	text-decoration: none;
	}
	
	.pictures {
	float: right;
	width: 340px;
	\width: 340px;
	w\idth: 340px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
	padding: 0 0 10px 10px;
	}

	.pictures img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
	.pictures2 {
	text-align: center;
	}
	
	.pictures2 img {
	margin: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);	
	border: 5px solid #FFF;
	max-height: 100px;
	width: auto;
	}

	.pictures2 img:hover {
	border: 5px solid #5a626a;
	}

	.pictures2 img:active {
	border: 5px solid #03C;
	}

	
	img.newsgraphic, img.authorpic, img.teasergraphic {
	margin: 5px 0 5px 15px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
	
	img.newsgraphiclarge {
	margin: 5px 0 5px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}
	
	
	img.teasergraphic {
	margin: 5px 0 15px 15px;
	}
	
	img.authorpic {
	margin: -10px 0 5px 15px;
	}
	
	.pullquote, .pullquoteleft {
	width: 280px;
	font-size: 170%;
	line-height: 150%;
	text-align: center;
	margin: 10px 0 10px 20px;
	padding: 15px 20px 0 20px;
	background: #FFF;
	color: #888;
	float: right;
	border-left: none;
	}
	
	.pullquoteleft {
	float: left;
	margin: 10px 20px 10px 0;
	}
	
	.pullquote p, .pullquoteleft p {
	padding: 0;
	margin: 0;
	}
	
	
	#facts, #procon, #speakerfacts {
	background: transparent;
	border-top: 1px solid #DDD;
	margin-top: 30px;
	padding: 30px 0 0 0;
	clear: both;
	font-size: 14px;
	line-height: 18px;
	}
	
	#disclosure, #categoryinfo, #recentposts {
	padding: 5px 10px 5px 10px;
	margin: 2px 0 2px 0;
	color: #555;
	background: #EEE;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
	#recentposts {
	margin-bottom: 0;
	}

	#disclosure, #categoryinfo {
	font-weight: bold;
	text-align: center;
	font-size: 70%;
	}
	
	#categoryinfo {
	margin-top: 40px;
	}

	#disclosure {
		background: #FFF;
	}
	
	#disclosure a, #disclosure a:visited, #categoryinfo a, #categoryinfo a:visited, #recentposts a, #recentposts a:visited {
	color: #777;
	text-decoration: none;
	}
	
	#disclosure a:hover, #categoryinfo a:hover, #recentposts a:hover {
	color: #03C;
	text-decoration: none;
	}
	
	#disclosure a:active, #categoryinfo a:active, #recentposts a:active {
	color: #039;
	text-decoration: none;
	}

	#disclosure a{
	display: block;
	}	
	
	#content .inner ul.recentpostlist {
	margin-left: 10px;
	}

	#content .inner ul.recentpostlist li {
	margin-bottom: 0;
	list-style: square;
	line-height: 18px;
	font-size: 12px;
	line-height: 16px;
	}
	
	
	#facts img {
	width: 150px;
	height: 52px;
	margin-top: -38px;
	}
	
	#facts h4, #procon h4, #speakerfacts h4, #recentposts h4 {
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	}
	
	#facts {
	min-height: 110px;
	}
	
	.pros, .cons {
	display: block;
	font-weight: bold;
	font-weight: 600;
	clear: both;
	color: #090;
	font-size: 16px;
	}
	
	.cons {
	color: #C00;
	margin-top: 10px;
	}
	
	.mytable {
	width: 100%;
	margin: 0 auto 20px auto;
	font-size: 12px;
	}
	
	.mytable th {
	font-weight: bold;
	color: #333;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-top: 1px solid #DDD;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #EEE;
	}
	
	.mytable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #DDD;
	background: none;
	font-weight: bold;
	}
	
	.mytable th.spec {	
	border-left: 1px solid #DDD;
	border-top: 0;
	background: #EEE;
	text-align: left;
	font-weight: bold;
	}
	
	.mytable td {
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #444;
	text-align: center;
	font-size: 14px;
	}
	
	.contact-form {
		margin: 0 auto 0 auto;
		max-width: 400px;
	}
	
	.contact-form label{
		display: block;
		margin: 10px 0 -3px 0;
		font-weight: bold;
		font-weight: 600;
		color: #555;
	}
	
	.contact-form label span{
		font-weight: normal;
		font-size: 9px;
		color: #AAA;
		padding-left: 5px;
	}
	
	.contact-form p{
		text-align: center;
	}
	
	.contact-form input[type="text"], .contact-form input[type="email"] {
	font-size: 12px;
	font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Corbel, Arial, sans-serif;
	width: 330px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCCCCC;
	background: #fff;
	margin-right: 2px;
	background: #FFFFFF;
	color: #444444;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
	.contact-form textarea {
	font-size: 12px;
	font-family: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Corbel, Arial, sans-serif;
	width: 330px;
	height: 100px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #CCCCCC;
	background: #fff;
	margin-right: 2px;
	background: #FFFFFF;
	color: #444444;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
	
	.contact-form .contactright {
	font-size: 12px;
	line-height: 14px;
	color: #888888;
	}
	
	.contact-form input[type="submit"] {	
	font-size: 105%;
	background: #FFF;
	color: #039;	
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 5px 3px 5px;
	border: none;
	}
	
	
	.contact-form input[type="submit"]:hover {
	background: #03C;
	color: #FFF;
	text-decoration: none;
	}
	
	.contact-form input[type="submit"]:active {
	background: #039;
	color: #CCC;
	text-decoration: none;
	}


#playlist {
	font-size: 90%;
}

#playlist tr.indexheading {
	border-bottom: 1px #AAA solid;
}



@-ms-viewport { width: 1024px; }









@media screen and (max-width: 1006px) {

	#header .inner {
	text-align: center;
	background-position: top center;
	}
	
	#headersearch {
		display: none;
	}
	
	/* Put the nav above the main content */
	
	#sidebar {
	float: none;
	width: 100%;
	}
			
	#nav ul {
	padding: 5px;
	}
	
	/* Place the nav items side by side */
	
	#nav li {
	float: left;
	width: 25%;
	border-bottom: none;
	border-right:  1px solid #CCC;
	}
	
	#nav li.podcast {
	display: none;
	}
	
	#nav li:first-child {
	width: 25%;
	}


	#nav li:last-child {
	width: 24%;
	border-right: none;
	}
	

	#nav a {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	}
	

	
	/* Place the sidebar below the main content */
	
	#ad {
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
	}
		
	body .one .bsa_it_ad {
	background: transparent;
	border: none;
	font-family: inherit;
	padding: 0;
	margin: 0 auto 0 auto;
	max-width: 360px;
	text-align: left;
	}
	
	body .one .bsa_it_ad .bsa_it_t {
	padding-top:10px;
	}
	
	body .one .bsa_it_ad .bsa_it_d {
	padding: 0;
	}
	
	body a#bsap_aplink, body a#bsap_aplink:hover{
	padding-left: 32px;
	}

	body .one .bsa_it_ad .bsa_it_i img {
		float: left;
	margin-right: 10px;
		}
	
	/* Make the main content fill the viewport width */
	
	#content {
	float: none;
	width: 100%;
	}
	
	#content img{
	max-width: 99%;
	height: auto;
	}
	
	/* Remove the main content right margin */
	
	#content .inner {
	margin-left: 0; 
	padding: 60px 100px 60px 100px;
	min-height: 100px;
	}
		
	#highlightbox, #recentposts {
	display: none;
	}
	
	#highlightboxalert {
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	}
	
}
    

@media screen and (max-width: 670px) {

	body {
	margin: 0;
	padding: 0;
	}	

}


@media screen and (max-width: 570px) {

	body {
	margin: 0;
	padding: 0;
	}
	
	#header .inner {
	background-position: center center;
	}
		
	#sitelogo {
	height: 112px;
	width: 412px;
	}
	
	#highlightboxalert {
	padding: 6px;
	font-size: 10px;
	line-height: 12px;
	}
	
	#s {
	font-size: 9px;
	width: 140px;
	}
	
	#content .inner {
	padding: 30px;
	}

	#content .inner .archivescategory {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
	}
	
	#content .inner .archivesmonth {
	margin: 0;
	padding: 0;
	width: 100%;
	float: none;
	}
	
	.pictures {
	float: right;
	width: 170px;
	\width: 170px;
	w\idth: 170px;
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	padding: 0 0 10px 10px;
	}

	.pictures img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 50%;
	}
	
	.pictures2 img {
	max-height: 64px;
	width: auto;
	}
	
	
	.pullquote, .pullquoteleft {
	display: none;
	}
	
	.mytable {
	font-size: 10px;
	}
	
	.mytable td {
	font-size: 12px;
	padding: 2px;
	}

	.mytable th {
	padding: 2px;
	}
	
	.contact-form input[type="text"], .contact-form input[type="email"] {
	width: 200px;
	}
	
	.contact-form textarea {
	width: 200px;
		}
	
	.contact-form .contactright {
	font-size: 8px;
	}
	
	body .one .bsa_it_ad .bsa_it_t {
	padding-top:5px;
	}
	
}








@media screen and (max-width: 480px) {
	
	
	#nav ul {
	padding: 5px 7px;
	}
	
	#nav li {
	float: none;
	width: 100%;
	border-right: none;
	border-bottom:  1px solid #CCC;
	}
	
	#nav li:last-child, #nav li:first-child {
	width: 100%;
	}
	
	blockquote {
	padding-left: 10px;
	margin-left: 10px;
	margin-right: 0;
	}

	.pictures2 img {
	max-height: 48px;
	}

	#facts img {
	width: 100px;
	height: 35px;
	margin-top: -25px;
	}

	.quotetext {
	font-size: 24px;
	line-height: 28px;
	margin: 0 5px 5px 5px;
	}
	
	.quoteauthor {
	font-size: 12px;
	line-height: 18px;
	}
	
	.navigation a, .navigation a:visited {	
	font-size: 9px;
	}

}


@media screen and (max-width: 420px) {

	#sitelogo {
	height: 75px;
	width: 275px;
	}

}