/*
Theme Name: PSFK News
Theme URI: http://www.psfk.com/
Description: Created for PSFK in December 2008.
Version: 0.9
Author: Jack Cheng
Author URI: http://jackcheng.com/
*/

/*-----------------------------------------------------------------------------------
	Resets
-----------------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img { 
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6,.comment-count,#header{
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym { 
	border: 0;
}

/*-----------------------------------------------------------------------------------
	Helpers
-----------------------------------------------------------------------------------*/
.left {float:  left;}
.right {float: right;}
.center {margin-left: auto; margin-right: auto;}
.mute {color: #999;}
.hidden {display: none;}
.clear {clear: both;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*-----------------------------------------------------------------------------------
	Base Styles & Typography
-----------------------------------------------------------------------------------*/
html{
	font-size: 12px;
	font-family: Helvetica, Arial, Sans-serif;
}

body{background: #eee;}

h1{
	font-size: 24px;
	font-weight: bold;
}
p{font-size: 12px; line-height: 18px; margin: 18px 0;}
a{color: #639; text-decoration: none;}
a:hover{text-decoration: underline;}

/*-----------------------------------------------------------------------------------
	Container Layout
-----------------------------------------------------------------------------------*/

#wrapper{
	width: 925px;
	background: #fff;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top: 0;
}

#top-banner{
	width: 925px;
}
#home #wrapper, #home #top-banner{
	width: 980px;
}
#home #primary {width: 950px;}

#header{
	position: relative;
	z-index: 2;
}

#primary, #secondary, #footer-inner, #archives-inner, #divider-inner, #top{
	width: 885px;
	margin: 0 auto;
}

#primary{
	margin-top: 18px;
	padding: 1px 0;
}

#primary-content{
	width: 545px;
	float: left;
	border-right: 1px solid #ddd;
}

#primary-sidebar{
	width: 320px;
	float: right;
}

#divider{
	clear: both;
	background: #f6f2fd;
	color: #555;
	color: #000;
	border-top: 5px solid #dccdec;
	border-bottom: 5px solid #dccdec;
	margin: 15px 0;
}

#secondary-content{
	width: 525px;
	float: left;
}

#secondary-sidebar{
	width: 320px;
	float: right;
}

#top{
	margin: 0 auto;
}


/*-----------------------------------------------------------------------------------
	Container Layout - Homepage
-----------------------------------------------------------------------------------*/

#single #home, #home #secondary, #home #archives-inner, #home #archives-inner, #home #footer-inner, #home #top, #home #divider-inner{
	width: 940px;
}

#home #primary-content{
	width: 630px;
}

#home #secondary{
	margin-top: 30px;
}

#home #secondary-sidebar, #home #footer-search{
	width: 375px;
}

#home #secondary-content{
	border-right: 1px solid #ddd;
	width: 545px;
}

#home-branding{
	float: left;
	width: 88px;
	overflow: hidden;
	font-size: 11px;
}

#home-branding li{
	display: inline;
	line-height: 15px;
}

#home-branding li a{
	display: block;
}

#translate li a{padding-left: 24px;}
#translate li.es a{background: url(images/flags/es.gif) no-repeat left;}
#translate li.fr a{background: url(images/flags/fr.gif) no-repeat left;}
#translate li.cn a{background: url(images/flags/cn.gif) no-repeat left;}
#translate li.de a{background: url(images/flags/de.gif) no-repeat left;}
#translate li.py a{background: url(images/flags/py.gif) no-repeat left;}
#translate li.jp a{background: url(images/flags/jp.gif) no-repeat left;}

#first-article{
	float: right;
	width: 525px;
	margin-right: 0;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------------*/

#header #logo{
	float: left;
	margin: 15px;
	display: inline;
}

#header-nav{
      background-color: #333333;

      background-image: none;

      background-repeat: repeat;

      background-attachment: scroll;

      background-position: 0% 0%;
}

#header ul{
	margin: 0;
}

#header li{
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}

#header li a{
	display: block;
	padding: 10px 15px;
	color: #fff;
}

#header li a:hover{
	background: #fff;
	color: #639;
	text-decoration: none;
}

#header li.home-link{border-right: 1px solid #7648a3;}
#header li.home-link a{
	text-indent: -9000px;
	width: 33px;
	padding-left: 0;
	padding-right: 0;
	background: url(images/icon-home.gif) no-repeat 10px center;
}
#header li.home-link a:hover{background: #fff url(images/icon-home-over.gif) no-repeat 10px center;}

#header li ul {
	position: absolute;
	width: 220px;
	left: -999em;
	background: #ddc9f1;
}

#header li li{
	float: none;
	text-transform: none;
	font-size: 12px;
	font-weight: bold;
	display: inline;
}

#header li li a{
	text-align: left !important;
	color: #639;
	display: block;
	padding: 3px 5px;
}

#header li li a:hover{
	background: #639;
	color: #fff;
}

#header li.more-categories{
	width: 90px;
}

#header li.more-categories:hover ul, #header li.sfhover ul{
	left: auto;
}

#header .searchform{
	width: 400px;
	position: absolute;
	top: 5px;
	right: 15px;
	text-align: right;
}

.searchform .search-text{
	font-size: 12px;
	background: #fff !important;
	height: 16px;
	width: 200px;
}
#header .description{
	margin: 0;
	position: absolute;
	top: 15px;
	left: 120px;
	color: #999;
	width: 120px;
	font-size: 18px;
	line-height: 22px;
}
/*-----------------------------------------------------------------------------------
	Index Page Articles
-----------------------------------------------------------------------------------*/

#home-branding{
	line-height: 14px;
	color: #666;
}

#home-branding h3, #home-branding h4{
	font-weight: bold;
	margin: 14px 0 0;
}

#home-branding p{
	line-height: inherit;
	font-size: inherit;
	margin: 14px 0;
	color: #000;
}

/*-----------------------------------------------------------------------------------
	Single Article
-----------------------------------------------------------------------------------*/

.article-date{
	text-transform: uppercase;
	color: #999;
	font-size: 14px;
	margin: 0 0 10px;
}

.article p.article-date {
	clear: both;
	margin-top: 0;
	font-size: 14px;
	font-weight: normal;
}

.article h1, .article h2, .article h3{
	font-size: 27px;
	line-height: 34px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
	width: 480px;
	float: left;
	display: inline;
}

.article h1{margin-bottom: 5px;}
.article h3{margin-bottom: 15px;}

.comment-count{
	font-size: 16px;
	float: right;
	display: inline;
	width: 26px;
	line-height: 26px;
	text-align: center;
	margin-top: 3px;
}

.comment-count span{
	display: none;
}

.comment-count a{
	color: #fff;
	background: #ddc9f1 url(images/icon-comment.gif) no-repeat right bottom;
	display: block;
	padding-bottom: 4px;
}

.comment-count a:hover{
	text-decoration: none;
	background-color: #639;
}

.alignright{
	float: right;
	margin: 5px 0 20px 30px;
	display: inline;
}

.alignleft{
	float: left;
	margin: 5px 20px 20px 0;
	display: inline;
}

.article-content{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	font-family: Georgia, Times, Serif;
	clear: both;
	font-size: 14px;
	line-height: 22px;
}

.article-content h4{
	margin-bottom: 18px;
	font-weight: bold;
}

.article-content p{
	font-size: 15px;
	line-height: 22px;
}

.article-content ul{
	margin: 10px 0;
}
.article-content ul li{
	margin: 5px 0;
	list-style: square inside;
}

.article-content ol li{
	margin: 5px 0;
	list-style: decimal inside;
}

blockquote{
	padding: 1px 20px;
	color: #333;
	background: #eee;
/*	background: url(images/bg-quote.gif) left top no-repeat;*/
}

blockquote p, blockquote ul{
	margin: 16px 0 18px;
}

blockquote li{
	line-height: 18px;
	list-style: inside square;
	margin-bottom: 18px;
}

.article-meta{
	background: url(images/bg-meta.gif) no-repeat top;
	border-bottom: 1px solid #e9e1f9;
	color: #333;
	margin: 18px 0 30px;
	padding: 10px;
}

.article-tags{
	color: #555;
	margin-bottom: 0;
}

.article-tags a{
	text-decoration: underline;
	color: #333;
}

#first-article .article{
	margin-right: 0;
}

#first-article .article-meta, #single .article-meta{
	margin-bottom: 0;
}

#first-article .article-content p{
	padding: 0 5px;
}

#first-article .article-content p img{
	position: relative;
	left: -5px;
}
.avatar{
	float: left;
	margin: 10px 10px 0 0;
	display: inline;
	width: 36px;
	height: 36px;
	overflow: hidden;
}

.avatar img{
	width: 36px;
	height: 36px;
}

.article-author{
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0;
}

.article-info{
	float: left;
	width: 290px;
}

.article-actions{
	float: right;
	margin-right: 0;
	display: inline;
	margin-bottom: 0;
}

.article-actions li{
	float: left;
}

.article-actions a{
	display: block;
	padding: 10px 10px 10px 25px;
	font-size: 14px;
	font-weight: bold;
}

.article-meta .share-this a{
	background: url(images/icon-share.gif) no-repeat 5px center;
}

.article-meta .print-this a{
	background: url(images/icon-print.gif) no-repeat 5px center;
	padding-left: 27px;
}

.article-meta li{
	display: inline;
}

.article-meta .categories{
	font-size: 11px;
	margin-bottom: 10px;
	line-height: 14px;
	display: inline;
}

.article-meta .categories a{
	color: #333;
	text-decoration: underline;
}

.article-admin{
	float: left;
	position: absolute;
	top: 2px;
	left: -56px;
	text-align: center;
}

#first-article .article-admin{left: -156px;}

.article-admin a{
	background: #f3f3f3;
	width: 35px;
	display: block;
	color: #999;
	padding: 5px 0;
}
/*-----------------------------------------------------------------------------------
	Index Page - Sidebar
-----------------------------------------------------------------------------------*/

#ad-300, #ad-300-2{
	padding: 10px 10px 0;
	margin-bottom: 10px;
	background: #eee;
	text-align: center;
}

#home #ad-300{
	padding: 0;
}

#ad-300-2{
	clear: both;
	margin: 20px 0;
	padding: 10px;
}

p.advertise{
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 1px 0;
}

p.advertise a{
	padding: 3px 0;
	display: block;
	color: #777;
	text-decoration: underline;
	text-align: center;
}

#primary-sidebar h3, #secondary-sidebar h3{
	font-size: 15px;
	text-transform: uppercase;
	margin: 10px 0 5px;
	color: #222;
	font-weight: bold;
}

#primary-sidebar ul, #column-bottom ul{
	margin-bottom: 40px;
}

#primary-sidebar li, #column-bottom li{
	font-size: 14px;
	margin: 15px 0;
}


.featured{
	clear: both;
	padding: 0;
	margin: 30px 0;
	background: #f6f2fd url(images/bg-featured2.gif) no-repeat right bottom;
	background: transparent;
}

.featured h3, #category-list h3{
	margin: 0 !important;
	line-height: 22px !important;
	color: #222;
	border-top: 3px solid #222;
	padding-top: 5px !important;
}

.featured img{
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	display: inline;
}

.featured ul{
	margin: 5px 0 !important;
}

.featured li{
	background: #fff;
	margin: 5px 0 !important;
	padding: 1px 0;
}

.featured li a{
	color: #fff;
	color: #639;
}

.featured-title, .featured strong{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 20px 10px 0;
	display: block;
}


/*-----------------------------------------------------------------------------------
	Events
-----------------------------------------------------------------------------------*/

#events, .widget-rss{
      color: #c6f2ff;

      background-color: transparent;

      background-image: url(http://everydrop.psfk.com/wp-content/uploads/2009/01/coke_event_bg.gif); /* place file in proper directory pls */

      background-repeat: no-repeat;

      background-attachment: scroll;

      background-position: right bottom;

      margin-top: 15px;

      margin-right: 0pt;

      margin-bottom: 15px;

      margin-left: 0pt;

      padding-top: 10px;

      padding-right: 10px;

      padding-bottom: 10px;

      padding-left: 10px;

      font-size: 13px;
}

#events h3, .widget-rss h3{
      color: white;

      margin-top: 0pt;

      margin-right: 0pt;

      margin-bottom: 5px;

      margin-left: 0pt;
}

.widget-rss h3 a{color: #c6f2ff !important;}
.widget-rss li a{display: block;}

#events ul{ margin: 0 0 5px; }
#events li, .widget-rss li{margin: 5px 0 10px !important;}

#events li em{
	font-size: 13px !important;
}
#events li .event-date{
	width: 38px;
	padding: 7px 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-right: 10px;
	display: inline;
	float: left;
	color: #555;
	background: #fff;
}

#events li a, .widget-rss li a{
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

#events li strong{
	font-size: 15px;
	color: #fff;
	margin-top: 5px;
	display: block;
}

/*-----------------------------------------------------------------------------------
	Divider
-----------------------------------------------------------------------------------*/

#home #divider-inner{
	margin: 0 auto;
}

#home #primary-sidebar{
	width: 302px;
}

#home #divider-inner div{
	width: 165px;
	margin-right: 20px;
	float: left;
	display: inline;
}

#home #divider-inner p{
	font-size: 12px;
	line-height: 17px;
	margin-top: 0;
	margin-bottom: 15px;
}

#home #divider-inner h3{
	margin-bottom: 5px;
}

#home #divider-inner a{
	font-weight: bold;
}

#home #divider-about h3{
	color: #000;
}

#home #divider-about{
	margin-right: 25px !important;
}

#home #divider-about p{
	color: #000;
	font-size: 16px;
	line-height: 22px;
}

#divider h3{
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px;
	color: #ddc9f1;
	color: #444;
}

#divider p{
	font-size: 14px;
	line-height: 20px;
}

#divider-left{
	width: 550px;
	float: left;
}

#divider-services{
	width: 375px;
	float: right;
}

#divider-video{
	width: 320px;
	float: right;
	overflow: hidden;
}

#divider-video embed{
	margin: 15px 0;
}

#related{
	float: left;
	width: 140px;
	margin: 0 0 20px;
	display: inline;
}

#related li{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin: 10px 0;
}

#featured-articles{
	float: right;
	width: 390px;
	margin: 0 0 20px;
	display: inline;
}

#featured-articles h3{
	font-weight: bold;
	font-size: 16px;
}

#featured-articles li{
	width: 110px;
	float: left;
	margin-right: 20px;
	display: inline;
}

#featured-articles li img{
	width: 110px;
	height: 110px;
	display: block;
}

#featured-articles li a{
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 15px;
	display: block;
}

#divider-services li{
	float: left;
	margin-right: 20px;
	display: inline;
}
#divider-services li a{
	width: 100px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	display: block;
	border: 1px solid #ddc9f1;
}

#subscribe{
	position: relative;
}

#subscribe h4{
	font-weight: bold;
}
#subscribe form{
	clear: both;
	margin: 5px 0;
}

#subscribe ul{
	position: absolute;
	top: 10px;
	right: 5px;
	margin: 0 !important;
	border-left: 1px solid #eee;
}

#home #subscribe ul{
	top: 8px;
}

#subscribe li{
	float: left;
	margin: 0;
	font-size: 12px;
	border-right: 1px solid #eee;
}

#subscribe li a{
	color: #fff;
	padding: 2px 7px;
	width: auto;
}

#subscribe li img{
	vertical-align: middle;
}

#subscribe #newsletter-box{
	width: 190px;
	margin-right: 4px;
}

#subscribe #newsletter-button{
	margin: 0;
	width: 80px
}

#home #newsletter-box{
	width: 250px;
}

/*-----------------------------------------------------------------------------------
	Category
-----------------------------------------------------------------------------------*/

#category-header{
}

#category-header #featured-articles{
	float: left;
	width: 525px;
	margin-left: 20px;
	display: inline;
}

#category-header #featured-articles h3{
	font-size: 18px;
	margin: 20px 0 10px;
}

#category-header #featured-articles li{
	margin-right: 20px;
}

#category-header #featured-video{
	width: 300px;
	float: right;
	margin: 15px 35px 15px 0;
	display: inline;
}

#category-header #featured{
	background: #eee;
	background: #f6f2fd;
	border-bottom: 1px solid #ddd;
	color: #333;
}

#category-info{
	padding: 1px 10px;
	background: #222;
	background: #ccb8e1;
	color: #fff;
}

#category-info img{
	vertical-align: middle;
}

#category-info a{
	margin-right: 20px;
}

#category-info h2{
	font-size: 24px;
	font-weight: bold;
	margin: 10px 0;
}

.excerpt h3{
	width: 450px;
	font-weight: bold;
	margin: 5px 0;
	float: left;
	display: inline;
	font-size: 22px;
}

.excerpt .article-author{
	clear: both;
	font-weight: normal;
	margin: 0 0 15px;
	font-size: 13px;
}

.excerpt img{
	width: 100px;
}

/*-----------------------------------------------------------------------------------
	Secondary
-----------------------------------------------------------------------------------*/

.article, .excerpt{
	margin: 0 20px 20px 0;
	border-bottom: 1px dotted #ccc !important;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 0;
	height: 1% /* hasLayout trigger */;
}

#home #primary-content .article, #single #primary-content .article{
	border-bottom: 0 !important;
}

#home #primary-content{
	border: 0 !important;
}

#primary-content .article h3, #secondary-content .article h3{
	font-size: 26px;
	line-height: 30px;
	margin-top: 2px;
}

#secondary-sidebar ul{
	margin-bottom: 25px;
}

#secondary-sidebar li, #category-list li{
	line-height: 17px;
	font-size: 12px !important;
}

#category-list{
	margin: 15px 200px 15px 0;
}

#category-list ul{
	margin-top: 5px;
}

#category-list li {
	font-size: 12px;
	margin: 0;
}

#psfktv{
	background: #eee;
	padding: 10px;
}

#psfktv h3{
	margin-top: 0;
	background: transparent;
	border: 0;
}

#psfktv h3 a, .widget-rss h3 a{
	line-height: 21px;
	display: block;
	background: url(images/icon-seemore.gif) no-repeat right top;
}

.featured h3 a{
	line-height: 21px;
	display: block;
	color: inherit;
	/*background: url(images/icon-seemorep.gif) no-repeat right top;*/
}

.widget-rss h3 a:hover{
	text-decoration: none;
}

#column-left{
	width: 210px;
	float: left;
	font-size: 11px;
	line-height: 16px;
}

#column-right{
	padding: 10px 10px 1px;
	background: #eee;
	border: 1px solid #ddd;
	float: right;
	margin: 0 0 30px 15px;
	display: inline;
}

#single #column-right{
	margin-top: 15px;
}

#column-right h3, #column-right p{
	margin-top: 0;
}

#sponsor-banner, #sponsor-footer{
	margin: 15px 0;
}

#sponsor-banner{
	line-height: 50px;
}

#sponsor-footer{
	line-height: 70px;
}

#ad-160{
	margin-bottom: 15px;
}

#top-banner{
	margin: 15px auto 30px;
}

#ad-728{
	width: 728px;
	height: 90px;
	float: left;
}

#sponsor-160{
	height: 90px;
	width: 180px;
	float: right;
	text-align: right;
}

/*-----------------------------------------------------------------------------------
	About Sidebar Box
-----------------------------------------------------------------------------------*/

#about-psfk{
	color: #fff;
	background: #639;
	margin-bottom: 15px;
	position: relative;
	padding: 1px 0;
}

#about-info {padding: 0 10px;}
#about-info p, #about-info li{
	font-size: 12px;
	margin: 0;
}

#about-info p{
	margin-bottom: 15px;
	padding-right: 65px;
}

#about-info ul{
	margin: 0 0 15px 0;
}

#about-info li a{
	color: #fff;
	display: block;
	padding: 0;
	font-weight: bold;
}
#about-info li a:hover{color: #639; background: #fff; text-decoration: none;}

#about-services ul{
	border-bottom: 1px solid #7648a3; 
}

#about-services li{
	font-size: 14px;
	display: inline;
	margin: 0;
	padding: 0 !important;
}

#about-services li a{
	border-top: 1px solid #7648a3; 
	padding: 5px;
}

#about-info h2, #about-info h3{color: #ddc9f1;}
#about-info h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 17px;
	margin: 12px 0 2px;
	padding-right: 65px;
}

#about-psfk h3{
	margin: 10px 0 5px;
	font-size: 14px;
	text-transform: none;
}

#about-info p{
	margin-bottom: 25px;
}

#about-logo{
	position: absolute;
	top: 10px;
	right: 10px;
	padding-right: 0;
}

#about-psfk #subscribe{
	margin: 5px 5px 4px;
	padding: 10px;
	background: #fff;
	color: #000;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
}
#about-psfk #subscribe a{color: #639;}

/*-----------------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------------*/

.navigation{
	margin: 0 25px 30px 0;
	font-size: 14px;
	font-weight: bold;
}

#footer{
	clear: both;
	background: #639;
	padding: 1px 0 15px;
	color: #ddc9f1;
	margin: 0;
}

#footer a{
	color: #fff;
	font-weight: bold;
}

#footer .emptymonth{
	font-weight: bold;
	color: #7648a3;
}
#footer h3{
	margin: 20px 0 3px;
	font-size: 14px;
	font-weight: bold;
}

#footer p, #footer li{
	font-size: 11px;
	line-height: 14px;
}

#masthead{
	float: right;
	width: 320px;
}

#masthead div{
	width: 140px;
	float: left;
	margin-right: 15px;
	display: inline;
}

#home #masthead, #home p.partners{
	width: 375px;
}

#home #masthead div{
	margin-right: 20px;
	width: 165px;
}

#archives{
	float: left;
	width: 525px;
}

#footer ul{
	margin: 0 0 20px;
}

#archives li{
	font-size: 13px;
	line-height: 18px;
}

#fin{
	clear: both;
	border-top: 1px solid #7648a3;
	padding-bottom: 1px;
}

p.copyright{
	width: 525px;
	float: left;
	text-align: justify;
	margin-bottom: 0;
	display: inline;
}

p.partners{
	width: 320px;
	float: right;
	margin-bottom: 0;
	display: inline;
}

p.partners a{
	margin-right: 10px;
}

#footer-about{
	float: right;
	width: 110px;
}

#footer-about li{
	font-size: 11px;
	line-height: 14px;
}

#footer .search-text{
	width: 260px;
}
/*-----------------------------------------------------------------------------------
	Comments
-----------------------------------------------------------------------------------*/

#comments{
	margin-top: 20px;
}

#comments h3{
	color: #333;
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 5px;
}

#comments ol{
	margin-bottom: 40px;
}
#comments li{
	margin: 10px 0 20px;
}

.comment-content{
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	background: #eee url(images/bg-comment.gif) no-repeat left bottom;
	padding: 1px 12px 12px;
	margin-bottom: 5px;
}

.comment-content p{
	font-size: 12px;
	margin: 10px 0;
	line-height: 16px;
}

#comments cite{
	font-weight: bold;
}

#comments small a{
	color: #555;
	line-height: 13px;
}

#comment{
	width: 100%;
}

#trackbacks li{
	margin: 10px 0;
}
#trackbacks li a{
	font-size: 14px;
}

#comment-form p{
	margin: 0 0 15px;
}
#comment-form-fields{
	width: 300px;
	float: left;
	margin-bottom: 30px;
	display: inline;
}

#comment-form label{
	vertical-align: top;
	float: left;
	width: 130px;
	color: #000;
	display: inline;
}

* #commentform label{
	float: none;
	display: inline-block;
}

/*-----------------------------------------------------------------------------------
	Archives Page
-----------------------------------------------------------------------------------*/

#snapshot-header{
	margin: 20px 20px 0;
}

#snapshot-archives{
	margin: 10px 20px 0;
	font-size: 13px;
	line-height: 18px;
	color: #ccc;
	font-weight: bold;
}

#snapshot-archives a{
	font-weight: bold;
}

#snapshot-nav{
	font-size: 13px;
	margin: 20px;
}

#snapshot-nav li{
	float: left;
	display: inline;
}

#snapshot-nav li a{
	font-weight: bold;
	display: block;
	padding: 5px;
}

#snapshot-nav li.active{
	background: #eee;
}

#snapshot-nav li.active a{
	color: #555;
}

#snapshot{
	margin: 20px 0 20px 20px;
	line-height: 15px;
}

#snapshot ul{
	width: 110px;
	float: left;
	margin-right: 19px;
	display: inline;
	overflow: hidden;
}

#snapshot h3 a{
	font-weight: bold;
}

#snapshot li{
	margin-bottom: 15px;
}

#snapshot li img{
	width: 110px;
	height: 110px;
	margin-top: 10px;
}

#snapshot h2{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

p.readmore{
	font-size: 14px;
	font-family: Helvetica, Arial, Sans-serif;
	margin-bottom: 15px;
}

p.readmore a{
	float: right;
	background: url(images/bg-meta.gif) no-repeat right bottom;
	border-top: 1px solid #e9e1f9;
	border-left: 1px solid #e9e1f9;
	color: #639;
	font-weight: bold;
	padding: 6px 8px; 
}

/*-----------------------------------------------------------------------------------
	Admin Functions
-----------------------------------------------------------------------------------*/

#admin{
	position: absolute;
	top: 0;
	left: 0;
	background: #222;
	color: #999;
	padding: 5px 8px;
	font-size: 11px;
}

#admin a{
	color: #fff;
	font-weight: bold;
}

