/* 
Theme Name: Discover Your Music
Description: Original by Mike. Custom templating by Mammoth Solutions.
Author: Mammoth Solutions, Mike Yarmish
Author URI: http://www.mammothsolutions.co.za, http://www.mikeyarmish.com
*/

/* ------------------------------------------------ */
/*	TAG RESET										*/
	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, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd,
	fieldset, form, label, legend, input, select, textarea
	table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	}

	/************* Global *************/
		
		html { min-width: 946px; }
		body { background: #FFFFFF url('images/bg.jpg') repeat-x top;
			   font-family: Arial, Verdana, Tahoma, sans-serif; font-size: 12px; color: #333333; line-height: 15px; }
		
	/************* Container *************/
		
		.container { width: 946px; float: left; margin: 0px; padding: 0px; }
		a { color: #DB181F; text-decoration: none; }
		
	/************* Header *************/
		
		.header {
		width: 946px;
		height: 358px;
		float: left;
		background: url('images/bg-header.jpg') no-repeat;
		position: relative;
		}
			/* Logo */	
			.logo { width: 470px; margin: 17px 0px 0px 29px; position: absolute; z-index: 1; }
			/* Flash */	
			.flash { width: 139px; height: 29px; margin: 5px 0px 0px 818px; position: absolute; z-index: 1; }
			/* Nav */	
			.nav { width: 401px; margin: 73px 0px 0px 545px; position: absolute; z-index: 1;  }
				.nav ul { margin: 0px; padding: 0px; list-style-type: none; float: left; }
				.nav li { margin: 0px; padding: 0px; float: left; display: inline; }
				.nav li.news { padding: 0px 15px 0px 0px; }
				.nav li.home { padding: 0px 2px 0px 0px; }
				.nav li.clients { padding: 0px 2px 0px 0px; }
				.nav li.disc { padding: 0px; }
			/* Blurb */	
			.blurb { width: 483px; margin: 152px 0px 0px 453px; position: absolute; z-index: 1; }
			/* Alternative Nav */	
			.altnav { width: 223px; margin: 247px 0px 0px 782px; position: absolute; z-index: 2; }

	/************* Content *************/
	
		.content {
		width: 946px;
		float: left;
		position: relative;
		}
			/* Content Left */
			.content_left { 
			width: 243px; 
			float: left; 
			margin: 0px 0px 0px 28px; 
			display: inline; 
			}
				.content_left p { font-size: 12px; line-height: 18px; }
			/* Content Right */
			.content_right { 
			width: 650px; 
			float: left; 
			margin: 0px 0px 0px 24px;
			display: inline; 
			}
			.content_right h1 { margin: 6px 0px 25px 0px; padding: 0px; }
			.post { width: 650px; float: left; border-bottom: 1px solid #EDEDED; margin: 0px 0px 20px 0px; padding: 0px 0px 20px 0px; }
			.postpage { width: 650px; float: left; margin: 0px 0px 20px 0px; padding: 0px 0px 20px 0px; }
			.entry { width: 650px; float: left; }
				.entry_left { width: 60px; float: left; background: url('images/bg-stamp.jpg') no-repeat; min-height: 49px; }
					.entry_left h1 { margin: 0px; padding: 1px 0px 0px 10px; color: #FFFFFF; font-family: Verdana; font-size: 10px; color: #FFFFFF; text-transform:uppercase; }
					.entry_left h2 { margin: 0px; padding: 6px 0px 10px 11px; color: #6E6E6E; font-family: Century Gothic; font-size: 18px; color: #6A6A6A; }
				.entry_right { width: 590px; float: left; }
					.entry_right h2, .entry_right h2 a { font-size: 14px; line-height: 16px; color: #712044; text-decoration: none; margin: 0px 0px 3px 0px; }
					.entry_right a { color: #F36C23; text-decoration: none; }
					.entry_right a:hover { color: #F36C23; text-decoration: underline; }
					.entry_right_content { padding: 8px 0px 0px 0px; }
					.entry_right_content p { padding: 0px 0px 10px 0px; }
					.entry_right_content ul, .entry_right_content li {}
					.entry_right_date { width: 590px; float: left; padding: 10px 0px 0px 0px; font-size: 11px; line-height: 13px; }
			/* Content Bottom */
			.content_bottom {
			width: 914px;
			height: 77px;
			float: left;
			position: relative;
			margin: 0px 0px 0px 32px;
			padding: 16px 0px 0px 0px;
			border-top: 1px solid #DBDBDB;
			display: inline;
			font-size: 11px;
			}
				.cb_btns { width: 262px; float: left; }
				.cb_address { width: 215px; float: left; margin: 0px 15px 0px 0px; border-right: 1px solid #DBDBDB; }
				.cb_postal { width: 104px; float: left; margin: 0px 15px 0px 0px; border-right: 1px solid #DBDBDB; }
				.cb_contact { width: 283px; float: left; }
				.cb_contact a { color: #DB181F; }
				
			
	
	
	/************* Footer *************/
	
		.footer {
		width: 100%;
		height: 104px;
		float: left;
		position: relative;
		background: #F5F5F5;
		font-size: 11px;
		}
			.footer_content { width: 914px; float: left; margin: 22px 0px 0px 32px; }
	
	/************* Other *************/
	
	.alignleft {text-align:left;}
	.alignright {text-align:right;}
	
	.navigation {margin: 30px 0px 25px 0px; }
	
	.entry {padding: 0px;}
	
	.entry img {
	margin: 10px 10px 10px 0;
	border: 0;
	}
	
	.commentsmeta {
	text-align: right;
	font-size: 1.3em;
	margin-right: 15px;
	}
	
	.post h2 {
	margin-bottom: 0.1em;
	}
	
	.post small, .commentmetadata {
	color: #303030;
	margin-left: 15px;
	padding: 0;
	display: block;
	}
	
	#searchform {
	margin-top: 25px;
	}
	
	#searchsubmit {
	background: #fff;
	margin: 10px 5px;
	padding: 0 15px;
	}
	
	#searchtext {width: 70%;}
	
	.postmetadata {
	margin: 15px 10px;
	padding: 0;
	text-align: left;
	text-indent: 0;
	width: 94%;
	overflow: hidden;
	}
	
	ul#commentlist {
	list-style: none;
	}
	
	#commentlist li {
	margin: 15px 0;
	padding: 10px;
	text-align: left;
	width: 94%;
	overflow: hidden;
	}
	
	.alt {
	background: #eee;
	}
	
	#commentlist cite {
	font-weight: bold;
	}
	
	#commentlist p {
	margin: 0;
	padding: 5px 10px 0 15px;
	text-indent: 1.5em;
	}
	
	#comments, #respond {
	text-align: left;
	margin: 25px 5px;
	padding-left: 25px;
	}
	
	#commentform {text-align: left;}
	
	#commentform textarea {width: 100%;}
	
	#commentform p {text-indent: 0;}
	
	#commentform #submit {background: #fff;}
	
	#commentform input {width: 180px;}
	
	.pagetitle { margin:15px 0 35px;}
