/*
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     The League of Moveable Type
 * @vendorurl:  http://www.theleagueofmoveabletype.com
 * @licenseurl: http://www.fontsquirrel.com/license/League-Gothic
 *
 *
 */

@font-face {
	font-family: 'League Gothic Regular';
	src: url('/gsbs/wp-content/themes/gsbs/_fonts/League_Gothic.eot');
	src: local('League Gothic Regular'), local('LeagueGothic'), url('/gsbs/wp-content/themes/gsbs/_fonts/League_Gothic.woff') format('woff'), url('/gsbs/wp-content/themes/gsbs/_fonts/League_Gothic.ttf') format('truetype'), url('/gsbs/wp-content/themes/gsbs/_fonts/League_Gothic.svg#LeagueGothic') format('svg');
}

/* -- Common -- */
body {
	background: #000;
	font-family: Helvetica, Arail, sans-serif;
	}
img {
	display: block;
	}
a {
	font-weight: bold;
	color: #ed3c18;
	text-decoration: none;
	}
strong {
	font-weight: bold;
	}
em {
	font-style: italic;
	}
ol {
	list-style-position: outside;
	list-style-type: decimal;
	}
ol li {
	padding-left: 2em;
	}
#page {
	background: #fff url(/gsbs/wp-content/themes/gsbs/_images/bg-page.png) repeat-y 50% 0;
	}
#header {
	height: 232px;
	background: #000 url(/gsbs/wp-content/themes/gsbs/_images/bg-header.png) repeat-x;
	}
#headerimg {
	position: relative;
	}
#headerimg h1 a {
	position: absolute;
	top: 55px;
	left: 0;
	display: block;
	width: 268px;
	height: 177px;
	background: url(/gsbs/wp-content/themes/gsbs/_images/logo.png);
	}
#headerimg #radiowavesContainer {
	position: absolute;
	top: 55px;
	left: 0;
	}
#headerimg h1 a strong,
.screen-reader-text {
	display: none;
	}
#headerimg,
#bodycontainer,
#footer {
	margin: 0 auto;
	width: 970px;
	color: #181818;
	}
#secondarynav {
	padding: 20px 0 0 0;
	font-size: 12px;
	color: #743111;
	float: right;
	}
#secondarynav a {
	font-weight: normal;
	color: #743111;
	}
#secondarynav a:hover {
	color: #fff;
	}
#tagline {
	position: absolute;
	bottom: 34px;
	right: 0;
	width: 600px;
	font-family: 'League Gothic Regular', Helvetica, Arail, sans-serif;
	font-size: 36px;
	color: #e76221;
	text-shadow: 0.05em 0.05em 0.2em rgba(0,0,0,.4);
	text-align: right;
	}
#content {
	width: 686px;
	float: left;
	}
#sidebar {
	padding: 50px 30px;
	width: 224px;
	float: left;
	}
.clear {
	clear: both;
	}
.caption {
	font-size: 12px;
	font-style: italic;
	}
h2 {
	margin: 45px 40px 0 40px;
	padding: 0 0 10px 0;
	border-bottom: 1px #666 solid;
	font-size: 36px;
	font-weight: bold;
	color: #2b2b2b;
	letter-spacing: -0.04em;
	}
h2 strong {
	color: #dc5123;
	}
h3 {
	padding-bottom: 8px;
	font-size: 23px;
	font-weight: bold;
	color: #4c4a4a;
	}
.navigation {
	margin: 0 40px 45px 40px;
	width: 614px;
	height: 1em;
	font-size: 24px;
	}
#comments .navigation {
	margin: 0;
	}
.alignleft {
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
	}
.alignright {
	margin: 0 0 20px 20px;
	padding: 0;
	float: right;
	}
.shadowimage {
	border: 1px #F1F1F1 solid;
	padding: 2px;
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,.4);
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.4);
	box-shadow: 2px 2px 5px rgba(0,0,0,.4);
	}
/* -- End Common -- */
/* -- Posts -- */
.post,
#comments {
	margin: 45px 40px;
	border-bottom: 1px #f88729 solid;
	width: 614px;
	font-size: 14px;
	line-height: 20px;
	}
.commentballon {
	float: right;
	}
.commentballon a {
	font-size: 22px;
	color: #fff;
	line-height: 22px;
	}
.commentballon strong {
	display: block;
	padding: 13px 0 0 3px;
	width: 67px;
	height: 40px;
	background: url(/gsbs/wp-content/themes/gsbs/_images/comment-ballon.png);
	text-align: center;
	}
.entry a,
.postmetadata a,
#sidebar a,
#comments a {
	-webkit-border-radius: 6px;
	-webkit-transition: background 0.3s linear;
	margin:-0.3em;
	padding:0.3em;
	}
.entry a:hover,
.postmetadata a:hover,
#sidebar a:hover,
#comments a:hover {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.35);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.35);
	background-color: #ed3c18;
	margin:-0.3em;
	padding:0.3em;
	color: #fff;
	text-shadow: 0.06em 0.06em 0 rgba(0,0,0,.4);
	}
.post h2 {
	margin: 0;
	border-bottom: 0;
	padding: 0 0 11px 0;
	}
.post h2 a {
	font-size: 30px;
	color: #2b2b2b;
	line-height:31px;
	}
.post h2 a:hover {
	color: #ed3c18;
	}
.postdate {
	padding-bottom: 11px;
	font-size: 18px;
	font-weight: bold;
	color: #989898;
	}
.postmetadata {
	border-top: 1px #f1f1f1 solid;
	border-bottom: 1px #f1f1f1 solid;
	padding: 6px 2px;
	font-size: 12px;
	font-style: italic;
	color: #adadad;
	clear: right;
	}
.postmetadata a {
	font-style: normal;
	}
.postmetadata a.post-edit-link {
	margin:-0.3em -0.75em -0.3em -2em;
	padding:0.3em 0.75em 0.3em 2em;
	background-image: url(/gsbs/wp-content/themes/gsbs/_images/edit.png);
	background-repeat: no-repeat;
	background-position:  0.15em 0.3em;
	float: right;
	}
.postmetadata a.post-edit-link:hover {
	margin:-0.3em -0.3em -0.3em -2em;
	padding:0.3em 0.3em 0.3em 2em;
	}
.entry {
	padding: 20px 0;
	}
.entry p {
	padding-bottom: 20px;
	}
.entry ul {
	list-style: disc;
	padding: 0 20px 20px;
	}
.entry .commentlink a {
	font-size: 12px;
	}
.wp-caption {
	font-size: 10px;
	}
.tags {
	display: none;
	}
.img-strip {
	padding-bottom: 20px;
	}
.img-strip img {
	text-align: center;
	}
.img-strip a,
.no-links img,
.img-link a {
	display: block;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	margin: 2px;
	padding: 1px;
	-webkit-transition: border 0.3s linear;
	border: 1px #fff solid;
	background-color: transparent;
	float: left;
	}
.no-links img {
	margin: 0;
	}
.img-strip a:hover,
.img-link a:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: transparent;
	border: 1px #dc5123 solid;
	margin: 2px;
	padding: 1px;
	}
.img-strip td a {
	float: none;
	}
/* -- Comments -- */
#comments .commentlist {
	font-size: 24px;
	font-weight: bold;
	color: #666;
	line-height: 1px;
	}
#comments .commentlist li {
	padding: 10px;
	margin: 15px 30px 30px 48px;
	border-bottom: 1px #f88729 solid;
	}
#comments .children {
	margin: 10px 0 0 0;
	border-bottom: 1px #e1e1e1 solid;
	}
#comments .children li {
	margin: 0;
	padding: 10px 0 10px 20px;
	background: #f2f2f2;
	border-top: 1px #e1e1e1 solid;
	border-bottom: 0;
	}
#comments .children li ul {
	margin: 10px 0 0 0;
	border-bottom: 1px #ccc solid;
	}
#comments .children li li {
	border-top: 1px #ccc solid;
	background: #e1e1e1;
	}
#comments .children li li ul {
	border-bottom: 1px #bdbdbd solid;
	}
#comments .children li li li {
	border-top: 1px #bdbdbd solid;
	background: #ccc;
	}
#comments .commentlist li .comment-body {
	padding: 0 10px 0 0;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 16px;
	}
#comments .reply {
	height: 1em;
	}
#comments .reply a {
	float: right;
	}
#comments cite {
	font-weight: bold;
	}
#comments p {
	margin: 0 0 12px 0;
	}
#respond textarea {
	padding: 4px;
	width: 600px;
	border: 1px #a7a7a7 solid;
	font-family: Helvetica, Arail, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #494949;
	}
#respond input#submit {
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 2px;
	margin: 0;
	border: none;
	background-color: #dc5123;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	}
#moxysignup input#submit:hover {
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.35);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.35);
	text-shadow: 0.06em 0.06em 0 rgba(0,0,0,.4);
	}
#respond p {
	padding: 0 0 10px 0;
	}
.bypostauthor {
	background: #fff0da;
	}
/* -- Search Page -- */
.search-results .post h2 {
	padding: 0;
	}
.search-results h2 a {
	font-size: 20px;
	}
.search-results .postdate {
	padding-bottom: 2px;
	font-size: 13px;
	}
.search-results .postmetadata {
	border-top: 0;
	border-bottom: 0;
	padding: 0 2px 6px 2px;
	}
/* -- Sidebar -- */
#sidebar {
	font-size: 12px;
	line-height: 16px;
	}
#sidebar h3 {
	padding-bottom: 8px;
	font-size: 23px;
	font-weight: bold;
	color: #4c4a4a;
	}
#sidebar h3 strong {
	color: #dc5123;
	}
#sidebar p {
	padding-bottom: 8px;
	font-size: 13px;
	font-weight: bold;
	color: #aeaeae;
	line-height: 18px;
	}
#sidebar li {
	margin-bottom: 22px;
	padding-bottom: 20px;
	background: url(/gsbs/wp-content/themes/gsbs/_images/hr-sidebar.png) repeat-x 0 bottom;
	}
#sidebar li#moxysignup {
	padding-bottom: 12px;
	}
#sidebar li li {
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
	}
#sidebar li:last-child {
	background: none;
	}
#archive select {
	border: 1px #a7a7a7 solid;
	width: 224px;
	font-size: 12px;
	font-weight: bold;
	color: #494949;
	}
#moxysignup form {
	font-size: 12px;
	font-weight: bold;
	color: #aeaeae;
	line-height: 14px;
	}
#moxysignup td {
	padding: 2px 0;
	vertical-align: top;
	}
#moxysignup td#emailAddressMessage {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 4px 0 2px 0;
	color: #dc5123;
	text-align: center;
	}
#moxysignup input {
	margin: 0 4px 0 0;
	border: 1px #a7a7a7 solid;
	width: 150px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #494949;
	float: left;
	}
#moxysignup button {
	display: block;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin: -0.1em 0 0 0;
	padding: 0;
	width: 66px;
	height: 22px;
	border: none;
	background: #dc5123 url(/gsbs/wp-content/themes/gsbs/_images/bg-button.png) repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	float: left;
	}
#moxysignup button:hover {
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,.35);
	-moz-box-shadow: 1px 2px 5px rgba(0,0,0,.35);
	text-shadow: 0.06em 0.06em 0 rgba(0,0,0,.4);
	}
#moxysignup #wait {
	display: none;
	padding: 2px 0 0 0;
	}
#sidebar #wait p {
	font-size: 10px;
	font-weight: normal;
	float: left;
	}
#wait img {
	float: left;
	}
#socialmedia {
	height: 64px;
	}
#socialmedia div a {
	display: block;
	margin: 0;
	padding: 1px;
	-webkit-transition: border 0.3s linear;
	border: 1px #f2f2f2 solid;
	background-color: transparent;
	background-image: url(/gsbs/wp-content/themes/gsbs/_images/social-media-icons.png);
	background-repeat: no-repeat;
	width: 45px;
	height: 44px;
	float: left;
	}
#socialmedia div a:hover {
	background-color: transparent;
	border: 1px #dc5123 solid;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	padding: 1px;
	}
#socialmedia div#facebook a,
#socialmedia div#facebook a:hover {
	background-position: 1px 1px;
	margin: 0 10px 0 0;
	}
#socialmedia div#twitter a,
#socialmedia div#twitter a:hover {
	background-position: -58px 1px;
	width: 44px;
	margin: 0 9px 0 0;
	}
#socialmedia div#flickr a,
#socialmedia div#flickr a:hover {
	background-position: -115px 1px;
	margin: 0 9px 0 0;
	}
#socialmedia div#rss a,
#socialmedia div#rss a:hover {
	background-position: -173px 1px;
	margin: 0;
	}
/* -- Footer -- */
#pagefooter {
	height: 143px;
	background: url(/gsbs/wp-content/themes/gsbs/_images/bg-footer-chris.png) no-repeat 50% 0;
	}
#footer {
	padding: 30px 30px 120px 95px;
	width: 855px;
	background: url(/gsbs/wp-content/themes/gsbs/_images/logo-footer.png) no-repeat;
	font-size: 13px;
	font-weight: bold;
	color: #9e9e9e;
	line-height: 18px;
	}
#footer a:hover {
	color: #fff;
	}
#footer td {
	padding: 0 16px 0 0;
	font-weight: bold;
	}
#phoneemail {
	padding: 16px 0 0 0;
	font-size: 30px;
	}
/* -- Sociable -- */
.addthis_container {
	height: 30px;
	float: right;
	}
.addthis_container a {
	-webkit-border-radius: 0;
	margin:0;
	padding:0;
	}
.addthis_container a:hover {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,.0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,.0);
	background-color: transparent;
	margin:0;
	padding:0;
	color: #fff;
	}

.quote {
	padding:20px;
	margin:0 0 20px 20px;
	font-size:20px;
	font-style:italic;
	background:#eee;
	color:#999;
	display:block;
	width:200px;
	float:right;
	}
/* Wizard Leaf - SVG post */
#gsLogoContainer {
	position: relative;
	margin: auto;
	width: 614px;
	height: 395px;
	background: white;
}
.copyBox {
	position: absolute;
	font-family:Helvetica,Arail,sans-serif;
}
.copyBox1 {
	left: 255px;
	top: 65px;
	width: 270px;
}
.copyBox2 {
	left: 90px;
	top: 135px;
	width: 90px;
}
.copyBox3 {
	left: 395px;
	top: 185px;
	width: 100px;
}
.copyBox4 {
	left: 375px;
	top: 295px;
}