/*
Theme Name: RJOasis
Theme URI: https://www.roadjunkyoasis.com
Author: Bettina Helmstädt / Zahara MH
Author URI: http://zaharamh.com
Description: 
Version: 1.0
Tags:

*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: url(img/bg2.jpg) top center #fff; width: 960px; margin:0 auto;
	position: relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #222;
	font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.7rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: mediumBlue;
}
a:visited {
	color: royalBlue;
}
a:hover,
a:focus,
a:active {
	color:royalBlue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text {
	display: none;
}

/* =Menu
----------------------------------------------- */
.main-navigation { background: url(img/RJlogo.png) no-repeat top center ; padding-top:100px;
	clear: both;
	display: block;
	float: left;
	margin-top:-90px;
	width: 7.3em;
	text-transform: uppercase;
	font-family:DowncomeRegular, sans-serif; 
	font-size:1.5em;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	position: relative;
}
.main-navigation a {
	color:#222;
	display: block;
	text-decoration: none;
	border-bottom:1px solid #222;
	padding:0.2em;
}

.main-navigation li:last-of-type a { border-bottom:0; }

.main-navigation a:hover,
.main-navigation a:focus {color: #57433C; }

.main-navigation .current-menu-item a { color:#57433C; }
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	z-index: 99999;
	
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	font-family:sans-serif; font-size: 0.6em; padding-left:1em; text-transform:none; color:#000;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

#menu-languages {
	list-style-type: none;
    position: absolute;
    right: 1em;
    top: -1.5em;
}

#menu-languages li {
	display: inline-block;
}

#menu-languages a{
	color: #666666;
    font-size: 0.8em;
    padding: 0 0.3em;
    text-decoration: none;
    text-transform: lowercase;
}

#menu-languages .current-menu-item a{
	font-weight: bold;
}

#menu-languages a:hover,
#menu-languages a:focus {
	color: #222;
	border-bottom: 1px solid;
}
/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 0.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */
.site-header hgroup  a{ background: url(img/banne2r.png) no-repeat top right; color:transparent; height:10em;  padding-left: 13em;
    width: 730px; display:block; Z-index:2; position:relative; margin-top:2em;}
.site-header hgroup,
.site-header hgroup a { color:transparent; }

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	/* width: auto;  Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
	color:#005200;
	font-size:smaller; 
}
.wp-caption .wp-caption-text {
	margin: 0.5em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em 11em;
	overflow: hidden;
}

#content .site-navigation#nav-below {
	margin: 0 0 1.5em 0;
}

#content .site-navigation a { color: #005200; text-decoration:none;}
#content .site-navigation a:hover,
#content .site-navigation a:focus { text-decoration:underline; }
#content .nav-previous {
	float: left; padding-left:2em;
	width: 45%;
}
#content .nav-next {
	float: right; padding-right:2em;
	text-align: right;
	width: 45%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	border-top:2px solid #222; text-align:center; padding:0.5em; color: #222; font-size:0.9em;
}

#main .widget {
	border-top:1px solid #a99;
}

#secondary aside:first-of-type a { display:block; margin:0 auto; }
 #secondary aside:first-of-type a:hover,
#secondary aside:first-of-type a:focus { }

#secondary aside:nth-of-type(2) { padding: 0.5em 0.2em 0.5em 1em; border:0; }
#secondary aside:nth-of-type(2) h2 { font-size:2em; padding-top:0.1em; font-family: 'DowncomeRegular', sans-serif;}
#secondary aside:nth-of-type(2) { background: url(img/cal_bg.png) repeat-y 100% center; list-style-type:none; margin:0; text-align:left; padding-left:1.5em; padding-bottom:1em; color:#000;}
#secondary aside:nth-of-type(2) h3 { font-weight:bold; }
#secondary aside:nth-of-type(2) ul  a { text-decoration:none; color: #005200; }
#secondary aside:nth-of-type(2) ul  a:hover,
#secondary aside:nth-of-type(2) ul  a:focus { border-bottom:1px solid #005200;}
#secondary aside:nth-of-type(2) ul span.data { font-variant:small-caps; font-size:1em; margin-bottom: -3px;}
#secondary aside:nth-of-type(2) ul span { font-weight:normal; display:block; font-size:0.8em;}
#secondary aside:nth-of-type(2) li { margin-bottom:0.5em; }

/* Search widget --------------------------- */
#searchsubmit {
	display: none;
}
#main .tag { background: rgb(150, 91, 65);
	background: none repeat scroll 0 0 rgba(150, 91, 65, 0.6) !important;
    color: #FFFFFF;
    display: block;
    font-style: italic;
    font-variant: normal;
    font-weight: normal;
    margin-left: 2px;
    margin-top: -12px;
    padding: 10px 125px;
    position: relative;
    text-align: center;
    width: 482px; }

#main .tag a { color: white; display: block; position: absolute; right: 20px; top: 40px; }
#main .tag strong { font-style:normal;}

/* Main content area ------------------ */
article.hentry  { display: inline-block; margin: 0 1em; width: 730px; }
article.post { }
#main { margin-left:12em; margin-top: -90px; }
.single-post #main { margin-top: -60px; }
/* alternative banners */
.page-id-75 .hentry,
.home .hentry { margin-bottom: 1em;}
.page-id-75 .hentry .thumb,
.home .hentry .thumb { float:left; padding:0 1em 0.5em 0;}
.page-id-75 .hentry:nth-of-type(2n) .thumb,
.home .hentry:nth-of-type(2n) .thumb{float:right; padding: 0 0 0.5em 1em;}
.entry-summary p { float:left; width:410px; margin-bottom:0.5em; }
.hentry .more { font-weight:bold; color:#000; display:block; text-decoration:none;}
.home .hentry .more:hover,
.home .hentry .more:focus { text-decoration:underline; }
.page-id-75 .hentry p:last-of-type,
.home .hentry p:last-of-type { margin-bottom:0; }
.widget_calendar h1,
.hentry .entry-title { text-transform: uppercase; font-size:1.7em; font-family: 'DowncomeRegular', sans-serif; color:#000;}
.hentry .entry-title a { text-decoration:none; color:#000; }
.hentry .entry-title a:hover,
.hentry .entry-title a:focus { color: #b98b71;}
.hentry .entry-title .starts,
.hentry .entry-title .ends { color: #005200; font-family: sans-serif; font-size: 18px; font-variant: small-caps;
    font-weight: bold; text-transform: lowercase; }
.entry-date { font-size:1.3rem; }
.attachment-thumbnail { float: left; margin: 0 1rem 1rem 0; }
/* Footer  ---------------------------- */
.site-footer { clear:both; text-align:center; padding-top:1em;}
.site-footer ul { list-style-type: none; font-size:smaller;  }
.site-footer ul li,
.site-footer ul li a { color: #000; display:inline-block; padding: 0 1em; text-decoration:none; }
.site-footer ul li { border-left:1px solid; }
.site-footer ul li:first-of-type { border-left:0; }
.site-footer ul li a:hover,
.site-footer ul li a:focus,
.site-footer .credits a:hover,
.site-footer .credits a:focus { text-decoration:underline; }
.site-footer .credits { font-size:70%; }
.site-footer .credits a  { color: #000; text-decoration:none;}
/* Font   ---------------------------- */
@font-face {
    font-family: 'DowncomeRegular';
    src: url('inc/downcome-webfont.eot');
    src: url('inc/downcome-webfont.eot?#iefix') format('embedded-opentype'),
         url('inc/downcome-webfont.woff') format('woff'),
         url('inc/downcome-webfont.ttf') format('truetype'),
         url('inc/downcome-webfont.svg#DowncomeRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Secondary sidebar------------------ */
#secondary { clear: left; display: block; float: left; width: 11em; }

/* Mailchimp form------------------ */
input[type="text"],
input[type="email"],
form textarea {
    border: 1px solid #f6ecd6;
    border-radius: 10px;
	margin-bottom:0.5em;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border-radius: 10px;
    background: #BA8A71;
    box-shadow: 0 2px 1px #FFFFFF inset;
	color:#fff;
    cursor: pointer;
    font-size: 1.5rem;
	font-weight:bold;
    padding: 0.5em 1.5em;
    text-shadow:none;
	box-shadow:none;
	border:0;

}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background: #000; }
#mc_signup_form { color:#005200; }
#mc-indicates-required { display:none; }
ul.mc_list { margin:0; }
ul.mc_list li { display:inline-block; }
#mc_signup_form .mc_var_label { position:absolute; padding:0 0.5em; text-transform:lowercase;}
/* Program page ------------------ */

/* RJ Ring links --------------------- */
.rjring div { 
	color: #000000;
    display: inline-block;
	margin: 0 0.5em;
	max-width: 353px;
    vertical-align: top;
}

.rjring h3 a{
	color: #000000;
	font-family: 'DowncomeRegular';  
	font-size: 2em;
    line-height: 1em;
	text-decoration: none;
}

#main .widget {
	display: inline-block;
	margin-left: 1em;
	width:100%;
}

#main .widget-title {
	font-family: serif;
    font-size: 1.4em;
	line-height:2em;
    text-align: center;
}

/* FAQ   page ------------------ */
.hentry .arconix-faq-wrap { background:rgba(255,255,255,0.7); border:0; color:#000;}
.hentry .arconix-faq-title { font-weight:bold; background: url("img/toggle_closed.gif") no-repeat scroll left center transparent;
 padding: 0 0 0 20px; }
 .hentry .arconix-faq-title:hover,
 .hentry .arconix-faq-title:focus { text-decoration:underline;  }
.hentry .arconix-faq-title.active { background: url("img/toggle_open.gif") no-repeat scroll left center transparent; }
/*#content iframe { height:200px; }*/
.contactform_error { color: red; }