/*
Theme Name: PSblog
Theme URI: http://www.platinumselect.com
Description: This is the design for the new PS Blog
Version: 1.0
Author: Dan Weaver
Author URI: http://www.platinumselect.com
Tags: PS Blog
*/

/* GLOBAL STUFF */
body,td,th {
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body {
	background-color: #5d424c;
	background-image: url(images/template/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #c70062;
}
a:visited {
	color: #c70062;
}
a:hover {
	color: #f30279;
}
a:active {
	color: #c70062;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:700;
	color:#666666;
	margin:0px;
	padding:0px;
	}
h1 a {
	color:#666666;
	}
.button {
	color:#bbbbbb;
	background:url(/images09/button_bg.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:27px;
	border: 1px solid;
	border-width:1px;
	margin-bottom:2px;
}
input {
	background-color:#232323;
	background-image:url(/images09/forms/input_bg.png);
	border:none;
	border-style:none;
	border-bottom:none;
	padding-left:5px;
	padding-right:5px;
	}
	
input[type='checkbox'],input.checkbox {
	background:none;
	padding-left:0px;
	padding-right:0px;
	}

input[type='radio'],input.radio {
	background:none;
	padding-left:0px;
	padding-right:0px;
	}
	
input[type='image'],input.radio {
	background:none;
	padding-left:0px;
	padding-right:0px;
	}
	
textarea {
	background-color:#232323;
	background-image:url(/images09/forms/input_bg.png);
	border:none;
	border-style:none;
	border-bottom:none;
	padding-left:5px;
	}
/* GLOBAL STUFF - END */

/* THE GRAPHICAL FORMAT OF THE BLOG */
/* TOP BAR */
.topbar {
	width:1012px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	}
.topbar_left {
	background-image:url(images/template/topbar_topleft.png);
	width:16px;
	height:20px;
	}
.topbar_mid {
	background-image:url(images/template/topbar_top.png);
	width:980px;
	height:20px;
	}
.topbar_right {
	background-image:url(images/template/topbar_topright.png);
	width:16px;
	height:20px;
	}
/* TOP BAR - END */

/* TOP BANNER */
.ban {
	width:1012px;
	margin-left:auto;
	margin-right:auto;
	}
.ban_left {
	background-image:url(images/template/ban_left.png);
	width:16px;
	}
.ban_mid {
	background-image:url(images/template/ban_mid.png);
	}
.ban_midlogo {
	background-image:url(images/template/ban_mid.png);
	width:155px;
	}
.ban_right {
	background-image:url(images/template/ban_right.png);
	width:290px;
	}
/* TOP BANNER - END */

/* MAIN CONTENT */
.maincon {
	width:1012px;
	margin-left:auto;
	margin-right:auto;
	}
.maincon_left {
	background-image:url(images/template/maincon_left.png);
	width:16px;
	}
.maincon_mid  {
	background-color:#1b1b1b;
	}
.maincon_nav {
	background-image:url(images/template/maincon_nav.png);
	width:274px;
	}
.maincon_right {
	background-image:url(images/template/maincon_right.png);
	width:16px;
	}
.entrytitle {
	width:550px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
	}
.dateposted {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:8px;
	}
.posttext {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	padding-bottom:20px;
	}
.postdetails {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:700;
	width:550px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	}
.navtitle {
	width:205px;
	margin-bottom:0px;
	padding-top:10px;
	padding-bottom:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	}
.navcontent {
	width:205px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	}
.bogbox {
	width:550px;
	margin-left:auto;
	margin-right:auto;
	}
/* MAIN CONTENT - END */

/* BOTTOM BAR */
.botbar {
	width:1012px;
	margin-left:auto;
	margin-right:auto;
	}
.botbar_left {
	background-image:url(images/template/botbar_left.png);
	width:39px;
	height:63px;
	}
.botbar_mid {
	background-image:url(images/template/botbar_mid.png);
	width:934px;
	height:63px;
	}
.botbar_right {
	background-image:url(images/template/botbar_right.png);
	width:39px;
	height:63px;
	}
.copyright {
	font-size:10px;
	text-align:center;
	color:#95808c;
	font-weight:700;
	width:700px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:auto;
	margin-right:auto;
	}
/* BOTTOM BAR - END */

/* COMMENTS BOX */
.commentsbox_top {
	background-image:url(images/commentbox_top.png);
	width:410px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	}
.commentsbox_bot {
	background-image:url(images/commentbox_bot.png);
	width:450px;
	height:22px;
	margin-left:auto;
	margin-right:auto;
	}
.commentlist {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
	}
.commentdate a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	}
.commentsig {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#868686;
	}
.postdetails {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	}
/* COMMENTS BOX - END */
