/* 
Theme Name: Radio Toxiko
Theme URI: http://radiotoxiko.com
Description: Site Layout Radio Toxiko dot Com
Author URI: http://radiotoxiko.com
Version: 1.0
Tags: Framework
Template: hybrid
*/

/**
* Import pre-made styles from Hybrid
************************************************/

/* Eric Meyer's reset.css */
	/* @import url('../hybrid/library/css/reset.css'); */

/* 18px, 20px, 21px, 22px, or 25px margins and line-height (don't use reset.css with these) */
	 /* @import url('../hybrid/library/css/18px.css'); */
	 @import url('../hybrid/library/css/20px.css'); 
	/* @import url('../hybrid/library/css/21px.css'); */
	/* @import url('../hybrid/library/css/22px.css'); */
	/* @import url('../hybrid/library/css/25px.css'); */

/* Holy Grail */
	/* @import url('../hybrid/library/css/holy-grail-fluid.css'); */

/* Plugins CSS */
	/* @import url('../hybrid/library/css/plugins.css'); */

/* Hybrid's default CSS */
	/* @import url('../hybrid/library/css/screen.css'); */

/**
* Body
************************************************/

/* Contains everything */
body {
	background-color: #fff;
	background-image: url(images/background-lg.jpg);
	background-position: top center;
}

	/* Wrapper for everything inside of the body */
	#body-container {
	margin: 0px auto;
	width:980px;
	}

/**
* Elements
************************************************/

/* Hyperlinks */
a:link {}
a:visited {}
a:hover {}
a:active {}

/* Headers */
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Text elements */
strong {}
em {}
cite {}
abbr {}
acronym {}
sup {}
sub {}
address {}
ins {}
dfn {}
del {}

/* Paragraphs */
p {}

/* Unordered lists */
ul {}
	ul li {}

/* Ordered lists */
ol {}
	ol li {}

/* Defition lists */
dl {}
	dt {}
	dd {}

/* Blockquotes */
blockquote {}
	blockquote blockquote {}
	blockquote em {}

/* Object */
object {}

/* Code */
code {}
pre {}
pre code {}

/* Tables */
table {}
	caption {}
	tr {}
	th {}
	td {}

/* Forms */
form {}
	textarea {}
	input {}
	label {}
	option {}

/* Drop caps */
.drop-cap {	}

/* Notes */
.note {}

/* Warnings/Alerts */
.warning, .alert {}

/* Errors */
.error {}

/* Downloads */
.download {}

/* Alignment */
.left, .alignleft {}
.right, .alignright {}
.center, .aligncenter {}
.block, .alignnone {}
.clear {}

/**
* Images
************************************************/

/* Normal images */
img {}
a img {}

/* WP Smilies */
img.wp-smiley {}

/* Thumbnails */
.thumbnail {}

/* WP Captions [caption] */
.wp-caption {}
	.wp-caption img {}
	.wp-caption p {}

/* Gallery [gallery] */
.gallery {}
	.gallery img {}

/* Avatars */
.avatar {}

/**
* Header
************************************************/

/* Contains entire header */
#header-container {
display: block;
margin: 0;
}

	/* Contains site title and tagline */
	#header {background-image: url(images/logo.jpg);
		background-repeat: no-repeat;
		width:356px;
		height:103px;
		margin:-10px 0 25px 21px;}

		/* Site title */
		#site-title {display: none;}
			#site-title a {}
				#site-title a span {}

		/* Site description/tagline */
		#site-description {
		display: none;
		}

/**
* Page navigation
************************************************/

/* Wrapper for navigation */
#navigation {display: block;}

	/* Page nav */
	#page-nav {margin-top: -10px;}
		#page-nav ul {list-style: none;}
			#page-nav li {float:left;}
				#page-nav li a {display: block; border-right: 1px solid #047016; clear:left;}
			#page-nav li.current_page_item {}

/**
* Containers below the header and navigation
************************************************/

/* Wrapper for the content and primary/secondary widget sections */
#container {
	margin-top: 41px;
}

	/**
	* Content
	************************************************/

	/* Contains site's main content */
	#content {}

		/* Breadcrumb trail */
		.breadcrumb {}

		/* Archive and search <div> before posts are listed */
		.author-info {}
		.category-info {}
		.date-info {}
		.search-info {}
		.tag-info {}

		/* Posts */
		.post {}

			/* Post, page, and archive titles */
			.entry-title {}
			.single-title {}
			.page-title {width:500px;}
			.attachment-title {}
			.error-404-title {}
			.author-title {}
			.category-title {}
			.date-title {}
			.search-title {}
			.tag-title {}

			/* Author and date byline */
			.byline {}

			/* Full entries */
			.entry-content {}

			/* Excerpts (introduced in Hybrid 0.4) */
			.entry-summary {}

				/* Using <!--nextpage--> */
				p.pages a {}

				/* More link <!--more--> */
				a.more-link {}

			/* Post meta data */
			.post-meta-data {}

		/* Post series */
		.series {} 
			.series-title {}

		/* Navigation links */
		.navigation-links {}
			.navigation-links .previous {}
			.navigation-links .next {}

		/* WP PageNavi (plugin) */
		.wp-pagenavi {}
			.wp-pagenavi .pages {}
			.wp-pagenavi .current {}
			.wp-pagenavi .extend {}
			.wp-pagenavi a {}

		/* Attachment image navigation */
		.navigation-attachment {}

		/**
		* Comments template
		************************************************/

		/* Wrapper for entire comments area */
		#comments-template {}

			/* Comments section headers/titles */
			.comments-header {}
			#comments-number {}

			/* Comments closed paragraph */
			p.comments-closed {}

				/* Main comments section */
				#comments {}
					#comments ol {}

						/* Individual comments (note that WordPress has even/odd backwards) */
						#comments li {}
							#comments li li {}
								#comments li li li {}
									#comments li li li li {}
						#comments li.even {}
						#comments li.odd {}
						#comments li.thread-even {}
						#comments li.thread-odd {}
						#comments li.author {}
						#comments li.trackback {}
						#comments li.pingback {}

							/* Comment avatars */
							#comments .avatar {}

							/* Comment meta data */
							#comments .comment-meta-data {}
								#comments .comment-meta-data cite {}

							/* Comment text */
							#comments .comment-text {}

					/* Paged comments navigation */
					#comments-template .paged-navigation {}
						#comments-template .paged-navigation .page-numbers {}
						#comments-template .paged-navigation .next {}
						#comments-template .paged-navigation .prev {}

				/* Main comment form div */
				#respond {}

					/* Comment form title */
					#reply {}

					/* Comment form elements */
					p#cancel-comment-reply {}
					#respond form {}
						#respond .form-author {}
							#respond input {}
						#respond .form-email {}
						#respond .form-url {}
						#respond .form-textarea {}
							#respond textarea {}
						#respond .button {}
						#respond .comment-action {}

		/**
		* Utility widget sections (see other widget code below)
		************************************************/

		/* All utility widget sections (except widgets template) */
		.utility {}

		/* Before content */
		#utility-before-content {}

		/* After content */
		#utility-after-content {}

		/* After post but before comments */
		#utility-after-single {}

		/* After page but before comments */
		#utility-after-page {}

		/* Widgets page template widgets */
		.page-template-widgets #content .widget {}

	/**
	* Widget sections (Primary and Secondary)
	************************************************/

	/* Widgets in general */
	.widget {}
		.widget-inside {}
			.widget-title {}

	/* Primary widget section */
	#primary {}
		#primary .widget {}
			#primary .widget-inside {}
				#primary .widget-title {}
				#primary .widget ul {}
					#primary .widget ul li {}

	/* Secondary widget section */
	#secondary {}
		#secondary .widget {}
			#secondary .widget-inside {}
				#secondary .widget-title {}
				#secondary .widget ul {}
					#secondary .widget ul li {}

/**
* Footer
************************************************/

/* Wrapper for the entire footer */
#footer-container {}

	/* Subsidiary widget section */
	#subsidiary {}
		#subsidiary .widget {}
			#subsidiary .widget-inside {}
				#subsidiary .widget-title {}

	/* Footer section */
	#footer {}

		/* Footer extra */
		#footer .copyright {}
		#footer .credit {}
		
/**
* Front Page
***********************************************/

#radio-toxiko-homepage {
	background-image: url(images/home-page.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width:982px;
	height:672px;
	margin: 0;
}

#radio-toxiko-flash-rotator {
	float:left;
	width:630px;
	height:272px;
	margin:50px 0 0 25px;
}

#radio-toxiko-top-ten {
	float:right;
	width:;
	height:;
	margin:45px 120px 0 0px;
}

#radio-toxiko-top-ten h2.page-title {
	display: none;
}

#radio-toxiko-top-ten ol li {
	padding:3px 0;
}

#radio-toxiko-video {
	float:left;
	margin:48px 0 0 28px;
}

#radio-toxiko-photos{
	float: left;
	margin:0px 25px 0 50px;
}


/**
*Content Page
********************************************/
#radio-toxiko-content {
	background-image: url(images/content_page.png);
	background-repeat: no-repeat;
	width: 982px;
	height:672px;
	padding:5px 0 0 25px;
}

#radio-toxiko-page-content {
	margin-top: -17px;
	margin-left: 4px;
	width:755px;
	height:480px;
	overflow: auto;
}

#radio-toxiko-page-content-blog{
	margin: 10px;
	padding-top:50px;
	padding-left: 15px;
	width:760px;
	height:480px;
}

/**
*Jocks Page
********************************************/
#radio-toxiko-jocks {
	background-image: url(images/djs_page.png);
	background-repeat: no-repeat;
	width: 982px;
	height:672px;
	margin: 0;
}

#radio-toxiko-page-jocks {
	margin: 10px;
	padding-top:18px;
	padding-left: 15px;
	width:760px;
}
#radio-toxiko-page-jocks-text {
	height:560px;
	overflow: auto;
}


/**
*ADS
*****************************************/

#utility-header{
margin:25px 0 0 475px;
width:468px;
height:60px;
padding:0px;
}
#radio-toxiko-189x319 {
	float:left;
	margin:12px 0px 0 0px;
	width:189px;
	height:319px;
	text-align: center;
	}

#radio-toxiko-728x90{
	position:absolute;
	margin:240px 0 0 15px;
	width:728px;
	height: 90px;
	background-color: white;
	border: 1px solid #000;
}
#radio-toxiko-728x90-page{
	margin:35px 0 0 15px;
	width:728px;
	height: 90px;
}
#text-5
{
position: absolute;
margin-left:830px;
margin-top: 55px;
}

#text-6
{
margin-bottom: 0px;
}