/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */


#section-content a,
#section-content a:active,
#section-content a:visited
{
	color: #B2B7BB !important;
}
#section-content a:hover
{
	color: #d4e054 !important;
}

#section-content .field-name-body a,
#section-content .field-name-body a:active,
#section-content .field-name-body a:visited
{
	color: #9090A0 !important;
}
#section-content .field-name-body a:hover
{
	color: #d4e054 !important;
}

img 
{
	border: none;
}

.container-12 .grid-6 {
    width: 460px;
}


@font-face {
    font-family: 'gillsanslightregular';
    src: url('../fonts/gill_sans_-_light-webfont.eot');
    src: url('../fonts/gill_sans_-_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gill_sans_-_light-webfont.woff') format('woff'),
         url('../fonts/gill_sans_-_light-webfont.ttf') format('truetype'),
         url('../fonts/gill_sans_-_light-webfont.svg#GillSansLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.page-home #section-content
{
	font-weight: bold;
}

body
{
	background-color: #D8D8D8;
}

.pane-system-main-menu li 
{
    display: inline;
    font-family: GillSansLightRegular;
    font-weight: normal;
    font-size: 18px;
    left: 12px;
    letter-spacing: 1.5px;
    line-height: 30px;
    list-style-type: none;
    padding-right: 40px;
    position: relative;
    top: 10px;
}

#page
{
    background: none repeat scroll 0 0 #3D102F;
    border-left: 0 solid #FFFFFF;
    border-right: 0 solid #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    text-align: left;
    width: 1000px;
}

.node-book .field-name-body,
.node-issue-article-title-page .field-name-body
{	
	text-align: justify;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 14.7px;
	line-height: 1.6;
	text-indent: 0pt;
}

.front .field-content
{
    color: #B2B7BB;
    font-family: georgia,serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
}

#region-menu
{
    font-family: Gill Sans, Arial, Sans-serif;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1.5px;
    line-height: 30px;
    list-style-type: none;
}
#region-menu ul
{
	list-style-type: none;
	margin-left: -27px;
}
#region-menu li
{
	list-style-type: none;
	float: left;
	list-style-image: none;
	margin-right: 29px;
	font-family: gillsanslightregular;
}
#region-menu a,
#region-menu a:visited,
#region-menu a:active
{
	text-decoration: none;	
	color: #9090A0;
	font-weight: normal;
}
#region-menu a:hover
{
	color: #D6E03D;
}
#section-header {
	padding-top: 51px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D8D8D8;
	background-image: url('../images/WR.png');
	background-position: 902px 30px;
	background-repeat: no-repeat;
}

.node-type-issue #page-title,
.node-type-issue-page #page-title,
.node-type-issue-section #page-title,
.node-type-issue-article-title-page #page-title
{
	display: none;
}

.book-navigation .page-up
{
	display: none;
}
.book-navigation .page-previous,
.book-navigation .page-next
{

	background-image: url('../images/arrow_left.png');
	background-position: 0 420px;
	background-repeat: no-repeat;
	float: none !important;
	left: 0;
	position: absolute;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top: 40px;
	width: 20px !important;
	/* height: 896px; */
	min-height: 896px;
	background-color: #bbb;
}
.book-navigation .page-next
{
	background-image: url('../images/arrow_right.png');
	left: 626px;
}
.book-navigation .page-previous:hover,
.book-navigation .page-next:hover
{
	background-color: #d6e03d;
}


tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
    background: transparent !important;
}
table {
    border: none;
}

.book-navigation ul
{
	display: none;
}
.book-navigation .page-links ul
{
	display: block;
}
.book-navigation .page-links 
{
	border: none;
	padding: 0;
}

.node-type-page #region-content
{
	margin: 23px 0 20px 180px;
	background-image: url('../images/PageHeader.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	width: 490px;
	color: #fff;
	font-family: georgia,serif;
	font-size: 14.7px;
	font-weight: bold;
	line-height: 1.6;
	text-indent: 0;
	color: #000;
	padding: 55px;
}


.node-type-issue #region-content,
.node-type-issue-section #region-content,
.node-type-book #region-content,
.node-type-issue-article-title-page #region-content
{
	width: 660px;
}

.not-front #region-content article
{
	background-color: #FFFFFF;
    margin: 25px 0 25px 20px;
    padding: 3px;
    width: 600px;
    /*
     * height: 926px;
     */
    min-height: 926px;
}
.node-type-page #region-content article
{
	background-color: transparent;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
}
.not-front #region-content article .field-name-body
{
	padding: 20px 50px;
}
.node-type-page #region-content article .field-name-body
{
	padding: 0;
}


.node-type-book #region-content article,
.node-type-issue-article-title-page #region-content article
{
	background-image: url('../images/PageHeader.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	/* height: 872px; */
	min-height: 872px;
}

.node-type-book #region-content article p,
.node-type-issue-article-title-page #region-content article p
{
	margin-bottom: 0;
}


.views-field-field-cover-image
{
	margin: 45px 20px;
	float: left;
}
.views-field-field-cover-image-over {
    float: left;
    margin: 45px 20px;
}

#block-block-1
{
	float: right;
	width: 480px;
	text-align: center;
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #A9A9A9;
	padding-top: 45px;
}

#block-block-1 a
{
	color: #d4e054 !important;
}

#block-block-2
{
	clear: both;
	width: 930px;
	text-align: center;
	font-size: 18px;
	font-family: Georgia, serif;
	font-weight: normal;
	color: #A9A9A9;
}

#block-menu-block-2 .block-title
{
    color: #FFFFFF;
    font-family: Georgia, serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin: 0 -10px -10px;
    padding-bottom: 5px;
    text-align: center;
    text-transform: uppercase;
}
#block-menu-block-2 .block-title a
{
	text-decoration: none;
}

#block-menu-block-2 .menu li a
{
	color: #9090A0 !important;
	padding-bottom: 5px;
	font-size: 18px;
	text-decoration: none;
}
#block-menu-block-2 .content 
{
	border-top: 1px solid #fff;
	padding-top: 8px;
}

#block-menu-block-2 ul li
{
	line-height: 150%;
	font-family: gillsanslightregular;
}
#block-menu-block-2 ul.menu li a:hover
{
	color: #d4e054 !important;
}

#block-menu-block-2
{
    left: 10px;
    position: absolute;
    top: 500px;
    width: 240px;
}

.view-table-of-contents
{
	color: #fff;
}

#block-wagish-wagish-page-footer
{
    left: 70px;
    position: relative;
    top: -65px;
    width: 556px;
    padding: 10px 0;
}

.views-field-field-thumb-small
{
	display: none;
}

.views-field-field-thumb-off
{
	float: left;
	margin-right: 6px;
}

.field-name-field-toc-title
{
	font-family: Georgia, serif;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 0 30px 0px 30px;
	line-height: 110%;
}
.field-name-field-subtitle
{
	font-family: Georgia, serif;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0px 60px 0px 60px;
	line-height: 110%;
}
.field-name-field-author
{
	font-family: GillSansLightRegular;
	font-size: 18px;
	text-align: center;
	padding: 10px 0 0 0;
	margin: 0 30px -10px 30px;
}

body.node-type-issue-article-title-page .field-name-field-author
{
	margin-bottom: 10px;
}

article blockquote
{
	float: right;
	width: 300px;
	line-height: 120%;
	text-align: center;
}

nav.links
{
	display: none;
}

.hide
{
	display: none;
}


ul li.collapsed {
    list-style-image: url("../images/plus.jpg.png");
    list-style-type: none;
}

ul li.expanded {
    list-style-image: url("../images/minus.jpg.png");
    list-style-type: none;
}

ul li.leaf {
    list-style-image: none;
    list-style-type: none;
}


.page_count,
.page_title
{
	float: left;
	width: 470px;
	text-align: left;
}
.page_count
{
	float: left;
	width: 30px;
	text-align: left;
}


#block-system-main hr
{
	color: #000;
	background-color: #000;
	margin: 10px 0;
	width: 100% !important;
}

#block-wagish-wagish-page-thumbs
{
	position: relative;
	top: 40px;
	width: 260px;
}

.section_title {
    color: #FFFFFF;
    float: right;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    width: 194px;
    font-family: Georgia;
    line-height: 100%;
    position: relative;
    left: 15px;
}
.section_title .author {
	font-size: 12px;
}
.article_thumbs
{
	clear: both;
	margin-left: -3px;
}
#section-content .article_thumbs a
{
	display: block;
	float: left;
	height: 32px;
	margin: 4px 1px -1px;
	text-indent: -9999px;
	width: 20px;
	text-align: center;
	padding: 20px 10px 10px 10px;
	background-image: url( '../images/page.png' );
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 2px solid transparent;
}
#section-content .article_thumbs a:hover
{
	text-indent: 0;
	color: #000 !important;
	font-size: 16px;
	font-weight: bold;
	background-image: url( '../images/page-over.png' );
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: .8;
}
#section-content .article_thumbs a.active
{
	border: 2px solid #D4E054;
}


.menu-mlid-616 li,
.menu-mlid-502 li,
.menu-mlid-614 li,
.menu-mlid-624,
.menu-mlid-699 li,
.menu-mlid-679 li,
.menu-mlid-731,
.menu-mlid-678 li,
.menu-mlid-760 li,
.menu-mlid-881 li,
.menu-mlid-782 li,
.menu-mlid-883 li,
.menu-mlid-884,
.menu-mlid-881,
.menu-mlid-995,
.menu-mlid-884 li,
.menu-mlid-899 li,
.menu-mlid-890 li,
.menu-mlid-1167,
.menu-mlid-1003 li,
.menu-mlid-1034 li,
.menu-mlid-1286,
.menu-mlid-1185 li,
.menu-mlid-1306 li,
.menu-mlid-1314 li,
.menu-mlid-1323 li,
.menu-mlid-1416,
.menu-mlid-1416 li,
.menu-mlid-1416 li,
.menu-mlid-1431 li,
.menu-mlid-1431,
.menu-mlid-1437 li,
.menu-mlid-1432 li,
.menu-mlid-1670,
.menu-mlid-1670 li,
.menu-mlid-1597 li,
.menu-mlid-1666 li
{
	display: none !important;
}

.menu-mlid-616,
.menu-mlid-502,
.menu-mlid-614,
.menu-mlid-624,
.menu-mlid-699,
.menu-mlid-679,
.menu-mlid-678,
.menu-mlid-760,
.menu-mlid-881,
.menu-mlid-782,
.menu-mlid-883,
.menu-mlid-884,
.menu-mlid-890,
.menu-mlid-899,
.menu-mlid-1003,
.menu-mlid-1034,
.menu-mlid-1185,
.menu-mlid-1306,
.menu-mlid-1323,
.menu-mlid-1314,
.menu-mlid-1416,
.menu-mlid-1432,
.menu-mlid-1431,
.menu-mlid-1437,
.menu-mlid-1597,
.menu-mlid-1666
{
	list-style-image: none !important;
}


.front #block-block-1 img
{
	border-width: 2px !important;
}


.fulljustify {
    font-weight: bold;
    line-height: 100%;
    margin: 0 !important;
    padding: 0;
    text-align: justify;
    width: 360px;
    height: 24px;
}
.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%
}

.front table .rtecenter img 
{
	border-color: #D4E054 !important;
}

.front table .rtecenter img:hover
{
	border-color: #fff !important;
}

body.page-node-1147 .section_title
{
	display: none;
}

