/*  
Theme Name: Penguin Cast
Theme URI: http://thinkpenguin.com/podcast
Description: Default theme for the Chilled Podcast website.
Version: 1.0
Author: Ted Levine
Author URI: http://www.tedph.com/chilled/

	This theme was designed with the help of the Kubert Design,
	whose blog you will find at http://binarybonsai.com/

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
*/

/* Begin Typography and Colors */
body {
	background-color: #32501F;
	color: #232323;
	}
#header {
	background-color: #282828;
	}
#content {
	color:#243126;
}
#widecontent {
	color:#243126;
}
.alt {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #00233E;
		}

.entry p a:visited {
	color: #2B657B;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #607A86;
	}
	
a, h2 a:hover, h3 a:hover {
	color: #175979;
	text-decoration: none;
	}

a:hover {
	color: #3287A7;
	text-decoration: underline;
	}
	
/* End Typography and Colors */



/* Begin Structure */

.narrowcolumn {
  color:#243126;
	}

#footer p {
	color: #0C5269;
	}
#footer p a{
	color: #00749F;
	font-size: 10px;
	}
#footer p a:hover{
	color: #008FC6;
	}
/* End Structure */

/* Begin Lists */

#sidebar ul li {
	color: #243126;
	}

/* Begin Comments*/
.alt {
	border-top: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	}
.commentlist li {
	color:#000000;
	}
	
.commentlist li em{
	color:#B3D1AF;
	background-color: #F8FCFC;
	}
	
/* End Comments */


/* Begin Various Tags and Classes */
acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	border-left: 2px dotted #2D434D;
	color: #1E5075;
	}

.authorcomment {
	border:#666666 dotted 1px;
	padding: 5px 0 5px 5px;
}

#commentform #submit {
	color:#18341A;
	border: #D2D2D2 1px solid;
	background-color: #EFEFEF;
}
/* End Various Tags and Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* BEGIN IMAGE CSS */
			/*	To accomodate differing install paths of WordPress, images are referred only here,
				and not in the wp-layout.css file. If you prefer to use only CSS for colors and what
				not, then go right ahead and delete the following lines, and the image files. */
			
body	{
	background-image: url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/bg-fade.gif");
	background-color: #15242B;
	background-repeat:repeat-x;
	background-position: top left;
}
		
#bg-fade {
	background-color:#FFFFFF;
	background-image: url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/main-bg-fade.gif");
	background-repeat: repeat-x;
	background-position: top left;
}	
#header		{
	background-image: url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/header-background.gif");
	background-position: bottom left;
	background-color: #3B5059;
}
#footer		{
	border: none;
	background-color: #111C22;
}
.authorcomment {
background:top right no-repeat url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/corner-penguin.gif");
background-color: #F1FAF2;
}
#header-burst {
	background-image: url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/starburst.png");
	background-position: top left;
	background-repeat: no-repeat;
}
#header-penguin {
	background-image: url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/penguin-design.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
#header-text {
	background-image: url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/logo-text.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 153px;
	height: 80px;
	margin-top: 70px;
	margin-left: 115px;
}
#bg-fade {
	background-color:#FFFFFF;
	background-image: url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/main-bg-fade.gif");
	background-repeat: repeat-x;
	background-position: top left;
} 
		/* END IMAGE CSS */
/* Begin Menu Tabs */

#tabs5 {
	line-height:18px;
	height: 22px;
	position:absolute;
	font-size: 14px;
	margin-top: 128px;
	margin-left:402px;
	width: 400px;
}
#tabs5 ul {
	margin:0;
	padding:0 10px 0 50px;
	list-style:none;
	text-align: right;
}
#tabs5 li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs5 a {
	float:left;
	background:url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/tab-deactive-left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
}
#tabs5 a span {
	float:left;
	display:block;
	background:url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/tab-deactive-right.gif") no-repeat right top;
	padding:3px 15px 1px 6px;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs5 a span {float:none;}
/* End IE5-Mac hack */
#tabs5 a:hover span {
	color:#FFF;
}
#tabs5 a:hover {
	background-position:0% -42px;
}
#tabs5 a:hover span {
	background-position:100% -42px;
}

#tabs5 #current a {
	background-position:0% -42px;
}
#tabs5 #current a span {
	background-position:100% -42px;
}
/* End Menu */


/* Current Menu Mod */
#tab-3 a {
	float:left;
	background:url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/tab-active-left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	color:#000000;
}
#tab-3 a span {
	float:left;
	display:block;
	color:#000000;
	background:url("http://www.tedph.com/chilled/wp-content/themes/penguin-cast/images/tab-active-right.gif") no-repeat right top;
	padding:3px 15px 1px 6px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab-3 a span {float:none;}
/* End IE5-Mac hack */
#tab-3 a:hover span {
	color:#000000;
}
#tab-3 a:hover {
	background-position:0% 0px;
}
#tab-3 a:hover span {
	background-position:100% 0px;
}

#tab-3 #current a {
	background-position:0% 0px;
}
#tab-3 #current a span {
	background-position:100% 0px;
}
/* End Current Menu Mod */

