/*  
Theme Name: PHail Theme 2008
Theme URI: http://www.phail.net
Description: The first and 2008 version of the Phail.net site.
Version: 1.0
Author: Mike Wojtkowski
Author URI: http://www.litespark.com

*/
/* Main Styles, Layers, and DIVs. */
body, h1, h2, h3, h4, h5, h6, blockquote
{
margin: 0;
padding: 0;
}
body
{
	background-image:url(body_bg.png);
	background-attachment:scroll;
	background-position:top left;
	background-repeat:repeat-x;
        height:100%;
}
#PHSideBar 
{
	position:absolute;
	top:170px;
	left:0px;
	width:136px;
	height:1100px;
	z-index:1;
	background-image:url(Sidebar.gif);
	background-attachment:scroll;
	background-position:top left;
	background-repeat:repeat-y;
}
#PHTop {
	top:0px;
	left:0px;
	position:absolute;
	width:100%;
	height:243px;
	z-index:2;
}
#PHContent {
	position:absolute;
	top:150px;
	left:0px;
	width:100%;
	height:100%;
	z-index:3;
}
.PHMain {
	background-color:transparent;
	/*border:10px solid #FF0066;*/
	padding:10px;
	width:600px;
}
.PHMain img {
        padding:10px;
        background-color:#FFFFFF;
        border:1px solid #999999;
}
.wp-smiley {
        padding:0px;
        border:none;
}
.PHComments {
	padding:10px;
	background-color:#333333;
	color:#CCCCCC;
}
#sidebar, .sidebar {
	width:150px;
	padding:10px;
	padding-top:120px;
	background-color:#29ABE2;
	background-image:url(Fish_top.gif);
	background-attachment:scroll;
	background-position:top center;
	background-repeat:no-repeat;
	color:#FFFFFF;
}
.sidebar a:link, .sidebar a:active, .sidebar a:visited {
	color:#333333;
}
.sidebar h2 {
	color:#FFFFFF;
	font-size:16px;
	background-image:url(bubbles.gif);
	background-attachment:scroll;
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:20px;
	font-weight:normal;
}
.post {
	padding-bottom:10px;
	border-bottom:1px dashed #999999;
}
.sidebar ul, .sidebar li {
	list-style:none;
	margin:0px;
	padding:2px;
}
h1 {
        color:#FF0066;
        font-size:22px;
}
h2 {
	color:#144D1E;
        font-size:18px
}
h3 {
        color:#87D9DC;
        font-size:14px;
}
/* Font and Link styles. */
body, div, table, td, tr
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
a:link, a:active, a:visited
{
	color:#666699;
	text-decoration:none;
}
a:hover
{
	color:#FF0066;
	text-decoration:underline;
}
.postmetadata {
	font-size:11px;
	font-weight:normal;
}
/* Comments */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata{
	font-size: 12px;
        color:#999999;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.wp-smiley { padding:0px; border:none; background-color:transparent; }
-->

