/*
Theme Name: SEGASonic Radio 2012
Author: Svend Joscelyne
Version: 1.0
*/

/* SSR CUSTOM STYLE
-------------------------------------------------------------- */

html {
    min-height: 100%;
	}

body {
	margin: 0;
	font-size: 15px;
	color: #fff;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	background: #029419 url('images/bg.png');
	}

a { color: #00DD00; text-decoration: none; }
a:hover { color: #EEE; text-decoration: none; }

#topbar {
	height: 45px;
	border: 1px solid #009900;
	background-image: linear-gradient(bottom, rgb(0,209,42) 100%, rgb(5,54,0) 0%);
	background-image: -o-linear-gradient(bottom, rgb(0,209,42) 100%, rgb(5,54,0) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(0,209,42) 100%, rgb(5,54,0) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,209,42) 100%, rgb(5,54,0) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(0,209,42) 100%, rgb(5,54,0) 0%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, rgb(0,209,42)), color-stop(0, rgb(5,54,0)) );
	margin: 15px 0 0;
	line-height: 115%;
	}

	.width { margin: 0 auto; width: 1000px; }

		#ssr-logo { position: absolute; top: 7px; }

		#user {
			float: right;
			border: 1px solid #009900;
			background: #006600;
			font-size: 13px;
			padding: 7px 15px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			}

		#ssr-pad { margin: 5px 0 0 68px; }
			.ssr-next { font-size: 13px; margin-top: 2px; color: #ccc; }

#header-bg {
	background-image: linear-gradient(bottom, rgb(34,139,34) 100%, rgb(03,72,11) 0%);
	background-image: -o-linear-gradient(bottom, rgb(34,139,34) 100%, rgb(03,72,11) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(34,139,34) 100%, rgb(03,72,11) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(34,139,34) 100%, rgb(03,72,11) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(34,139,34) 100%, rgb(03,72,11) 0%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, rgb(34,139,34)), color-stop(0, rgb(03,72,11)) );
	}

#header {
	border: 0px solid #009900;
	height: 210px;
	background-image: url('images/header-bg.png');
	}

	#header-buttons { float: right; margin: 22px 10px 0; }

		#listen-now { margin-bottom: 15px; }

		#listen-now a,
		#chatroom a {
			display: block;
			overflow: hidden;
			width: 299px;
			height: 76px;
			}

		#listen-now a:hover,
		#chatroom a:hover {
			text-indent: -299px;
			}


#menu {
	border: 1px solid #005500;
	margin: 0px auto;
	height: 35px;
	text-align: center;
	font-size: 16px;
	}

	#menupad {
		padding: 8px;
		text-shadow: #000 2px 2px 3px;
		}

.navbar {
	background-image: linear-gradient(bottom, rgb(0,176,42) 100%, rgb(03,81,14) 0%);
	background-image: -o-linear-gradient(bottom, rgb(0,176,42) 100%, rgb(03,81,14) 0%);
	background-image: -moz-linear-gradient(bottom, rgb(0,176,42) 100%, rgb(03,81,14) 0%);
	background-image: -webkit-linear-gradient(bottom, rgb(0,176,42) 100%, rgb(03,81,14) 0%);
	background-image: -ms-linear-gradient(bottom, rgb(0,176,42) 100%, rgb(03,81,14) 0%);
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(1, rgb(0,176,42)), color-stop(0, rgb(03,81,14)) );
	}

#spotlight-container {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
	}

	.spotlight {
		width: 490px;
		margin: 0 5px;
		height: 100px;
		float: left;
		}

		.spotlight-text {
			background: rgb(0, 51, 0);
			background: rgba(0, 51, 0, 0.8);
			margin-top: 72px;
			}

			.spotlight-textpad {
				padding: 5px 5px 7px;
				}

#main-container {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	}


#sidebar {
	width: 250px;
	border: 1px solid #005500;
	float: left;
	background: rgb(0,102,0);
	background: rgba(0,102,0, 0.6);
	}

	.header{
		border: 1px solid #005500;
		margin: 0;
		height: 35px;
		text-align: center;
		font-size: 16px;
		}

		.header-title {
			padding: 8px;
			text-shadow: #000 2px 2px 3px;
			color: #CAFDD8;
			}


#content {
	width: 731px;
	border: 1px solid #005500;
	float: left;
	margin-left: 15px;
	background: rgb(0,102,0);
	background: rgba(0,102,0, 0.6);
	}

	#contentpad {
		padding: 5px 15px;
		line-height: 140%;
		}

	#content a, #sidebar a { color: #00DD00; text-shadow: #000 2px 2px 3px; }
	#content a:hover, #sidebar a:hover { color: #99FF99; }






/* =Content
-------------------------------------------------------------- */

.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #DDD;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #DDD;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}


#content .entry-title {
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin: 10px 0 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #DDD;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #DDD;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #DDD;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}




/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}




/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #DDD;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #DDD;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #DDD;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .byhelloauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #DDD;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #DDD;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #CCC;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #CCC;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}