/*
Theme Name: Jack Fresno Show
*/

*
{
	margin: 0;
	padding: 0;
}
::-moz-selection
{
	background: #fff;
	color: #000;
}
::selection
{
	background: #fff;
	color: #000;
}
      
html,body { height: 100%; }

a {color: #59f;}

body
{
	background: #222;
  color: #fff;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif; 
  margin: 0;
}

h1 a 
{
	font-weight: normal;
	text-decoration: none; 
}

h4
{
	font-size: 120%;
	font-weight: normal;
}

.clearboth {clear: both;}
.dim-text {color: #777;}

#searchform {margin-bottom: 14px;}

#show-logo {text-align: center;}

#container
{
	border: 0 solid #000;
	margin: 0 auto;
	width: 960px;
}

#content
{
	float: left;
	width: 640px;
}

#show-related
{
	float: left;
}

#episode-related
{
	float: right;
	text-align: right;
}

#sidebar
{
	float: right;
	color: #ddd;
	overflow: auto;
	width: 300px;
	height: 410px;
}
#sidebar h3
{
	color: #fff;
	font-size: 140%;
	font-weight: normal;
	margin: 0;
  text-decoration: none;
}
#sidebar h3 a:hover {color: #fff;}
#sidebar ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sidebar li 
{
	border-bottom: 1px solid #444;
	padding: 5px;
}
#sidebar li:hover
{
	background: #111;
}
#sidebar p
{
	line-height: 1.2em;
	margin: 15px 0;
}
#sidebar #excerpt
{
	font-size: 90%;
	padding: 0 5px;
}

.main-title
{
	background: #111;
	border-bottom: 1px solid #444;
	padding: 5px;
}
.main-title .meta
{
	color: #777;
}

#mailing-list p
{
	padding-left: 5px;
	padding-right: 5px;
}

/* ARCHIVES */
.archives ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
.archives li a {text-decoration: none;}
.archives li a:hover {background: #444;}
/* END ARCHIVES */

/* POSTS */
.post
{
	clear: both;
	margin: 0 auto;
	padding: 0;
}
.post a {color: #5af;}
.post a:hover 
{
	color: #fff;
	text-decoration: none;
}
.post #logo 
{
	clear: both;
	border-bottom: 2px solid #fff;
}
.post p
{
	margin: 0;
	padding: 0;
}
/* END POSTS */

/* FOOTER */
#footer-navigation
{
	border-top: 1px solid #333;
	margin-top: 0;
	padding-top: 10px;
	width: 960px;
}

#jackfresno-bar
{
	clear: both;
	background: #000;
	border-top: 1px solid #333;
	margin: 0;
	padding: 5px;
	text-align: center;
}
#jackfresno-bar a img
{
	filter: alpha(opacity=50);
	opacity: 0.5;
}
#jackfresno-bar a:hover img
{
	filter: alpha(opacity=100);
	opacity: 1;
}
/* END FOOTER */

/* CONTACT FORM */
.field
{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
	text-align: center;
	width: 260px;
}
#content textarea
{
	display: block;
	width: 400px;
	height: 104px;
	font-family: Arial, Helvetica, sans-serif;
}
/* END CONTACT FORM */

/* COMMENTS */
#comments
{
	font-size: 85%;
}
#comments h4
{
	color: #fff;
	margin: 0;
	padding: 10px 0;
}
#comments .meta
{
	background: #444;
	border-top: 1px solid #000;
	padding: 5px;
}
#comments .comment-text
{
	padding: 0 5px;
}

.comment
{
	border-bottom: 0px solid #333;
	margin-bottom: 15px;
}

#comment
{
	border-top: 1px solid #fff;
}
#commentform textarea { width: 270px; }
/* END COMMENTS */