/*

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

*/

/*--------------- 		Basic Text			---------------*/
h1, h2, h3, h5, h5, h6 {
	font-weight:bold;
	text-align: left;
	color: #26a9e0;
}
p {
	font: normal 90%/1.5em 'Open Sans', Arial, sans-serif, Helvetica;
	text-align: justify;
	color: #333333;
}
blockquote { margin: 10px 20px; }
/*--------------- 		Links 			---------------*/
a { color: #26a9e0;  }
a:visited { color: #5cbfe8; }
a:hover { color: #ff2400; }
a:active { color: #ff5b40; }
/*--------------- 		Post Contents 			---------------*/
.post h1 {
	font: normal 160%/1em 'Montserrat', 'Open Sans', Arial, sans-serif, Helvetica;
	letter-spacing: -1px;
}
.post h2 {
	font: normal 150%/1em 'Montserrat', 'Open Sans', Arial, sans-serif, Helvetica;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
.post h3 { font: normal 140%/1em 'Montserrat', 'Open Sans', Arial, sans-serif, Helvetica; }
.post h4 { font: normal 130%/1em 'Montserrat', 'Open Sans', Arial, sans-serif, Helvetica; }
.post h5 { font: normal 120%/1em 'Montserrat', 'Open Sans', Arial, sans-serif, Helvetica; }
.post h6 { font: normal 110%/1em 'Montserrat', 'Open Sans', Arial, sans-serif, Helvetica; }
.datebox p {
	font: normal 105%/1.1em 'Montserrat', 'Open Sans', Arial, sans-serif, Helvetica;
	text-align: center;
	color: #ffffff;
}
.post ul {
	list-style:square;
	padding:15px;
	font-size:11pt;
}
.post ul li {
	padding-bottom:5px;
	line-height:1.5em;
	font-size: 90%;
}
.author {
	color: #5cbfe8;
	font: normal 70%/1em 'Open Sans', Arial, sans-serif, Helvetica;
	margin-bottom: 15px;
}
.nav-previous a, .nav-next a {
	color: #ff2400;
	font: normal 70%/1em 'Open Sans', Arial, sans-serif, Helvetica;
	margin-bottom: 15px;
	list-style:none;
}
.nav-previous a:visited, .nav-next a:visited { color:#ff5b40 }
.nav-previous a:hover, .nav-next a:hover { color:#26a9e0 }
/*--------------- 		Sidebar Contents 			---------------*/
h2.widgettitle {
	background: #ff5b40;
	font: normal 105%/2em 'Montserrat', 'Open Sans', Arial, sans-serif, Helvetica;
	color: #fff;
	height: 47px;
	letter-spacing: -.5px;
	padding: 13px 0 0 90px;
}
.p-widget{
	font: normal 90%/1.5em 'Open Sans', Arial, sans-serif, Helvetica;
	color: #ffffff;
	padding: 20px;
	text-align:justify;
}
#secondary .widget h4 {
	font-size: 9pt;
	color: #fff;
	font-weight: bold;
	line-height: 15pt
}
#secondary .social-links 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;
		border-bottom:1px solid #292929;
}
#secondary .social-links a:hover {background:#ff2400;
color:#ffffff;}
/*--------------- 		Footer Contents 			---------------*/

#footer .foot-colophon .textwidget p, #footer .foot-right .textwidget p {
	font: normal 80%/2em 'Open Sans', Arial, sans-serif, Helvetica;
	color: #ffffff;
	padding: 0px;
	text-align:justify;
}
#footer .foot-colophon h3, #footer .foot-right h3  {
	font: normal 140%/1em 'Open Sans', Arial, sans-serif, Helvetica;
	color: #ffffff;
	text-align:justify;
	letter-spacing: -1px;
}
