/* PhatBunny Style Sheet */

/* General Fonts Etc. */
.bodytext {
	font-family: "Trebuchet MS", Verdana, Courier;
	font-size: 14px;
	color:#000000;
	padding-left: 5px;
	padding-right: 5px;
	}

.bodyitalic {
	font-family: "Trebuchet MS", Verdana, Courier;
	font-size: 14px;
	color:#000000;
	font-style:italic;
	}

.titles {
	font-family: "Trebuchet MS", Verdana, Courier;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	padding: 3px 6px 3px 0px;
}

.sidetitles {
	font-family: "Trebuchet MS", Times New Roman, Courier;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}

.footertext {
	font-family: "Trebuchet MS", Times New Roman, Courier;
	font-size: 11px;
	color:#666666;
	}

.navtext {
	font-family: "Trebuchet MS", Times New Roman, Courier;
	font-size: 12px;
	color:#000000;
	margin: 0px;
	}

.headernavtext {
	font-family: "Trebuchet MS", Times New Roman, Courier;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	}

.sidenavtext {
	font-family: "Trebuchet MS", Verdana, Courier;
	font-size: 12px;
	color:#000000;
	}

.title {
	font-family: "Trebuchet MS", Times New Roman, Courier;
	font-size: 14pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
}
.subtitle {
	font-family: "Trebuchet MS", Times New Roman, Courier;
	font-size: 10pt;
	color:#666666;
	font-weight:bold;
	text-align:center;
}

.comictitle {
	font-family: "Trebuchet MS", Times New Roman, Courier;
	font-size: 14pt;
	color:#000000;
	font-weight:bold;
	text-align:center;
	margin-bottom: 0;
}
.comicdate {
	font-size: 10pt;
	font-style: italic;
	text-align:center;
	margin-top: 0;
}

.comicComment {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	margin-bottom: 0;
}

.permalink {
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 0;
	font-size: 9pt;
}

h1, h2, h3 {
	margin: 0;
} 
/* End Fonts */


/* Links */
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

.titles a {
	text-decoration:none;
	color:#000000;
	}
.titles a:hover, .titles a:active, .titles a:focus {
	color: #000000;
	background-color: #FFFFFF;
}

.title a {
	color:#000000;
	text-decoration: none;
}
.title a:hover {
	color: #06c;
	text-decoration: none;
}

.comictitle a {
	color:#000000;
	text-decoration: none;
}
.comictitle a:hover {
	color: #06c;
	text-decoration: none;
}

.newstitlefont a {
	text-decoration: none;
	color: #000000;
}
.newstitlefont a:hover {
	text-decoration: none;
	color: #06C;
}
.newesposttitle img:a {
	border: 0;
}

#headernav a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 6px;
}
#headernav a:hover, #headernav a:active, #headernav a:focus {
	color: #0099FF;
}
/* End Links */


/* Images */
img {
	border: 0;
}
#commentpost img {
	margin: 5px 5px 5px 0;
	border: 0;
}


/* Begin Layout and Structure */
body {
	background: #000000 url('/images/layout/kubrickbgcolor.jpg');
	margin-top:0px;
}

hr {
/*	border: none 0; */
	border-top: 1px solid #000; /*the border*/
	width: 99%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#page {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
	}

#header {
	margin: 0px 0 0 1px; 
	padding: 0px; 
	height: 200px; 
	width: 758px;
	background: #000000 url('/images/layout/kubrickheaderblack.jpg') no-repeat bottom center;
	background-color:#000000;
}

#gfheader {
	margin: 0px 0 0 0px; 
	padding: 0px; 
	height: 200px; 
	width: 758px;
	background-color:#000000;
}

#wrapper {
	margin: 0px auto;
	width:760px;
	padding:0px;
	background: url('/images/layout/kubrickbg.jpg') repeat-y top center;
	}
#wrapper p {
	margin-top:0;
	}
#widewrapper {
	margin: 0px auto;
	width:760px;
	padding:0px;
	background: url('/images/layout/kubrickbgwide.jpg') repeat-y top center;
	}
#widewrapper p {
	margin-top:0;
	}

#sidebar {
	padding: 0px 0 0px 0;
	margin-top: 50px;
	margin-left: 545px;
	width: 190px;
	font-family: Verdana;
	}
#sidebar p {
	padding-left: 5px;
	padding-right: 5px;
}
#subsidebar {
	padding: 0px 0 0px 0;
	margin-left: 545px;
	width: 190px;
	font-family: Verdana;
	}
#subsidebar p {
	padding-left: 5px;
	padding-right: 5px;
}
 
#maincontent {
	float: left;
	padding: 0px 0 20px 25px;
	margin: 0px 0 0;
	width: 495px;
	}
#widecontent {
	padding: 0px 25px 20px 25px;
	margin: 0px 0 0;
	width: 710px;
	}

#navmenu h2, #sidebar h2 {
	margin: 0 0 6px; 
} 
#maincontent h2 { 
	margin: 0; 
} 
#maincontent h3 {
	margin-top: 36px;
	margin-right: 0;
	margin-left: 0;
} 

#maincontent hr {
	margin-top: 22px;
	margin-bottom: 12px;
	width: 485px;
}

#footer {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 5px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	background: url('images/layout/kubrickfooter.jpg') no-repeat bottom;
	}
#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Layout */


/* LISTS */
#maincontent ul {
	list-style-type: none;
}
#widecontent ul {
	list-style-type: none;
}

#navbar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	}

/* News Plugin */
#newspost {
	border: 1px solid #999999;
	width: 708px;;
	padding: 10px 7px 12px 7px;
	margin: 0px 0px 10px 1px;
}

/*#newspost {
	padding: 10px 7px 12px 7px;
	width: 706px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}*/
#newspages {
	text-align: center;
	font-size: 12px;
}
#newspages td {
	padding: 0 3px 0 3px;
}
#comicpages {
	text-align: center;
	font-size: 13px;
}
#comicpages td {
	padding: 0 2px 0 2px;
}
#newsposttitle {
	height: 50px;
	}
#newsposttitle img {
	float: right;
}
#newsposttext {
	padding-top: 4px;
}
#newsposttext p {
	margin: 0px;
	padding-right: 5px;
	font-size: 13px;
}
#newspagetitle {
	margin: 20px auto;
	margin-bottom: 0px;
	width: 710px;
	border: 0px;
	text-align: center;
}

#newspagetitle_main {
	background: url('/images/layout/title.gif') repeat-x;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-size: 17px;
	font-family: arial;
	font-weight: bold;
	padding: 0 5px 0 5px;
/*	width: 469px; */
}
#newspagetitle_left {
	background: url('/images/layout/titlel.gif') no-repeat top;
	width: 3px;
}
#newspagetitle_right {
	background: url('/images/layout/titler.gif') no-repeat;
	width: 3px;
}
#headerNavRowWrapper {
	border: 1px solid #999999;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0 5px 0 5px;
	width: 708px;
	text-align: center;
}
#headerNavRow {
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0px auto;
	padding: 0;
}
#headerNavRow td {
	padding: 0 4px 0 4px;
}
#headerNavRow td:hover {
/*	background-color: #CCCCCC; */
}


#newstitle {
	padding: 0px;
}
#newstitle_main {
	background: url('images/layout/subtitle.gif') repeat-x;
	vertical-align: middle;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 5px 0 5px;
	width: 444px;
}
#newstitle_left {
	background: url('images/layout/subtitlel.gif') no-repeat right;
	width: 3px;
}
#newstitle_right {
	background: url('images/layout/subtitler.gif') no-repeat;
	width: 3px;
}
#news {
	padding: 5px;
	border: solid #CCC 1px;
	width: 448px;
	margin: auto;
	margin-bottom: 5px;
}
.newstitlefont {
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}
.newsdate {
	font-size: 11px;
 	font-style: italic;
	margin: 0px;
	padding-left: 6px;
}
.newstext {
	margin: 0px;
	font-size: 13px;
}

#newsCats {
	border: 1px solid #999999;
	width: 708px;;
	padding: 2px;
	margin: 0px 0px 10px 1px;
}
#newsCats p {
	text-align: center;
	font-size: 11px;
}

.commentLink {
	padding-top: 8px;
	font-size: 11px;
	font-style: italic;
}

.newsInternalTitle {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 4px;
}

/* COMMENTS */
#commentWrapper {
	width: 600px;
	margin: 0 auto;
}

#comments {
	margin: 0px auto 0 auto;
	padding: 5px;
	border: solid #CCCCCC 1px;
	width: 598px;
}

#commentHeader {
	margin: 20px auto;
	margin-bottom: 0px;
	width: 600px;
	border: 0px;
	text-align: center;
}

#commentHeader_main {
	background: url('/images/layout/sidetitle.gif') repeat-x;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
	font-size: 17px;
	font-family: arial;
	font-weight: bold;
	padding: 0 5px 0 5px;
/*	width: 469px; */
}
#commentHeader_left {
	background: url('/images/layout/sidetitlel.gif') no-repeat top;
	width: 3px;
}
#commentHeader_right {
	background: url('/images/layout/sidetitler.gif') no-repeat;
	width: 3px;
}


/* Comment Display */
.commenttitlefont {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}
.commentUserTitle {
	font-size: 11px;
	color: #999999;
	margin: 0;
	padding: 0;
}
.commentadmin {
	font-size: 11px;
	font-style: italic;
	text-align: center;
}
.commentdate {
	font-size: 11px;
 	font-style: italic;
	margin: 0px;
	padding-top: 4px;
}
.commentText {
	font-size: 12px;
	padding-top: 10px;
}
#commentpost {
	text-align: left;
	vertical-align: top;
	}

#commentForm {
	margin: 0px auto;
	padding: 5px 5px 5px 5px;
	border: solid #CCCCCC 1px;
	width: 598px;
}
	
#userinfo {
	width: 100px;
	padding: 5px 5px 10px 5px;
/*	background: #FFFFFF url('/images/layout/boxvbg.jpg');
	background-repeat: repeat-y; */
}
#userinfo p {
	padding: 0;
	margin: 0;
}
.personalText {
	font-size: 11px;
}
#commentContent {
	width: 480px;
	padding: 5px 5px 10px 5px;
}

/* Avatars */
#avatars {
	width: 500px;
	text-align: center;
	border: 0;
}

/* Login Page */
#loginform {
	text-align: center;
	vertical-align: top;
	}
#loginblurb {
	text-align: left;
	vertical-align: top;
	}
#loginblurb p {
	padding: 10px 5px 5px 5px;
	margin: 0;
}
.logintagline {
	font-size: 11px;
	text-align: center;
}
.loginerror {
	color: #FF0000;
	text-align: center;
}