/*
Theme Name: Madness Radio
Theme URI: 
Author: 
Author URI: 
Description: Based on TwentyTwelve
Version: 1.4
Tags:
*/

/* =Reset Defaults
-------------------------------------------------------------- */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
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: normal;
	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: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: 24px;
	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;
}

/* 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: "";
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------------------- */
body {
    background: #A7A7A7;
    color: #333333;
    font-family: "Trebuchet MS", Verdana;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.375em;
    text-align: center;
    margin: 0 0 20px;
}

#page {
    background: none repeat scroll 0 0 white;
    border: 12px solid #FFFFFF;
    width: 1024px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;

}

#header {
    height: 200px;
    background: #fff;
    margin: 0;
    padding: 0;
    position: relative;
}

.wrapper {
    margin: 15px 0 15px 2px;
}

#primary {
    float: left;
    margin: 0;
    width: 600px;

}

#primary a,
#primary .content a {
    text-decoration: underline;
}

#footer {
    margin: 0 auto;
    padding: 15px 0;
    width: 1024px;
}


/* =Headings
-------------------------------------------------------------- */
h1 {
        font-size: 28px;
        line-height: 30px;
	font-weight: lighter;
}

h2 {
        font-size: 24px;
        line-height: 26px;
	font-weight: lighter;
}

h3 {
        font-size: 20px;
        line-height: 22px;
	font-weight: lighter;
}

h4 {
        font-size: 18px;
        line-height: 20px;
	font-weight: lighter;
}

h5 {
        font-size: 16px;
        line-height: 18px;
	font-weight: lighter;
}

h6 {
        font-size: 14px;
        line-height: 16px;
	font-weight: lighter;
}


/* =Elements
-------------------------------------------------------------- */
.breadcrumb {
    padding-bottom: 0.5em;
}

hr {
    border: 1px solid gray;
    height: 1px;
}

.clear-block:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear-block {
    display: inline-block;
}
* html .clear-block {
    height: 1%;
}
.clear-block {
    display: block;
}

/* =Objects
-------------------------------------------------------------- */




/* =Tables
-------------------------------------------------------------- */
table {
    border-collapse: collapse;
}
th {
    border-bottom: 3px solid #CCCCCC;
    padding-right: 1em;
    text-align: left;
}
th.active img {
    display: inline;
}
tr.even, tr.odd {
    background-color: #EEEEEE;
    border-bottom: 1px solid #CCCCCC;
    padding: 0.1em 0.6em;
}
tr.drag {
    background-color: #FFFFF0;
}
tr.drag-previous {
    background-color: #FFFFDD;
}
td.active {
    background-color: #DDDDDD;
}
td.checkbox, th.checkbox {
    text-align: center;
}
td.revision-current {
    background: none repeat scroll 0 0 #FFFFCC;
}
tbody {
    border-top: 1px solid #CCCCCC;
}
tbody th {
    border-bottom: 1px solid #CCCCCC;
}
thead th {
    border-bottom: 3px solid #CCCCCC;
    padding-right: 1em;
    text-align: left;
}
tr.odd .form-item, tr.even .form-item {
    margin-bottom: 0;
    margin-top: 0;
    white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
    border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
    border-top-width: 0 !important;
}
#primary .node table tr td {
    border: 1px solid #333333;
}
thead th {
    border-bottom: 2px solid #CCCCCC;
    color: #494949;
}
tr.even {
    background-color: #D1DEE6;
}
tr.odd {
    background-color: #EDEDED;
}
td.region, td.module, td.container {
    background-color: #CDD6DE;
    border-bottom: 1px solid #AAAAAA;
    border-top: 1.5em solid #FFFFFF;
    color: #455067;
}
td.menu-disabled, td.menu-disabled a {
    background-color: #D5C2C2;
    color: #000000;
}
.view table tr td {
    padding: 0;
}
table {
    margin: 1em 0;
    padding: 0;
    width: 98%;
}
table tr td {
    padding: 5px;
}
#primary .node table {
    border-collapse: collapse;
}
#system-themes table img.screenshot {
    width: 100px;
}
thead th {
    border-bottom: 2px solid #CCCCCC;
    margin-bottom: 4px;
    padding-bottom: 4px;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
    border-top-width: 0;
}
.sticky-table {
    clear: left;
    overflow: hidden;
    padding: 0;
}
table tr td {
    font-size: 1.1em;
}
.view table {
    font-size: 105%;
}
thead th {
    font-weight: bold;
    text-align: left;
}
table tr td {
    text-align: left;
}
td.region, td.module, td.container {
    font-weight: bold;
}
.sticky-table {
    font-size: 90%;
}



/* =Forms
-------------------------------------------------------------- */
form {
    margin: 0;
    padding: 0;
}
.form-item {
    margin-bottom: 1em;
    margin-top: 1em;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
    border: 2px solid red;
}
.form-item .description {
    font-size: 0.85em;
}
.form-item label {
    display: block;
    font-weight: bold;
}
.form-item label.option {
    display: inline;
    font-weight: normal;
}
.form-checkboxes, .form-radios {
    margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
    margin-bottom: 0.4em;
    margin-top: 0.4em;
}
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
    margin: 0.25em 0;
}
.form-button, .form-submit {
    margin: 0.5em 0.5em 1em 0;
}
.marker, .form-required {
    color: #FF0000;
}
.more-link {
    text-align: right;
}
.more-help-link {
    font-size: 0.85em;
    text-align: right;
}
.nowrap {
    white-space: nowrap;
}
.item-list .pager {
    clear: both;
    text-align: center;
}
.item-list .pager li {
    background-image: none;
    display: inline;
    list-style-type: none;
    padding: 0.5em;
}
.pager-current {
    font-weight: bold;
}
.tips {
    font-size: 0.9em;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.container-inline div, .container-inline label {
    display: inline;
}

/* =Lists
-------------------------------------------------------------- */
ul.primary {
    border-bottom: 1px solid #BBBBBB;
    border-collapse: collapse;
    height: auto;
    line-height: normal;
    list-style: none outside none;
    margin: 5px;
    padding: 0 0 0 1em;
    white-space: nowrap;
}
ul.primary li {
    display: inline;
}
ul.primary li a {
    background-color: #DDDDDD;
    border-color: #BBBBBB;
    border-style: solid solid none;
    border-width: 1px;
    height: auto;
    margin-right: 0.5em;
    padding: 0 1em;
    text-decoration: none;
}
ul.primary li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #BBBBBB #BBBBBB #FFFFFF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}
ul.primary li a:hover {
    background-color: #EEEEEE;
    border-color: #CCCCCC #CCCCCC #EEEEEE;
}
ul.secondary {
    border-bottom: 1px solid #BBBBBB;
    margin: 5px;
    padding: 0.5em 1em;
}
ul.secondary li {
    border-right: 1px solid #CCCCCC;
    display: inline;
    padding: 0 1em;
}
ul.secondary a {
    padding: 0;
    text-decoration: none;
}
ul.secondary a.active {
    border-bottom: 4px solid #999999;
}
ul.menu {
    border: medium none;
    list-style: none outside none;
    text-align: left;
}
ul.menu li {
    margin: 0 0 0 0.5em;
}
li.expanded {
    list-style-image: url("/misc/menu-expanded.png");
    list-style-type: circle;
    margin: 0;
    padding: 0.2em 0.5em 0 0;
}
li.collapsed {
    list-style-image: url("/misc/menu-collapsed.png");
    list-style-type: disc;
    margin: 0;
    padding: 0.2em 0.5em 0 0;
}
li.leaf {
    list-style-image: url("/misc/menu-leaf.png");
    list-style-type: square;
    margin: 0;
    padding: 0.2em 0.5em 0 0;
}
li a.active {
    color: #000000;
}
.menu-nav-menu-container ul {
    margin: 0;
    padding: 0;
}
.menu-nav-menu-container ul.inline {
    display: inline;
}
.menu-nav-menu-container ul li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}
.block ul {
    margin: 0;
    padding: 0 0 0.25em 1em;
}
#autocomplete {
    border: 1px solid;
    overflow: hidden;
    position: absolute;
    z-index: 100;
}
#autocomplete ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#autocomplete li {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    cursor: default;
    white-space: pre;
}
#autocomplete li.selected {
    background: none repeat scroll 0 0 #0072B9;
    color: #FFFFFF;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
    font-family: inherit;
    font-size: inherit;
    width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
    width: 10em;
}
dl.multiselect dt, dl.multiselect dd {
    float: left;
    line-height: 1.75em;
    margin: 0 1em 0 0;
    padding: 0;
}
dl.multiselect .form-item {
    height: 1.75em;
    margin: 0;
}
dl {
    margin: 0;
}
dl dd {
    margin: 0.5em 0 0.5em 1.5em;
}
dl dt {
    margin: 4px 0;
    padding: 0 0 0 20px;
}
dl dt {
    background: url("images/square.gif") no-repeat scroll 0 1px transparent;
}
dl dt {
    font-size: 1.1em;
}
dl dd {
    font-size: 1.1em;
    line-height: 1.3em;
}


/* =Structure and Layouts
-------------------------------------------------------------- */
.ccontentd {
    margin-top: 15px;
}



/* =Single Post
-------------------------------------------------------------- */
.single .playtime {
    font-size: 14px;
    margin: 10px 0;
}

.single p {
    margin: 0 0 10px;
}

.nav-single {
	margin: 15px 0;
}

.nav-next,
.nav-previous {
}


/* =Images
-------------------------------------------------------------- */
img, 
.wp-caption {
    max-width: 100%;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.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: 3px;
	margin: 5px;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}


/* =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 */
}




/* =Extras
-------------------------------------------------------------- */
.ext {
    background: url("images/extlink.png") no-repeat scroll right center transparent;
    padding-right: 12px;
}
.mailto {
    background: url("images/mailto.png") no-repeat scroll right center transparent;
    padding-right: 12px;
}


/* =Nav Menus
-------------------------------------------------------------- */
#submenu {
    background: #7b1532;
    color: #fff;
    padding: 9px 10px 9px 15px;
    font-size: 1.2em;
    letter-spacing: 1px;
    text-align: left;
}
#submenu ul li a {
    color: #fff;
}
#submenu ul li a.active {
    font-weight: bold;
}


div.audio-node {
    overflow: hidden;
}
ul.audio {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.audio li {
    float: left;
    margin: 1em;
}
ul.audio-info {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.audio-info li {
    margin: 2px 0;
    padding-left: 5px;
}
div.audio-image {
    float: right;
    margin-left: 10px;
    padding: 5px;
    text-align: center;
}
div.audio-image img {
}

.path {
    padding-bottom: 3px;
}
.path p span {
    margin-right: 10px;
    padding: 5px;
}
#primary .singlepage .path p {
    letter-spacing: 0;
    margin-top: -2px;
}
#primary .singlepage {
    padding: 0 0 15px;
}
.preview .node {
    margin-bottom: 10px;
    padding: 20px;
}
#page #primary .drdot {
    clear: both;
}
#page #primary .drdot hr {
    display: none;
}
#page #primary .tabs {
    margin: 20px 0;
}
#header h1, #header p.sitetitle {
    margin: 0;
    padding: 30px 0 12px 35px;
}
.node {
    margin-bottom: 3em;
}
#header p.slogan {
    display: block;
    padding: 8px 0 10px 60px;
}



#sitemission {
    margin: 0 0 20px;
    padding: 15px;
}
.introblock {
    padding: 10px;
    margin: 0 0 20px;
    border: 4px solid #333;
}
.defaultblock {
    margin: 0 0 20px;
}
.defaultblock .blockcontent {
    border: 2px solid #7b1532;
    margin: 0 0 20px;
    padding: 10px 2px;
}
.defaultblock h2 {
    display: block;
    margin-bottom: 0;
    padding: 6px 4px 6px 12px;
}
#primary .item {
    margin: 0 0 15px;
    padding: 0;
}
#primary .item .itemhead {
    margin: 0 0 5px;
    padding: 0;
}
#primary .item .itemhead h3 {
    display: block;
    margin: 0 !important;
    padding: 0;
}
#primary .item .itemtext {
    margin: 0;
    padding: 0;
}
#primary .item .itemtext p, #primary .item .itemtext ul, #primary .item .itemtext ol, #primary .item .itemtext div, #primary .item .itemtext blockquote {
    margin: 0 !important;
}
#primary .item .itemhead p.metadata {
    display: block;
    margin: 2px 0 0 !important;
}
#primary .singlepage p {
    margin: 0 0 10px;
}
#primary .singlepage h1, #primary .singlepage h2, #primary .singlepage h3, #primary .singlepage h4, #primary .singlepage h5, #primary .singlepage h6 {
    margin: 0 0 10px;
    padding: 0;
}
#primary .singlepage h1 {
    margin-bottom: 12px;
}
#primary .singlepage h2.with-tabs {
    margin-bottom: 30px;
}
#primary .singlepage p.small {
    margin-top: 10px;
    padding-top: 5px;
}
#primary img {
    padding: 4px;
}


.itemtext ol, .itemtext ul {
    margin: 0;
    padding: 0 0 0 35px;
}
.itemtext ol li, .itemtext ul li {
    margin: 0 0 3px;
    padding: 0;
}
.secondary div p {
    margin-top: 0.5em;
}
.secondary ul, .secondary ol, .secondary div {
    margin: 5px 0 0;
    padding-left: 0;
}
.tabs ul li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#primary ul {
    margin: 10px 0;
}
.item-list ul li {
    margin: 0 0 1px;
    padding: 0 0 0 22px;
}
#primary .singlepage .node .content li {
    margin: 3px 0 3px 18px;
}
#primary .singlepage .node .content ol li {
    margin: 3px 0 3px 22px;
}
.blockcontent ul.menu {
    margin-left: -10px;
}
.blockcontent .item-list ul {
    margin-left: -5px;
}
.rsidebar ul.menu li, .rsidebar  ul li, .lsidebar ul.menu li, .lsidebar  ul li {
    padding: 9px;
}
ul.inline li {
    margin: 0;
    padding: 0 1em 0 0;
}

hr {
    height: 1px;
    margin: 0;
    padding: 0;
}

.messages ul {
    margin: 0;
}

#watchdog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit {
    margin: 0;
}
fieldset ul.clear-block li {
    margin: 0;
    padding: 0;
}
.box {
    margin-bottom: 2.5em;
}
#primary .content blockquote {
    margin: 15px;
    padding: 12px;
}

#primary .messages {
    padding: 10px;
}
#primary .messages .status {
    padding: 10px;
}
#primary .help .help {
    margin: 15px 0;
    padding: 5px;
}
#primary .help .help ul li {
    padding-left: 15px;
}

.links {
    clear: both;
    margin-top: -12px;
}
.linksteaser {
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.linksteaser ul li {
    margin-right: 5px;
}
.comment .links ul li {
    padding-bottom: 1px;
    padding-left: 23px;
    padding-top: 1px;
}
#primary .links li.comment_forbidden, #primary .links li.comment_comments, #primary .links li.blog_usernames_blog first {
    padding-left: 22px;
}
.links li.comment_add {
    padding: 0 0 0 23px;
}
.links .node_read_more {
    font-size: 17px;
    padding: 1px 0 0 23px;
}

.taxonomy {
    clear: left;
    font-size: 0.9em;
    margin: 10px 0 15px 0;
}
.taxonomyteaser {
    clear: left;
    font-size: 1em;
    margin: 10px 0 15px;
    padding-bottom: 10px;
}
.taxonomy span {
    font-weight: bold;
    padding: 0 1em 0 0;
}
p span.tagsteaser {
    background: url("images/tags.gif") no-repeat scroll 0 0 transparent;
    color: #24365C;
    font-weight: bold;
    padding-left: 23px;
}

.preview .node .taxonomy ul li span {
    background: none repeat scroll 0 0 transparent;
}
.preview .node .taxonomy ul li span {
    padding-left: 3px;
    padding-right: 3px;
}
.metanode {
    margin: 10px 0 20px;
}
.metanode span {
    padding-bottom: 5px;
}
.metanode span.author {
    padding-left: 21px;
}
.metanode span.date {
    padding-left: 21px;
}
.item-list ul.pager {
    margin: 0;
    padding-top: 10px;
}
.item-list .pager li {
    margin: 0;
    padding: 3px;
}
.item-list .pager li.pager-current {
    padding: 4px;
}
#primary .picture {
    float: right;
    margin: 8px 0 4px 8px;
}
#primary .picture img {
    float: none;
    margin: 0 0 4px 5px;
    padding: 4px;
}


#primary img.sticky {
    float: none;
    margin: 0 0 0 8px;
    padding: 0;
}


#page table#attachments tr td {
    padding: 4px;
}
#page .poll {
    clear: both;
    margin-top: 3px;
}
.poll .title {
    margin: 8px 0;
}
.poll .percent, .pool .text {
    margin: 1px 0;
}
#page .poll .form-item {
    margin: 8px 0;
}
#page .poll .choices {
    margin: 0;
}

#primary .singlepage .search-results dt {
    margin-top: 10px;
}
fieldset {
    clear: left;
    display: block;
    margin: 1em 0;
    overflow: visible;
    padding: 1em;
    width: 95%;
}
:first-child + html fieldset {
    background-position: 0 0.65em;
    padding: 0 1em 1em;
}
:first-child + html fieldset > .description, *:first-child + html fieldset .fieldset-wrapper .description {
    padding-top: 1em;
}
fieldset legend {
    display: block;
}
:first-child + html fieldset legend, *:first-child + html fieldset.collapsed legend {
    display: inline;
}
html.js fieldset.collapsible {
    display: block;
    float: left;
    margin: 5px 0;
}
html.js fieldset.collapsed {
    clear: left;
    display: block;
    margin: 5px 0;
}
fieldset ul.clear-block li {
    margin: 0;
    padding: 0;
}
.teaser-checkbox {
    margin-bottom: 10px;
}
.feedcontainer {
    margin-bottom: 10px;
    margin-left: 0;
    margin-top: 10px;
    position: relative;
}
#primary .singlepage .feedcontainer h2 {
    margin-bottom: 10px;
}
#primary .singlepage .feedsummary {
    padding-bottom: 10px;
}
#primary .singlepage #aggregator li {
    margin: 3px 0 3px 18px;
    padding: 0 0 0 3px;
}
.terminfo {
    margin-bottom: 10px;
    padding: 15px;
}
.form-submit {
    margin-top: 0;
    padding: 5px;
}
.view-display-id-block_2 {
    line-height: 1;
}
.rsidebar .view-display-id-block_2 .item-list ul li {
    background-image: none;
    padding: 0 0 0.5em 0.25em;
}
.rsidebar .view-display-id-block_2 .item-list ul li.views-row-last {
    background-image: none;
    padding-bottom: 0;
}
.rsidebar .view-display-id-block_2 div.feed-icon {
    text-align: right;
}
div.feed-icon a:hover {
    background: none repeat scroll 0 0 transparent;
}
div.playtime {
    font-weight: bold;
    margin: 4px 0;
}

.view-shows .node {
    border-bottom: 4px solid #EEEEEE;
    clear: both;
}
.view-shows .links {
    margin-top: 1em;
}
.defaultblock-custom {
    margin: 0 0 20px;
}

div.audio-player {
    margin: 0 0 1em;
}
div.vertical-tabs-panes {
    position: relative;
}
fieldset.vertical-tabs-pane {
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    top: 1em;
}



.path p span {
    background: none repeat scroll 0 0 #E1E0E0;
    text-transform: uppercase;
}
#header h1, #header p.sitetitle {
    color: white;
}
#header p.slogan {
    color: #FFFFFF;
}

#sitemission {
    background: url("images/bgblock.gif") repeat-x scroll center top transparent;
}
#primary #sitemission p {
    color: #666666;
}

.defaultblock h2 {
    background: no-repeat scroll center top #7b1532;
    color: #FFFFFF;
    border-radius: 10px 10px 0px 0px; */
	
}
.defaultblock h3 {
}
#primary .title h2 {
    color: #005A8C;
}
#primary .item .itemtext {
    color: #444444;
}
#primary .item .itemhead p.metadata {
    color: #666666;
}
#footer {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
.tabs ul li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.blockcontent ul li {
    list-style: none;
}
.rsidebar ul li.expanded, .lsidebar ul.menu li.expanded {
}
.rsidebar ul li.collapsed, .lsidebar ul.menu li.collapsed {
}

#primary .singlepage .node .content ol li {
    list-style-type: decimal;
}

ul.inline li {
    background: none repeat scroll 0 0 transparent;
}

hr {
    background: none repeat scroll 0 0 #5294C1;
    border: medium none;
}

span.form-required {
    color: #FFAE00;
}
.form-item ul li {
    list-style: none outside none;
}
.fieldset ul li {
    list-style: none outside none;
}
fieldset ul.clear-block li {
    background-image: none;
}
#primary .content blockquote {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #666666;
}
.preview .node {
    background-color: #FAF6D9;
    border: 4px dashed #E7E3C4;
}

#primary .messages ul li {
    list-style: none outside none;
}
#primary .messages .status {
    background-color: #D8FAB6;
    border: 1px solid #3D7903;
}
#primary .help .help {
    background-color: #FFFFCC;
    border: 1px solid #FFCC00;
}
#primary .help .help ul li {
    background: url("images/lista.gif") no-repeat scroll 0 7px transparent;
    list-style: none outside none;
}

#primary code {
    color: #000000;
}


.linksteaser {
    border-bottom: 1px dashed #CCCCCC;
	padding:5px 0px 20px 0px;
}
.metanode span.author {
    background: url("images/user.gif") no-repeat scroll 0 0 transparent;
}
.metanode span.date {
    background: url("images/clock.gif") no-repeat scroll 2px 0 transparent;
}
.item-list .pager li.pager-current {
    background-color: #EDEDED;
    border: 1px solid #CCCCCC;
    color: #333333;
}


#page .poll .bar .foreground {
    background-color: #156AA3;
}


#primary .singlepage .search-results dt {
    background: url("images/result.gif") no-repeat scroll 0 0 transparent;
}
#primary .singlepage .search-results p strong {
    background: none repeat scroll 0 0 #FFFF99;
}
.hide {
    height: 5px;
    visibility: hidden;
}
fieldset {
    border: 1px solid #CCCCCC;
}
:first-child + html fieldset {
    background-color: transparent;
    background-position: 0 0.65em;
}
fieldset ul.clear-block li {
    background-image: none;
}
.feedcontainer .feedcontent {
    border-bottom: 1px dashed #CCCCCC;
}
#primary .singlepage .feedsummary {
    border-bottom: 1px dashed #CCCCCC;
}
#primary .singlepage #aggregator li {
    background: none repeat scroll 0 0 transparent;
    list-style: square outside none;
}
.terminfo {
    background: none repeat scroll 0 0 #FDFFE5;
}
#primary .terminfo p {
    color: #666600;
}
.form-submit {
    background: none repeat scroll 0 0 #005A8C;
    border: 3px double #CCCCCC;
    color: #FFFFFF;
}



#primary .defaultblock .blockcontent {
    font-size: 1.1em;
    line-height: 1.5em;
}
#header h1, #header p.sitetitle {
    font-family: "trebuchet MS",verdana;
    font-size: 4em;
    font-weight: lighter;
    letter-spacing: -1px;
    text-transform: none;
}
#header p.slogan {
    font-family: "trebuchet MS",verdana;
    font-size: 1.4em;
    font-weight: lighter;
    letter-spacing: -0.3px;
    line-height: 1em;
}
#header h1, #header p {
    font-family: "trebuchet MS",verdana;
}

#primary #sitemission p {
    font-family: "trebuchet MS",verdana;
    font-size: 1.7em;
    font-style: italic;
    line-height: 120%;
    text-align: center;
}
.defaultblock h2 {
    font: bold 1em Geneva,Arial,Helvetica,sans-serif;
}
#primary .singlepage h1, #primary .singlepage h2, #primary .singlepage h3, #primary .singlepage h4, #primary .singlepage h5, #primary .singlepage h6 {
    font-family: Arial,Helvetica,sans-serif;
    font-weight: lighter;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}
#primary .singlepage h2.nodeTitle a {
    font: 1.7em Arial,Helvetica,sans-serif;
    color: #005A8C;
    text-decoration: none;
}
#primary .singlepage h1 {
    font-size: 22px;
    line-height: 24px;
}
#primary .singlepage h2 {
    font-size: 18px;
    line-height: 22px;
}
#primary .singlepage h3 {
    font-size: 1.4em;
    line-height: 1.2em;
}
#primary .singlepage h4 {
    font-size: 1.2em;
    line-height: 1.2em;
}
#primary .singlepage h5 {
    font-size: 1em;
    line-height: 1.2em;
}
#primary .singlepage h6 {
    font-size: 0.9em;
    line-height: 1.2em;
}
#primary .singlepage p.small {
    font: 1em/1.5em 'Lucida Grande',Verdana,Arial,Sans-Serif;
}
#footer {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
#primary .singlepage form {
    font-size: 0.95em;
    line-height: 1.3em;
}
div.bymodule ul li {
    font-size: 1.1em;
}
#primary .singlepage .node .content li {
    font-size: 1.1em;
    line-height: 1.45em;
}
#primary .singlepage .node .content ol li {
    font-size: 1.1em;
    line-height: 1.45em;
}

#primary .content blockquote {
    font-style: italic;
}
#primary .messages {
    font-size: 1em;
    line-height: 1.3em;
}
#primary .singlepage .help p {
    font-size: 1em;
    line-height: 1.3em;
}


.links {
    font-size: 1em;
}

.metanode {
    font: italic 0.85em Arial,Helvetica,sans-serif;
}
.metanode span.author, .metanode span.date {
    font-weight: bold;
}
.item-list ul.pager {
    font-size: 1.5em;
    text-align: left;
}



#page table#attachments tr td a {
    font-weight: normal;
}
.poll .title {
    font-weight: bold;
}
#page .poll .vote-form {
    text-align: left;
}
#page .poll .total {
    text-align: left;
}
#primary .singlepage .search-results p.search-info {
    font-style: italic;
}
#primary .singlepage .feedcontainer h2 {
    font-size: 1.6em;
}
#primary .singlepage #aggregator h2 {
    font-size: 1.6em;
}
#primary .singlepage #aggregator li {
    font-size: 0.8em;
}
.terminfo {
    font-family: Arial,Helvetica,sans-serif;
}
#primary .terminfo p {
    font-size: 1.5em;
    font-style: italic;
    font-weight: lighter;
    line-height: 1.3em;
    text-align: center;
}
.form-submit {
    font-size: 14px;
}

a {
    text-decoration: none;
}

#primary .node .content .book-navigation a, #primary .node .content .forum a, #primary .singlepage form legend a {
    text-decoration: none;
}
#primary .node .content .book-navigation a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #005A8C;
    text-decoration: underline;
}
#primary .node .content a:hover, .defaultblock a:hover, #primary h2.nodeTitle a:hover, #primary .linksteaser a:hover, #primary #comments a:hover, #primary .taxonomy a:hover, #primary .links a:hover, #primary .path a:hover, #primary .metanode a:hover, #primary dl dt a:hover {
    background-color: #005A8C;
    color: white;
    text-decoration: none;
}

#primary .tabs .secondary li a {
    margin: 12px 12px 12px 0;
}
#header h1 a, #header p a {
    color: #FFFFFF;
}
#header h1 a:hover, #header p.sitetitle a:hover {
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: underline;
}
#primary .help .help a, #primary .help .help a:hover {
    color: #990000;
    font-weight: bold;
}
.defaultblock h2 a{
	color:white;
}
ul.links li {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
}



ol li ol {
	padding-left:20px;
}
ol li ol li{
	list-style:none !important;
}

li.depth-1 #respond{
	padding: 1em !important;
	background :#EDEDED !important;
}
ol.children li.comment{
	padding: 1em !important;
	background :#EDEDED !important;
}
.form-submit input#submit{
	border:none;
	background:none;
	color:white;
	cursor:pointer;
}
p.form-submit{
	width: 100px;
}




/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	line-height: 1.5;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #9f9f9f;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	padding: 24px;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
    margin-top: 20px;
    font-size: 14px;
}
#comments .box h2 {
    font-size: 14px;
}
.commentTitle {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
}
.submitted {
    font-size: 12px;
    font-style: italic;
    margin-bottom: 5px;
}

.comment .links ul li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
}

.comments-title {
	margin: 20px 0 20px 0;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 15px 0;
}
.comments-area article header {
	margin: 0 0 18px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 14px;
	line-height: 16px;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}

.comments-area .comment p {
	font-size: 13px;
	margin: 0 15px 10px 15px;
}

a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

li.comment {
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
	padding: 10px;
	margin-bottom: 10px;
}


/* =Comment Form
-------------------------------------------------------------- */
#respond {
	margin-top: 25px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 14px;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Sidebars
-------------------------------------------------------------- */
.sidebar-top {
    float: left;
    margin: 0 0 0 15px;
    width: 400px;
}

.lsidebar {
    float: left;
    margin: 0 0 0 15px;
    width: 195px;
    font-size: 12px;
    line-height: 1.25em;
}

.rsidebar {
    float: left;
    margin: 0 0 0 15px;
    width: 195px;
    font-size: 12px;
    line-height: 1.25em;
}

.rsidebar ul.menu li, .rsidebar .item-list ul li, .lsidebar ul.menu li, .lsidebar .item-list ul li {
    list-style-image: none;
    list-style-type: none;
}

.tagcloud a, 
.tagcloud a:visited {
    background-color: #E5D0D6;
    display: inline-block;
    margin: 0 3px 5px 0;
    padding: 3px 5px;
    font-weight: 300;
}

/* =Plugins
-------------------------------------------------------------- */
.powerpress_player {
    clear: both;
    margin: 25px 0 5px 0;
}
.powerpress_links {
    margin: 0 0 25px 0;
}

.mejs-container .mejs-controls {
background: #d1423c;
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #333333;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
background: #ffffff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
background: #ff8c00
}

.sidebar-top form.gsc-search-box {
  	font-size: 16px;
	margin-bottom: 15px;
}

.sidebar-top table.gsc-search-box {
	background-color: #7b1532;
	padding: 3px 0;
  	margin: 0 0 15px 0;
}

li.crpw-item {
border-bottom: 1px solid #C6C6C6;
margin: 0;
padding: 0 5px 0 5px;
min-height: 40px;
background: none;
list-style: none;

.crpw-title a {
font-size: 16px;
}

/* =RSS Elements
-------------------------------------------------------------- */
#aggregator .feed-source .feed-title {
    margin-top: 0;
}
#aggregator .feed-source .feed-image img {
    margin-bottom: 0.75em;
}
#aggregator .feed-source .feed-icon {
    display: block;
    float: right;
}
#aggregator .feed-item {
    margin-bottom: 1.5em;
}
#aggregator .feed-item-title {
    font-size: 1.3em;
    margin-bottom: 0;
}
#aggregator .feed-item-meta, #aggregator .feed-item-body {
    margin-bottom: 0.5em;
}
#aggregator .feed-item-categories {
    font-size: 0.9em;
}
#aggregator td {
    vertical-align: bottom;
}
#aggregator td.categorize-item {
    white-space: nowrap;
}
#aggregator .categorize-item .news-item .body {
    margin-top: 0;
}
#aggregator .categorize-item h3 {
    margin-bottom: 1em;
    margin-top: 0;
}
