@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/* Mobile Layout: 549px and below. */

.gridContainer {
	width: 92%;
	padding-left: 4%;
	padding-right: 4%;
}

#RitchieTop_bar {
	text-align: center;
}

#site_menu_bar {
	display: none;
}

#site_menu_bar_MINI {
	display: block;
}

#site_menu_bar img[name="logo"] {
	display: block;
	float: none;
}

#site_menu_bar #site_menu { 
	display: block;
	float: none;
	text-align: left;
    margin-left: -5px;
	padding-top: 20px;
}

#leftcolumn {
	clear: both;
	width: 100%;
	padding-top: 10px;
}

#article_title {
	font-size: 17px;
}

#articleBody p {
	line-height: 18px;
}

#rightwrap {
	display: block;
	transition: max-height 1s cubic-bezier(0.7, 0.2, 0.2, 0.2);
    overflow: hidden;
	max-height: 0px;	
}

#rightcolumn {
	float: none;
	margin-left: auto;
	margin-right: auto;	
	width: 85%;
	background-color: #f7f7f7;	
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;	
	padding-bottom: 10px;
}

#lefthalf {
	padding-top: 15px;
	padding-bottom: 30px;	
	padding-left: 2%;
	padding-right: 2%;
}

#righthalf {
	padding-bottom: 30px;
	padding-left: 2%;
	padding-right: 2%;	
}

#issue_cover img {
	max-width: 200px;
}

#issue_index_date {
	display:none;	
}

#covers_on_off {
	display: none;	
}

.issue_covers {
	padding-left: 2%;
	padding-right: 2%;
}

.issue_covers p {
	padding-left: 0px;
	padding-right: 0px;	
}

.cover {
	top: -10px;
}

.cover img {
	display: none;	
}

#otherIndexes a {
	padding-left: 0.5%;
	padding-right: 1%;
	border-right: none;
}

.form-wrapper {
	background: #fff;
}

.form-wrapper input {
	background: #fff;
}

.form-wrapper input:focus {
	background: #fff;
}

.form-wrapper input {
    width: 50%;
}

.form-wrapper button {
	font-weight: normal;
	width: 80px;
}  

#RitchieBottom_subscribe {
	padding-bottom: 10px;
}

.RitchieBottom_subscribe_right {
	float: left;
	text-align: left;
	padding-left: 0px;
	padding-right: 40px;	
}


/* Tablet Layout: 550px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 550px) {

.gridContainer {
	width: 94%;
	padding-left: 3%;
	padding-right: 3%;
}

#RitchieTop_bar {
	text-align: right;
}

#site_menu_bar {
	display: block;
}

#site_menu_bar_MINI {
	display: none;
}

#site_menu_bar #site_menu { 
	text-align: center;
}

#leftcolumn {
	clear: none;
	width: 66%;
	padding-top: 5px;
}

#article_title {
	font-size: 20px;
}

#articleBody p {
	line-height: 20px;
}

#rightwrap {
	display: inline;
    transition: none;
    overflow: auto;
	max-height: none;
}

#rightcolumn {
	float: right;
	width: 23%;
	background-color: #EEE;	
	padding-top: 10px;
	padding-bottom: 20px;	
	padding-left: 25px;
	padding-right: 25px;
}

#issue_cover img {
	max-width: none;
}

#issue_index_date {
	display: inline;
}

#lefthalf {
	clear: none;
	float: left;	
	width: 46%;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 2%;
}

#righthalf {
	clear: none;
	float:right;
	width: 46%;
	padding-top: 15px;
	padding-left: 2%;
	padding-right: 2%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;	
	background-color:#eee;
	
}

#covers_on_off {
	display: block;	
}

.issue_covers {
	padding-left: 0px;
	padding-right: 0px;	
}

.issue_covers p {
	padding-left: 10%;
}

.cover {
	top: -30px;
}

.current_year .cover img {
	display: inline;
}


#otherIndexes a {
	padding-left: 0.6%;
	padding-right: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC; 
}

.twoColumn {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

.twoColumn .author {
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */	
}

.form-wrapper {
	background: #f0f0f0;
}

.form-wrapper input {
	background: #f0f0f0;
}

.form-wrapper input:focus {
	background: #f0f0f0;
}

.form-wrapper input {
    width: 310px;
}

.form-wrapper button {
	width: 90px;
	font-weight: bold;
}

.RitchieBottom_subscribe_right {
	float: right;
	text-align: right;
	padding-left: 40px;
	padding-right: 0px;
}


/* Desktop Layout: 769px to a max of 1150px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	margin-left: auto;
	margin-right: auto;		
	width: 96%;
	max-width: 1150px;
	padding-left: 2%;
	padding-right: 2%;
}

#leftcolumn {
	padding-top: 20px;	
}

#site_menu_bar img[name="logo"] {
	display: inline;	
	float: left;
}

#site_menu_bar #site_menu { 
	display: inline;
	float:left;
	margin-top: 43px;
	margin-left: 15px; 
	text-align: left;
	padding-top: 0px;	
}

#articleBody p {
	line-height: 22px;
}

#rightcolumn {
	padding-top: 25px;
	padding-left: 35px;
	padding-right: 35px;	
}

#RitchieBottom_subscribe {
	padding-bottom: 0px;
}

}