@charset "utf-8";
/* CSS Document 



/*
Theme Name: Sideroom 2010
Theme URI: http://www.sideroom.com
Description: Sideroom.com custom theme - March 2010
Version: 1.0
Author: Regan Vause
Author URI: http://www.peepshow.co.nz

*/


	/* =============================================================================================================================
			PAGE STYLES
	=========================================================================================================================== */

body 
{
	background:#222;
}
#top
{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	/*
	*/z-index:100;
}
#header
{
	padding:0 0 20px;
	background:#302620;
	height:120px;
	overflow:hidden;
	width:914px;
	margin:auto;
	border:1px solid #706454;
	border-bottom:none;
	border-top:none;
	position:relative;
}

	.headContent
	{
		width:900px;
		margin:0 auto;
		position:relative;
	}
		.headContent h1
		{
			margin:10px 0 0 20px
		}
		.headContent h2
		{
			margin:0 0 0 20px;
			font-size:1.2em;
		}
			a.logo
			{
				background:url(images/sideroom_logo.png) no-repeat;
				width:399px;	height:61px;
				text-indent:-9999px;
				display:block;
			}
			
			
			.search
			{
				position:absolute;
				right:20px;
				top:24px;
			}
				.search form
				{
					margin:0;
					padding:0;
				}
				.topSearch
				{
					width:180px;
					background:#3F2E22;
					margin:0;
					padding:5px 0 5px 10px;
					border:1px solid #65472F;
				}
				.topSubmit
				{
					background:url(images/searchBtn.png) no-repeat 0 0;
					width:34px;
					height:34px;
					padding:0;
					margin:-8px 0 0 -10px;
					border:none;
					cursor:pointer;
				}
				.topSubmit:hover
				{
					background:url(images/searchBtn.png) no-repeat 0 -34px;
				}
		
.navOuter
{
	background:#E53415;
	padding:3px 0;
	width:916px;
	margin:0 auto;
}
	#nav
	{
		border:1px dashed #F19382;
		border-left:none;
		border-right:none;
		display:block;
		height:27px;
		position:relative;
	}
		.curlLeft
		{
			background:url(images/pagecurl.png) no-repeat 0 0;
			width:14px;
			height:41px;
			position:absolute;
			left:-10px;
			top:-10px;
		}
		.curlRight
		{
			background:url(images/pagecurl.png) no-repeat -14px 0;
			width:14px;
			height:41px;
			position:absolute;
			right:-13px;
			top:-10px;
		}
		#menu
		{
			width:916px;
			margin:0 auto;
			position:relative;
		}
			ul.mainMenu
			{
				margin:0 0 0 22px;
				padding:0;
				list-style:none;
				float:left;
			}
				ul.mainMenu li
				{
					padding:0;
					margin:0;
					display:inline;
					line-height:28px;
					font-size:14px;
				}
					.mainMenu a
					{
						padding:4px 8px 3px;
						color:#fff;
						text-transform:uppercase;
					}
						.mainMenu a:hover
						{
							background:#EA5C43;
						}
						.mainMenu a.active
						{
							background:#FEAB10;
						}

			#toggle
			{
				position:absolute;
				right:0px;
				top:-27px;
				width: 82px;
				height: 82px;
			}
				#toggle a.open
				{
					background:url(images/menuBtn.png) no-repeat 0 0;
					width:82px;	height:82px;
					text-indent:-9999px;
					display:block;
					position:absolute;
				}
					#toggle a.open:hover
					{
						background:url(images/menuBtn.png) no-repeat -82px 0;
					}
				#toggle a.close
				{
					background:url(images/menuBtn.png) no-repeat 0 -82px;
					width:82px;	height:82px;
					text-indent:-9999px;
					display:block;
				}
					#toggle a.close:hover
					{
						background:url(images/menuBtn.png) no-repeat -82px -82px;
					}
			
	#headHidden
	{
		border-top:1px dashed #7A6E5C;
		margin-top:18px;
		padding:20px 0 0;
	}
		.headCol
		{
			width:280px;
			float:left;
			padding:0 10px 0 20px;
			border-right:1px dashed #7A6E5C;
		}
		.last
		{
			width:220px;
			float:left;
			padding:0 10px 0 20px;
			margin:0;
			border:none;
		}
		.headCol h3
		{
			margin:0;
			padding:0;
			text-transform:uppercase;
		}
	
		.headCol ul
		{
			margin:2px 0 10px;
			padding:0;
		}
			.headCol ul li
			{
				margin:0 0 2px 6px;
				padding:0;
				list-style:none;
			}
			.headCol ul li a
			{
				color:#CFC0A1;
			}
			.headCol ul li a:hover
			{
				color:#FEAB10;
			}
 	#follow
	{
		position:absolute;
		top:93px;
		right:80px;
		background:#302620;
		padding:0 0 0 10px;
	}
				
		ul.socical_links
		{
			margin:0;
			padding:0;
			list-style:none;
		}
		ul.socical_links li
		{
			margin:0 7px 0 0;
			padding:0;
			list-style:none;
			display:inline;
			width:37px;
			height:46px;
			overflow:hidden;
			float:left;
			position:relative;
		}
			ul.socical_links li a
			{
				width:37px;
				height:36px;
				background:url(images/socical_icons.png) no-repeat;
				display:block;
				text-indent:-9999px;
				position:absolute;
				top:10px;
			}
	
			ul.socical_links li a.newsletter
			{
				background-position:0 0;
			}
		
			ul.socical_links li a.facebook
			{
				background-position:-37px 0;
			}
		
			ul.socical_links li a.twitter
			{
				background-position:-74px 0;
			}
		
			ul.socical_links li a.rss
			{
				background-position:-111px 0;
			}
		
				
				
#master
{
	width:900px;
	margin:170px auto 0;
	display:block;
}

/* ================================================================================================== 
	HOME POSTS
*/

#homePost
{
	width:900px;
	height:500px;
	margin-bottom:3px;
	position:relative;
	background-color:#FFF;
	overflow:hidden;
}
	#homePost .postImage
	{
		width:900px;
		height:500px;
	}

	#homePost .postCopy
	{
		background:#FFF;
		padding:1px 30px 20px;
		width:440px;
		position:absolute;
	}
	#homePost h2
	{
		line-height:1.2em;
	}
		#homePost h2 a:link, #homePost h2 a:visited, #homePost h2 a:active
		{
			color:#302620;
		}
		#homePost h2 a:hover
		{
			color:#E53415;
		}
		
		/* ================================================================================================== 
			HOME PAGE TEXT ALIGNMENTS 
		*/
		.Box
		{
			float:left;
			display:block;
			right:20px;
			bottom:20px;
		}
		.leftBox
		{
			float:left;
			display:block;
			left:20px;
			bottom:20px;
		}
		.rightBox
		{
			float:right;
			display:block;
			right:20px;
			bottom:20px;
		}
		.oldLeftBox
		{
			float:left;
			display:block;
			left:0px;
			width:500px;
		}
		.oldRightBox
		{
			float:left;
			display:block;
			right:0px;
			width:500px;
		}
		#homePost .date
		{
			border-bottom:1px dashed #CFC0A1;
			padding:10px 0 4px 0;
			color:#CFC0A1;
			display:block;
		}
		#homePost .author
		{
			float:right;
		}
		#homePost .introText
		{
			padding-top:10px;
		}
		a.headLink, a.headLink:link, a.headLink:active, a.headLink:visited
		{
			color:#302620;
		}
		a.headLink:hover
		{
			color:#E53415;
		}
			a.more, a.more:link, a.more:active, a.more:visited
		{
			background:#E53415;
			padding:4px 30px 3px;
			margin:20px -30px 0;
			color:#FFF;
			display:block;
			outline:none;
			font-size:0.8em;
			text-transform:uppercase;
			letter-spacing:0.4em;
		}
			a.more:hover
		{
			background:#544B41;
		}

	.pageNav
	{
		padding:14px;
		background:#97dfec;
		display:block;
		position:relative;
		height:18px;
	}
		.post-nav
		{
			margin:0 auto;
			float:right;
			display:block;
		}


/* ================================================================================================== 
	ARTICLE POSTS
*/

#articlePost
{
	width:900px;
	background-color:#FFF;
	padding:30px 0 80px;
}
	#articlePost .postImage
	{
		width:840px;
		margin:0 30px 0;
		padding:0 0 30px;
	}
	
	#articlePost .postBody
	{
		width:840px;
		margin:0;
		position:relative;
		padding:0px 30px 60px;
	}
	
	
		#articlePost h2
		{
			font-size:3.5em;
			line-height:1.1em;
			margin:0 0 24px;
			padding:0;
		}
	
		#articlePost .postText
		{
			width:628px;
			float:left;
		}
		#articlePost .postText h3
		{
			padding-bottom:16px;
			color:#689BA8;
		}
		#articlePost .postText h4
		{
			padding-bottom:6px;
			color:#E53415;
			font-size:1.6em;
		}
		#articlePost .postText h5
		{
			color:#E53415;
			font-size:1.2em;
		}
		#articlePost .postSide
		{
			width:180px; 
			border-left:1px dashed #CFC0A1;
			float:right;
		}
			#articlePost .postMeta
			{
				border-bottom:1px dashed #CFC0A1;
				text-align:right;
				padding:0 0 15px 0;
			}
				#articlePost .postMeta .author
				{
					float:none;
					font-size:1.2em;
					line-height:1em;
				}
				#articlePost .postMeta .author em
				{
					font-size:0.8em;
				}
				#articlePost .postMeta .author a:link,
					#articlePost .postMeta .author a:visited,
					#articlePost .postMeta .author a:active
					{
						color:#E53415;
					}
					#articlePost .postMeta .author a:hover
					{
						color:#CFC0A1;
					}
				#articlePost .postMeta .date
				{
					font-size:1.2em;
					color:#CFC0A1;
					float:none;
				}
				#articlePost .postMeta .commentLink
				{
					float:none;
					font-size:0.8em;
				}
				#articlePost .postMeta .postTags
				{
					color:#CFC0A1;
					float:none;
					font-size:0.8em;
					line-height:1.1em;
					padding:8px 0 0 8px;
				}
				
			#articlePost .postShare
			{
				border-bottom:1px dashed #CFC0A1;
				text-align:right;
				padding:0 0 15px 0;
			}
				.postShare .sociable .sociable_tagline
				{
					font-family:"SommetSlabRegular-1",Georgia,DejaVu Serif,serif;
					font-weight:normal;
					letter-spacing:0.03em;
					font-size:1.3em;
					margin-bottom:5px;
					padding-top:0.8em;
				}
				.postShare .sociable ul
				{
					margin:0;
					padding:0 0 16px;
					list-style:none;
				}
					.postShare .sociable ul li
					{
						margin:0 0 0 8px;
						padding:0;
						list-style:none;
						float:right;
					}
						.postShare .sociable ul li a
						{
							width:16px;
							height:16px;
							display:block;
						}
								
			#articlePost .postShop
			{
				border-bottom:1px dashed #CFC0A1;
				text-align:right;
				padding:0 0 15px;
			}
								
			#articlePost .postShop .shopLogo
			{
				padding:10px 0 0;
			}

			#articlePost .postShop .music-cover
			{
				padding: 0 0 10px;
			}

			#articlePost .postShop .postShop
			{
				padding:10px 0 16px;
			}
			
			#articlePost .postRecent
			{
				text-align:right;
				padding:0 0 25px 0;
				clear:right;
			}
				#articlePost .postRecent ul
				{
					margin:0;
					padding:0;
					list-style:none;
				}
					#articlePost .postRecent ul li
					{
						margin:8px 0 0;
						padding:0;
						list-style:none;
					}
					#articlePost .postRecent ul li img
					{
						border:1px solid #eee;
					}
			
/* ================================================================================================== 
	PAGE POSTS
*/

#pagePost
{
	width:900px;
	background-color:#FFF;
	padding:30px 0 30px;
}
	#pagePost .postImage
	{
		width:840px;
		margin:0 30px 0;
		padding:0 0 30px;
	}
	
	#pagePost .postBody
	{
		width:840px;
		margin:0;
		position:relative;
		padding:0px 30px 40px;
	}
	
	
		#pagePost h2
		{
			font-size:3.5em;
			line-height:1.1em;
			margin:0 0 16px;
			padding:0;
		}
	
		#pagePost .postText
		{
			width:628px;
			margin:0 auto;
		}
		#pagePost .postSide
		{
			width:180px; 
			position:absolute;
			right:30px;
			top:0px;
			bottom:0px;
			border-left:1px dashed #CFC0A1;
		}

/* ================================================================================================== 
	SEARCH POSTS
*/

#searchTop
{
	width:820px;
	margin-bottom:3px;
	position:relative;
	background-color:#FFF;
	overflow:hidden;
	padding:0 40px 40px;
}
	#searchTop .pageSearch
	{
		padding:6px;
		background:#fff;
		border: 1px solid #c8c8c8; 
		vertical-align:top;
		margin:2px 0 0;
		color:#333;
		width:400px;
	}
	#searchTop .pageSubmit
	{
		background:url(images/searchBtn.png) no-repeat 0 0;
		width:34px;
		height:34px;
		padding:0;
		margin:-2px 0 0 -18px;
		border:none;
		cursor:pointer;
	}
	.pageSubmit:hover
	{
		background:url(images/searchBtn.png) no-repeat 0 -34px;
	}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	RBSO
++++*/
#rbsoPost
{
	width:900px;
	padding:30px 0 30px;
	background:url(images/RBSO_enterBg.jpg) no-repeat top;
	margin:-25px auto 0;
	width:856px;
	height:1860px;
}
	#rbsoPost .postText
	{
		width:370px;
		margin:0 0 0 60px;
		line-height:1.1em;
		color:#CCC;
	}
		#rbsoPost h2 
		{
			color:#FAB837;
			font-size:2.4em;
			line-height:1.2em;
			margin:20px 0;
			padding:0;
		}		
		#rbsoPost h4
		{
			font-size:1.5em;
			line-height:1.2em;
			margin:0;
			padding:0;
			color:#FAB837;
		}

.rbsoBanner
{
	background:url(images/RBSO_banner_2_postponedagain.jpg) no-repeat; 
	width:900px; height:500px; 
	position:relative;
	margin:0 auto 3px;
}

	.rbsoBanner a.rbsoBtn1
	{
	background:url(images/RBSO_bt_dennis.jpg) no-repeat 0 0;
	width:125px;
	height:75px;
	position:absolute;
	top:38px;
	left:342px;
	display:block;
	text-indent:-9999px;
	}

	.rbsoBanner a.rbsoBtn2
	{
	background:url(images/RBSO_bt_jun.jpg) no-repeat 0 0;
	width:139px;
	height:51px;
	position:absolute;
	top:13px;
	left:530px;
	display:block;
	text-indent:-9999px;
	}

	.rbsoBanner a.rbsoBtn3
	{
	background:url(images/RBSO_bt_cinzah.jpg) no-repeat 0 0;
	width:97px;
	height:42px;
	position:absolute;
	top:63px;
	left:736px;
	display:block;
	text-indent:-9999px;
	}
	
	.rbsoBanner a.rbsoBtn4
	{
	background:url(images/RBSO_bt_more.jpg) no-repeat 0 0;
	width:186px;
	height:84px;
	position:absolute;
	top:349px;
	left:647px;
	display:block;
	text-indent:-9999px;
	}
	
	






/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
	FOOTER
++++*/



#footer {
	margin:0 auto 20px;
}

/* IE 6 */
* html #footer {
	position:absolute;
	top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight)+(ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop))+'px');
}
	.footContent
	{
		width:900px;
		margin:8px auto;
	}
	
		#footer .topLink
		{
			float:right;
		}
		#footer .copyright
		{
			font-size:0.9em;
			text-align:left;
			clear:both;
		}
		
		#footer .foot-menu
		{
			list-style:none;
			display:inline;
			margin: 0;
			padding:0 0 6px;
			float:left;
			height:1em;
		}
	
		#footer .foot-menu li
		{
			font-size:0.9em;
			text-align:left;
			color:#999;
			margin: 0 3px 0 0;
			padding:0 5px 0 0;
			list-style:none;
			display:inline;
			border-right: 1px solid #544B41;
		}
	
		#footer  .foot-menu li:last-child
		{
			border:none;
		}
		
		#footer  .foot-menu li a,
		#footer  .foot-menu li a:link,
		#footer  .foot-menu li a:active,
		#footer  .foot-menu li a:visited
		{
			color:#CEBFA0;
		}
		
		#footer .foot-menu li  a:hover
		{
			color:#FEAB10;
		}
		#footer .foot-menu li  a.active
		{
			color:#E53415;
		}
		#footer .logo
		{
			float:right;
			margin-right:25px;
		}
	


/* ==============================================================================
	COMMENTS
--------------------------------------------------------------------------------*/


ol.commentlist { list-style:none; margin:0; padding:0; text-indent:0; }
ol.commentlist li { border:1px solid #DDD9D9; height:1%; margin:0 0 6px; padding:8px 7px 8px 57px; position:relative; border-left:none; border-right:none; list-style:none;}
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { }
ol.commentlist li div.comment-author { padding:0 170px 0 0; }
ol.commentlist li div.vcard { font:bold 14px/1.4 helvetica,arial,sans-serif; }
ol.commentlist li div.vcard cite.fn { font-style:normal; }
ol.commentlist li div.vcard cite.fn a.url { text-decoration:none; }
ol.commentlist li div.vcard cite.fn a.url:hover { color:#000; }
ol.commentlist li div.vcard img.avatar { border:5px solid #ddd; left:7px; position:absolute; top:7px; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font:bold 10px/1.0 helvetica,arial,sans-serif; position:absolute; right:10px; text-align:right; top:5px; }
ol.commentlist li div.comment-meta a { color:#333; text-decoration:none; }
ol.commentlist li div.comment-meta a:hover { color:#000; }
ol.commentlist li p { margin:0 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li div.reply { background:#E53415; border:none; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; font:bold 9px/1 helvetica,arial,sans-serif; padding:5px 10px 4px;  text-align:center; width:36px; }
ol.commentlist li div.reply:hover { background:#FEAB10; }
ol.commentlist li div.reply a { color:#fff; text-decoration:none; text-transform:uppercase; }
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {  }
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {}
ol.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
ol.commentlist li ul.children li.depth-5 {}
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background:#F5F4F3; }
ol.commentlist li.odd { background:#E7E5E3; }
ol.commentlist li.parent { }
ol.commentlist li.pingback { }
ol.commentlist li.pingback.parent { }
ol.commentlist li.pingback div.vcard { padding:0 170px 0 0; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

.comments #respond {
		margin:20px 0 0 0;
}
.comments {
	border-top:1px dashed #CFC0A1;
	margin:30px 0 25px;
	padding:10px 0 0;
}

.comments #respond #comment {
		border:1px solid #DDD9D9;
		width:100%;
}

.comments #respond input {
		border:1px solid #DDD9D9;
}

.comments .comments-head {
		font-size:1.8em;
		text-transform:none;
		margin-bottom:10px;
}

/* PAGINATION
-----------------------------------------------------------------------------*/
/*
 * WP-Paginate - WordPress Pagination Function
 * Revision: $Id: wp-paginate.css 153537 2009-09-10 13:26:24Z emartin24 $
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/projects/wp-paginate/
 */
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none; margin:0;}
.wp-paginate a {background:#ec8d7c; border:1px solid #ec8d7c; color:#fff; margin-right:4px; padding:5px 8px 3px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active {background:#e53415; color:#fff; border:1px solid #e53415;}
.wp-paginate .title {color:#555; margin-right:4px; display:none;}
.wp-paginate .gap {color:#999; margin-right:4px;}
.wp-paginate .current {background:#e53415; color:#fff; border:1px solid #e53415; margin-right:4px; padding:5px 8px 3px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next {}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}
