@charset "utf-8";
/*
Theme Name: Mooney on Theatre v2
Theme URI: http://www.mooneyontheatre.com
Description: 
Version: V2.0
Author: John Bourke

*/

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #515055;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #9D582E;
}
.thrColFixHdr  #pagecontainer {
	width: 1115px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header { 
	height: 176px;
	background: #ffffff; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url("/wp-content/themes/mooneyontheatre_2.0/images/MoT-New-header_01.png");
	background-repeat:no-repeat;
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

div#top_nav {
	height: 35px;
	padding-left: 295px;
	padding-top: 123px;
}
div#top_nav a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 10px;
}

div#top_nav a:hover {
	text-decoration: underline;
	color: black;
}



#homeLink{
position: absolute;
top: 100;
left: 0;
width: 300px;
height: 150px;
}

#homeLinkText{
display: none;
}

#leaderboard {

	width: 768px;
	height:90px;
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.thrColFixHdr #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;

}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */

}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 470px;

} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	font-size: 90%;

} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.threehundred-ad {
	height: 250px;
	width: 300px;
}
.twohundred-ad {
	height: 200px;
	width: 200px;
}
.foursixtyeight-ad {
	height: 60px;
	width: 468px;
}
.thrColFixHdr #pagecontainer #sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
.thrColFixHdr #pagecontainer #sidebar1 a {
	font-weight: bold;
	text-decoration: none;
}


.index_review- {
	width: 450px;
	overflow: hidden;
	border-bottom: 1px solid white;
	border-top: 10px solid white;
}

.narrowcolumn {
	width:450px;
	overflow: hidden;

}

.widecolumn {
	width:450px;

	overflow: hidden;
}

div.index_review- h2 a{
	color:black;
	text-decoration:none;
	font-size:18px;
}

div.index_review- h2 a:hover{
	text-decoration:underline;
}


.post {
	width: 450px;
	overflow: hidden;
}



.Masthead a{
	color: #333333;
	margin-left: 5px;
}

#commentform textarea{
	
	width: 450px;
}
#non-index-h1 {
	font-size: 18px;
	color: #000000;
	text-decoration: none;
}

.alignleft,
img.alignleft {
	display: inline;
	float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;

}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo {
	background-image:url(/wp-content/themes/mooneyontheatre_2.0/images/MoT-New-header_01.png);
	display:block;
	height:160px;
	text-indent:-9999px;
	width:300px;
}

.adpage-blurb {
	float: left;
	width: 265px;
	padding-left: 25px;
}

li.fringeTitle {
	padding-bottom:3px;
	list-style-type: none;

}
li.fringeTitle a{
	color: #333333;
	text-decoration:none;
	font-weight:bold;
}

li.fringeTitle a span.company {
	font-weight:normal;
	font-style: italic;

}

.widgettitle {
	font-size: 95%;

}
.wp-caption-text {
	font-size: 90%;
}

.ad {
	border: 1px silver solid;
}
