/*
	Theme Name: PSK
	Theme URI: http://www.PhotoshopKid.com
	Description: Custom PSK WordPress Theme
	Author: Brian Richards | rzen designs
	Author URI: http://www.rzen.net
	Version: 1.0
*/


/* Begin General Styling*/
html,body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body {
	background:#102d3e;
	color:#222;
	font:10pt Arial,sans-serif;
}

a, a:visited { 
	color: #06C;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a img {
	border: 0;
}
hr {
	border:0;
	border-bottom:1px dotted #ccc;
	width:80%;
	margin:5px auto;
}
acronym, abbr, span.caps {
	border: 0;
	border-bottom: 1px dotted #ccc;
}
blockquote {
	color: #787878;
	border-left: 3px solid #ccc;
	margin-left: 0px;
	padding-left: 10px;
}
cite {
	text-decoration: none;
}	
code {
	font-family: 'Courier New', Courier, Fixed, sans-serif;
	font-size: 1.1em;
}
p img {
	padding:5px;
}

/* Positioning */
.al {text-align:left;}
.ar {text-align:right;}
.center {text-align:center;}
.justify {text-align:justify;}
.left, .right {position:relative;}
.left {float: left; margin-right:10px;}
.right {float: right; margin-left:10px;}
.both {clear: both;}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
h1 {
	color:#000;
	font:bold 18pt Tahoma;
	letter-spacing:-1px;
}
h2 {
	color:#999;
	font:14pt Arial;
}
h3 {
	font:bold 12pt Arial;
}
#page_title h1 {
	display:block;
	color:#999;
	font:10pt Georgia,Times,serif;
	letter-spacing:3px;
	word-spacing:5px;
	text-transform:uppercase;
	text-align:center;
	width:80%;
	padding:5px;
	margin:5px auto;
	border:1px dotted #ccc;
	border-width:1px 0;
}
/* Logos */
.logo {
	display:block;
	background:url('images/psk_logo.gif') no-repeat left top;
	width:95px;
	height:115px;
	margin-right:10px;
	position:relative;
	float:left
}
.mini_logo {
	background:url('images/psk_logo_mini.png') no-repeat center left;
	padding:1px 0 3px 26px;
	overflow:hidden;
	position:relative;
}
.rss {
	background:url('images/feedicon.png') right no-repeat;
	color: #3898F8;
	padding: 2px 20px 2px 0;
	margin-right: 5px;
}
/* End General */


/* Begin Option and Tool Bars */
#option_bar {
	background:url('images/option_bg.png') repeat-x top left;
	width:100%;
	height:40px;
	padding:0;
	margin:0;
	margin-bottom:15px;
	position:relative;
	z-index:1;
}
#option_tool {
	background:url('images/tools/rotator.php') no-repeat top left;
	width:760px;
	height:34px;
	margin-right:-760px;
	position:relative;
	float:left;
}
#option_cap {
	background:url('images/option_end.png') no-repeat right top;
	width:206px;
	height:24px;
	padding-top:10px;
	position:relative;
	top:0;
	float:right;
}
#toolbar {
	background:url('images/toolbar.png') no-repeat top left;
	width:65px;
	height:408px;
	margin:50px -25px 0 50px;
	position:relative;
	float:left;
	z-index:10;
}
/* End Options Bar */


/* Begin Window */
#page_container {
	width:980px;
	height:auto;
	margin:0 auto;
	position:relative;
	overflow:visible;
}
#window_container {
	width:770px;
	height:auto;
	margin:0 auto;
	position:relative;
	float:left;
	overflow:hidden;
	z-index:20;
}
#window_title {
	background:url('images/window_top.png') no-repeat top left;
	color:#000;
	font-weight:bold;
	width:770px;
	height:20px;
	padding-top:5px;
	text-align:center;
	position:relative;
}
#window {
	background:url('images/window_bg.png') repeat-y top left;
	width:770px;
	height:auto;
	overflow:hidden;
}
#content_container {
	background:#fff;
	width:680px;
	height:auto;
	padding:10px;
	margin:20px 0 20px 26px;
	border:1px solid #555;
	position:relative;
	overflow:hidden;
}
#window_footer {
	background:url('images/window_bottom.png') no-repeat;
	color:#000;
	font-size:7pt;
	width:683px;
	height:17px;
	padding-left:87px;
	padding-top:3px;
	position:relative;
	margin-bottom:20px;
}
/* End Window */


/* Begin Navigation */
#navigation {
	width:217px;
	height:auto;
	margin:100px 0 0 -150px;
	position:relative;
	float:right;
	overflow:hidden;
	z-index:30;
}
#nav_top {
	background:url('images/nav_top.png') no-repeat top left;
	width:217px;
	height:76px;
	position:relative;
}
#nav_bottom {
	background:url('images/nav_bottom.png') no-repeat top left;
	width:217px;
	height:21px;
	position:relative;
}
#nav {
background:url('images/nav_bg.png') repeat-y top left;
	display:block;
	list-style:none;
	width:217px;
	margin:0;
	padding:0;
	position:relative;
}
#nav li {
	display:block;
	position:relative;
	margin:0;
	margin-left:3px;
	padding:0;
	overflow:hidden;
}
#nav li a, #nav li a:visited {
	display:block;
	background:url('images/nav_li.gif') no-repeat top left;
	color:#000;
	font:8pt Arial;
	text-decoration:none;
	width:128px;
	height:14px;
	padding:12px 0px 12px 65px;
	line-height:14px;
	margin:0;
	border-top:1px solid #999;
	position:relative;
}
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	background:url('images/nav_li_active.gif') no-repeat top left;
	font-weight:bold;
}
/* END Navigation */


/* BEGIN Content Styles */
.tutorial {
	list-style:decimal;
	color:#ccc;
	font-size:28pt;
}
.tutorial li {
	display:block;
	padding-top:10px;
	margin-top:10px;
	border-top:1px dotted #ccc;
	position:relative;
	clear:both;
}
.tutorial li span {
	color:#222;
	font-size:10pt;
	position:relative;
	overflow:hidden;
}
/* END Content Styles */


/* BEGIN PNG Fixes */
* html body #option_bar {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/psk/images/option_bg.png');
}
* html body #toolbar {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/psk/images/toolbar.png');
}
* html body #window {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/psk/images/window_bg.png');
}
* html body #window_title {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/psk/images/window_top.png');
}
* html body #window_footer {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/psk/images/window_bottom.png');
}
* html body #nav_top {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/psk/images/nav_top.png');
}

* html body #nav {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/psk/images/nav_bg.png');
}

* html body #nav_bottom {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/wp-content/themes/psk/images/nav_bottom.png');
}
/* End PNG Fixes */


/* Welcome Page */
#intro {
	line-height:14pt;
	width:450px;
	position:relative;
	margin-left:4px;
	text-align:left;
	float:left;
}	


/* Posts */

#wrap {
	overflow:hidden;
	position:relative;
}

.post {
	width: 500px;
	float: left;
}
.titlelink {
	margin-bottom: 10px;
	outline: 0;
}

.titlelink a, .titlelink a:visited {
	font:bold 18pt tahoma;
	margin: 10px 0 15px 0;
	line-height: 34px;
}
.titlelink a:hover, .titlelink a:active {
	color: #054D95;
	text-decoration: none;
}
.post_meta {
	color:#999;
	font:7pt Tahoma;
	text-transform:uppercase;
}		
.post_footer {
	color: #2A2A2A;
	font:7pt Tahoma;
	text-transform:uppercase;
	position:relative;
	float:right;
	clear: both;
}

.post_footer li {
	list-style-type:none;
	display:inline;
	line-height: 14px;
}
.post_footer li.divider {
	margin:0 5px;
	border-right:1px solid #ccc;
}
#pagination {
	margin: 10px 0;
	text-align: center;
}



/* Sidebar (Bottombar) */
#sidebar {
	background: #FAFAFA url(images/sidebarbg.png) bottom repeat-x;
	color: #505050;
	font-size: 9pt;
	width: 665px;
	padding: 15px 0 15px 10px;
	margin: 0 auto;
	border: 1px solid #E3E3E3;
	overflow: hidden;
	clear:both;
}
.sidebar {
	width: 665px;
	margin: 0 auto;
}

#sidebar li {
	border-bottom: 1px solid #ebebeb;
	list-style-type: none;
	padding: 4px 0;
	margin: 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar #recententries li {
	padding: 5px 0;
}

#sidebar h3 {
	display:block;
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 7px;
	letter-spacing: 0px;
	font-family: "Arial Narrow", Arial, Tahoma;
	text-transform: uppercase;
	color: #2a2a2a;
	padding-top: 3px;
}

#sidebar small {
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 7pt;
}

#sidebar small a{
	color: #2A2A2A;
}

#categories {
	width: 200px;
	float: left;
	margin-right: 15px;
}

#recententries {
	width: 200px;
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}

#infocolumn {
	width: 200px;
	float: left;
}

		
/* Comments */

#comments {
	font-size: 9pt;
	width: 650px;
	margin: 0 auto;
	clear:both;
}

#commentlist {
	list-style: none;
	padding: 0;
}

#commentlist li {
	background: #fff url(images/commentsbg.png) bottom repeat-x;
	padding: 10px 20px;
	line-height: 17px;
}

#commentlist small {
	font-size: 8pt;
	color: #696969;
}
	
#postcomment {
	margin: 40px 0 10px 10px;
	text-transform: none;
}

ol #commentlist {
	margin-top: 15px;
}
.avatar {
	float:left;
	margin-right:5px;
}
#comments h3 {
	color:#999;
	font-size:14pt;
	margin-bottom: 7px;
	letter-spacing: 0px;
}
.headercomment {
	color:#999;
	font-size:8pt;
}
.commenttext {
	margin-top: 10px;
}

#comments textarea, #comments input {
	background:#eee;
	font-size:9pt;
	width:300px;
	padding:5px;
	margin:2px 5px;
	border:1px solid #ccc;
}

.commentsmess {
	font-size: 16pt;
	font-weight: bold;
	margin-bottom: 7px;
	letter-spacing: 0px;
	font-family: "Arial Narrow", Arial, Tahoma;
	text-transform: uppercase;
	color: #2a2a2a;
	color: #ccc;
}

#leavecomment {
	margin-bottom:10px;
}

#leavecomment p {
	padding-top: 10px;
}

#submit input {
	font-size: 9pt;
	margin: 15px 0 7px 0;
	font-family: "Verdana", Tahoma;
	text-transform: none;
	padding: 6px 0;
	border:1px solid #aaa;
}

/* End Comments */


/* Resources Directory */
#directory_search {
	background:#eee;
	width:390px;
	padding:10px;
	margin:0 auto 12px;
	border:1px solid #ccc;
}
#directory_search input {
	border:1px solid #ccc;
	font-size:9pt;
	padding:2px 5px;
	color:#555;
}
.resource_listing {
	padding:15px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
.resource_listing img {
	width:50px;
	border:1px solid #ccc;
}
.resource_desc {
	color:#999;
	font-style:italic;
}
#resource_submit textarea, #resource_submit input, #resource_submit select {
	background:#eee;
	font-size:9pt;
	width:250px;
	padding:5px;
	margin:2px 5px;
	border:1px solid #ccc;
}
#resource_submit select {
	width:262px;
}
