/*
Theme Name: Puget Sound Radio V1
Theme URI: http://www.curtismachek.com/
Author: Curtis Machek
Author URI: http://www.curtismachek.com/
Description: Custom Designed for Puget Sound Radio
Version: 1.0
License: Private
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding-top: 8px;
	text-align: center;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

html{
  height: 100%;
}
body {
	width: 100%;
	min-width: 1000px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: url('img/brickwall.png') center center fixed;
}

#ad-top {
	height: 90px;
	margin: 20px;
	text-align: center;
}

#container {
	width: 960px;
	height: 100%;
	margin: 20px auto 20px auto;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#header {
	padding: 20px;
}

#logo {
	float: left;
	margin: 0 20px 0 0;
}

#jobs {
	width: 550px;
	float: left;
}

#jobs iframe {
	width: 550px;
	height: 68px;
	overflow: hidden;
}

.menu-main-navigation-container {
	padding: 0 20px;
	position:relative;
}

#menu-main-navigation:before,
#menu-main-navigation:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

#menu-main-navigation:after {
    clear: both;
}

#menu-main-navigation{
    *zoom: 1;
}

#menu-main-navigation {
	width: 100%;
	background: #000;
	text-align: left;
}

#menu-main-navigation li {
	list-style-type: none;
	display: inline-block;
}

#menu-main-navigation li a {
	display: block;
	padding: 0 26px;
	height: 45px;
	line-height: 45px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

#menu-main-navigation #menu-item-24 a {
	background: #CC0000;
	padding: 0 30px;
}

#menu-main-navigation li a:hover{
	background: #444;
}

#menu-main-navigation li .sub-menu {
	display: none;
	position: absolute;
	background: #444;
	text-align: left;
	z-index: 1000000;
}

#menu-main-navigation li .sub-menu li {
	list-style-type: none;
	display: block;
	float: none;
}

#menu-main-navigation li .sub-menu li a {
	display: block;
	padding: 0 15px;
	height: 35px;
	min-width: 125px;
	line-height: 35px;
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
	text-transform: initial;
	color: #fff;
	text-align: left;
}

#menu-main-navigation li .sub-menu li a:hover{
	background: #666;
}

#left {
	float: left;
	width: 640px;
}

#left .pad {
	padding: 30px 30px 20px 20px;
}

#right {
	float: left;
	width: 320px;
	font-size: 13px;
}

#right .pad {
	padding: 30px 30px 30px 0;
}

#right div {
	margin-bottom: 30px;
}

#right div:last-child {
	margin-bottom: 0;
}

#footer {
	background: #000;
	color: #fff;
	padding: 20px;
	font-family: "Lato", sans-serif;
	font-size: 13px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span {
	float: right;
}

.article {
	margin: 10px 0 25px 0;
	clear: both;
}

.alignright, .attachment-post-thumbnail {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter, .attachment-post-thumbnail {
	margin: 0px auto;
	display: block
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.attachment-post-thumbnail {
	margin: 0 0 25px 10px;
}

.job-image .attachment-post-thumbnail {
  float: none;
  margin: 0 0 0 0;
}

.article form input[type=text], .article form input[type=email] {
	width: 280px;
	padding: 5px 8px;
	border: 1px solid #aaa;
	outline: none;
	font-family: "Lato", sans-serif;
	font-size: 13px;
}

.article form textarea {
	width: 450px;
	padding: 5px 8px;
	height: 100px;
	border: 1px solid #aaa;
	outline: none;
	font-family: "Lato", sans-serif;
	font-size: 13px;
}

.published{
	clear:both;
	padding: 10px 15px;
	background: #ddd;
	font-size: 13px;
}
.social {
	margin: 0;
	background: #eaeaea;
	padding: 12px 35px;
}

.social .sharethistext{
	float: left;
	line-height: 32px;
	padding-right: 10px;
}

.search {
	width: 280px;
	padding: 5px 8px;
	border: 1px solid #aaa;
	outline: none;
	font-family: "Lato", sans-serif;
	font-size: 13px;
}

.socialmedia img {
	width: 50px;
	margin: 0 25px 0 0;
}

a.socialmedia:last-child img {
	margin: 0;
}

#right table {
	font-size: 13px;
	font-family: "Lato", sans-serif;
}

#right th {
	background: #000;
	vertical-align: middle;
	color: #FFF;
	padding: 6px 4px;
	text-align: center;
	width: 40px;
	border-bottom: 3px solid #fff;
}

#right td {
	line-height: 14px;
	background: #f3f3f3;
	vertical-align: middle;
	padding: 4px;
	text-align: center;
	width: 60px;
	border-bottom: 3px solid #fff;
}

#right td:first-child, #right th:first-child {
	width: inherit;
	text-align: left;
}

#right .green {
	color: #008000;
}

#right .red {
	color: #FF0000;
}

#right ol li{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 5px 20px;
}
#right ul li{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 5px 20px;
}

#right h2 {
	font-size: 20px;
	font-family: 'Arvo', serif;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}

h1 {
	font-size: 28px;
	font-family: 'Arvo', serif;
	font-weight: 400;
	line-height: 32px;
	margin-bottom: 20px;
}

h1 a {
	color: #000;
}


h2 {
	font-size: 20px;
	font-family: 'Arvo', serif;
	font-weight: 400;
	margin-bottom: 20px;
}

h3 {
	font-size: 18px;
	font-family: 'Arvo', serif;
	font-weight: 400;
	margin-bottom: 10px;
}

.comments h2 {
	margin-bottom: 25px;
}

.comment, .pingback {
	padding: 0 25px 25px;
}

.comment hr, .pingback hr {
	margin: 25px 0 0 0;
}

.comment p:last-child, .pingback p:last-child {
	margin-bottom: 0;
}

.comment:last-child, .pingback:last-child{
	padding: 0 25px;
}

.comment-nav {
	padding: 0 25px 25px;
	height: 16px;
	line-height: 16px;
}

.comment h3, .comment h4, .pingback h3, .pingback h4 {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 700;
}

.comment h4, .pingback h4 {
	float: right;
	font-weight: 400;
}

.comment.byuser h3:after {
	content: " (PSR Staff)";
}

.commentform form {
	padding: 20px;
}

.commentform label{
	display: block;
	margin-bottom: 3px;
}

.commentform input[type=text]{
	width: 280px;
	padding: 5px 8px;
	border: 1px solid #aaa;
	outline: none;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	margin-bottom: 10px;
}

.commentform .check {
	margin-bottom: 10px;
}

.commentform textarea {
	width: 550px;
	padding: 8px;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	height: 100px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 15px;
	font-size: 13px;
	line-height: 18px;
}

a {
	color: #bf0506;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

#left ul li{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 15px 20px;
}

#homepage_alert {
	background: #CC0000;
	padding: 10px;
	color: #fff;
	margin-bottom: 20px;
}
#homepage_alert h2 {
	margin-bottom: 10px;
}
#homepage_alert p:last-child{
	margin-bottom: 0;
}

#homepage_alert ul li{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 3px 20px;
}

#homepage_alert a {
	color: #fff;
}