/*
Theme Name: Trouble In Hollywood
Theme URI: http://snipurl.com/i7oj
Description: Custom Theme for Trouble In Hollywood
Author: 
Author URI: 
Version: 1.0
*/

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}
.hide
{
	display: none !important;
}
.inside
{
	padding: 0 1em;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6
{
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
h1
{
	font-size: 220%;
}
h2
{
	font-size: 190%;
}
h3
{
	font-size: 160%;
}
h4
{
	font-size: 130%;
}
h5
{
	font-size: 100%;
}
h6
{
	font-size: 70%;
}

a, a:link, a:visited, a:active
{
	text-decoration: underline;
	color: #23648D;
}
a:hover
{
	text-decoration: none;
	color: #23648D;
}
code
{
	font-family:Verdana, Arial, Sans-Serif; 
}
label
{
	cursor: pointer;
}
table
{
	font-size: 100%;
}
td, th
{
	vertical-align: top;
}

body
{
	margin: 20px 0 20px 0;				 
	font-size: 100.1%;	/* resolve some font size issues in some layouts for
				   some browsers. (in other words, i got no clue.) */
}
#pageWrapper
{
	border: solid 1px #fff;
	border-width: 0 0px;
	min-width: 40em;
	width: auto;
}
* html #pageWrapper
{
	/* \*/
		word-wrap: break-word;
	/* invalid CSS but keeps IE from breaking horribly under narrow viewports */
}
#header
{
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}
#header h1
{
	padding: 0;
	margin: 0;
}
#outerColumnContainer
{
	border-left: solid 220px #fff;
	border-right: solid 220px #fff;
}
#innerColumnContainer
{
	border: solid 1px #fff;
	border-width: 0 1px;
	margin: 0 -1px;
	width: 100%;
	z-index: 1;
}
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
	overflow: visible;	/* fix for IE italics bug */
	position: relative;	/* fix some rendering issues */
}
#SOWrap
{
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
}
#middleColumn
{
	float: right;
	margin: 0 0 0 -1px;
  width: 100%;
	z-index: 5;
}
#leftColumn
{
	float: left;
	margin: 0 1px 0 -220px;
	width: 220px;
	z-index: 4;
}

#rightColumn
{
	float: right;
	width: 220px;
	margin: 0 -220px 0 1px;
	z-index: 2;
}
#footer
{
	border: solid 1px #fff;
	border-width: 1px 0;
	padding: 0.5em;
}

p.fontsize-set
{
	text-align: center;
}
p.fontsize-set img
{
	border-width: 0;
}
/* removed the vertical navigation - bobmutch */
/* removed the horizontal navigation - bobmutch */

/* everything below this point is related to the page's "theme" and could be
 * placed in a separate stylesheet to allow for multiple color/font scemes on
 * the layout. you should probably leave a default theme within this stylesheet
 * just to be on the safe side.	
 */
#pageWrapper, #header, #innerColumnContainer, #footer {
	border-color: #565;
}
html, body
{
	/* note that both html and body elements are in the selector.
	 * this is because we have margins applied to the body element
	 * and the HTML's background property will show through if
	 * it is ever set. _DO_NOT_ apply a font-size value to the
	 * html or body elements, set it in #pageWrapper.
	 */
	color: #000;
	font-family:Verdana, Arial, Sans-Serif; 
}
#pageWrapper
{
	font-size: 80%;	/* set your default font size here. */
}

#outerColumnContainer
{
	border-left-color: #fff;	/* left column background color */
	border-right-color: #fff;	/* right column background color */
	background-color: #f4f4f4;		/* set the background color for the middle column here */
}

#rightColumn .inside
{
	/* if you apply a font size to just #rightColumn, then its width,
	 * which is specified in EMs, will also be affected. you don't want
	 * that. so apply font size changes to the .inside element which exists
	 * inside underneath all three columns
	 */
	font-size: 90%;
}
#rightColumn .inside .vnav
{
	font-size: 110%;
}

* html body
{
	text-align: center;	/* hack to center this under IE5 */
}
* html #pageWrapper
{
	text-align: left;	/* keep the content left-aligned */
}

#pageWrapper
{
	width: 878px;
	margin:0px auto;
}

/* ---------------------------------------------------------------------- */

body {
  margin:0px;
}

#parentWrapper {
  background:url(images/main_bg.png) repeat-y 1px top;
  margin:0px auto;
  padding:0px;
  z-order:1;
  width:858px;
  padding:0px 10px;
  margin:0px;
}

#header {
  background:url(images/top_bg2.png) no-repeat top center;
  height:114px;
  border:0px;
  margin-top:0px;
  padding:0px;
  position:relative;
}

#logo {
  top:25px;
  left:45px;
  position:absolute;
}

#footer {
  border:0px;
  background:url(images/bottom_bg.png) no-repeat 1px bottom;
  height:107px;
  margin:0px;
  padding:0px;
  position:relative;
}

#footer-links {
  position:absolute;
  top:48px;
  left:40px;
}

#footer-links a {
  float:left;
  color:white;
  text-decoration:none;
  font-size:11px;
  font-family:Tahoma, Arial, Helvetica;
  font-weight:bold;
  padding-right:60px;
  text-transform:uppercase;
}

#copyright {
  position:absolute;
  top:72px;
  left:40px;
  color:white;
  font-size:8pt;
}

#rightColumn, #leftColumn {
  border:0px;
}

#innerColumnContainer {
  border:0px;
}

#top-menu {
  position:absolute;
  top:17px;
  right:25px;
  text-align:center;
  display:block;
  width:450px;
  height:70px;
}

#top-menu a, #top-menu a:hover {
  color:#ffffff;
  font-family:Tahoma;
  font-size:11px;
  font-weight:bold;
  text-decoration:none;
  height:67px;
  width:86px;
  padding-top:22px;
  background:url(images/inactive_tab_bg.png) no-repeat;
  display:block;
  float:left;
  padding-left:2px;
}

#top-menu a:hover {
  background:url(images/active_tab_bg.png) no-repeat;
}

#leftColumn {
  background1:url(images/main_bg.png) repeat-y 2px 0px;
}

#rightColumn {
  background1:url(images/main_bg.png) repeat-y 212px 0px;
}

#rightColumn .inside {
  padding-right:0px;
}

#rightColumn h3,
#leftColumn h3,
#rightColumn h2.widgettitle,
#leftColumn h2.widgettitle
{
  background:url(images/sidebar_title_bg.png) no-repeat top left;
  color:white;
  font-family:Tahoma, Arial, Helvetica;
  font-weight:bold;
  font-size:11px;
  line-height:24px;
  text-align:center;
  width:193px;
  margin:0px;
  padding:0px;
}

#rightColumn ul, #leftColumn ul {
  list-style-type:none;
  padding-left:0px;
  margin-left:10px;
  margin-top:5px;
}

#rightColumn ul li, #leftColumn ul li{
  padding-left:0px;
}


#rightColumn a, #leftColumn a {
  font-size:8pt;
  text-decoration:none;
}

#rightColumn a:hover, #leftColumn a:hover {
  font-size:8pt;
  text-decoration:underline;
}

input.submit {
  border:0px;
  background:url(images/search_btn_bg.png);
  height:25px;
  width:63px;
}

input#s {
  width:100px;
}

#middleColumn h2 {
  font-size:12pt;
}

.post-info,
.post-meta,
.post-content,
.post-content p {
  font-size:8pt;
}

#comment {
  width:380px;
}

h3#respond,h3#comments {
  font-size:10pt;
}

.widget_search p {
  padding:0px 10px;
  font-size:8pt;
}

.dem-vote-button {
  border:0px;
  background:url(images/vote_btn_bg2.png) no-repeat;
  height:26px;
  width:46px;
  color:white;
  font-size:11px;
  font-weight:bold;
  font-family:Tahoma, Arial;
  padding:0px 8px 0px 7px;
  #padding:0px 5px;
}
