/*
Theme Name: Ash
Theme URI: http://ash33.net
Description: Master theme for Ash International loosly based off of Twenty Ten by the Wordpress Team.
Author: Yann Novak Design
Version: 1.0
*/


/* =Reset default browser CSS.
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0;
	width: 69%;
	padding-left: 60px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#content {
	margin: 0 50px 0 0;
}
#sidebar {
	float: left;
	overflow: hidden;
	max-width: 31%;
	padding-left: 50px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media all and (max-width: 768px) {
	#container {
		margin: 0;
		width: 100%;
		padding: 0 30px;
	}
	#content {
		margin: 0;
	}
	#sidebar {
		max-width: 100%;
		padding: 0 30px;
		width: 100%;
	}
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	max-width: 640px;
}


/* =Fonts
-------------------------------------------------------------- */
#access .menu,
#access div.menu ul,
.entry-meta,
body,
input,
textarea,
.page-title span,
.pingback a.url
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-utility,
.navigation,
#wp-calendar,
.wp-caption-text {
	font-family: "Courier New", Courier, monospace;
}
#site-info,
#site-title,
.entry-title,
.page-title,
.widget-title,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
main,
#wrapper {
	margin: 0 auto;
	max-width: 1000px;
}
#wrapper {
	background: #fff;
	border-bottom: 1px solid #000;
	padding: 0 0 50px 0;
}


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

/* Main global 'theme' and typographic styles */
body {
	background: #fff;
	padding: 0 30px 50px;
}
body,
input,
textarea {
	color: #000;
	font-size: 12px;
	line-height: 15px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: none;
	margin: 0 0 18px 1.5em; 
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
textarea {
	background: #f9f9f9;
	border: 1px solid #bfbfbf;
	padding: 2px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
input[type=submit] {
	background-color: #bfbfbf;
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
input[type=submit]:hover {
	background-color: #000;
}
input:focus,
input[type=submit]:focus,
textarea:focus {
	border: 1px solid #000;
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
}
a:link {
	color: #000;
	border-bottom: 1px dotted #bfbfbf;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
a:visited {
	color: #000;
	border-bottom: 1px dotted #bfbfbf;
	text-decoration: none;
}
a:active,
a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}


/* =Header
-------------------------------------------------------------- */

#logo {}
#site-title,
#site-logo {
	border-bottom: none;
	color: #000;
	float: left;
	font-size: 30px;
	line-height: 50px;
	margin: 0 auto;
	padding: 15px 0 25px 50px;
	width: 31%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#site-second-logo {
	float: left;
	height: 190px;
	padding: 15px 50px 25px 50px;
	width: 69%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position: relative;
}
#site-second-logo img {
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position:absolute;
}
@media all and (max-width: 768px) {
	#site-logo {
		line-height: normal;
		padding: 15px 0 25px;
		text-align: center;
		width: 100%;
	}
	#site-second-logo {
		height: auto;
		padding: 0 0 25px 0;
		text-align: center;
		width: 100%;
	}
	#site-second-logo img {
		display: inline-block;
		top: auto;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: relative;
	}
}
header {
	padding: 10px 0 0 0;
}
#site-title a,
#site-logo a {
	border-bottom: none;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#site-logo a img {
	display: block;
}
@media all and (max-width: 768px) {
	#site-logo a img {
		display: inline-block;
	}
}
.rslides li {
	box-shadow: 0 0 0 #000000;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}
.rslides img { 
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	border-top: 1px solid #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access .menu-header,
div.menu {
	border-bottom: 1px solid #000;
	background-color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	padding: 0 30px;
	width: 100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media all and (max-width: 768px) {
	#access .menu-header,
	div.menu {
		border-bottom: none;
	}
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	border-bottom: none;
	color: #000;
	display: block;
	font-weight: normal;
	line-height: 45px;
	padding: 0 20px;
	text-decoration: none;
}
#access ul ul {
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #000;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #bfbfbf;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}


/* =Content
-------------------------------------------------------------- */

main {
	clear: both;
	overflow: hidden;
	padding: 50px 0 0 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #000;
	font-size: 12px;
	line-height: 15px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#content ul {
	margin-left: 0;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	border-bottom: 1px solid #000;
	margin: 0 0 48px 0;
	padding-bottom: 23px;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #000;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
}
.page-title a:link,
.page-title a:visited {
	border-bottom: none;
	color: #000;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	border-bottom: none;
	color: #bfbfbf;
}
#content .entry-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.entry-title a:link,
.entry-title a:visited {
	border-bottom: none;
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	border-bottom: none;
	color: #bfbfbf;
}
.entry-meta {
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	border-bottom: 1px dotted #bfbfbf;
	color: #bfbfbf;
	text-decoration:none;
}
.entry-meta a:hover,
.entry-utility a:hover {
	border-bottom: 1px dotted #000;
	color: #000;
	text-decoration:none;
}


/* =Images
-------------------------------------------------------------- */

#content img,
#sidebar img {
	margin: 0;
	height: auto;
	max-width: 580px;
	width: 100%;
	display:block;
}
#content img.logo {
	width: auto;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 5%;
	margin-top: 4px;
	width: 45%;
}
#content .alignleft:last-child,
#content img.alignleft:last-child {
	clear: right;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
	width: 50%;
}
@media all and (max-width: 768px) {
	#content .alignleft,
	#content img.alignleft,
	#content .alignright,
	#content img.alignright {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:auto;
}
@media all and (max-width: 768px) {
	#content .aligncenter,
	#content img.aligncenter {
		width:100%;
	}
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.video-container { 
	position: relative; /* keeps the aspect ratio */ 
	padding-bottom: 56.25%; /* fine tunes the video positioning */ 
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}


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

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: none;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 44px 0;
}
.widget-container.rpjc_widget_cat_recent_posts {
	margin: 0 0 22px 0;
}
.widget-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 22px;
}
.widget-area a:link,
.widget-area a:visited {
	color: #000;
	border-bottom: 1px dotted #bfbfbf;
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	border-bottom: 1px dotted #000000;
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#sidebar {
}


/* =Footer
-------------------------------------------------------------- */

footer {}
