@import url("style/css/reset.css");
@import url("style/css/typography.css");
@import url("style/css/twitter.css");
/*

Theme Name: ROAR2013
Theme URI: no
Description: ROAR template used for sites in 2013
Version: 2013
Author: Craig Hayes, Roar Design 2013
Author URL: http://www.roardesign.co.nz

Colors - Oranges:
#ff2400 	100%
#ff5b40 	75%
#ff917f		50%
#ffc8bf 	25%

Colors - Blues:
#26a9e0 	100%
#5cbfe8	75%
#92d4ef 	50%
#c9e9f7 	25%

Colors - B/W/Greys
#333333	Dark Grey
#eeeeee	Primary BG
#cccccc	Container BG
#444444	Footer and Icon BG
#292929	Nav BG

*/

/*--------------- 		Basics			---------------*/
html, body { height:100%; }
body {
	font-family: 'Open Sans', Arial, sans-serif, Helvetica;
	background: #cccccc;
	min-width:320px;
}
.clear {
	clear:both;
	display:block;
}
/*--------------- 		Structure 		---------------*/
#page {
	max-width:1000px;
	margin: 0px auto -360px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow:hidden;
}
#main { }
#content {
	margin: 0;
	width: 100%;
	color: #333;
	background: #eeeeee;
}
#primary {
	float: left;
	margin: 0 -30% 0 0;
	width: 70%;
	background: #eeeeee;
}
#secondary {
	float: right;
	width: 30%;
	min-width:190px;
	background: #333333;
}
.post {
	border: none;
	min-width:284px;
	margin: 30px 30px 30px 0;
}
.postwrap {
	background: #ffffff;
	border: 0px solid #DDDDDD;
	padding: 20px 30px 60px 30px;
	margin-left:60px;
}
/*--------------- 		Header 			---------------*/
.header {
	color:#fff;
	max-height:500px;
	background: #292929 url(image/header-bg.jpg) no-repeat top center;
}
.header-wrapper {
	height: 440px;
	max-width:1000px;
	margin: 0 auto;
	position:relative;
}
.header-contents {
	height:  100%;
	max-width:1000px;
	float:left;
	padding: 0;
}
.header-contents h1 {
	width:70px;
	height: 0px;
	text-indent: -9999px;
	float:left;
	background: none no-repeat;
}
.png-logo {
	background: #ff2400;
	width:60px;
	height: 60px;
	float:left;
}
.social-bar .png-logo:hover {
	background: #26a9e0;
	-moz-transition: background 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
}
.social-bar {
	min-width:300px;
	max-width:300px;
	margin: 0 auto;
}
.social { background: #292929; }
.head-hello {
	position:absolute;
	left: 0px;
	z-index:3
}
.head-responsive {
	position:absolute;
	right:0px;
	z-index:2
}
/*--------------- 		Nav 			---------------*/
.nav-wrap {
	width:100%;
	margin: 0 auto;
	background: #292929;
	min-height:60px;
}
nav {
	max-width:1000px;
	margin: 0 auto;
	background: #292929;
	height:100%;
}
div#primarymenu {
	background: none;
	margin-left:250px;/* Old browsers */
}
#primarymenu ul, #primarymenu li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}
/*Change for bg colour */#primarymenu ul li {
	background: #292929;
	float:left;
	position:relative;
}
/*Change for main menu styling*/#primarymenu ul li a {
	height:47px;
	max-height: 60px;
	width: auto;
	display: block;
	color: #fff;
	font: normal 105%/2em 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	padding: 13px 20px 0 20px;
	-moz-transition: background 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
}
/*Change for hover colour */#primarymenu ul li a:hover {
	background:#26a9e0;
	color: #fff;
}
#primarymenu ul ul {
	position:absolute;
	top:-99999px;
	left:0;
	opacity: 0; /* Hide sub level */
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	z-index:497;
	background:#900;
	border: none;
}
/*Charge for sub-menu */#primarymenu ul ul a {
	background: #ff5b40;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
	border: none;
	color: #fff;
}
#primarymenu ul ul a:hover { border: none; }
#primarymenu ul ul ul {
	position:absolute;
	top:-99999px;
	left:100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out; /* Hide sub levels */
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: 
 opacity .5s ease-in-out;
	border: none;
}
#primarymenu ul li:hover>ul {
	opacity: 1;
	position:absolute;
	top:99%;
	left:0;
}
#primarymenu ul ul li:hover>ul {
	position:absolute;
	top:0;
	left:100%;
	opacity: 1;
	z-index:497;
	background:#333;
}
/* Current Page settings */
#primarymenu ul li.current_page_item > a, #primarymenu ul li.current-menu-ancestor > a, #primarymenu ul li.current-menu-item > a, #primarymenu ul li.current-menu-parent > a {
	height:40px;
	border-bottom: 7px solid #ff5b40;
	color: #fff;
	background: #ff2400;
}
* html #primarymenu ul li.current_page_item a, * html #primarymenu ul li.current-menu-ancestor a, * html #primarymenu ul li.current-menu-item a, * html #primarymenu ul li.current-menu-parent a, * html #primarymenu ul li a:hover { color: #fff; }
/*--------------- 		Post Settings			---------------*/
.post img {
	padding: 10px;
	position:relative;
	overflow:hidden;
}
.postwrap table, .comment-content table {
	border: none;
	border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
.postwrap th, .comment-content th {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.postwrap td, .comment-content td {
	border: none;
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 5px;
	line-height: 18pt;
	font-size: 11pt;
}
#content .postwrap td p, #content .comment-content td p {
	line-height: 1.5em;
	font-size: 90%;
}
.postwrap tr, .comment-content td { border: none; }
#footer .widget {
	padding: 0px;
	border-bottom:0px dotted #ccc;
}
/*--------------- 		Comments Settings			---------------*/

.entry-header .comments-link a {
	background: #eee url(images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover, .entry-header .comments-link a:focus, .entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply { visibility: hidden; }
/* Comments */

#comments-title {
	font: normal 80%/1em 'Open Sans', Arial, sans-serif, Helvetica;
	padding: 20px 0;
}
.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	background: #eee;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist { width: 100%; /* reset the width for the one-column and sidebar page layout */ }
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	background: #292929;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn { display: block; }
.comment-meta .fn { font-style: normal; }
.comment-meta {
	background: #444444;
	color: #92d4ef;
	font: normal 90%/2em 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	padding: 13px 20px 0 20px;
	height: 47px;
	max-height: 60px;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content { margin: 1.625em 0 0; }
.comment-meta a { font-weight: normal; }
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover { }
.commentlist .avatar {
	padding: 0px;
	margin-left:-90px;
	position: absolute;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before { content: ''; }
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #26a9e0;
	color: #ffffff;
	display: inline-block;
	padding: 13px 20px 0 20px;
	height: 47px;
	max-height: 90px;
	font: normal 105%/2em 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	float: right;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active { background: #ff2400; }
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */

.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta { color: #575757; }
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover { }
.commentlist > li.bypostauthor:before { content: url(images/comment-arrow-bypostauthor.png); }
/* Post Author threaded comments */

.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */

/* Make sure we have room for our comment avatars */

.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */

.page-template-sidebar-page-php #respond { width: auto; }
/* Comment Form */

#respond {
	background: #333333;
	margin: 10px auto 1.625em;
	position: relative;
	width: 100%;
}
#respond p {
	font-size: 80%;
	padding: 0 20px;
}
#respond input[type="text"], #respond textarea {
	background: #fff;
	border: none;
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment { position: relative; }
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	font-size: 90%;
	left: 4px;
	min-width: 60px;
	padding: 10px;
	position: relative;
	top: 35px;
	z-index: 1;
}
#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required { color: #ff2400; }
#respond .comment-notes, #respond .logged-in-as {
	font-size: 70%;
	color:#fff;
}
#respond .form-submit {
	height: 60px;
	padding: 0px;
	margin-top:20px;
}
#respond input#submit {
	cursor: pointer;
	background: #26a9e0;
	color: #ffffff;
	display: inline-block;
	padding: 0 20px;
	height: 60px;
	max-height: 90px;
	font: normal 105%/2em 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	float: right;
	border: none;
}
#respond input#submit:hover { background: #ff2400; }
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover { text-decoration: underline; }
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #ffffff;
	font-size: 100%;
	font-weight: normal;
	padding: 20px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover { color: #ff4b33; }
#respond label { line-height: 2.2em; }
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 95%;
}
p.comment-form-comment { margin: 0; }
.form-allowed-tags { display: none; }
.comment-content {
	background: #333333;
	padding: 40px 20px;
}
.comment-content p { color: #fff; }
.reply {
	background: #333;
	height: 60px;
}
#respond .form-submit { font-size: 105%; }
.comment-date, time {
	float:right;
	font-weight: normal;
}
.says { color: #ffffff; }
.edit-link a {
	float: right;
	font-size: 80%;
	padding:10px;
}
.edit-link a:hover {
	background: #ff2400;
	color:#ffffff;
}
.post .commentlist ul { padding: 10px 0 10px 10px; }
.comment-awaiting-moderation {
	font-size: 80%;
	line-height: 1em;
}
/*--------------- 		Sidebar 		---------------*/
.widget { }
#secondary .png-logo {
	background: #444444;
	width:60px;
	height: 60px;
	float:left;
	margin-right:20px;
	border-bottom:1px solid #292929;
}
#secondary .png-logo:hover {
	background: #26a9e0;
	-moz-transition: background 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
}
.twitter-sidebar { overflow: hidden; }
/*--------------- 		Footer 			---------------*/
#push { height: 360px; }
#footer {
	color: #fff;
	height:360px;
	background: #444444;
	width:100%;
	z-index:100;
}
.footercontainer {
	max-width:1000px;
	margin: 0 auto;
	height: 100%;
}
.foot-colophon {
	float:left;
	width:64%;
	padding: 60px 3% 0 3%;
}
#footer .foot-colophon .textwidget { padding: 20px 0; }
.foot-right {
	width:24%;
	background: #26a9e0;
	height: 300px;
	float:right;
	padding: 60px 3% 0 3%;
}
#footer .png-logo {
	background: none;
	width:60px;
	height: 60px;
	float:left;
}
#footer .png-logo:hover {
	background: #292929;
	-moz-transition: background 0.3s ease-in-out 0s;
	-webkit-transition: background 0.3s ease-in-out 0s;
	-o-transition: background 0.3s ease-in-out 0s;
}
#footer .png-wht-logo {
	float:right;
	margin-top:20px;
}
/*--------------- 		Responsive		---------------*/

@media only screen and (max-width:320px) {
#content, #page, #footer {
	width:auto;
	float:none;
}
#primary, #secondary {
	width:100%;
	float:none;
}
#footer { height:100%; }
}
@media only screen and (max-width:480px) {
#content, #page, #footer {
	width:auto;
	float:none;
}
#primary {
	width:100%;
	float:none;
}
.foot-colophon, .foot-right {
	width:94%;
	float:none;
}
#footer { height:100%; }
#secondary {display:none;}
}
@media only screen and (max-width:768px) {
#content, #page, #footer {
	width:auto;
	float:none;
}
#primary, #secondary {
	width:100%;
	float:none;
}
.foot-colophon, .foot-right {
	width:94%;
	float:none;
}
#footer { height:100%; }
.header-wrapper {max-width:320px;}
.head-responsive {display:none;}
.head-hello {margin: 0 auto;	position:relative;
left:auto;}
#primarymenu ul li {width:100%; text-align:center; border-bottom: 1px solid #444444;}
.post {margin:0;}
.postwrap {margin:0 0 15px 60px; padding:10px;}
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:1140px) {
}
@media only screen and (max-width:1280px) {
}
@media only screen and (max-width:1600px) {
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {
}
/*--------------- 		Wordpress Core	---------------*/
.alignnone { margin:5px 20px 20px 0; }
.aligncenter, div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone { margin:5px 20px 20px 0; }
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone { margin:5px 20px 20px 0; }
.wp-caption.alignleft { margin:5px 20px 20px 0; }
.wp-caption.alignright { margin:5px 0 20px 20px; }
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky { }
.bypostauthor { }
/*--------------- 		Roar Core			---------------*/
.roar-float-left { float:left; }
.roar-float-right { float:right; }
.datebox {
	background: #26a9e0;
	border: none;
	color: #fff;
	float: left;
	margin: 0 auto;
	text-align: center;
	width: 60px;
	height:50px;
	padding-top: 12px;
}
/*Buttons*/
.btn {
	background: #26a9e0;
	color: #fff;
	padding: 2%;
	font-family: 'Montserrat', 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: normal;
	border:none;
}
.btn:hover {
	border: 0px solid #ffffff;
	background: #ff2400;
	color: #fff;
}
br { height:10px; }
#s {
	background-color: #fff;
	color: #2c122c;
	border: 0px solid #fff;
	padding:5px;
}
.circle { list-style:circle; }
