/*
Theme Name: Garrow	
Theme URI: http://hb2web.com/wordpress/themes/garrow
Author: HB2Web
Author URI: http://hb2web.com/
Description: The garrow theme makes use of several core Wordpress conventions as well as the gridpak responsive grid
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, flexible-width, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: osu-csw

COLORS:
566E86 - Greyish blue

*/


/* =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, 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 {
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
html { 
  background: no-repeat center top fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	line-height: 1;
	background:#D4D4D4;
	width:100%;
}
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;
}
caption,
th,
td {
	font-weight: 100;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:link,a:visited{
	color:#566E86;
	text-decoration:none;
	font-weight:bold;
}
a:active,a:hover{
	text-decoration:underline;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 10px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.428571429rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 1.428571429;
	font-weight: 100;
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
	margin:10px 10px 10px 0;
}
.alignright {
	float: right;
	margin:10px 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

.wrapper {
	max-width:800px;
	margin:0 auto;
	z-index:100;
}


/* =Side menus
-------------------------------------------------------------- */
.side_menu{
	z-index:7000;
	padding:0;
	float:left;
	width:145px;
	text-align:left;
	background:#aab9c7;
}
.side_menu a:link, .side_menu a:visited{
	color:#333333;
	font-weight:normal;
	font-size:12px;
	line-height:20px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:#FFFFFF thin solid;
	text-decoration:none;
	padding:5px;

}
.side_menu li.current-menu-item a,
.side_menu a:active, .side_menu a:hover{
	color:white;
	background-color:#006699;
	border:#FFFFFF thin solid;
	padding:5px;
}

.side_menu h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#FFF;
	background:#636C73;
	width:141px;
	display:block;
	margin:0;		
	padding:2px;
}

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

.wrapper.primary{
	padding:0;
	background:#fffff5;
}
.page-child .wrapper.primary,
.archive .wrapper.primary,
.single .wrapper.primary,
.search .wrapper.primary{
	border-left: #8F8F8F 30px solid;
	border-right: #8F8F8F 30px solid;
	margin-top:0;
	padding:0;
}

.wrapper.primary .row{
	width:100%;
	overflow:hidden;
	margin:0;
	border-top:3px #FFF solid;
}


/* Content ============================*/
.content p{
	margin-bottom:5px;
}
.content .hanging p{
	margin-left:.3in;
	margin-bottom:10px;
	text-indent:-.3in;
}
.primary .col .content{
	background:#fffff5;
	color: #666666;
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size:12px;
	line-height:20px;
	padding:20px 0;
}
.primary .col .content h1{
	font-size:16pt;
	font-weight:bold;
	line-height:1em;
	margin-bottom:10px;
}
.primary .col .content h2{
	font-size:19px;
	font-weight:bold;
	padding-bottom:10px;
}

img[align="left"]{
	margin-right:10px;
}

/* Blog ===================*/
.postmetadata{
	border-bottom:1px #CCC solid;
	padding-bottom:30px;
	margin-bottom:30px;
	font-size:13px;
}
.postmetadata a{
	margin:0 5px;
}

/* Blog Sidebar ============*/
.archive .primary .col.sidebar,
.single .primary .col.sidebar{
	padding:80px 20px 0 0;
}
.widget{
	border-bottom:1px #5c5c5c solid;
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:12px;
	color:#5c5c5c;
	line-height:1.5em;
	
}
.widget-title{
	text-transform:uppercase;
	font-size:16px;
	margin-bottom:10px;
}

.all-columns{
	float:none;
	overflow:hidden;
}
.all-columns ul li{
	margin:5px 0;
	line-height:1.5em;
}
.all-columns .one-half{
	width:49.25%;
}
.all-columns .one-half.first{
	margin-right:0.5%
}
.all-columns .one-half.last{
	margin-left:0.5%;
}
.all-columns .one-third{
	width:32.5%;
}
.all-columns .one-third.first{
	width:32.5%;
	margin-right:0.875%;
}
.all-columns .one-third.last{
	width:32.5%;
	margin-left:0.875%;
}
.all-columns .two-third{
	width:66.25%;
}
.all-columns .two-third.first{
	margin-right:0.5%;
}


.bullet_arrow{
	background-image:url('images/bullet_arrow.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding: 0 0 1px 20px;
}
.bullet_arrow a:link,
.bullet_arrow a:visited{
	color:#c70930; /* scarlet */
}
.bullet_arrow a:active,
.bullet_arrow a:hover{
	text-decoration:underline;
}

.bullet_arrow_white{
	background-image:url('images/bullet_arrow_white.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding: 0 0 1px 20px;
}

/* Misc content styles */
.ucwords{
	text-transform:capitalize;
}
.upper{
	text-transform:uppercase;
}
.lower{
	text-transform:lowercase;
}

/* always hide comments */
#comments{ 
	display:none; 
}

.block{
	overflow:hidden;
}

.block img{
	max-width:100%;
	width:inherit;
}

.clear{
	clear:both;
}
.level_0{
	z-index:9999 !important;
}

/* Custom Colors */
.scarlet,
.scarlet a{
	color:#c70930;
}
.red-round{
	display:inline-block;
	width:30px;
	height:27px;
	padding-top:3px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color:#c70930;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
.hint{
	color:#c70930;
	font-size:9px;
}

/* Plugin Styles */
.wpcf7-text{
	width:100%;
	padding:2px;
}
.wpcf7-textarea{
	width:100%;
	height:50px;
}
.wpcf7-captchar{
	width:100%;
	padding:2px;
}
.wpcf7-captchac{
	width:100%;
	height:50px;
}
.wpcf7-submit{
	background:#c70930 !important; /* scarlet */
	color:#FFF !important;
	border:0 !important;
	box-shadow:none !important;
	padding:5px 30px !important;
	border-radius: 0 !important;
	font-weight:bold !important;
}