@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(http://www.salvomag.com/new-design-images/homepage/new-background.jpg);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin: auto;
}


::selection {
	background: #FF0; /* Safari */
	}
::-moz-selection {
	background: #FF0; /* Firefox */
}

#fineprint {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-size: .7em;
}

#fineprint a, p {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #000;
}

@media screen and (max-width: 585px) {
    #fineprint, #current-issue {
        display: none !important;
    }
	
	.cut {
	display: none !important;
	}
	
	img.query {
		display: none;	
	}
}

@media screen and (max-width: 585px) {
    #mobileheader {
		width: 100%;
        position:fixed;
		top:0;
		z-index:999999;
		inline: block;
		max-width: 100%;	
		min-width: 100%;
    }
}

@media screen and (max-width: 350px) {
    #mobileheader {
		width: 100%;
        position:fixed;
		top:0;
		z-index:999999;
		inline: block;
		max-width: 100%;	
		min-width: 100%;
    }
}



#fineprint p {
	background-color: #CCC;
	text-align:center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}

a.subscribe {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	text-align:center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	color:#FFFFFF;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
	display: block;
	width: 100%;
}

@media screen and (max-width: 900px) {
    a.subscribe,  {
        display: none !important;
    }
}

#headerbox {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

@media screen and (max-width: 900px) {
#headerbox {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin-top: -20px;
}
}

#headerbox2 {
	background-color: #ad2814;
	margin: 0px;
	padding: 0px;
	width: 100%;
}


#headerbox img, #headerbox2 img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	width: 90%;
 	max-width: 750px;
	padding-top: 30px;
	padding-bottom: 5px;
}

@media screen and (max-width: 585px) {
    #headerbox img {
        width: 200px;
    }
}

#navbar {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	height: 60px;
	padding-top: 15px;
	font-size: 1.1em;
}

@media screen and (max-width: 585px) {
	#navbar {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	height: 25px;
	padding-top: 0px;
	font-size: 1.1em;
}
}

#navbar p {
	text-align:center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	color:#FFF;
	font-size: 1.2em;
	
}

#navbar a {
	text-decoration: none;
	color: #FFF;	
}

#navbar a:hover {
	background-color: #EAEAEA;
	text-decoration: none;
	color: #333;
	padding-top: 23px;
	padding-bottom: 25px;
}


@media screen and (max-width: 585px) {
	#navbar p {
	max-width: 100%;	
	min-width: 100%;
    text-align:center;
	vertical-align: middle;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	color:#FFF;
	font-size: .6em;
	}
	
	#navbar a:hover {
	background-color: #EAEAEA;
	text-decoration: none;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
}

}






#wrapper {
	max-width: 930px;
	width: 92%;
	min-height: 2400px;
	margin-top: 0px;
	border: thin solid #FFF;
	margin-left: auto;
    margin-right: auto;
	background-color: #FFF;
}

#wrapper-main {
	max-width: 900px;
	width: 92%;
	min-height: 1600px;
	margin-top: 15px;
	border: thin solid #333;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 15px;
	background: #FFF;
}

@media screen and (max-width: 769px) {
	#wrapper {
    	min-height: 2545px;
	}
}

@media screen and (max-width: 585px) {
	#wrapper {
    	
    	min-height: 4490px;
		margin-top: 30px;
	}
}


#content {
	width: 72%;
	min-height: 1558px;
	margin-top: 15px;
	border: thin solid #FFF;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #FFF;
	padding-top: 10px;
}

#articlewrapper {
	width: 69%;
	min-height: 1558px;
	height: auto;
	margin-top: 15px;
	border: thin solid #FFF;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
	overflow: auto;
}

#articlewrapper-full {
	width: 93%;
	min-height: 1558px;
	height: auto;
	margin-top: 15px;
	border: thin solid #FFF;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
	overflow: auto;
}

#articlewrapper p.title, h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 3em;
	color: #000;
	text-align: left;
	line-height: 1.2em;
	margin: 0;
	padding-top: 20px;
	font-weight: normal;	
	line-height: .9em;
}

@media screen and (max-width: 585px) {
	
	#articlewrapper p.title, h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	color: #000;
	text-align: left;
	line-height: 1em;
	margin: 0;
	padding-top: 20px;
	font-weight: normal;	

}
}



#articlewrapper p.subtitle, h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.7em;
	line-height: 1.3em;
	color: #000;
	text-align: left;
	margin: 0;
	font-weight: normal;
	padding-top: 22px;
}

@media screen and (max-width: 585px) {
#articlewrapper p.subtitle, h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000;
	text-align: left;
	margin: 0;
	font-weight: normal;
	padding-top: 15px;
	font-style: oblique;
}}

#articlewrapper p.author, h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #000;
	text-align: left;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;	
}


#articlewrapper img.cover {
	float: right;		
	width: 200px;
}


/* special offer styles begin */
/* special offer styles begin */
/* special offer styles begin */

#articlewrapper-special {
	width: 69%;
	min-height: 1800px;
	height: auto;
	margin-top: 15px;
	border: thin solid #FFF;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	background-color: #FFF;
	padding-top: 10px;
	padding-left: 18px;
	padding-right: 18px;
	overflow: auto;
}

#articlewrapper-special a {
	color: #000;
}

#articlewrapper-special h1 {
	font-size: 2.4em;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 25px;
	line-height: 1.2em;
	font-family: 'Droid Serif', serif;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}

#articlewrapper-special p.title {
	text-align: left;
	width: 70%;
	margin-left: 70px;
	font-size: 2.3em;
	margin-bottom: -12px;
	font-family: 'Droid Serif', serif;
	
}

#articlewrapper-special p.title a {
	text-decoration: none;
	color: #912719;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#articlewrapper-special p.subtitle {
	
	text-align: left;
	width: 70%;
	margin-left: 70px;
	font-size: 1.25em;	
	margin-bottom: -15px;
	font-weight: normal;
}

#articlewrapper-special p.reading-question {
	text-align: center;
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 40px;
}

#articlewrapper-special p.reading-question a {
		text-decoration: none;

}

#articlewrapper-special p.author {
	
	text-align: left;
	width: 70%;
	margin-left: 70px;
	font-size: 1.1em;	
		font-family: 'Droid Serif', serif;

}

#back-to-school-offer-box {
	float: left;
	width: 40%;
	margin-right: 20px;
	border: thin solid #CCC;
	padding: 20px;	
	border-radius: 25px;
}

#back-to-school-offer-box p {
	font-family: Verdana,Geneva,sans-serif;
font-size: 1em;
line-height: 1.5em;
	}

#back-to-school-offer-box img {
	width: 100%;
}

#back-to-school-offer-box:hover {
	float: left;
	width: 40%;
	margin-right: 20px;
	background-color: #E0E0E0;
	transition: background-color 1s ease;
	padding: 20px;	
	border-radius: 25px;
	box-shadow: 1px 1px 5px #888888;
}

#back-to-school-offer-box h2 {
	font-size:1.4em;
	text-align: center;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	font-family: 'Droid Serif', serif;
}

#back-to-school-reading {
	
	border: thin solid #CCC;
	
}

#articlewrapper-special h3 {
	font-size:1em;
	text-align: center;
	margin-bottom: 10px;
	font-style: normal;
	font-family: 'Droid Serif', serif;
	font-variant: small-caps;
	letter-spacing: .2em;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
	margin-top: 10px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
}

#share {
	padding-top: 25px;
	clear: left;
	width: 100%;
}

#share p {
	font-size:1.2em;
	text-align: center;
}

#articlewrapper-special p.give-button {
	margin-top: 30px;
	margin-bottom: 40px;	
}

#articlewrapper-special p.give-button a {
	text-decoration: none;
	font-size: 2em;
	background-color: #912719;
	padding: 15px;
	border-radius: 5px;
	color: #FFF;
}

#articlewrapper-special p.give-button a:hover {
	text-decoration: none;
	font-size: 2em;
	background-color: #FFF;
	padding: 15px;
	border-radius: 5px;
	color: #912719;
	border-width: thin;
	border-style: solid;
	border-color: #912719;
	transition: background-color 0.5s ease;
	box-shadow: 1px 1px 5px #888888;
}



/* special offer styles end */
/* special offer styles end */
/* special offer styles end */


@media screen and (max-width: 360px) {
		#articlewrapper img.cover {
	float: none;		
}

h2.bigger {
	1.7em;	
}
}

p.dept {
	width: 96%;
	background-color: #000;
	padding-left: 25px;
	color: #FFF;
	margin-right: 317px;
	font-size: 0.95em;
	text-transform: uppercase;
}

@media screen and (max-width: 769px) {
	#content, #articlewrapper {
    	width: 90% !important;
		margin-left: auto;
   		margin-right: auto;
    	min-height: 2500px;
		margin-top: 0px;
	}
}

@media screen and (max-width: 360px) {
	#content {
    	width: 90% !important;
		margin-left: auto;
   		margin-right: auto;
    	min-height: 4440px;
	}
}

@media screen and (max-width: 360px) {
	#articlewrapper {
    	width: 90% !important;
		margin-left: auto;
   		margin-right: auto;
    	min-height: 4440px;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (max-width: 360px) {
	p.dept {
		width: 90%;
		background-color: #C63;
		padding-left: 25px;
		color: #FFF;
		margin-right: 317px;
		font-size: .95em;
	}
}

#adbar {
	width: 22%;
	min-height: 1570px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 0px;
	float: right;
	background-color: #FFF;
	background-color: #666;
}

#adbar img {
	width: 90%;
	margin-top: 15px;		
}

#adbar p {
	font-size: 0.8em;
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
	font-weight: bold;
	text-decoration: none;
}

#adbar a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
	font-weight: bold;
	text-decoration: none;
}


@media screen and (max-width: 769px) {
    #adbar, #footer-bar {
        display: none !important;
    }
}

p {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 1.3em;
	line-height: 1.55em;
}

p.issuenumber {
	color: #FFF;
	background-color: #333;	
	text-decoration: none;
	font-size: .8em;
	margin-left: 15px;
	padding-left: 6px;
	padding-right: 3px;
	padding-bottom: 2px;
}

#articlebox {
	background-color: #CCC;
	height: 270px;
	width: 30%;
	margin: 10px;
	display: block;
	float: left;
}
@media screen and (max-width: 585px) {
p.dept {
	display: none;	
}}

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

img {
	width: 100%;
}}

#articlebox p {
	line-height: 1.2em;
}

@media screen and (max-width: 585px) {
#articlewrapper p {
	line-height: 1.4em;
	font-size: .9em;
}
}

@media screen and (max-width: 769px) {
    #articlebox {
        width: 46% !important;
    }
}

@media screen and (max-width: 585px) {
    #articlebox {
        width: 90% !important;
    }
}

#articlebox img {
	margin: 0;	
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;	
}

@media screen and (max-width: 769px) {
    #articlebox img {
        width: 65% !important;
		height: 55% !important;
    }
}

#articlebox p {
	
	margin-left: 5px;
	margin-right: 5px;	
	text-align: center;
	margin-bottom: 0;
	padding-bottom: 6px;
	margin-top: 0;
}

#articlebox a {
	color: #000;
}

p.subt {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 0.8em;
}


#fillerbox {
	background-color: #900;
	height: 270px;
	width: 30%;
	margin: 10px;
	display: block;
	float: left;
}

#fillerbox img {
	width: 190px;
	height: 250px;
	vertical-align: middle;
	margin-top: 10px;
}

@media screen and (max-width: 769px) {
    #fillerbox {
        width: 46% !important;
    }
}

@media screen and (max-width: 360px) {
    #fillerbox {
        width: 90% !important;
    }
}



a.issue {
	text-align: center;
	color: #FFF;
	font-size: .7em;	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 18px;
	background-color: #C63;	
	display: block;
	float: left;
	padding-top: 1px;
	text-decoration: none;
	font-family:Verdana, Geneva, sans-serif;
}

#emailsub {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 90%;	
}


#salvopreview {
	width: 347px;
	height: 245px;
	float: right;
	border: 1px;
	padding-right: 0;
	margin-right: 0;
	
	margin-bottom: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
	
}

p.footer {
	color: 000;
	font-size:1em;
	margin-left: 0px;

}

#articlewrapper a {
	color: #C33;	
}

p.footer a {
	color: #C33;	
}


/*------------------------------------------------------------------------------------------------------------------related-articles table styles*/


@media screen and (max-width: 585px) {
    table.related, #salvopreview, #related-box {
        display: none !important;
    }
}


table.related {
	width: 195px;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	padding-right: 0px;
}

table.related td {
	padding: 10px;
	spacing: 10px;
	background-color: #CCC;
	color: #000;
}

table.related td.relatedarticles {
	border: none;
	padding: 10px;
}


table.related a {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

p.relatedtitle {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}


p.relatedsubtitle {
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}

p.relatedauthor {
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	font-style: italic;
}

p.relatedboxtitle {
	font-size: .8em;
	margin-bottom: 5px;
	padding: 0px;
}




@media screen and (max-width: 360px) {
    table.related, #salvopreview, table.footerarticlebox {
        display: none !important;
    }
}




table.footerarticlebox {
	width: 100%;
	height: auto;
	
}

table.footerarticlebox td {
	width: 180px;
	padding: 10px;
	spacing: 10px;
	background-color: #CCC;
}

p.footertitle a {
	font-size: 1.3em;
	margin-top: 3px;
	padding: 0px;
	line-height: 1em;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: px;
	color: #FFF;
}

p.footersubtitle {
	font-size: 1em;
	margin-top: -20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;	
	line-height: 1.2em;
	color: #000;
}

p.footerauthor {
	font-size: 0.95em;
	margin-top: -15px;
	padding: 0px;
	font-style: italic;
	color: #000;

}

p.footerboxtitle {
	font-size: .8em;
	padding: 0px;
	color: #000;
}

#issuebox {
	margin: 5px 15px 15px 15px;
	width: 170px;
	background-color: #C63;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	float: left;
	position: relative;
}

@media screen and (max-width: 585px) {
    #issuebox {
        width: 40% !important;
    }
}

@media screen and (max-width: 360px) {
    #issuebox {
        width: 225px !important;
    }
}

#issuebox img {
	border: none;
	width: 100%;
	height: 224px;
}

@media screen and (max-width: 360px) {
    #issuebox img {
        height: 296px !important;
    }
}

#issuebox p {
	color: #FFF;
	margin-top: 1;
	margin-bottom: 1;
	text-align: center;
}

#sidebar {
	padding: 10px;
	background-color: #E6E6E6;
}

#sidebar img {
	float: right;
	margin-left: 15px;
}

#search {
	width: 100%;
	height: 60px;
	color: #00C;		
}



p.sectitle {
font-size: 1em;
}

p.sectitle a {
	color: #000;	
}




p.secdesc {
	font-size: .85em;
}


p.ism {
	font-size: 1.09em;
	font-weight: normal;
	color: black;
	margin-top: 0px;
	text-decoration: none;
	text-align: center;
}

p.ism a {
	font-size: 1.3em;
	font-weight: normal;
	color: black;
	margin-top: -15px;
	text-decoration: none;
}

p.ism a:hover {
	font-size: 1.3em;
	color: #000;
	font-weight: normal;
	margin: 0;
	
}


p.ismdef {
	font-size: .9em;
	font-weight: normal;
	color: black;
	margin-top: -15px;
	text-decoration: none;
	text-align: center;
	padding: 0 15px;
}

#bio {
	background-color: #E6E6E6;
	margin: 15px;
	padding: 15px;
}

#bio img {
	float: right;
	border: thin solid #CCC;
	margin: 10px;
	padding: 10px;
}

#contact {
	font-size: .95em;
	float: left;
	margin-right: 25px;
	
	height: 500px;
}

#fakeadsbox {
	
float: right; 
background-color: #CCC;
padding-left: 20px;
padding-right: 20px;
margin-left: 85px;
margin-bottom: 60px;
margin-top: 0px;
}

#fakeadsbox img {
width: 200px;	
}

img.article {
	width: 389px;
}

@media screen and (max-width: 585px) {
    img.article {
        width: 80% !important;
    }
	
	#current-article {
	width: 32%;	
	}
}

#archivecolumn {
	margin-right: 25px;
	padding: 0;
	float: left;
	width: 270px;
}

p.ismletter {
	background-color: #E1E1E1;
	margin: auto;
	font-size: 1.5em;
	text-align: center;
	width: auto;
	margin-bottom: 15px;

}

.floatright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 0px;
	border: thin solid #666;	
}

sup {
	margin: 0;
	padding: 0;
	line-height: 5px;
	font-size: .7em;
}

.highlight {
	background-color: #C63;
	font-style: normal;	
}

.not-highlight {
	color: #000;
	font-style: normal;	
	text-decoration: none;
}

#current-issue {
	float: right;
	width: 100px;
	background-color: #333;
	margin: 0px 0px 10px 20px;
	padding: 5px;	
	border:2px solid;
	border-radius:6px;
	box-shadow: 5px 5px 2px #CCC;
	border: none;
}

#current-issue p {
	font-size: .7em;	
	text-align: center;
	margin: 0;
	line-height: 1.2em;
	color: #FFF;
}

#current-issue img {
	width: 100%;
	border: 0px;
}

p.society {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #5b6a30;	
	padding-left: 10px;
}

p.society-section {
	color: #5b6a30;
	font-size: 2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

p.sex {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #bf2e1a;	
	padding-left: 10px;
}

p.sex-section {
	color: #bf2e1a;
	font-size: 2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

p.science {
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #0a637f;	
	padding-left: 10px;
}

p.science-section {
	color: #0a637f;
	font-size: 2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	
}

p.departments-section {
	font-size: 2em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-top: 0;
}

.drop-cap { 
	float: left; 
	font-size: 6em; 
	padding-top: 4px; 
	padding: 0 15px 0 3px;
	margin: 0;
	line-height: 1em;

}

.drop-cap-small { 
	float: left; 
	font-size: 4em; 
	padding-top: 4px; 
	padding: 0 5px 0 3px;
	margin: 0;
	line-height: 1em;

}

strong.subhead {
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
	text-decoration: underline;
}

code {
	font-size: 1.35em;	
		line-height: 1.4em;
		background-color: #FAF8DC;
		padding: 3px;
		
	
	
}

#sidebar h1 {
	margin-top: 15px;	
	padding-top: 15px;
}


h1.center {
	text-align: center;	
}

figure.chart {
		width: 250px;
		float: right;
}

figure.chart img {
	width: 100%;	
}

figcaption {
	text-align: center;	
		font-family: Verdana, Geneva, sans-serif;

}

blockquote {
	padding-left: 15px;
}


#ismwrapper {
	width: 24%;
	float: left;
	margin-right: 2px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999;	
}

#adbar p.padded {
	padding: 0 10px;
	font-size: 1em;
}

#adbar h2.padded {
	color: #FFF;
	text-align: center;		
}

#red-background {
	background-color: #ad2815;	
	padding-bottom: 25px;
}

#current-article {
	width: 32%;	
	margin-right: 5px;
	float: left;
	height: 280px;
}

#current-article img {
	width: 100%;
}

#current-article a {
	text-decoration: none;
	color: #000;
	font-size: 1em;
}

#current-article p {
	margin-top: 0px;
	font-size: 1em;
	line-height: 1.2em;
	font-weight: bolder;
}

img.floatleft {
	float: left;
	margin-right: 15px;	
}

h2.bigger {
	font-size: 2.7em;	
	margin-bottom: 15px;
	color: #000;
}

h2.bigger a {
	text-decoration: none;
	
}


/*Form Formatting */

form.donation {
    padding: 5px 50px 25px 50px;
    background-color: #EEE;
    width: 220px;
    margin: 25px auto;
    box-shadow: 3px 3px 1px #CCC;
}
	
input {
    padding: 5px;
    font: 1.1em Arial,sans-serif;
}

form.donation p {
    font-family: "Donegal One",serif;
    font-size: 1.5em;
    margin-bottom: 5px;
}

input.text {
    padding-left: 28px;
    background-image: url("http://www.touchstonemag.com/support/dollar-sign.png");
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 46px;
    margin-bottom: 9px;
}

form p.anonymous {
    margin-top: 10px;
    font-family: "Donegal One",serif;
    font-size: 0.8em;
    margin-bottom: 5px;
    line-height: 1.3em;
}

#interview-block {
	width: 190px;
	background-color: #EBEBEB;
	padding: 5px;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	padding-top: 15px;
	border: thin dashed #CCC;
	clear: none;
}

#interview-block img {
	width: 100%;
	margin: auto;	
	    border-radius: 25px;
}

p.interview-title {
	font-size: 1.7em;
	color: #000;
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-weight: bold;
}



p.interviewer {
	font-size: .9em;
	color: #666;	
	margin-top: 0;
	margin-bottom: 10px;
	line-height: .9em;
}

p.interview-name {
	font-size: 1.2em;
	font-style: oblique;	
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.2em;
}

#footer-bar {
   display: block;
   position:fixed;
   left:0px;
   bottom:0px;
   height:50px;
   width:100%;
   padding-bottom: 20px;
   background:#ad2815;
   z-index: 1;
   padding-bottom: 37px;
}

#footer-bar p {
	color: #FFF;	
	text-align: center;
	
}

#footer-bar a {
	text-decoration: none;
}

#article-main-support-box img {
	float: right;
	padding-left: 10px;	
}

#article-main-support-box h1 a {
	color: #FFF;
}

h4.query {
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	padding-top: 0px;
			color: #000;

}

#related-box h4.query {
	font-size: .8em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin-top: 0px;
	padding-top: 0px;
}

h1.query {
	font-size: 0.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
}

#related-box h1.query {
	font-size: 0.7em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #CCC;
}

h2.query {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.8em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
		color: #C33;

}

#related-box h2.query {
	padding-top: 0px;
	margin-top: 0px;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

h2.query a {
	text-decoration: none;
}

h3.query {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

#related-box h3.query {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: .9em;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

#query-box {

	padding-left: 50px;
	padding-right: 50px;
	background-color: #EDEDED;
	margin-bottom: 15px;
	padding-bottom: 1px;
	border: thin solid #FFF;
}


/*#query-box:hover {
	padding-left: 50px;
	padding-right: 50px;
	background-color: #FFF;
	margin-bottom: 15px;
	padding-bottom: 1px;
	border: thin solid #EDEDED;
}*/

#query-box-related {

	padding-left: 15px;
	padding-right: 15px;
	background-color: #EDEDED;
	padding-bottom: 1px;
}

#related-box p {
	padding-left: 15px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: .8em;
}

#related-box {
	background-color: #EDEDED;
	width: 215px;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;
	box-shadow: 2px 2px 2px #888888;
}

#browse-list {
	background-color: #EDEDED;
	width: 40%;
	float: left;
	margin-left: 30px;
	padding-left: 20px;
}

@media screen and (max-width: 585px) {
    #browse-list, #browse-list2 {
        width: 90%;
		margin-left: 0px;
		margin-bottom: 20px;
    }
	
	#browse-list p, #browse-list2 p {
        font-size: 1.3em;
    }


}



#browse-list2 {
	background-color: #EDEDED;
	width: 40%;
	margin-left: 30px;
	padding-left: 20px;
}

#browse-list p {
	margin: 8px 0 8px 0;
	padding: 8px 0 0 0;
	border-top-width: medium;
	border-top-style: dotted;
	border-top-color: #FFF;
	}
	
#browse-list a {
	text-decoration: none;
	}
	
#browse-list a:hover {
	text-decoration: underline;	
	color: #000;

	}	

#browse-list-container {
	height: 600px;
}

img.query {
	float: right;
	width: 25%;
	margin-right: 15px;	
	margin-top: 24px;
	margin-left: 10px;
}

a.query {
	text-decoration: none;
}