/*
---------------------------------------------------------------
Title:		Stylesheet for PSFK.com
Author: 	Jack Cheng (jackcheng.com)
Updated:	July 1, 2007
---------------------------------------------------------------
*/

/* Base Elements */

body{
	font-size: small;
	font-family:  Verdana, Sans-serif;
	margin: 0;
	padding: 0;
}

*html body{
	font-size: x-small; /*for IE5/WIn */
	f\ont-size: small; /*for other IE versions */
}

img{
	border: 0;
}

a:link, a:visited{
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

hr{
	clear: both;
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0;
}

form{
	margin: 0;
	padding: 0;
}

/* Helpers */

.left{
	float: left;
}

.right{
	float: right;
}

.center{
	text-align: center;
}

.hidden{
	display: none;
}

.clear{
	clear: both;
}

/* Containers */

#wrapper{
	width: 950px;
	margin: 10px auto;
}

#primarycontent{
	width: 600px;
	float: left;
}

#secondarycontent{
	float: right;
	width: 340px;
}

body#page #secondarycontent{
	width: 340px;
}

#secondarynav{
	width: 180px;
	float: left;
}

/* Colors */

body{
	background: #663399;
}

a{
	color: #663399;
}

#header, .brief, .zeitgeist, #subscribe, #textads, body#page #content, #about, #secondarycontent{
	background: #fff;
}

#comments, .article, .navigation, #text-banner{
	background: #fff url('images/bg-corner.gif') no-repeat right bottom;
}

#content{
	margin-top: 10px;
	background: url('images/bg-secondary.gif') repeat-y right;
}

.article p.date, .article h3, #comments h3, h3#more{
	background: #ddc9f1;
	color: #fff;
}

.navigation div a{
	border: 1px solid #ddc9f1;
}

.navigation div a:hover{
	background: #663399;
	color: #fff;
	text-decoration: none;
}

blockquote, #secondarynav{
	background: #f6f2fd;
}

#footer{
	color: #c2add6;
} 

#footer a{
	color: #fff;
}

#footer a:hover{
	text-decoration: none;
	color: #663399;
	background: #fff;
}

#copyright{
	border-top: 1px solid #8866aa;
}

.emptymonth{
	color: #8866aa;
}

.article, #text-banner{
	border-top: 1px solid #ddc9f1;
}

.article .meta{
	background: #ffd;
	border: 1px solid #fea;
	color: #ccc;
}

.article .meta a{
	color: #000;
}

/* Admin Menu */

#admin{
	background: #444;
	color: #999;
	border-bottom: 2px solid #333;
	line-height: 1.5em;
	padding-top: 1px;
}

#admin p{
	text-align: center;
	margin: 5px 20px;
}

#admin a{
	color: #ccc;
}

a.rss{
	padding-left: 25px !important;
	background: #fff url('images/rss.png') no-repeat 7px center;
}

/* PSFK Bar */

#psfkbar{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

#psfkbar li{
	display: inline;
	list-style: none;
	float: left;
	width: 10%;
}

#psfkbar li.active{
	width: 39%;
	background: #ddc9f1 url('images/bg-corner.gif') no-repeat right bottom;
}

#psfkbar li a{
	display: block;
	margin: 0;
	padding: 6px 10px;
	color: #fff;
	font-weight: bold;
}

#psfkbar li a em{
	font-weight: normal;
	font-style: normal;
}

#pb-fashion{
	background: #E90A8A url('images/bg-corner.gif') no-repeat right bottom;
}

#pb-if{
	background: #000 url('images/bg-corner.gif') no-repeat right bottom;
}

#pb-marktd{
	background: #0099ff url('images/bg-corner.gif') no-repeat right bottom;
}

#pb-about{
	background: #ddc9f1 url('images/bg-corner.gif') no-repeat right bottom;
	border-left: 1px solid #663399;
}

#pb-jobs{
	background: #666 url('images/bg-corner.gif') no-repeat right bottom;
}

#pb-tpl{
	background: #fff url('images/bg-corner.gif') no-repeat right bottom;
}

#pb-tpl a{
	color: #663399 !important;
}

/* Header */

#header{
	overflow: hidden;
}

#header a{
	margin: 0;
}

#branding{
	float: left;
	width: 200px;
	overflow: hidden;
}

#logo{
	float: left;
	margin: 10px;
	display: inline;
}

h1#logo{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 170%;
	line-height: 1.0em;
	font-weight: normal;
	margin: 15px 0 0 15px;
}

#branding p{
	clear: both;
	margin: 15px;
}

#branding p a{
	color: #ccc;
	text-decoration: underline;
}

#branding p a:hover{
	color: #999;
}

#topcontent{
	width: 728px;
	float: right;
	margin: 10px;
	display: inline;
	overflow: hidden;
}

#topcontent p{
	margin: 10px 0 0;
}

/* Primary Content */

img#authorpic{
	width: 40px !important;
	height: 40px !important;
}

.article{
	margin: 0;
	padding: 0 0 1px;
	position: relative;
}

.article .body{
	font-size: .925em;
	margin: 0 20px;
	line-height: 1.6em !important;
	clear: both;
}

.article .body a{
	color: #9966bb;
	text-decoration: underline;
}

.article .author{
	margin: 3px 20px 0 70px;
	font-size: .925em;
	color: #999;
}

body#single .article .author{
	margin-left: 20px;
}

.article .author a{
	color: #555;
	text-decoration: underline;
}

.article .body p{
	margin: 1.6em 0;
}

.article .meta{
	clear: both;
	font-size: .925em;
	margin: 20px 20px 20px 15px;
	padding: 5px 10px;
}

.article .avatar{
	float: left;
	display: inline;
	margin: 25px 0 0 20px;
}

.article h2{
	font-size: 1.46em;
	margin: 22px 20px 0 70px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.article p.date, .article h3, #comments h3, h3#more{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0;
	padding: 6px 10px;
	font-size: 100%;
	line-height: 1.25em;
}

span.edit a{
	position: absolute;
	left: -15px;
	top: 25px;
	text-indent: -100em;
	background: url('images/edit.gif');
	display: block;
	height: 40px;
	width: 15px;
}

body#page span.edit a{
	left: -25px;
}

#text-banner{
	padding: 20px 20px 25px;
	margin: 0 0 10px;
}

h3#more{
	margin-top: 10px;
}

.article .body img{
	margin: 5px 15px 15px !important;
	border: 1px solid #eee;
}

.article .body h3{
	background: transparent;
	color: #000;
	text-transform: none;
	font-size: 120%;
	font-weight: bold;
	padding: 0;
}

.article blockquote{
	margin: 1.5em 0 1.5em;
	padding: .1em 1.5em;
}

.article ul{
	margin: 1em 0;
	padding: 0;
	list-style-position: inside;
}

/* Single Article */

#primarycontent h1{
	margin: 20px 20px 5px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 1.69em;
	font-weight: normal
}

.article .single-date{
	margin: 0 20px;
	padding: 10px 0;
	font-size: 90%;
	color: #666;
}

.article .author{
	margin-bottom: 0
}

#comments{
	margin: 10px 0 0;
}

#comment-form{
	margin: 0;
	padding: 0;
	width: 580px;
}

#comments label{
	display: block;
	font-size: 90%;
	line-height: 1.5em;
}

#comment-text{
	float: left;
	width: 360px;
	margin: 20px;
	display: inline;
}

#comment-details{
	float: right;
	width: 170px;
}

#comment-details p{
	margin: 15px 0 0;
	font-size: .925em;
}

#comment-details input{
	width: 160px;
}

/* Comment List */

#comments ol{
	margin: 0 20px;
	padding: 0;
}

#comments li{
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

#comments .comment-info{
	float: left;
	width: 200px;
	line-height: 1.2em;
}

#comments cite{
	margin: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 95%;
}

#comments p.comment-meta{
	margin: 0;
	font-size: 80%;
}

#comments blockquote{
	clear: none;
	float: right;
	width: 360px;
	margin: 0;
	font-size: 90%;
	line-height: 1.3em;
	overflow: auto;
}

#comments blockquote p{
	margin-left: 15px;
	margin-right: 15px;
}

#secondarycontent #about{
	padding: 1px 0;
	border-bottom: 1px solid #ddd;
}

#secondarycontent #about .avatar{
	display: inline;
	margin: 0 10px 10px;
	float: left;
}

#secondarycontent #about ul{
	margin: 10px 5px;
}

#secondarycontent #about li a{
	padding: 3px 0;
	display: block;
}

#secondarycontent #branding{
	float: none;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
}

#secondarycontent #branding p{
	width: 230px;
	margin: 10px 10px 0 0;
	float: right;
	display: inline;
}

#related-ads{
	float: left;
	margin: 0 0 20px 15px;
	display: inline;
}

#related{
	width: 345px;
	float: right;
	display: inline;
	margin: 0 20px 20px 10px;
}

#related h3{
	background: none;
	color: #000;
	margin: 0;
	padding: 0;
}

#related ul, ul#random{
	margin: 0 15px 15px;
}

#related li, #random li{
	list-style: square;
	padding: .1em 0;
}

.brief{
	font-size: .925em;
	padding: 10px 20px 20px;
	line-height: 1.6em;
	border-bottom: 1px solid #eee;
}

.brief .post-image{
	float: left;
	margin: 10px 20px 0 0;
	display: inline;	
}

.brief h4{
	font-size: 100%;
	margin: 5px 10px 0 0;

}

.brief p{
	margin: 0 20px 0 0;
}

/* Prev/Next Links */

.navigation{
	font-size: .925em;
	font-weight: bold;
	padding: 20px;
}

.navigation div a{
	padding: 5px 8px;
	display: block;
}

/* Secondary Content */

#adbox{
	background: #f3f3f3;
	padding: 10px;
}

#adbox-inner{
	background: #fff;
	padding: 10px;
}

#subscribe{
	position: relative;
	padding: 1px 0;
	border-bottom: 1px solid #eee;
}

#subscribe h3 a{
	font-weight: normal;
}

#subscribe form{
	clear: both;
	margin: 0 10px 10px;
}

#subscribe ul{
	position: absolute;
	top: 2px;
	right: 0;
}

#subscribe li{
	float: left;
	border-right: 1px solid #ddd;
	display: inline;
}

#subscribe li a{
	padding: 2px 7px;
	width: auto;
}

#subscribe li img{
	vertical-align: middle;
}

#subscribe #newsletter-box, .search .search-text{
	width: 215px;
	margin-right: 4px;
}

#subscribe #newsletter-button, .search .search-submit{
	margin: 0;
	width: 93px
}

#secondarycontent{
	font-size: 85%;
	color: #333;
}

#secondarycontent ul, #secondarycontent p{
	margin: 0 10px 15px;
	padding: 0;
}

#secondarycontent ul#feeds{
	margin-top: .8em;
}

#secondarycontent ul ul{
	margin: 0 0 0 10px;
}

#secondarycontent ul li{
	list-style: none;
	padding: 2px 0;
}

#secondarycontent li.current-cat{
	font-weight: bold;
}

#secondarycontent li.current-cat li{
	font-weight: normal;
}

#secondarycontent h3{
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
	margin: 11px 10px 10px;
	text-transform: uppercase;
}

#secondarycontent .search{
	padding: 1px 0 15px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#nav{
	width: 160px;
	float: right;
}

#secondarynav p{
	margin: 10px;
}

#textads{
	margin: 0 10px 10px;
}

/* Zeitgeist (Recent/Most Popular, Etc) */

#secondarycontent .zeitgeist{
	clear: both;
	border-bottom: 1px solid #ddd;
	padding: 1px 0;
}

#secondarycontent .zeitgeist ol{
	margin: 0 0 10px;
	padding: 0 10px 0 35px;
}

#secondarycontent .zeitgeist ol li{
	padding: .3em 0;
}

#secondarycontent .zeitgeist ul{
	margin: 0 0 10px;
	padding: 0 10px 0 30px;
}

#secondarycontent .zeitgeist ul li{
	padding: .3em 0;
	list-style-type: square;
}


/* Footer */

#footer{
	margin: 20px 0 0;
	line-height: 1.4em;
	padding: 1px 0;
	font-size: 85%;
}

#colophon{
	width: 210px;
	float: left;
}

#copyright{
	clear: both;
	line-height: 1.2em;
	padding-top: 15px;
}

.footer-column{
	width: 130px;
	float: right;
	overflow: hidden;
}

.footer-logo{
	width: 80px;
	float: left;
}

#footer h3{
	margin: 0 10px;
	font-size: 100%;
}

#footer ul, #footer form{
	padding: 0;
	margin: 0 10px 5px;
}

#footer li{
	list-style: none;
}

#footer-nav{
	float: left;
	width: 600px;
	margin-bottom: 20px;
	display: inline;
}

.footer-column li a{
	display: block;
	width: 100%;
	padding: 0 5px;
	text-decoration: underline;
}

.footer-archives{
	width: 380px;
	float: right;
}

.footer-sponsors{
	width: 340px;
	float: right;
}

.footer-sponsors p{
	margin: 0 10px;
	clear: both;
}

.footer-sponsors ul{
	margin: 8px 11px 4px !important;
	padding: 0 !important;
	float: left;
	display: inline;
}

.footer-sponsors li{
	float: left;
	margin-right: 20px;
	display: inline;
}

.footer-sponsors img{
	vertical-align: middle;
}

.footer-archives a, .footer-archives span{
	margin: 0 1px;
}

.footer-archives strong{
	font-weight: normal;
}


/* Single Page or 404 Page 
-------------------------------------------------------------*/

body#page .article{
	background: transparent;
	border: 0;
	margin: 10px 10px 40px;
	padding: 1px 0;
}

body#page #primarycontent{
	width: 600px;
}

/* Self-clearing Floats 
-------------------------------------------------------------*/

#psfkbar:after, #content:after, #header:after, .brief:after, .navigation:after, #about:after, .article .body:after
{
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* for IE7 */
#psfkbar, #content, #header, .brief, .navigation, #about, .article .body{ 
	display: inline-block; 
}

/* target ie5+6/win only */
* html #psfkbar, 
* html #content, 
* html #header, 
* html .article .body, 
* html .article, 
* html .article .meta, 
* html .brief, 
* html .navigation, 
* html #about{ 
	height: 1%;
}

* html #primarycontent, 
* html #secondarycontent{
	overflow: hidden;
}

/* reset display property for all browsers */
#psfkbar, #content, #header, .brief, .navigation, #about, .article .body{ 
	display: block; 
}
