/*
Theme Name: Pop Art
Theme URI: http://www.popart.com/
Description: Custom theme for the Pop Art Blog by Pop Art
Version: 1.0
Author: Pop Art
Author URI: http://www.popart.com/
Tags: fixed-width, three-columns, right-sidebar, white, theme-options, threaded-comments

	SUPPORTED PLUGINS:
	* Brian's Latest Comments
	   http://meidell.dk/archives/category/wordpress/latest-comments/

	* flickrRSS
	   http://wordpress.org/extend/plugins/flickr-rss/

	* Simple Tags (for related posts function)
	   http://wordpress.org/extend/plugins/simple-tags
	
	RECOMMENDED PLUGINS:
	* Widon't by Shaun Inman (prevents widows in headlines)
	   http://www.shauninman.com/archive/2007/01/03/widont_2_1_wordpress_plugin

	* Del.icio.us for Wordpress by Ricardo Gonzalez
	   http://wordpress.org/extend/plugins/delicious-for-wordpress/

	* Last.fm for Wordpress by Ricardo Gonzalez
	   http://wordpress.org/extend/plugins/lastfm-for-wordpress/

	* Twitter for Wordpress by Ricardo Gonzalez
	   http://wordpress.org/extend/plugins/twitter-for-wordpress/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-3.0.html

*/



/* Universal Rules -------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	background: #000 url("images/bg-tile.png") repeat-x center top;
	color: #333;
	/* font sizing in ems, baby. if you want to change anything, just change this.*/
	font: 80%/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ahem, hr { display: none !important; }
img { border: none; }
form { margin: 0; }
.floatleft, .alignleft { float: left; margin: 0 1em 1em 0; }
.floatright, .alignright { float: right; margin: 0 0 1em 1em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.clearboth { clear: both; }

/* Layout -------------------------------------------------- */
#page {
	width: 964px;
	margin: 0 auto;
	background: #000;
	-webkit-box-shadow: 0 0 30px #000;
	-moz-box-shadow: 0 0 30px #000;
	box-shadow: 0 0 30px #000;
}
#header {
}
#wrapper {
	width: 964px;
}
#wrapper:after { /* clear floated child elements */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#sidebar {
	width: 160px;
	float: right;
	margin: 0 22px 20px 0;
}
#content {
	width: 740px;
	float: left;
	margin: 0 0 20px 22px;
}
#footer {
	clear: both;
}

/* Header Styles -------------------------------------------------- */
#header {
	width: 760px;
	margin: 0 100px 20px;
	position: relative;
	padding-top: 30px;
	height: 137px;
	z-index: 99;
}
#header p {
	margin: 0;
}
#header .tagline {
	display: none;
}
#header a, #header a:link, #header a:visited {
	border: none;
}
#header a:hover, #header a:focus, #header a:active {
	border: none;
}
#header .logo a, #header .logo a:link, #header .logo a:visited {
	display: block;
	text-indent: -9999px;
	width: 125px;
	height: 38px;
	background: transparent url("images/pa-logo-black.png") no-repeat;
	border: none;
}
#header .logo a:hover, #header .logo a:focus, #header .logo a:active {
	background-position: left bottom;
	outline: none;
}

/* Navbar Styles -------------------------------------------------- */
.nav {
	width: 600px;
	height: 47px;
	position: absolute;
	top: 30px;
	left: 140px;
	margin: 0;
}
.nav > li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	line-height: 1;
}
.nav > li,
.nav > li > a {
	display: block;
	height: 47px;
	text-indent: -9999px;
}
.nav > li > a {
	background: transparent url("images/nav.png") no-repeat;
	border: none;
}
.nav > li > a:focus {
	outline: none;
}
/* Navbar Placement */
#nav-company	{ left: 0; width: 110px; }
#nav-portfolio	{ left: 110px; width: 125px; }
#nav-contact	{ left: 235px; width: 122px; }
#nav-blog		{ left: 357px; width: 77px; }
/* Navbar Images */
#nav-company > a	{ background-position: 0 top; }
#nav-portfolio > a	{ background-position: -110px top; }
#nav-contact > a	{ background-position: -235px top; }
#nav-blog > a		{ background-position: -357px bottom; }
/* Selected Navbar Item */
#nav-company > a:hover,		#nav-company > a:focus		{ background-position: 0 bottom; }
#nav-portfolio > a:hover,	#nav-portfolio > a:focus	{ background-position: -110px bottom; }
#nav-contact > a:hover,		#nav-contact > a:focus		{ background-position: -235px bottom; }
#nav-blog > a:hover,		#nav-blog > a:focus			{ background-position: -357px bottom; }

#nav #nav-search {
	text-indent: 0;
	left: 450px;
	width: 170px;
	height: auto;
	top: 8px;
}
#nav-search label {
	display: none;
}
#nav-search input {
	width: 100px;
	font-size: .9em;
	padding: .2em;
}
#nav-search input:focus {
	outline: 1px dotted #999;
}
#nav-search #btnSearch {
	width: auto;
	background: #333;
	border: 1px solid #666;
	color: #eee;
	cursor: pointer;
	margin-left: .5em;
}

/* Subnav Styles -------------------------------------------------- */
#subnav {
	position: absolute;
	top: 37px;
	left: -590px;
	width: 920px;
	height: 60px;
	margin: 0;
}
#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	display: inline;
	text-indent: 0;
}
#subnav li a {
	background: transparent url("images/nav-subnav.gif") no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 60px;
	border: none;
	text-indent: -9999px;
}
#subnav li a:focus {
	outline: none;
}
/* Navbar Placement */
#subnav #nav-business a		{ left: 0; width: 115px; }
#subnav #nav-marketing a	{ left: 115px; width: 130px; }
#subnav #nav-advertising a	{ left: 245px; width: 135px; }
#subnav #nav-software a		{ left: 380px; width: 120px; }
#subnav #nav-creative a		{ left: 500px; width: 115px; }
#subnav #nav-webdev a		{ left: 615px; width: 175px; }
#subnav #nav-community a	{ left: 790px; width: 130px; }
/* Navbar Images */
#subnav #nav-business a		{ background-position: 0 top; }
#subnav #nav-marketing a	{ background-position: -115px top; }
#subnav #nav-advertising a	{ background-position: -245px top; }
#subnav #nav-software a		{ background-position: -380px top; }
#subnav #nav-creative a		{ background-position: -500px top; }
#subnav #nav-webdev a		{ background-position: -615px top; }
#subnav #nav-community a	{ background-position: -790px top; }
/* Hover Images */
#subnav #nav-business a:hover, #subnav #nav-business a:focus		{ background-position: 0 center; }
#subnav #nav-marketing a:hover, #subnav #nav-marketing a:focus		{ background-position: -115px center; }
#subnav #nav-advertising a:hover, #subnav #nav-advertising a:focus	{ background-position: -245px center; }
#subnav #nav-software a:hover, #subnav #nav-software a:focus		{ background-position: -380px center; }
#subnav #nav-creative a:hover, #subnav #nav-creative a:focus		{ background-position: -500px center; }
#subnav #nav-webdev a:hover, #subnav #nav-webdev a:focus			{ background-position: -615px center; }
#subnav #nav-community a:hover, #subnav #nav-community a:focus		{ background-position: -790px center; }
/* Current Images */
#subnav.business #nav-business a		{ background-position: 0 bottom; }
#subnav.marketing #nav-marketing a		{ background-position: -115px bottom; }
#subnav.advertising #nav-advertising a	{ background-position: -245px bottom; }
#subnav.software #nav-software a		{ background-position: -380px bottom; }
#subnav.creative #nav-creative a		{ background-position: -500px bottom; }
#subnav.webdev #nav-webdev a			{ background-position: -615px bottom; }
#subnav.community #nav-community a		{ background-position: -790px bottom; }

/* PopArtists Styles -------------------------------------------------- */
#popartists {
	background: transparent url("images/nav-popartists.gif") no-repeat;
	position: absolute;
	top: 137px;
	left: -69px;
	width: 898px;
	height: 30px;
	margin: 0;
}
#popartists li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	display: inline;
}
#popartists li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -9999px;
	background: transparent url("../../../images/popartists/default-s.jpg") no-repeat;
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#popartists li a:hover, #popartists li a:focus {
	border: 2px solid #ff0;
	width: 26px;
	height: 26px;
	background-position: -2px -32px;
	outline: none;
}
#popartists li a span {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 31px;
	left: -25px;
	z-index: 99;
	height: auto;
	width: auto;
	min-width: 70px;
	white-space: nowrap;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #000;
	-webkit-box-shadow: 1px 1px 5px #000;
	-moz-box-shadow: 1px 1px 5px #000;
	box-shadow: 1px 1px 5px #000;
	padding: 17px 8px 6px;
	color: #f00;
	font-size: .85em;
}
#popartists li a:hover span, #popartists li a:focus span {
	visibility: visible;
	text-indent: 0;
}
#popartists li a small {
	display: block;
	position: absolute;
	top: -8px;
	left: 0;
	text-indent: -9999px;
	background: transparent url("images/nameplate.png") no-repeat top left;
	width: 71px;
	height: 22px;
}

/* Content -------------------------------------------------- */
.post {
	padding-bottom: 1px;
	background: transparent url("images/rule-post.gif") no-repeat center bottom;
	margin-bottom: 20px;
	float: left;
	width: 740px;
	position: relative;
}
.page {
	background: none;
	margin: 0;
}
.post .wrapper {
	float: right;
	width: 610px;
}
.post .content {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 20px 30px 20px;
}
.post .metadata {
	margin: 1em 0 20px;
	color: #999;
}
.post .metadata small {
	font-size: .85em;
}
.post .metadata a, .post .metadata a:link, .post .metadata a:visited {
	color: #999;
	border-color: #333;
}
.post .metadata a:hover, .post .metadata a:focus, .post .metadata a:active {
	color: #f00;
}
.post .byline {
	float: left;
	width: 110px;
	background: transparent url("images/arrow-post.gif") no-repeat right 50px;
	padding-right: 20px;
}
.post .byline img {
	padding: 1px;
	background: #000;
	border: 1px solid #fff;
	margin: 0;
}
.post .byline .avatar {
	margin: 0;
}
.post .byline .avatar a, .post .byline .avatar a:link, .post .byline .avatar a:visited {
	border: none;
}
.by {
	display: none;
}
.post .byline .author {
	text-align: left;
	color: #fff;
	font-size: .85em;
	font-weight: bold;
	line-height: 1.25;
}
.post .byline .author a, .post .byline .author a:link, .post .byline .author a:visited {
	color: #f00;
	border: none;
	font-size: 1em;
	display: block;
	margin: 1em 0 .5em;
}
.post .byline .author a:hover, .post .byline .author a:focus, .post .byline .author a:active {
	color: #fff;
}
.post .title {
	margin: 0 0 .33em;
	color: #f00; /* red */
	font-weight: normal;
}
.post .title a, .post .title a:link, .post .title a:visited {
	color: #f00; /* red */
	border-color: #eee;
}
.post .title a:hover, .post .title a:focus, .post .title a:active {
	color: #c00;
}
.post .more {
	margin: 0;
	color: #00A0C6; /* cyan */
	font-size: 1.1em;
}
.post .more a, .post .more a:link, .post .more a:visited {
	color: #00A0C6; /* cyan */
	font-weight: bold;
	border-color: #e6e6e6;
}
.post .more a:hover, .post .more a:focus, .post .more a:active {
	color: #f00;
}
.alert,
.error {
	background: #ffc;
	border: 1px solid #ff0;
	border-width: 1px 0;
	margin: 1em 0;
	padding: 1em;
}
code, kbd, tt, pre {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
}
pre {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	padding: .5em;
}
a, a:link, a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
a:hover, a:focus, a:active {
	color: #c00;
	border-bottom-width: 2px;
}
sup { /* to prevent gaps in paragraph layouts, we'll switch back to regular v-align and shunt it up with pos:rel */
	vertical-align: baseline;
	position: relative;
	bottom: .33em;
}
acronym, abbr, .info {
	border-bottom: 1px dotted #333;
	cursor: help;
}
h1, h2 ,h3, h4 {
	line-height: 1.25;
	margin: 0 0 .25em;
}
h1 {
	font-size: 2.5em;
}
h1.archive,
h2.archive {
	color: #fff;
	font-weight: normal;
	margin-bottom: .5em;
}
h1.archive em,
h2.archive em {
	color: #f00;
	font-style: normal;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.5em;
}
h5, h6 {
	font-size: 1.25em;
}
.title h1 a,
.title h2 a {
	border-bottom: 1px solid #eee;
}
p, ul, ol, table, .navigation {
	margin: .25em 0 1em;
}
table {
	width: 100%;
}
th, td {
	padding: .5em .66em;
	line-height: 1.1;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
}
th {
	text-align: left;
	vertical-align: bottom;
}
ul, ol {
	margin-left: 0;
	padding-left: 0;
}
ul ul,
ol ol {
	margin: 0;
}
li {
	margin: .25em 0 .66em 1.5em;
	padding-left: 0;
}
ul li {
	list-style-image: url("images/bullet.png");
}
ol li {
	margin-left: 1.75em;
}
ul.rss li {
	list-style: none;
	margin-left: 0;
	padding-left: 17px;
	background: transparent url("images/feed.gif") no-repeat left .25em;
}
.wp-caption {
	margin: .25em auto 1em;
}
.post img,
.post object {
	display: block;
	background: #fff;
	padding: 1px;
	border: 1px solid #000;
	margin: .25em auto 1em;
	max-width: 500px;
}
.wp-caption img {
	margin: 0 auto;
}
.wp-caption p.wp-caption-text {
	font-size: .9em;
	margin: .25em 0 0;
	text-align: center;
	color: #666;
}
.post .floatright img,
.post .floatleft img {
	margin: .25em 0 1em;
}
.post img.floatright,
.post img.alignright,
.post img[align="right"],
.wp-caption.alignright {
	margin: .25em 0 1em 1em;
}
.post img.floatleft,
.post img.alignleft,
.post img[align="left"],
.wp-caption.alignleft {
	margin: .25em 1em 1em 0;
}
.post p,
.post li,
#columncap p {
	text-align: justify;
}
#site-archives-monthly-archive {
	width: 60%;
	float: left;
}
#site-archives-monthly-archive.wide {
	width: auto;
	float: none;
}
#site-archives-monthly-archive li,
#site-links li {
	text-align: left;
}
#site-archives-category-archive {
	width: 37%;
	float: right;
}
#site-links img {
	margin-left: 0;
	margin-right: 0;
}
blockquote {
	margin: .25em 0 1em;
	padding: 1em 1.5em 1em 45px;
	background: #eee url("images/quote-start.png") no-repeat 10px 10px;
	color: #444;
}
blockquote small {
	color: #00A0C6; /* cyan */
	font-size: .85em;
}
blockquote small a, blockquote small a:link, blockquote small a:visited {
	color: #00A0C6; /* cyan */
}
blockquote small a:hover, blockquote small a:focus, blockquote small a:active {
	color: #c00;
}
blockquote p,
blockquote ul,
blockquote ol {
	margin: 0 0 .5em;
}
.navigation {
	width: 100%;
	float: left;
	color: #ccc;
}
.navigation .prev {
	float: left;
	width: 50%;
}
.navigation .next {
	float: right;
	width: 50%;
	text-align: right;
}
.navigation a, .navigation a:link, .navigation a:visited {
	color: #999;
	border-color: #333;
}
.navigation a:hover, .navigation a:focus, .navigation a:active {
	color: #f00;
}
.metadata .sharewith,
.metadata .sharewith li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.metadata .sharewith li a {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	margin: 0 .5em 20px 0;
	background: transparent url("images/social/favorite.png") no-repeat;
	border: none;
}
.metadata .sharewith li a:hover, .metadata .sharewith li a:focus {
	outline: none;
}
.metadata .sharewith .twitter a {
	background-image: url("images/social/twitter.png");
}
.metadata .sharewith .email a {
	background-image: url("images/social/email.png");
}
.metadata .sharewith .delicious a {
	background-image: url("images/social/delicious.png");
}
.metadata .sharewith .facebook a {
	background-image: url("images/social/facebook.png");
}
.metadata .sharewith .digg a {
	background-image: url("images/social/digg.png");
}

/* Profiles -------------------------------------------------- */
.profile {
	float: left;
	width: 100%;
	position: relative;
}
.profile .photo-twitter {
	float: left;
	width: 360px;
	margin-bottom: 30px;
}
.profile .description {
	float: right;
	width: 360px;
	color: #fff;
}
.no-twitter .photo-twitter {
	float: right;
	margin: 0 0 20px 20px;
}
.no-twitter .description {
	float: left;
	margin-bottom: 30px;
}
.profile h1 {
	margin: 0;
}
.profile .title {
	color: #fff;
	margin: 0 0 10px;
}
.profile .photo {
	margin: 0 0 1em;
}
.profile .photo img {
	padding: 1px;
	background: #000;
	border: 1px solid #fff;
}
.profile .description a, .profile .description a:link, .profile .description a:visited {
	color: #fff;
	border-color: #666;
}
.profile .description a:hover, .profile .description a:focus, .profile .description a:active {
	color: #f00;
}
.profile .description h4 {
	color: #ff0;
	font-size: 1em;
}
.profile .description p {
	margin: 0 0 1em;
}
.profile .description li {
	font-size: .9em;
	list-style: disc;
	margin: .25em 0 .25em 1.5em;
}
.profile blockquote {
	margin: 2em 0 1.5em;
	padding: 0 40px 0 0;
	background: transparent url("images/quote-end.png") no-repeat right bottom;
	color: #fff;
	width: 320px;
}
.profile .description blockquote p {
	padding-left: 40px;
	background: transparent url("images/quote-start.png") no-repeat left top;
	font-size: 1.75em;
	line-height: 1.25;
	margin: 0;
}
.profile blockquote small {
	display: block;
	text-align: right;
	margin: .33em 0 0;
	font-size: .5em;
}
.no-twitter blockquote {
	position: absolute;
	top: 350px;
	right: 0;
}
#twitter-profile {
	color: #333;
	padding-top: 1.5em;
	position: relative;
	margin-top: 4px;
}
#twitter-profile h4 {
	margin: 0;
	line-height: 1;
	font-size: 1em;
}
#twitter-profile h4 a {
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}
#twitter-profile h4 a, #twitter-profile h4 a:link, #twitter-profile h4 a:visited {
	color: #00A0C6; /* cyan */
}
#twitter-profile h4 a:hover, #twitter-profile h4 a:focus, #twitter-profile h4 a:active {
	color: #f00;
}
#twitter-profile h4 strong {
	display: block;
	font-size: 1.25em;
	color: #fff;
	margin-bottom: .25em;
}
#twitter-profile a, #twitter-profile a:link, #twitter-profile a:visited {
	color: #333;
	border-color: #999;
}
#twitter-profile a:hover, #twitter-profile a:focus, #twitter-profile a:active {
	color: #f00;
}
#twitter-profile ul {
	margin: 0;
}
#twitter-profile li {
	background: transparent url("images/arrow-profile.gif") no-repeat 300px 0;
	list-style: none;
	margin: 10px 0 0;
	padding-top: 17px;
}
#twitter-profile .tweet {
	margin: 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1em 1em .75em;
}
#twitter-profile .tweet small {
	font-size: .85em;
	display: block;
	color: #999;
	margin-top: .5em;
}
.social {
	float: left;
	width: 100%;
}
.profile .social li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.social li a {
	display: block;
	float: left;
	text-indent: -9999px;
	width: 48px;
	height: 48px;
	margin: 0 .5em 0 0;
	background: transparent url("images/social/favorite48.png") no-repeat;
	border: none;
	line-height: 1;
}
.social li a:hover, .social li a:focus {
	outline: none;
}
.social .twitter a {
	background-image: url("images/social/twitter48.png");
}
.social .email a {
	background-image: url("images/social/email48.png");
}
.social .linkedin a {
	background-image: url("images/social/linkedin48.png");
}
.social .delicious a {
	background-image: url("images/social/delicious48.png");
}
.social .flickr a {
	background-image: url("images/social/flickr48.png");
}
.social .facebook a {
	background-image: url("images/social/facebook48.png");
}
.social .digg a {
	background-image: url("images/social/digg48.png");
}
.social .sao a {
	background-image: url("images/social/sao48.png");
}
.social .xbox a {
	background-image: url("images/social/xbox48.png");
}
.social .playstation a {
	background-image: url("images/social/psn48.png");
}

/* Comments -------------------------------------------------- */
.comment-container,
.commentform,
.related {
}
.comments,
.commentlist,
.nocomments,
.related {
}
.comment-container,
.commentform {
	padding-bottom: 1px;
	background: transparent url("images/rule-post.gif") no-repeat center bottom;
	margin-bottom: 20px;
}
.commentform {
	padding-bottom: 21px;
}
.comment-container:after { /* clear floated child elements */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist {
	margin: 0;
}
.related {
	clear: both;
	color: #999;
}
.related a, .related a:link, .related a:visited {
	color: #999;
	border-color: #333;
}
.related a:hover, .related a:focus, .related a:active {
	color: #f00;
}
h3#comments,
.related h4 {
	color: #fff;
	font-weight: normal;
}
h3#comments em {
	color: #f00;
	font-style: normal;
}
.comments .syndicate {
	color: #999;
}
.comments .syndicate a, .comments .syndicate a:link, .comments .syndicate a:visited {
	color: #999;
	border-color: #666;
}
.comments .syndicate a:hover, .comments .syndicate a:focus, .comments .syndicate a:active {
	color: #f00;
}
.commentlist cite {
	font-style: normal;
}
.commentlist li .wrapper {
	float: right;
	width: 635px;
}
.commentlist li .content,
.comments .nocomments {
	clear: both;
	margin: 0;
	padding: 1px 15px;
	list-style: none;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.comments .nocomments {
	margin: 0 0 20px;
	padding: 15px;
}
.commentlist li {
	margin: 0 0 20px;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}
.commentlist li li {
	border-left: 2px solid #ccc;
	margin: 0 -1em 0 .5em;
}
.commentlist li p {
	margin: 1em 0;
}
.commentlist li .byline {
	float: left;
	width: 75px;
	background: transparent url("images/arrow-post.gif") no-repeat right 30px;
	padding-right: 30px;
	min-height: 60px;
}
.commentlist li .byline img {
	padding: 1px;
	background: #000;
	border: 1px solid #fff;
	margin: 0;
}
.commentlist li .byline .avatar {
	margin: 0;
}
.commentlist li .byline .author {
	display: block;
	text-align: center;
	color: #fff;
	font-size: .85em;
	font-weight: bold;
	line-height: 1.25;
	margin: .5em 0 0;
}
.commentlist li .byline .author a, .commentlist li .byline .author a:link, .commentlist li .byline .author a:visited {
	color: #f00;
	border-color: #333;
}
.commentlist li .byline .author a:hover, .commentlist li .byline .author a:focus, .commentlist li .byline .author a:active {
	color: #fff;
}
.commentlist .odd .wrapper {
	float: left;
}
.commentlist .odd .byline {
	float: right;
	background: transparent url("images/arrow-comment.gif") no-repeat left 30px;
	padding: 0 0 0 30px;
}
.commentlist .odd .byline .author {
}
.commentlist .bypostauthor .content {
	/* need to do something here */
	border: 5px solid #00A0C6;
	border-width: 5px 0;
}
#cancel-comment-reply-link {
	margin-left: 3em;
}
.trackback,
.pingback {
}
.trackback .content,
.pingback .content {
	font-style: italic;
	font-size: .85em;
	color: #666;
}
h3#respond {
	color: #f00;
	font-weight: normal;
	margin-left: 130px;
	font-size: 1.5em;
	margin-bottom: .5em;
}
.commentform p {
	clear: both;
	margin-bottom: 1.5em;
	color: #999;
}
.commentform a, .commentform a:link, .commentform a:visited {
	color: #999;
	border-color: #666;
}
.commentform a:hover, .commentform a:focus, .commentform a:active {
	color: #f00;
}
.commentform label {
	float: left;
	width: 120px;
	color: #999;
	text-align: right;
	margin-right: 10px;
}
.commentform input,
.commentform textarea {
	padding: .25em .5em;
	border: none;
	background: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.commentform .actions,
.commentform .instructions,
.commentform .loggedinas {
	margin-left: 130px;
}
.commentform .instructions {
	margin: 0 0 0 130px;
}
.commentform .actions input {
	background: #00A0C6; /* cyan */
	color: #fff;
	padding: .33em 1em;
}
.commentform .actions input:hover,
.commentform .actions input:focus {
	background: #F0037F; /* magenta */
	cursor: pointer;
}
.commentform small {
}

/* Sidebar -------------------------------------------------- */
#sidebar {
	font-size: .9em;
	color: #fff;
}
#sidebar .widget {
	clear: both;
	margin-bottom: 20px;
}
#sidebar h4 {
	margin-top: 0;
	line-height: 1;
}
#sidebar p,
#sidebar ul {
	margin: .5em 0 0;
}
#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #fff;
	border-color: #666;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	color: #f00;
}
/* about */
#about {
	background: #ff0;
	color: #333;
	padding: 1em;
}
#about a, #about a:link, #about a:visited {
	color: #333;
	border-color: #999;
}
#about a:hover, #about a:focus, #about a:active {
	color: #f00;
}
/* search */
#searchform {
	margin: .25em 0 1em;
}
#sidebar #search {
	border: 1px solid #666;
	padding: 1em;
	margin: 0 0 20px;
}
#sidebar #searchform {
	margin: .5em 0 0;
}
#sidebar #search h4 {
	color: #ff0;
	font-weight: normal;
}
#sidebar #search input {
	width: 43%;
}
#sidebar #search input#s {
	width: 50%;
}
#sidebar #search br {
	display: none;
}
/* tag cloud */
.st-tag-cloud,
.wp-tag-cloud {
	background: transparent url("images/bg-sidebar-five-percent.png") top right;
	padding: .5em .5em .5em 1em;
}
#sidebar #tag-cloud {
	background: transparent url("images/bg-tagcloud.gif") no-repeat;
	padding: 0;
}
#sidebar #tag-cloud ul {
	background: transparent url("images/bg-tagcloud-bottom.png") no-repeat center bottom;
	padding: 25px 15px 25px 20px;
	text-align: center;
}
#sidebar #tag-cloud h4 {
	display: none;
}
.st-tag-cloud li,
.wp-tag-cloud li {
	display: inline;
	margin: 0 .5em 0 0;
}
.st-tag-cloud li a,
.wp-tag-cloud li a {
	color: #555;
}
.st-tag-cloud li a:hover,
.wp-tag-cloud li a:hover,
.st-tag-cloud li a:focus,
.wp-tag-cloud li a:focus {
	color: #c00;
}
#sidebar #tag-cloud a, #sidebar #tag-cloud a:link, #sidebar #tag-cloud a:visited {
	color: #fff;
	border-color: #f99;
}
#sidebar #tag-cloud a:hover, #sidebar #tag-cloud a:focus, #sidebar #tag-cloud a:active {
	color: #ff0;
}
/* subscribe */
#subscribe {
	border: 1px solid #666;
	padding: 1em;
}
#subscribe h4 {
	color: #fff;
	font-weight: normal;
}
#subscribe p {
	margin: .25em 0;
	color: #999;
}
#subscribe li {
	margin: .75em 0;
}
#subscribe small a, #subscribe small a:link, #subscribe small a:visited {
	color: #999;
	border-color: #666;
}
#subscribe small a:hover, #subscribe small a:focus, #subscribe small a:active {
	color: #f00;
}
/* flickr */
#flickr {
}
#flickr:after { /* clear floated child elements */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#flickr h4 a {
	display: block;
	height: 48px;
	text-indent: -9999px;
	background: transparent url("images/title-flickr.gif") no-repeat;
	border: none;
}
#flickr h4 a:hover, #flickr h4 a:focus {
	outline: none;
}
#flickr ul {
	margin: 0;
}
#flickr ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#flickr ul li a {
	float: left;
	border: none;
	margin: 0 2px 2px 0;
}
#flickr img {
	border: 1px solid #333;
}
/* twitter */
#twitter {
	color: #333;
	padding-top: 30px;
	position: relative;
	margin-top: 4px;
}
#twitter h4 {
	margin: 0;
	line-height: 1;
}
#twitter h4 a {
	display: block;
	width: 148px;
	height: 57px;
	text-indent: -9999px;
	background: transparent url("images/title-twitter.jpg") no-repeat;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
}
#twitter h4 a:hover, #twitter h4 a:focus {
	outline: none;
}
#twitter a, #twitter a:link, #twitter a:visited {
	color: #333;
	border-color: #999;
}
#twitter a:hover, #twitter a:focus, #twitter a:active {
	color: #f00;
}
#twitter ul {
	margin: 0;
}
#twitter li {
	background: transparent url("images/arrow-tweet.gif") no-repeat 30px 0;
	list-style: none;
	margin: 10px 0 0;
	padding-top: 12px;
}
#twitter .tweet {
	margin: 0;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 1em 1em .75em;
}
#twitter .tweet small {
	font-size: .85em;
	display: block;
	color: #999;
	margin-top: .5em;
}

/* Footer -------------------------------------------------- */
#footer {
	text-align: center;
	font-size: .9em;
	color: #999;
	margin-bottom: 30px;
}
#footer a, #footer a:link, #footer a:visited { color: #999; text-decoration: none; border-bottom: 1px solid #464646; }
#footer a:hover, #footer a:focus, #footer a:active { color: #f11287; } /* magenta */
#footer .logo a, #footer .logo a:link, #footer .logo a:visited {
	display: block;
	text-indent: -9999px;
	width: 125px;
	height: 38px;
	background: transparent url("images/pa-logo-black.png") no-repeat;
	margin: 0 auto;
	border: 0;
}
#footer .logo a:hover, #footer .logo a:focus, #footer .logo a:active {
	background-position: left bottom;
	outline: none;
}
#footer ul,
#footer li {
	list-style: none;
	margin: .25em 0;
	padding: 0;
}
#footer li {
	display: inline;
	margin: 0 1em;
}
#footer #copyright {
	margin-top: 0;
}

/* Pop Artist Icons -------------------------------------------------- */
/* REMOVE old Pop Artists from this list, since they won't be in the icon area */
#popartists #timdeal a {
	left: 0;
	background-image: url("../../../images/popartists/timdeal-s.jpg");
}
#popartists #antonlegoo a {
	left: 62px;
	background-image: url("../../../images/popartists/antonlegoo-s.jpg");
}
#popartists #rodrigomoyses a {
	left: 310px;
	background-image: url("../../../images/popartists/rodrigomoyses-s.jpg");
}
#popartists #tompaul a {
	left: 372px;
	background-image: url("../../../images/popartists/tompaul-s.jpg");
}
#popartists #steverosenbaum a {
	left: 434px;
	background-image: url("../../../images/popartists/steverosenbaum-s.jpg");
}
#popartists #daveselden a {
	left: 620px;
	background-image: url("../../../images/popartists/daveselden-s.jpg");
}
#popartists #loriensteele a {
	left: 744px;
	background-image: url("../../../images/popartists/loriensteele-s.jpg");
}
#popartists #delolds a {
	left: 124px;
	background-image: url("../../../images/popartists/delolds-s.jpg");
}
#popartists #chriscortez a {
	left: 558px;
	background-image: url("../../../images/popartists/chriscortez-s.jpg");
}
#popartists #johnskelton a {
	left: 186px;
	background-image: url("../../../images/popartists/johnskelton-s.jpg");
}
#popartists #jenniferpidgeon a {
	left: 248px;
	background-image: url("../../../images/popartists/jenniferpidgeon-s.jpg");
}
#popartists #meganstarr a {
	left: 496px;
	background-image: url("../../../images/popartists/meganstarr-s.jpg");
}
#popartists #glennscott a {
	left: 682px;
	background-image: url("../../../images/popartists/glennscott-s.jpg");
}
#popartists #robinwarren a {
	left: 806px;
	background-image: url("../../../images/popartists/robinwarren-s.jpg");
}