/* -STYLES- */
/* see also content.css */


#header_search a {
	font-size: .9em;
}

#nav, #nav a {
	color: white;
}

#nav a {
	text-decoration: none;
}

#nav ul {
	font-family: 'Fette1451Engschrift';
}

#nav ul li {
	font-size: 1.6em;
	text-transform: uppercase;
}

#nav li ul li {
	font-size: .625em;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#nav li ul a {
	color: black;
}

div.slide_text {
	color: white;
}

div.slide_text h2 {
	font-family: 'Eksja';
	font-size: 3.5em;
	font-weight: normal;
}

div.slide_text h3 {
	font-weight: normal;
	font-size: 1em;
}

div.slide_text a {
	color: white;
}

#home_slide_controls {
	color: white;
	font-weight: bold;
}

#home_slide_controls a {
	color: white;
}

#home_slide_controls a.active {
	color: #c49b26;
}



div#content {
	line-height: 1.4;
}

div#content h2 {
	font-family: 'Eksja';
}

#main h2.title, .h2-title {
	font-family: 'Eksja';
	font-weight: normal;
	font-size: 2em;
	margin: 0;
}

div.node div.deck {
	font-size: 1.2em;
	margin-bottom: 0;
	font-family: 'Eksja';
}

div.section-date-author, div.field-field-issue {
	font-size: .85em;
	line-height: 1.5em;
}


#sidebar h3 {
	font-family: 'Eksja';
	color: #3a3c3d;
	font-size: .9em;
	text-transform: uppercase;
	margin-top: 0;
}

#footer_top, #footer_top a {
	color: white;
}

#footer_top {
	font-size: 1.1em;
	line-height: 1.6em;
}

#footer h2 {
	font-family: 'Eksja';
	font-size: 1em;
	text-transform: uppercase;
	margin-top: 0;
}

#footer h4.promo {
	font-family: 'Fette1451Engschrift';
	text-transform: uppercase;
	font-size: 2.2em;
	margin: 0;
}

#footer_message a{
	color:#C3CDBA;
}

#footer_bottom, #footer_bottom a {
	color: #55544b;
}

#footer_bottom {
	font-size: .8em;
}

#footer_bottom a {
	font-weight: bold;
}

/* xSTYLESx */
/* -LAYOUT- */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(images/body_bg.jpg);
	background-position: top center;
}

div#container {
	width: 1000px;
	margin: 0 auto;
}

div#header {
	height: 201px;
	background-image: url(/sites/default/files/header_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	z-index: 10;
}

#header h1#header_logo {
	margin: 0;
	padding: 0;
	width: 436px;
	height: 112px;
	position: absolute;
	top: 41px;
	left: 42px;
	background-image: url(images/header_logo.png);
	background-repeat: no-repeat;
}

#header_logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -1000em;
}

div#nav {
	width: 537px;
	height: 152px;
	position: absolute;
	right: 0;
	bottom: -30px;
	background-image: url(images/nav_bg.png);
	background-repeat: no-repeat;
}

div#header_search {
	text-align: right;
	padding: 18px 39px 0 0;
}

#header_search p {
	margin: 0 0 3px;
}

#header_search form {
	width: 213px;
	padding: 0 5px;
	background-color: white;
	float: right;
}

#header_search .form-item {
	margin: 0;
	display: inline;
}

#header_search input.form-text {
	background-color: transparent;
	border: 0;
	float: left;
	height: 24px;
	margin: 0;
	padding: 0;
	width: 185px;
}

#header_search input.form-submit {
	border: 0;
	float: right;
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	text-indent: -1000em;
	cursor: pointer;
	background-image: url(images/header_search_button.gif);
	background-position: 1px 3px;
	background-color: transparent;
	background-repeat: no-repeat;
}

div#nav_menu {
	position: absolute;
	bottom: 38px;
	width: 100%;
	text-align: center;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: inline-block;
}

#nav ul li:hover {
	/* background-color: #143a48; /* 100 */
	background-color: #501f16;
}

#nav ul li a {
	display: block;
	padding: 0 6px;
}

#nav li ul {
	position: absolute;
	top: 100%; 
	background-color: white;
	box-shadow: 0 0 7px 1px rgba(0,0,0,0.75);
	text-align: left;
	padding: 3px;
	width: 135px;
	display: none;
}

#nav li:hover ul {
	display: block;
}

#nav li ul li {
	display: block;
}

#nav li ul li:hover {
	background-color: #807d6d;
}


#nav li ul li a {
	display: block;
	padding: 6px;
}

#nav li ul li:hover a {
	color: white;
}

div#main {
	position: relative;
	background-color: white;
}

div#home_slides {
	position: relative;
	width: 100%;
	height: 327px;
}

div#home_slides div.slide {
	position: relative;
	display: none;
}

div#home_slides div.slide:first-child {
	display: block;
}

#home_slides div.slide div.slide_text {
	position: absolute;
	left: 47px;
	top: 112px;
}

div.slide_text h2, div.slide_text h3 {
	margin: 0;
}

div#home_slide_controls {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 120px;
	height: 36px;
	background-image: url(images/slide_controls.png);
	line-height: 36px;
	padding: 2px 0 0 32px;
	z-index: 100;
}

#home_slide_controls a {
	display: block;
	float: left;
	outline: none;
	padding: 0 3px;
	margin-right: 2px;
}

#home_slide_controls a.back {
	width: 8px;
	height: 36px;
	background-image: url(images/slide_prev.png);
	text-indent: -1000em;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: center center;
}
#home_slide_controls a.forward {
	width: 8px;
	height: 36px;
	background-image: url(images/slide_next.png);
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: center center;
}

#main div#content {
	float: right;
	width: 620px;
	margin: 0 54px 0 0;
	padding: 65px 0 40px;
}

.wide_content #main div#content {
	width: auto;
	margin-left: 40px;
	float: none;
}

div#facebook-like {
	float: right;
}

div.addthis_toolbox {
	clear: right;
	float: right;
}

div.node-in-list {
	margin-top: 30px;
}

div.node_theme {
}

.node_theme ul.inline li {
	padding-left: 0;
}

div.node div.section-date-author {
	margin-top: 10px;
}

div.node div.field-field-issue,
.node-type-blog .section-date-author {
	background-image: url(images/main_rule.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding-bottom: 12px;
	margin-bottom: 1em;
}

div.node-in-list div.field-field-issue {
	background-image: none;
	padding-bottom: 0;
}

#main div#sidebar {
	float: left;
	width: 250px;
	margin: 0 0 0 40px;
	padding: 65px 0 40px;
}

#sidebar div.section {
	background-image: url(images/main_rule.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 18px 0 20px;
}

#sidebar div.block:first-child div.section {
	padding-top: 0;
}

#sidebar div.block:last-child div.section {
	background-image: none;
	padding-bottom: 0;
}

#footer_top {
	background-color: #76806d;
	padding: 20px 0;
	border-radius: 0 0 6px 6px;
}

#footer_top_inner {
	background-image: url(images/footer_columns.gif);
	background-repeat: repeat-y;
	background-position: 250px 0;
}

#footer_top_inner_inner {
	width: 750px;
	float: right;
}

#footer_message {
	width: 440px;
	padding: 0px 30px;
	float: left;
}

#footer_connect {
	width: 194px;
	padding: 0px 28px;
	float: right;
}

#fb_holder {
	background-color: #d4cfb6;
	border-radius: 6px;
}

#footer_issue {
	width: 194px;
	padding: 0 28px;
	float: left;
}

#footer div.section {
	padding: 18px 0 20px;
	background-image: url(images/footer_rule.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

#footer div.section:first-child {
	padding-top: 0;
}

#footer div.section:last-child {
	background-image: none;
	padding-bottom: 0;
}

#footer_bottom {
	padding: 23px 24px;
}

#footer_copy {
	width: 700px;
	float: left;
}

#footer_links {
	width: 332px;
	float: right;
	text-align: right;
}

/* xLAYOUTx */

/* -MISC- */

div.view-content .item-list ul {
	margin: .5em 0;
	padding: 0;
}

div.view-content .item-list ul li {
	margin: .5em 0;
	padding: 0;
	list-style-type: none;
}

div.view-authors div.attachment {
	font-size: 1.2em;
	margin: .5em 0;
}

img#article_page_thumb, img#article_issue_thumb {
	display: block;
	margin: 0 -1px;
	border: 1px solid #bebbad;
}

div.related-terms {
	display: none;
}

div.comment {
	margin: 1em 0;
	padding: 8px;
}

div.comment-bar {
	color: #393939;
}

div.comment.odd {
	background-color: #f1f1f1;
}

/* xMISCx */

/* -UTILITY- */
.clear {
	clear: both;
}
/* xUTILITYx */

/* Comment Feed */
.list-of-comments  .views-field-view-comment{ 
	margin-bottom: 40px;
}

.list-of-comments .views-field-subject{
	font-weight:bold;
	font-size:1.2em;
}



/* Homepage Redesign */

.front #main {
	background-color:#76806d;
	border-radius:0 0 6px 6px;
}

.front #main div#content {
	width:75%;
	float:left;
	padding:0;
	margin-right:0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background-color:#fff;
	border-radius:0 0 0 6px;
	min-height:948px;
}

.front #footer {
	width:25%;
	float:right;
}

.front #footer_top_inner_inner,
.front #footer_issue,
.front #footer_connect,
.front #footer_message {
	width:100%;
	float:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.front #footer_issue,
.front #footer_connect,
.front #footer_message {
	padding:0;
	margin-bottom:3em;
}

.front #footer_top {
	padding:40px 0 20px 0;
}

.front #footer_top_inner_inner {
	padding: 0 28px;
}

#home_slides {
	background-color:#000;
}

#home_slides .view-blog-posts {
	width:100%;
	height:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#home_slides .view-blog-posts .views-row {
	width:500px;
}

#home_slides .view-blog-posts .view-content {
	position:relative;
	width:100%;
	height:100%;
}

#home_slides .view-blog-posts .views-field-nothing-1 {
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	background-repeat:no-repeat;
	background-position:center;
	background-size:100%;
	background-size:cover;
	opacity:0.4;
}

.blog-image-1 {
	background-image:url('images/RWbackground_1.jpg');
}

.blog-image-2 {
	background-image:url('images/RWbackground_2.jpg');
}

.blog-image-3 {
	background-image:url('images/RWbackground_3.jpg');
}

.blog-image-4 {
	background-image:url('images/RWbackground_4.jpg');
}

.blog-image-5 {
	background-image:url('images/RWbackground_5.jpg');
}

.blog-image-6 {
	background-image:url('images/RWbackground_6.jpg');
}

.blog-image-7 {
	background-image:url('images/RWbackground_7.jpg');
}

.blog-image-8 {
	background-image:url('images/RWbackground_8.jpg');
}

.blog-image-9 {
	background-image:url('images/RWbackground_9.jpg');
}

.blog-image-0 {
	background-image:url('images/RWbackground_0.jpg');
}

#home_slides .views-field-created,
#home_slides .views-field-title,
#home_slides .views-field-field-op-author-nid,
#home_slides .views-field-body {
	padding-left:40px;
	position:relative;
	z-index:5;
}

#home_slides .views-field-created {
	font-family: 'Eksja';
	font-size:0.8em;
	color:#ccc;
	text-transform:uppercase;
	margin-bottom:1em;
	padding-top:40px;
}

#home_slides .views-field-title a {
	font-family: 'Eksja';
	font-size:2.8em;
	font-weight:bold;
	color:#e6ba3d;	
}

#home_slides .views-field-title a:hover {
	text-decoration:none;
}

#home_slides .views-field-field-op-author-nid,
#home_slides .views-field-field-op-author-nid a {
	font-family:'Fette1451Engschrift';
	font-size:1.1em;
	color:#fff;
	text-transform:uppercase;
}

.view-blog-posts .views-field-field-op-author-nid a {
	text-decoration:underline;
}

#home_slides .views-field-body {
	color:#fff;
	line-height:1.6em;
	margin-top:2em;
}

#home_slides .views-field-nothing {
	position:absolute;
	top:66px;
	right:40px;
	display:inline-block;
	z-index:5;
}

#home_slides .views-field-nothing a {
	display:inline-block;
	color:#e6ba3d;
	font-family:'Fette1451Engschrift';
	text-transform:uppercase;
	border:1px solid #e6ba3d;
	padding:10px 30px;
}

#home_slides .views-field-nothing a:hover {
	background-color:#e6ba3d;
	border:1px solid #e6ba3d;
	color:#fff;
	text-decoration:none;
}

#more-blog-posts {
	padding:28px 40px;
}

#more-blog-posts .view-blog-posts .view-header {
	position:relative;
	margin-bottom:2.2em;
}

#more-blog-posts .view-blog-posts .views-row {
	position:relative;
	margin-bottom:2em;
}

#more-blog-posts .view-blog-posts .views-field-created {
	display:inline-block;
	position:absolute;
	top:9px;
	right:0;
	color:#eee;
	font-size:0.8em;
	text-transform:uppercase;
}

#more-blog-posts .view-blog-posts .views-row:hover .views-field-created {
	color:#ccc;
}

#more-blog-posts .view-blog-posts .views-field-title {
	margin-right:200px;
}

#more-blog-posts .view-blog-posts .views-field-title a {
	font-family:'Eksja';
	font-size:1.45em;
	font-weight:normal;
}

#more-blog-posts .view-blog-posts .views-field-field-op-author-nid,
#more-blog-posts .view-blog-posts .views-field-field-op-author-nid a {
	font-family:'Fette1451Engschrift';
	font-size:1.05em;
	color:#aaa;
	text-transform:uppercase;
}

#more-blog-posts .view-blog-posts .views-field-body-1 {
	margin-top:1em;
}

.view-blog-posts .pager {
	padding:20px 0;
	margin:5em 0 0 0;
	text-align:right;
	background-image: url(images/main_rule.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.view-blog-posts .pager .pager-item,
.view-blog-posts .pager .pager-next,
.view-blog-posts .pager .pager-last {
	margin:0 0 0.25em 1em;
}

.view-blog-posts .pager .pager-item a,
.view-blog-posts .pager .pager-next a,
.view-blog-posts .pager .pager-last a {
	font-family:'Fette1451Engschrift';
	text-transform:uppercase;
	color:#0b5a77;
}

.view-blog-posts .pager .pager-current {
	font-family:'Fette1451Engschrift';
	text-transform:uppercase;
	color:#aaa;
}

.node-type-blog .field-field-main-image img {
	max-width:620px;
	max-width:100%;
	height:auto;
	margin:1em 0;
}

.node-type-blog .breadcrumb {
	visibility:hidden;
}

.node-type-blog .breadcrumb a[href="/"] {
	visibility:visible;
}

.node-type-blog .node .blog_usernames_blog {
	display:none;
}

#footer_message p.welcome {
	color: #e6ba3d;
}

#footer_message p.subscriber-update a {
	display: inline-block;
	background-color: #e6ba3d;
  color: white;
  font-family: 'Eksja';
  /*text-transform: uppercase;*/
  border: 1px solid #e6ba3d;
  padding: 10px 10px;
  text-align: center;
}

#footer_message p.subscriber-update a:hover {
	background-color: #F9C83F;
  /*color: #76806d;*/
  text-decoration: none;
}