/*  
Theme Name: Tattle 1
Theme URI: http://www.Tattle2.me
Description: Tattle Main Theme
Version: 1.0
Author: Pariah S. Burke
Author URI: http://www.iampariah.com

COPYRIGHT 2008 PARIAH S. BURKE - www.iamPariah.com 
-----------------------------------------------------
*/

/* ------------------------ GLOBALS --------------------------- */
/* Reset browser defaults */
@import url('styles/reset.css');

/* Apply basic typography styles */
@import url('styles/typography.css');

/* Prepare theme for plugins */
/* @import url('styles/plugins.css'); */

/* Include content for "external content" */
@import url('externals.css');

/* bring in Pariah Projects bar CSS */
@import url('http://iampariah.com/x_special/ppbar/ppbar.css');



/* ------------------------ Main --------------------------- */
html {margin: 0; padding: 0;}

i {display:none;} 

img { border: none;}

a {	text-decoration: none;}

a:hover {	text-decoration: underline;}

.firefox-only { 	display: none; }

body {
margin: 0 auto; 
text-align: center; 
background: #93278f url(images/bg_body.png) repeat-x;
}

#Trim {
width: 990px;
height: 100%;
margin: 0 auto; 
padding: 0 0 1em 0;
background: #477DAB url(images/bg_Trim.jpg) no-repeat left 155px;
border: 1px solid #000000;
}

#TrimSingle {
width: 100%;
height: 100%;
margin: 0 auto; 
margin-top: -1px; /* Hack to fix the extra 1px vertical scroll imposed by the JavaScript; no fix for FF */
padding: 0;
background: transparent;
overflow-y: hidden;
}








/* ------------------------ Header --------------------------- */
#header {
height: 155px;
width: 990px;
margin: 0;
padding: 0;
}

#header, #footer {
background: #000000 url(images/bg_header.png) repeat left top;
}


#TrimSingle #header {
height: 185px; /* Deeper to account for second nav bar */
margin: 0 auto;
margin-bottom: -6px;
padding: 0;
border: 1px solid #000000;
border-top: none;
}

#masthead, #logo, #logo a {
height: 130px;
margin: 0;
padding: 0;
}

#masthead {
width: 990px;
vertical-align: middle;
}

	#logo {
	float: left;
	width: 370px;
	display: block;
	margin-left: 20px;
	background: transparent url(images/logo_masthead.png) no-repeat 0 0;
	}
	
		#logo p, #logo h1, #logo h2 {
		text-indent: -5000px;
		}
	
		#logo a {
		width: 370px;
		display: block;
		}
	
	#adheader {
	float: right;
	width: 600px;
	height: 125px;
	margin: 2px 0;
	padding: 0;
	}
	
	#adfooter {
	width: 100%;
	text-align: center;
	xheight: 125px;
	margin: 20px 0 0 0;
	padding: 0;
	}
	
		#adheader .adspace {
		width: 125px;
		height: 125px;
		margin-left: 10px;
		float: right;
		}

	#sideads {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 2em;
	}
	
		#sideads .adspace {
		padding-bottom: 50px;
		}

	.adspace {
	xbackground-color: #999999;
	background-color: transparent;
	}








/* ------------------------ Nav Bars (Header and Footer) --------------------------- */
.barlight, .bardark {
clear: both;
padding: 0;
margin: 0;
width: 990px;
height: 25px;
overflow: hidden;
color: #f0d836;
background-color: transparent;
background-repeat: repeat-x;
background-position: left top;
}

	.barlight {
	background-image: url(images/bg_bar_light.png);
	border-bottom: 1px solid #1A1A1A;
	}
	
	.bardark {
	background-image: url(images/bg_bar_dark.png);
	}

.barlight LI a, .bardark LI a {
background-color: transparent;
background-repeat: no-repeat;
background-position: left top;
background-image: url(images/bg_light_buttons.png);
}

.barlight LI a {
background-image: url(images/bg_light_buttons.png);
}

.bardark LI a {
background-image: url(images/bg_dark_buttons.png);
}

#Nav1a menu, #Nav1f menu, #Nav1b menu, #Nav1s menu {
display: inline;
padding: 0px;
margin: 0px;
}

	#Nav1a LI, #Nav1b LI, #Nav1f LI, #Nav1s LI {
	display:block;
	float:left;
	list-style: none outside none;
	}

	#Nav1f LI {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	float: left;
	}

		#Nav1a a, #Nav1b a, #Nav1f a, #Nav1s a {
		float:left;
		height: 25px;
		padding: 0;
		display: block;
		text-decoration: none;
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: left top;
		}
	
		#Nav1a a {
		padding: 0 14px;
		}

		#Nav1b a {
		padding: 0 15px;
		}

		#Nav1s a {
		padding: 0 15px;
		}

		#Nav1f a {
		padding: 0 27px;
		padding-top: 8px;
		}

		#Nav1a a, #Nav1f a {
		color: #ffff00;
		background-image: url(images/bg_light_buttons.png);
		}
	
		#Nav1b a, #Nav1s a {
		color: #ffff00;
		font-size: 1.1em;
		background-image: url(images/bg_dark_buttons.png);
		}
	
				#Nav1a #Nav1_Home, 
				#Nav1b #Nav1b_Articles /* First button on bar */
				{
				background-image: none;
				}

				#Nav1a #Nav1_Contact /* last buttons on bar */
				{
				}

				#Nav1a #Nav1_BttnRSS, 
				#Nav1a #Nav1_BttnEmail, 
				#Nav1a #Nav1_BttnTwitter, 
				#Nav1a #Nav1_BttnToolbar /* Small icon-only buttons */
				{
				padding-top: 2px;
				}


 		#Nav1a a:hover, #Nav1b a:hover, #Nav1s a:hover, #Nav1f a:hover {
		background: transparent repeat-x left top;
		}
		
		#Nav1a a:hover, #Nav1a #Nav1_Home:hover, #Nav1f a:hover {
		background-image: url(images/bg_bar_light_hover.png);
		}
		
		#Nav1b a:hover, #Nav1b #Nav1b_Articles:hover, #Nav1s a:hover {
		background-image: url(images/bg_bar_dark_hover.png);
		}
		
		#Nav1b img {
		padding-left: 25px;
		background-color: transparent;
		background-position: left 4px;
		background-repeat: no-repeat;
		}

			#Nav1b #Nav1b_Articles img { padding-left: 0; }
			#Nav1b #Nav1b_PSP img { background-image: url(images/appicon_photoshop.png); }
			#Nav1b #Nav1b_IND img { background-image: url(images/appicon_indesign.png); }
			#Nav1b #Nav1b_INC img { background-image: url(images/appicon_incopy.png); }
			#Nav1b #Nav1b_ILL img { background-image: url(images/appicon_illustrator.png); }
			#Nav1b #Nav1b_QXP img { background-image: url(images/appicon_quarkxpress.png); }
			#Nav1b #Nav1b_BAT img { background-image: url(images/appicon_acrobat.png); }

#Nav1s {
text-align: center;
font-weight: bold;
}

#Nav1s LI {
display: inline;
height: 25px;
margin: 0;
line-height: 25px;
overflow: hidden;
vertical-align: middle;
}

	#Nav1s #postprev, #Nav1s #postnext { 
	height: 25px;
	width: 310px;
	}
	
	#Nav1s #postprev:hover, #Nav1s #postnext:hover { 
	background: transparent repeat-x left top;
	background-image: url(images/bg_bar_dark_hover.png);
	}
	
		#Nav1s #postprev { 
		float: left;
		text-align: left;
		margin-left: 5px;
		}
		
			#Nav1s #postprev a { 
			background: transparent url(images/nav1s_leftarrow.png) no-repeat left 1px;
			}
		
		#Nav1s #postnext { 
		float: right;
		text-align: right;
		margin-right: 10px;
		}
	
			#Nav1s #postnext a { 
			float: right;
			background: transparent url(images/nav1s_rightarrow.png) no-repeat right 1px;
			}
	
		#Nav1s #sharesave {
		padding-top: 0;
		}
		
		#Nav1s #rate { 
		background: transparent url(images/nav1s_rate.png) no-repeat left top;
		padding-left: 35px;
		}
		
		#Nav1s #deframe { 
		}
		
		#Nav1s #authorposts { 
		}
		
		.bardark .almostlast
		{ /* Adds the right side vertical line */
		background-image: url(images/bg_dark_buttons.png);
		}
	
		.barlight .almostlast
		{ /* Adds the right side vertical line */
		background-image: url(images/bg_light_buttons.png);
		}
	
		#Nav1a .almostlast, #Nav1f .almostlast, #Nav1b .almostlast, #Nav1s .almostlast
		{ /* Adds the right side vertical line */
		background-color: transparent;
		background-repeat: no-repeat;
		background-position: 45px top;
		}
	
			#Nav1a .almostlast
			{ /* Adds the right side vertical line */
			background-position: 74px top;
			}
	
			#Nav1f .almostlast, #Nav1b .almostlast, #Nav1s .almostlast
			{ /* Adds the right side vertical line */
			background-position: 42px top;
			}
	
#Nav1a #subbuttons {
}

	#Nav1a #subbuttons DIV {
	padding: 0;
	margin: 0;
	height: 25px;
	width: 20px;
	background-image: none;
	}
	
	#Nav1a #subbuttons DIV img {
	padding: 5px 0 0 0;
	}
	
	#Nav1a #subbuttons DIV a {
	background-image: none;
	}
	
#Nav1a #search {
float: right;
padding: 0;
margin: 0;
position:relative;
right: 0;
top: -1px;
height: 25px;
}

	#header #search #s {
	width: 282px;
	height: 25px;
	margin: 0;
	padding: 2px 15px 0 5px;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	border: none;
	background: transparent url(images/bg_field_input.png) no-repeat left top;
	}
	
	#header #search #searchsubmit {
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
	left: -13px;
	border: none;
	background: transparent url(images/bttn_search.png) no-repeat left top;
	}
	
		#header #search #searchsubmit:hover {
		background-position: left -25px;
		}








/* ------------------------ Footer --------------------------- */
#footer {
clear: both;
margin: 1em 0 0 0;
padding: 0;
color: #888888;
background-position: bottom left;
background-repeat: repeat-x;
background-color: #000000;
}

	#footer a {
	}

	#footer p {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
	
		#footer .p1 {
		min-height: 40px;
		padding: 20px 10px;
		line-height: 120%;
		xbackground: transparent url(images/pagebar_chain.png) no-repeat 10px 10px;
		vertical-align: middle;
		}
	
			#footer .p1 a {
			color: #F0D836;
			}
		








/* ------------------------ Content --------------------------- */

#ContentTopper {
height: 15px;
margin-top: 10px;
background: transparent url(images/bg_ContentTopper.png) no-repeat right top;
}

#ContentBottom {
height: 20px;
background: transparent url(images/bg_ContentBottom.png) no-repeat right top;
}
	
#Content {
width: 990px;
margin: 0;
padding: 0;
text-align: left;
background: transparent url(images/bg_Content.png) repeat-y right top;
}
	
/* EasyClearing http://www.positioniseverything.net/easyclearing.html */
				#Content:after
				{
					content: ".";
					display: block;
					height: 0;
					clear: both;
					visibility: hidden;
				}
				
				#Content
				{display: inline-block;}
				
				/* Hides from IE-mac \*/
				* html #Content
				{height: 1%;}
				
				#Content
				{display: block;}
				/* End hide from IE-mac */
/* End EasyClearing */

#Guts {
float: left;
width: 600px;
height: 100%;
margin: 0 0 0 25px;
padding: 0;
font-size: 1.1em;
line-height: 1.5em;
}

	#Guts p {
	margin: 0;
	padding: 0;
	padding-bottom: 1.5em;
	}

	#Guts a {
	color: #ED1E79;
	}

	#Guts a:visited, #Guts a:active {
	color: #93278F;
	}

#bodyFrame { /* single.php iframe */
margin: 0;
padding: 0;
display: block;
border-top: 1px solid #000000;
}

#bodyNoFrame { /* single.php no frame content */
margin: 0;
padding: 10px 0;
display: block;
}

	#bodyNoFrame h2 {
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	padding-bottom: 20px;
	}

	#bodyNoFrame .excerpt {
	font: normal 1em;
	line-height: 1.5em;
	max-height: 45em;
	overflow: hidden;
	}
	
	#bodyNoFrame .meta {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px 10px 10px 0;
	display: block;
	list-style-type: none;
	font-weight: bold;
	border-right: 1px dotted #cccccc;
	border-top: 1px dotted #cccccc;
	}
	
		#bodyNoFrame .meta li {
		padding-bottom: .5em;
		}
		
			#bodyNoFrame .jump {
			clear: both;
			padding: 5px 10px 10px 20px;
			font-size: 1.1em;
			font-weight: bold;
			display: block;
			background: transparent url(images/icon_page-red.png) no-repeat left 10px;
			}
			
				#bodyNoFrame .jump a {
				font-weight: normal;
				}

/*take*/
	#formTakeiFrame input, #formTakeinclude input {
	width: 180px;
	margin: 0;
	padding: 1px 5px;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	xborder: none;
	xbackground: transparent url(images/bg_field_input.png) no-repeat left top;
	}
	
	#formTakeiFrame span, #formTakeinclude span {
	font-weight: bold;
	}

	#formTakeiFrame  #formTakeiframesubmit, #formTakeinclude  #formTakeincludesubmit {
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
	xleft: -13px;
	border: none;
	background: transparent url(images/bttn_take.png) no-repeat left top;
	}
	
		#formTakeiFrame #formTakeiframesubmit:hover, #formTakeinclude  #formTakeincludesubmit:hover {
		background-position: left -25px;
		}
		
/*submit*/
	#formSubmit input {
	width: 180px;
	margin: 0;
	padding: 1px 5px;
	color: #000000;
	font-family: "Courier New", Courier, monospace;
	}
	
	#formSubmit span {
	font-weight: bold;
	}

	#formSubmit .item {
	padding: 0;
	padding-right: 18px;
	margin: 0;
	height: 25px;
	display: inline;
	}
	
	#formSubmit img {
	padding: 0 0 0 5px;
	}
	
	#formSubmit .radio {
	padding: 0;
	width: 15px;
	display: inline;
	}
	
	#formSubmit  #formSubmitsubmit {
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
	xleft: -13px;
	border: none;
	background: transparent url(images/bttn_submit.png) no-repeat left top;
	}
	
		#formSubmit #formSubmitsubmit:hover {
		background-position: left -25px;
		}
		
.table1 {
width: 100%;
padding: 0;
margin: 5px 0 10px 0;
}

.table1 TR {
padding: 5px 0;
}

.table1 TD {
text-align: left;
padding: 0 5px;
vertical-align: bottom;
}

#Guts #vidPlayerGuts {
	width: 100%;
	text-align: center;
	padding: 10px;
	margin: 25px 0;
}









/* ------------------------ Post Indexes (index.php and page-home.php) --------------------------- */

#Guts h1 {
margin: 0;
padding: 0 0 1em 0;
color: #888888;
font-weight: bold;
font-size: 2em;
}

#Guts h1 span {
font-weight: normal;
}

#Guts h3 {
clear: none;
margin: 0;
padding: .5em 0 .2em 0;
color: #000000;
font-weight: bold;
font-size: 1.4em;
}

#Guts h3 span {
font-weight: normal;
}

#a3colCol1,
#a3colCol2,
#a3colCol3 {
width: 188px;
display: table;
}

#a2colCol1,
#a2colCol2 {
width: 290px;
}

#a3colCol1,
#a2colCol1 
{
float: left;
font-size: 1.1em;
color: #000000;
font-weight: bold;
margin: 0 10px 10px 0;
}

#a3colCol2,
#a2colCol2 
{
clear: none;
}

#a3colCol3,
#a2colCol2 
{
float: right;
margin: 0 10px 0 10px;
font-weight: bold;
}

#catalogThePosts, #catalogTheGurus {
clear: both;
list-style-type: none;
width: 600px;
margin: 0;
margin-top: 10px;
padding: 0;
}

#catalogThePosts LI, #catalogTheGurus LI {
line-height: 1.5em;
}

#catalogThePosts .item, #catalogThePosts .ReadMore {
display: block;
margin: 0;
margin-bottom: 3em;
text-indent: 0;
}

#catalogThePosts .item {
clear: both;
xfloat: left;
xwidth: 280px;
display: block;
xmax-height: 10.5em;
background-color: #ffffff;
overflow: hidden;
padding: 10px;
padding-right: 15px;
border-bottom: 1px solid #f0d836;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
CCborderRadius: 10px;
}

#pageHome #catalogThePosts .item {
xheight: 12em;
}

#catalogThePosts .ReadMore {
clear: both;
float: none;
width: 590px;
}

#catalogThePosts .excerpt {
clear: both;
max-height: 15em;
line-height: 1.5em;
overflow: hidden;
xmargin-left: 25px;
margin-top: 1em;
}

#catalogThePosts .excerpt IMG {
float: left;
max-width: 300px;
xmin-width: 100px;
padding: 0 20px 20px 0;
}

/* Special feed fixing code */

									#catalogThePosts .feedflare /* FeedBurner attributes and images */ {
									display: none;
									}

									#catalogThePosts object /* Embedded content like YouTube videos  */ {
									display: none;
									}

									#catalogThePosts .excerpt {
									font-weight: normal;
									font-style: normal;
									text-transform: none;
									text-align: left;
									}
									
									#catalogThePosts .excerpt BR {
									display: none;
									}

									#catalogThePosts .excerpt p
									 , #catalogThePosts .excerpt li {
									display: inline;
									}
									
									#catalogThePosts .excerpt a
									, #catalogThePosts .excerpt a:hover
									, #catalogThePosts .excerpt a:visited {
										color: #000000;
									}

/* Special feed fixing code */

#catalogThePosts h2 {
margin: 0;
xpadding-left: 25px;
xmax-height: 3em;
xoverflow: hidden;
font-size: 1.6em;
line-height: 120%;
font-weight: bold;
}

		#catalogThePosts .item h2 {
		width: 390px;
		float: left;
		padding: 0;
		padding-bottom: .5em;
		margin-right: 20px;
		}
		
		#catalogThePosts .ReadMore h2 {
		font-style: italic;
		font-size: 1.3em;
		}
		
		#catalogThePosts h2 img {
		float: left;
		margin: 0;
		padding: 0;
		padding-right: 5px;
		xpadding-left: -25px;
		}
		
		#catalogThePosts h2 span {
		font-size: 75%;
		text-transform: uppercase;
		xpadding-left: 25px;
		}

#catalogThePosts .meta {
list-style-type: none;
margin: 0;
padding: 0;
text-align: right;
}

	#pageHome #catalogThePosts .guru, #pageHome #catalogThePosts .site {
	display: none;
	}

#catalogThePosts .guru {
height: 1.5em;
overflow: hidden;
}

#catalogThePosts .site {
clear: both;
text-align: left;
padding: 0;
padding-top: .5em;
height: 1.5em;
overflow: hidden;
border-top: 1px solid #f0d836;
font-weight: bold;
}

#catalogThePosts .date {
font-weight: bold;
}

#catalogThePosts .date span {
}

#catalogTheGurus LI {
position: relative;
float: left;
width: 188px;
height: 2em;
line-height: 2em;
overflow: hidden;
padding: 5px;
display: block;
margin: 0;
margin-bottom: 1.5em;
text-indent: 25px;
border-bottom: 1px dotted #cccccc;
border-right: 1px dotted #cccccc;
xbackground: transparent url(images/bg_footer.png) repeat left top;
}

#catalogTheGurus LI img {
position: absolute;
top: 3px;
left: 0;
float: left;
width: 16px;
height: 16px;
padding: 5px;
}

	#catalogTheGurus .author_gu_publisher,
	#catalogTheGurus .author_acrobat-recent-documents,
	#catalogTheGurus .author_acrobat-top-issues,
	#catalogTheGurus .author_adobe,
	#catalogTheGurus .author_adobemag-pscs3_cib,
	#catalogTheGurus .author_adobe_creative-dwcs3_cib,
	#catalogTheGurus .author_creative-suite-recent-documents,
	#catalogTheGurus .author_creative-suite-top-issues,
	#catalogTheGurus .author_david-blatner-lynda,
	#catalogTheGurus .author_editor,
	#catalogTheGurus .author_guest-writer,
	#catalogTheGurus .author_illustrator-recent-documents,
	#catalogTheGurus .author_illustrator-top-issues,
	#catalogTheGurus .author_incopy-recent-documents,
	#catalogTheGurus .author_incopy-top-issues,
	#catalogTheGurus .author_indesign-recent-documents,
	#catalogTheGurus .author_indesign-top-issues,
	#catalogTheGurus .author_john-deubert-acr8_vis_quickstart,
	#catalogTheGurus .author_mordy-golding-lynda,
	#catalogTheGurus .author_novalue,
	#catalogTheGurus .author_photoshop-recent-documents,
	#catalogTheGurus .author_photoshop-top-issues,
	#catalogTheGurus .author_quark-customer-service-faqs,
	#catalogTheGurus .author_quark-faqs-and-technical-information,
	#catalogTheGurus .author_quark-dds-faqs,
	#catalogTheGurus .author_scott-kelby-lightroom_for_dp,
	#catalogTheGurus .author_twitter-vectips
	 { /* Hide specific gurus from list */ display: none; }

#catalogTheSubscriptions {
clear: both;
xlist-style-type: none;
margin: 0;
padding: 0;
padding-bottom: 20px;
}

#catalogTheSubscriptions dt {
font-size: 1.2em;
font-weight: bold;
margin: 0;
}

#catalogTheSubscriptions dd {
margin: 0;
margin-left: 30px;
padding-bottom: 1.5em;
display: block;
}

		#catalogTheSubscriptions img {
		float: left;
		padding-right: 10px;
		}
		
	#catalogTheSubscriptions .meta {
	list-style-type: none;
	float: right;
	margin: 0;
	margin-top: -3px;
	padding: 0;
	}
	
	#catalogTheSubscriptions .meta LI {
	display: inline;
	float: right;
	width: 16px;
	margin: 0;
	padding: 0;
	padding: 5px;
	}
	
	#catalogTheSubscriptions menu LI a {
	float: right;
	height: 1em;
	}
	
	#catalogTheSubscriptions .title {
	padding: 5px;
	height: 1em;
	}
	
	#catalogTheSubscriptions .rss, #catalogTheSubscriptions .twitter {
	width: 26px;
	padding: 5px;
	height: 1em;
	}
	
#catalogTheSubscriptions2 {
list-style-type: none;
margin: 0;
margin-top: 5px;
padding: 0;
padding-bottom: 20px;
}

#catalogTheSubscriptions2 LI {
xheight: 2em;
display: block;
padding: 5px 0;
border-bottom: 1px dotted #cccccc;
}

#catalogTheSubscriptions2 LI IMG {
}

#catalogTheSubscriptions2 LI SPAN {
padding-left: 5px;
font-weight: bold;
}

#pageHome {
margin-top: -1em; /* Hack to compensate for WP inserting a <br /> for blank page content */
}

#blockDownloadToolbar {
width: 290px;
float: left;
display: block;
margin: 0 20px 20px 0;
padding: 10px;
border: 1px solid #f0d836;
background-color: #93278f;
color: #ffffff;
text-align: center;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
CCborderRadius: 12px;
behavior:url(http://tattle2.me/wp-content/themes/tattle1/scripts/border-radius.htc)
}

#blockDownloadToolbar a, #blockDownloadToolbar a:visited, #blockDownloadToolbar a:hover {
color: #f0d836;
}

#blockDownloadToolbar p {
text-align: left;
padding: 1em 2em;
}








/* ------------------------ Sidebar --------------------------- */
#Sidebar {
	float: right;
	width: 300px;
	height: 100%;
	margin: 0 20px 0 0;
	padding: 0;
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: normal;
	}

		#Sidebar a {
		color: #F0D836;
		}

		#Sidebar a:hover {
		text-decoration: none;
		}

		#Sidebar h3 {
		clear: both;
		padding: 0;
		margin: 35px 0 -8px 0;
		color: #ffffff;
		font-size: 1.6em;
		font-weight: bold;
		}

		#Sidebar h3 span {
		font-size: 75%;
		color: #ed1e79;
		text-transform: uppercase;
		}

		#Sidebar h4 {
		height: 20px;
		color: #ffffff;
		font-size: 1.4em;
		margin: 40px 0 10px 10px;
		padding: 0;
		text-indent: -5000px;
		}

#sideListCelebs {
list-style-type: none;
margin: 0;
padding: 0;
}

		#sideListCelebs LI {
		xheight: 1.5em;
		padding-bottom: .5em;
		xpadding-left: 20px;
		}

#sideListNews {
list-style-type: none;
margin: 0;
padding: 0;
padding-bottom: 20px;
}

		#sideListNews li ul, #sideListNews li ol {
		margin: 0;
		padding: 0;
		margin-left: 20px;
		list-style-position: outside;
		}

		#sideListNews li ol {
		list-style-type: decimal;
		}

		#sideListNews li ul li {
		list-style-image: url(images/bullet_dark.png);
		}
		
		#sideListNews .todo {
		list-style-image: url(images/bullet_todo_dark.png);
		}
		
		#sideListNews .todone {
		list-style-image: url(images/bullet_todone_dark.png);
		}
		
		#sideListNews .todont {
		list-style-image: url(images/bullet_todont_dark.png);
		}
		
		#sideListNews .idea {
		list-style-image: url(images/bullet_bulb.png);
		}
		
		#sideListNews INS {
		font-style: italic;
		color: #ffffff;
		}
		
		#sideListNews DEL {
		text-decoration: line-through;
		}
		
					#sideListNews li ul li, #sideListNews li ol li {
			margin: 0 0 .5em 0;
			padding: 0;
			padding-bottom: 2px;
			}

			#sideListNews li ul li .todo {
			margin: 0 0 .5em 0;
			padding: 0;
			padding-bottom: 2px;
			}
			
#sideListSearches, #sideListPopular {
clear: both;
list-style-type: none;
width: 300px;
margin: 0;
padding: 0;
display: table;
}

#sideListSearches LI {
position: relative;
float: left;
width: 140px;
height: 1.5em;
margin: 0;
padding: 5px;
display: block;
line-height: 1em;
overflow: hidden;
background: transparent url(images/icon_search-ylo.png) no-repeat left top;
}

#sideListSearches LI a {
height: 1.5em;
padding-top: 3px;
padding-left: 20px;
}

#sideListPopular LI {
line-height: 1.5em;
}

#sideListPopular .item {
display: block;
margin: 0;
margin-bottom: .5em;
padding-bottom: .5em;
border-bottom: 1px dotted #ed1e79;
}

#sideListPopular .item img {
padding-right: 5px;
position: relative;
top: 5px;
}

#blocktotals {
color: #ffffff;
display: block;
line-height: 160%;
}

	.blockTagline {
	display: table;
	font-size: 1.3em;
	xpadding-bottom: 20px;
	}

	#blocktotals .blockCounts {
	clear: both;
	float: left;
	padding: 10px 10px 10px 0;
	color: #ff0000;
	}
	
		#blocktotals .blockCounts .p1 {
		text-align: right;
		font-size: 3em;
		font-weight: bold;
		}
		
		#blocktotals .blockCounts .p2 {
		color: #2e6ab1;
		font-size: 1.5em;
		font-weight: bold;
		}
	
			#blocktotals .blockCounts .p2 span {
			position: relative;
			top: -2px;
			font-size: 65%;
			}
	
	#blocktotals .blockApps {
	display: table;
	color: #ff0000;
	font-weight: bold;
	line-height: 195%;
	}
		
	#blocktotals .blockGet {
	clear: both;
	display: table;
	padding-bottom: 10px;
	font-size: 1.2em;
	xfont-weight: bold;
	}

#blockSubscribe {
margin: 0;
padding: 0;
list-style-type: none;
}

#blockSubscribe li {
margin: 0;
margin-bottom: .5em;
padding: 0;
padding-bottom: .5em;
list-style-type: none;
border-bottom: 1px dotted #ed1e79;
}

#blockSubscribe li img {
padding: 5px 10px 0 0;
xmargin-top: 5px;
}

#blockSubscribe li a {
font-weight: bold;
}
	







/* ------------------------ PLUGIN-READY STYLES --------------------------- */

/* PLUGIN: PageBar (plugin modified by PSB) --------------------------- */
				#jumpline a:active, #jumpline a:hover, #jumpline a:visited, #jumpline a {
					text-decoration: none;
					background-color: transparent;
				}

		#jumpline {
			clear: both;
			height: 22px;
			margin: 10px 10px 20px 10px;
			padding: 0;
			border-bottom-color: #000000;
			border-bottom-style: dotted;
			border-bottom-width: 1px;
		}

				#jumpslug {
					font-size: 1em;
					font-weight: bold;
					text-transform: uppercase;
					color: #000000;
					padding: 0 0 2px 20px;
					margin: 8px 0 0 0;
					background: transparent url("images/icon_page.png") no-repeat 0 0;
				}

		#pagelinks {
			float: right;
			display: block;
			text-align: right;
			margin: 0 0 -8px 30px;
			padding: 0;
		}
		
		#pagebar {
			clear: both;
			float: right;
			display: block;
			margin: 0 0 -8px 0;
			padding: 0;
		}
		
				#pagelinks li, #pagebar a, #pagebar .this-page, #pagebar .break {
					display: block;
					float: left;
					width: 15px;
					height: 20px;
					list-style-type: none;
					font-size: 12px;
					letter-spacing: -1px;
					font-weight: bold;
					text-align: center;
					margin: 0;
					padding: 5px 0 0 0;
				}

						#pagelinks .notcurrent, #pagebar a, #pagebar a:visited {
							color: #F0D836;
							background: transparent url("images/bg_navpagenums.png") no-repeat top center;
						}

						#pagelinks .current, #pagebar .this-page {
							color: #000000;
							background: transparent url("images/bg_navpagenums-ON.png") no-repeat top center;
						}

/* PLUGIN: Post-Star-Rating (plugin modified by PSB) --------------------------- */
/* Grrr. Still fighting the layout on this one. */

.PSR_stars {
  height: 25px;
  xoverflow: hidden;
  padding: 0;
  margin: 0;
  width: 85px;
  xdisplay: inline;
}
* html .PSR_stars .star {
	xdisplay: block;
	xposition: absolute;
	height: 0;
	width: 0;
}

.PSR_stars input {
	display: none;
}

.PSR_no_star, .PSR_half_star, .PSR_full_star, .PSR_no_voting_star, .PSR_half_voting_star, .PSR_full_voting_star {
  xdisplay: inline;
  float: left;
  width: 17px;
  height: 15px;
  text-indent: -1000em;
  text-align: left;
  background-repeat: no-repeat;
}
		.PSR_no_star { background-image: url(images/stars/no_star.gif); }
		.PSR_full_star { background-image: url(images/stars/full_star.gif); }
		.PSR_half_star { background-image: url(images/stars/half_star.gif); }
		.PSR_no_voting_star { background-image: url(images/stars/no_star.gif); }
		.PSR_full_voting_star { background-image: url(images/stars/full_voting_star.gif); }
		.PSR_half_voting_star { background-image: url(images/stars/half_voting_star.gif); }

/*.PSR_votes {
	padding-left: .5em;
}

.PSR_moment_scores li {
	position: relative;
	height: 2.2em;
  list-style: decimal outside;
}
* html .PSR_moment_scores li {
  list-style: none;
}
.PSR_moment_scores .trend_up, .PSR_moment_scores .trend_dw, .PSR_moment_scores .trend_eq {
  display:block;
  width: 14px;
  height: 15px;
  overflow: hidden;
  text-indent: -100em;
  float: left;
  background-repeat: no-repeat;
	margin-right: .5em;
}

		.PSR_moment_scores .trend_up {  background-image: url(images/stars/up_arrow.gif); }
		.PSR_moment_scores .trend_dw { background-image: url(images/stars/dw_arrow.gif); }
		.PSR_moment_scores .trend_eq { background-image: url(images/stars/eq_arrow.gif); }

.PSR_moment_scores .PSR_container {
	position: absolute;
	top: 0;
	right: 0;
	width: 21px;
	text-align: right;
}
*/
/* My overrides */

#rate {
	xwidth: 120px;
	xdisplay: block;
}

#rate .PSR_container {
	display: inline;
	position: absolute;
	height: 25px;
	width: 85px;
	xvertical-align: middle;
	overflow: hidden;
	xbackground-color: #ff0000;
}

#header .PSR_votes, .PSR_tvotes, .PSR_tvote {
	display: none;
}

/* PLUGIN: PageBar --------------------------- */

.pagebar {
	list-style-type: none;
	padding: 0.2em 0.5em;
	margin: 3em 0.1em 2em 0.1em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.pagebar li {
display: inline;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #9AAFE5;
	padding: 0.2em 0.5em;
	background: #fff;
}

.pagebar a:visited {
	border: 1px solid #9AAFE5;
	padding: 0.2em 0.5em;
}

.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
}

.pagebar .this-page {
	border: 1px solid #2E6AB1;
	padding: 0.2em 0.5em;
	background: #0d49ff;
	color: #fff;
}

.pagebar a:hover {
	border-color: #2E6AB1;
}

.pagebar .inactive {
   border: 1px solid #cccccc;
	color: #ccc;
   padding: 0.2em 0.5em;
}

/* SCRIPT: Jquery JKoutlinemenu --------------------------- */

.catalogRelated {
position: absolute; /*leave this alone*/
display: none; /*leave this alone*/
width: 180px; /*default width of menu*/
overflow-x: hidden;
z-index: 100000;
text-align: left;
border: 1px solid #000000;
border-left-color: #888888;
border-top: none;
border-bottom-width: 3px;
background: transparent url(images/bg_dropdownmenu.png) repeat-y top left;
}

.catalogRelated  ul{
list-style-type: none;
margin: 0 5px 5px 5px;
padding: 0;
color: #ed1e79;
border: 1px solid #000000;
border-right-color: #888888;
border-bottom-color: #888888;
}

.catalogRelated ul li a {
width: auto;
margin: 5px;
padding: 5px;
display: block;
font-size: 1.1em;
line-height: 130%;
font-weight: bold;
color: #F0D836;
text-decoration: none;
background: transparent url(images/px_blk_trans90.png) repeat top left;
}

.catalogRelated  ul li a:visited, .catalogRelated  ul li a:active{
color: #ed1e79;
}

.catalogRelated  ul li a:hover{
xbackground: #666666;
background-color: #000000;
}

.catalogRelated .header {
padding: 0 10px;
margin: 0;
width: 100%;
height: 25px;
overflow: hidden;
color: #ed1e79;
background-color: transparent;
background-repeat: repeat-x;
background-position: left top;
background-image: url(images/bg_bar_dark.png);
}



/* Holly Hack for IE \*/
* html .catalogRelated  li {height: 1%; }
* html .catalogRelated  li a { height: 1%; }
/* End */












/* ------------------------ PARIAH PROJECTS --------------------------- */

#PariahProjects {
margin-top: -15px;
width: 990px;
color: #cccccc;
background-color: transparent;
background-repeat: repeat-x;
background-position: left 3px;
background-image: url(images/bg_bar_dark.png);
}

#PariahProjects LI a {
background-color: transparent;
background-repeat: no-repeat;
background-position: left 3px;
background-image: url(images/bg_dark_buttons.png);
}

		#PariahProjects a:hover {
		background: transparent repeat-x left 3px;
		background-image: url(images/bg_bar_dark_hover.png);
		}

