/* Normalizes margin, padding */
*
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* layout.css */

html 	{ 
	text-align : center;  
	background-image: url(bilder/common/bg.png);
}

body {
	position : relative;
	width : 980px;
	margin : 0 auto;
}

#wrapper {
	width : 980px;
}

#content {
	float: right;
	width : 800px;
	display: inline;
}

#navMain {
	float: left;
	width : 180px;
	display: inline;
}

#contentMain {
	float: left;
	width : 790px;
	margin: 0 5px;
	display: inline;
}

#pick-n-paint #contentMain, #pnp-blog #contentMain, #pnp-singlePost #contentMain, #pnp-404 #contentMain,
#pnp-monthlyArchive #contentMain, #pnp-categoryArchive #contentMain , #pnp-search #contentMain {
	float: left;
	width : 590px;
	margin: 0 0 0 5px;
	display: inline;
}

#contentSub {
	float: right;
	width : 190px;
	margin: 0px 5px 0 0;
	display: inline;
}

/* style.css */
body {
	border : 3px solid #FFF;
}

a[href^="http:"] {
	background: url(bilder/common/externalLink.gif) no-repeat right top;
	padding-right: 10px;
}

a[href^="http://www.picknpaint.se"], a[href^="http://picknpaint.se"],
#pick-n-paint a[href^="http://www.frostkeramik.com"], #pnp-singlePost ol.commentlist a[href^="http:"]   {
	background-image: none;
	padding-right: 0;
}

a[href^="http://localhost/wordpress"]  {
	background-image: none;
	padding-right: 0;
}

a[href$=".pdf"] {
	background: url(bilder/common/pdf.gif) no-repeat right top;
	padding-right: 18px;
}

a[href^="mailto:"] {
	background: url(bilder/common/email.png) no-repeat right top;
	padding-right: 18px;
}

a[href^="mailto:info@picknpaint.se"] {
  background-image: none;
  padding-right: 0px;
}

#content.widecolumn form {
	margin-left: 10px;
}

#content.widecolumn div div {
	margin-left: 0px;
}

p.postmetadata span.comments a {
	background: url(bilder/common/comment.gif) no-repeat left top;
	padding: 0px 0px 3px 18px;
}

#wrapper {
	background: #FFF6E7 url(bilder/common/blueShade.png) no-repeat 0 184px;
	text-align: left;
}

#navMain {
	margin: 25px 0 250px 5px;
	width: 170px;
	background: url(bilder/common/navMenuBg.jpg) 0 0;
}

#content {
	background: #FFF6E7 url(bilder/common/contentBg.jpg) no-repeat 0 0;
	padding: 30px 0 0 0;
}

#siteInfo {
	height: 40px;
	background: #FFF6E7 url(bilder/common/siteInfoBg.jpg) no-repeat 0 0;
}

#branding {
	height: 184px;
	background: #FC9C0A url(bilder/common/branding.jpg) no-repeat 180px 0;
	text-indent: -9999px;
}

#branding h1{
	height: 150px;
	background: url(bilder/common/logo.gif) no-repeat 20px 7px;
}

#content img {
	border: 1px solid #eaeadc;
	padding: 2px;
}

#cSNewsLetter img {
  border: none;
  padding-top: 10px;
}

#content div div form div#mp_mail_links_name {
	display: none;
}


/*#content img.floatRight {
  float: right;
  margin: 10px 10px 0 10px;
}

#content p img.floatRight {
  float: right;
  margin: 0 0 0 10px;
}

#content img.floatLeft {
  float: left;
  margin: 10px 10px 0 10px;
}

#content p img.floatLeft {
  float: left;
  margin: 0 10px 0 0;
} */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

#cSNews, #cSFacebook, #cSSideBar {
	/* Fix IE. Hide from IE Mac \*/
	*	float: left;    /* IE fix */
	/* End */
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background: url(bilder/common/blueShade.png) repeat-x 0 -250px;
	border: 1px dashed #719ED0;
}

#navMain h2, #navBasic h2 {
	position: absolute;
	text-indent: -9999px;
}

ul#navMajor {
	position: absolute;
	top: 160px;
	left: 0;
	height: 24px;
	width: 980px;
	float: left;
	background: url(bilder/common/menuBar.jpg) no-repeat 0 0;
	display: inline;
}

ul#navMajor li{
	width: 90px;
	margin-left: 1px;
	float: left;
}

ul#navMajor li a{
	display: block;
	padding: 4px 7px;
	background: url(bilder/common/navMajorDivider.gif) no-repeat right center;
}

ul#navMajor .page-item-198 a {
	background: url(bilder/common/eng_flag1.gif) no-repeat right center;
}

form#searchform {
	position: absolute;
	top: 160px;
	left: 785px;
	padding-top: 2px;
}

form#searchform  input{
	position: relative;
}

form#searchform  input#searchbox{
	top: -6px;
	height: 14px;
	width: 140px;
}

.navMainBox {
	width: 160px;
	margin: 7px 5px 5px 5px;
	background: url(bilder/common/navMainMenu.jpg) no-repeat 0 0;
}

#navMain h3 {
	height: 20px;
	padding: 5px 7px;
}

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

#navMain ul li {
	display: block;
	padding: 0;
	width: 160px;
	height: 21px;
}

#navMain ul li a{
	display: block;
	width: 143px;
	height: 18px;
	margin: 0 0 0 0px;
	padding: 2px 2px 1px 15px;
	background: url(bilder/common/navMainMenu.jpg) no-repeat;
	text-decoration: none;
}

ul#navMain li a:focus { overflow: hidden; }

/*  workFlow = page-item-53
    assortment = page-item-3
    about = page-item-2
    
    paint = page-item-63
    babyFootPrints = page-item-69
    gifts = page-item-73
    frost = page-item-75
    
    henparty = page-item-77
    kidsparty = page-item-86
    groups = page-item-111
    school = page-item-114
    corporate = page-item-116
	
    news = page-item-123
    gallery = page-item-189
    links = page-item-194
    contact = page-item-196
     */

#navMain li.page-item-53 a, #navMain li.page-item-63 a, #navMain li.page-item-77 a, #navMain li.page-item-123 a { background-position: 0 -30px; }
#navMain li.page-item-3 a, #navMain li.page-item-69 a, #navMain li.page-item-86 a , #navMain li.page-item-189 a { background-position: 0 -51px; }
#navMain li.page-item-2 a, #navMain li.page-item-73 a, #navMain li.page-item-111 a, #navMain li.page-item-194 a  { background-position: 0 -72px; }
#navMain li.page-item-75 a, #navMain li.page-item-114 a, #navMain li.page-item-196 a { background-position: 0 -93px; }
#navMain li.frost a, #navMain li.page-item-116 a { background-position: 0 -114px; }
#navMain li.courses a { background-position: 0 -135px; }

#navMain li.page-item-53 a:hover, #navMain li.page-item-63 a:hover, #navMain li.page-item-77 a:hover, #navMain li.page-item-123 a:hover { background-position: -160px -30px; }
#navMain li.page-item-3 a:hover, #navMain li.page-item-69 a:hover, #navMain li.page-item-86 a:hover, #navMain li.page-item-189 a:hover { background-position: -160px -51px; }
#navMain li.page-item-2 a:hover, #navMain li.page-item-73 a:hover, #navMain li.page-item-111 a:hover, #navMain li.page-item-194 a:hover { background-position: -160px -72px; }
#navMain li.page-item-75 a:hover, #navMain li.page-item-114 a:hover, #navMain li.page-item-196 a:hover { background-position: -160px -93px; }
#navMain li.frost a:hover, #navMain li.page-item-116 a:hover { background-position: -160px -114px; }
#navMain li.courses a:hover { background-position: -160px -135px; }

#navMain li.page-item-53.current_page_item a, navMain li.page-item-53.current_page_item a:hover,
#navMain li.page-item-123.current_page_item a, #navMain li.page-item-123.current_page_item a:hover,
#navMain li.page-item-63.current_page_item a, #navMain li.page-item-63.current_page_item a:hover,
#navMain li.page-item-77.current_page_item a, #navMain li.page-item-77.current_page_item a:hover { background-position: -320px -30px; cursor: default;}

#navMain li.page-item-3.current_page_item a, #navMain li.page-item-3.current_page_item a:hover,
#navMain li.page-item-69.current_page_item a, #navMain li.page-item-69.current_page_item a:hover,
#pnp-signingPlates li.signingPlates a, #pnp-signingPlates li.signingPlates a:hover,
#navMain li.page-item-86.current_page_item a, #navMain li.page-item-86.current_page_item a:hover,
#navMain li.page-item-189.current_page_item a, #navMain li.page-item-189.current_page_item a:hover { background-position: -320px -51px; }

#navMain li.page-item-2.current_page_item a, #navMain li.page-item-2.current_page_item a:hover,
#navMain li.page-item-73.current_page_item a, #navMain li.page-item-73.current_page_item a:hover,
#navMain li.page-item-111.current_page_item a, #navMain li.page-item-111.current_page_item a:hover,
#navMain li.page-item-194.current_page_item a, #navMain li.page-item-194.current_page_item a:hover { background-position: -320px -72px; }

#navMain li.page-item-75.current_page_item a, #navMain li.page-item-75.current_page_item a:hover,
#navMain li.page-item-114.current_page_item a, #navMain li.page-item-114.current_page_item a:hover,
#navMain li.page-item-196.current_page_item a, #navMain li.page-item-196.current_page_item a:hover { background-position: -320px -93px; }

#navMain li.page-item-116.current_page_item a, #navMain li.page-item-116.current_page_item a:hover { background-position: -320px -114px; }

#pnp-courses li.courses a, #pnp-courses li.courses a:hover { background-position: -320px -135px; }

#cSNewsLetter {
	position: absolute;
	top: 710px;
	left: 5px;
	width: 150px;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

#cSNewsLetter form input.MailPressFormEmail {
	width: 140px;
}

#cSNewsLetter form input.MailPressFormName {
	display: none;
}

#cSNewsLetter form input.MailPressFormSubmit {
	margin: -10px 0px 10px 0px;
	width: 111px;
	height: 21px;
	border: none;
	background-image: url(bilder/common/prenButton.gif);
}

#cSNewsLetter form input.MailPressFormSubmit:hover {
	border: 1px solid #B76965;
	background-position: -1px -1px;
}

#cSNewsLetter #mp-urlsubmgt {
	margin-top: 20px;
}

#businessHours {
	position: absolute;
	top: 25px;
	right: 0;
}

#businessHours table caption {
	margin: 0 0 4px;
	padding: 0 2px 3px;
	width: 180px;
}

#businessHours table {
	width: 180px;
	margin: 4px 10px;
	text-align: left;
}

#businessHours td {
	padding: 0px 3px 0px 3px;
}

#businessHours p {
	width: 180px;
	margin: 0 10px;
	padding: 3px 0px 0 0;
}

#siteInfo {
	clear: both;
}

#siteInfo ul{
	padding: 20px 0 0 350px;
}

#siteInfo ul li{
	float: left;
}

blockquote {
	position: relative;
	/* Fix IE. Hide from IE Mac \*/
	*	height: 1%;    /* IE fix */
	/* End */
	margin: 0 10px 20px 20px;
	padding: 3px 15px 20px 0;
	background: #FEE6C2;
	border-left: 1px solid #FC9C0A;
}

blockquote p cite {
	position: absolute;
	bottom: 10px;
	right: 20px;
}

ul.assortmentPics {
	margin-top: 10px;
	height: 775px;
}

ul.malaPics {
	margin: 30px 0 0 5px;
	height: 180px;
}

ul.pnpPics {
	margin: 30px 0 0 5px;
	height: 125px;
}

ul.galleryPics {
	margin: 10px 0 0 8px;
}

ul.assortmentPics li, ul.malaPics li, ul.pnpPics li {
	float: left;
	margin: 0 15px;
	display: inline;
}

ul.assortmentPics img {
	margin: 15px 3px 5px 5px;
}

ul.galleryPics li {
	float: left;
	margin: 5px 8px;
}

/* style the size and margin of the gallery links */
ul.galleryPics li a {
	float: left;
	width:130px;
	height:115px;
	margin:3px;
}

ul.galleryPics li a span img {
	visibility: hidden;
	position: absolute;
}

/* style position of the links on hover */

ul.galleryPics li a:hover {
	position: relative;
}

/* make the large image visible and give it an absolute position, set the padding and margin, use the default pointer */

#content ul.galleryPics li a:hover span img {
	visibility:visible;
	background:#fff;
	left:-68px; top:-60px;
	z-index:200;
	padding:5px;
	border:1px solid #000;
	cursor:default;
}

ul#partySelection {
	position: relative;
}

ul#partySelection li img{
	position: absolute;
}

img#pic70 {
	left: 10px;
}

img#pic100 {
	top: 0px;
	right: 10px;
}

ol.commentlist {
	margin: 0 10px 0 50px;
}

ol.commentlist li.comment.even {
	background: #FEE6C2;
}

p.postmetadata.alt {
	position: relative;
	/* Fix IE. Hide from IE Mac \*/
	*	height: 1%;    /* IE fix */
	/* End */
	margin: 0 10px 20px 10px;
	padding: 5px 10px 5px 10px;
	background: #FEE6C2;
	border-top: 1px solid #FC9C0A;
	border-bottom: 1px solid #FC9C0A;
}

.navigation {
	height: 35px;
}
	
#pnp-search .navigation {
	height: 20px;
	margin: 10px 0 0 10px;
}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 570px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

.footnote {
	padding-top: 5px;
	border-top: 1px solid #000;
}

div.clear {
	clear: both;
}

/* typography.css */
/*********************************************************************/
a:link {
	text-decoration: none;
	color: #920B05;
	}

a:visited {
	text-decoration: none;
	color: #720B05;
	}

a:hover {
	text-decoration: underline;
	color: #B76965;
}

img{ vertical-align: bottom; border: 0;}

/*********************************************************************/
#cSNews h3 a:link, #contentMain .post h2 a:link , #contentMain .post h3 a:link, #contentMain .page.hentry h3  a:link {
	text-decoration: none;
	color: #000;
	}

#cSNews h3 a:visited, #contentMain .post h2 a:visited , #contentMain .post h3 a:visited, #contentMain .page.hentry h3  a:visited {
	text-decoration: none;
	color: #000;
	}

#cSNews h3 a:hover, #contentMain .post h2 a:hover , #contentMain .post h3 a:hover, #contentMain .page.hentry h3  a:hover {
	text-decoration: underline;
	color: #B76965;
}

body {
	font-family:  Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

strong {
	font-weight: bold;
}

h3.bulletSquareOr, li.bulletSquareOr {
	background: url(bilder/common/squareOrange7px.gif) no-repeat 0 5px;
}

h3.bulletSquareRe, li.bulletSquareRe {
	background: url(bilder/common/squareRed7px.gif) no-repeat 0 5px;
}

h3.bulletSquareBl, li.bulletSquareBl {
	background: url(bilder/common/squareBlue7px.gif) no-repeat 0 5px;
}

#pick-n-paint h3.bulletSquareOr {
	background: url(bilder/common/squareOrange8px.gif) no-repeat 0 4px;
}

#pick-n-paint h3.bulletSquareRe {
	background: url(bilder/common/squareRed8px.gif) no-repeat 0 4px;
}

#pick-n-paint h3.bulletSquareBl {
	background: url(bilder/common/squareBlue8px.gif) no-repeat 0 4px;
}

#content {
	font-size: 90%;
}

#content h2{
	margin: 10px 10px 0px 10px;
	font-size: 170%;
	font-variant: small-caps;
}

#content h3{
	margin: 10px 10px 0px 10px;
	font-size: 140%;
	font-variant: small-caps;
}

#content p {
	margin: 10px 10px 15px 10px;
}

ul.dashList {
	line-height: 130%;
	margin: 5px 0 15px 10px;
}

ul.dashList li {
	padding: 0 0 0 17px;
	background: url(bilder/common/brushStrokeRed12.png) no-repeat 2px 7px;
}

ul.pdfDocLink, ul.linkList {
	margin: 5px 0 15px 17px;
}

ul.pdfDocLink li, ul.linkList li {
	margin: 5px 0px;
	padding: 0px 0px 0px 11px;
}

ul.linkList {
	padding-top: 5px;
}

#content h2, #contentMain h2, #cSNewsLetter h2, #cSFacebook h2, #cSNews h2 {
	height: 35px;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#contentMain h3 {
	height: 32px;
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#cSNews h2, #cSFacebook h2 {
	height: 32px;
}

#pick-n-paint #contentMain .post.hentry h3, #pnp-monthlyArchive #contentMain .post.hentry h3,
#pnp-categoryArchive #contentMain .post.hentry h3, #pnp-search  #contentMain .post.hentry h3, #pnp-search  #contentMain .page.hentry h3 {
	height: 23px;
	margin-top: 10px;
	padding: 0px 0px 0px 13px;
	background-position: 0 50%;
}

#content.widecolumn h2 {
	background-image: url(bilder/common/brushStrokeRed240.png);
}

#contentMain h2.brushY120, #contentMain h3.brushY120 { 
	background-image: url(bilder/common/brushStrokeYellow120.png);
}

#contentMain h2.brushR120, #contentMain h3.brushR120 {
	background-image: url(bilder/common/brushStrokeRed120.png);
}

#contentMain h2.brushB120, #contentMain h3.brushB120, #cSNewsLetter h2 {
	background-image: url(bilder/common/brushStrokeBlue120.png);
}

#contentMain h2.brushY180 ,#contentMain h3.brushY180 {
	background-image: url(bilder/common/brushStrokeYellow180.png);
}

#contentMain h2.brushR180 ,#contentMain h3.brushR180 {
	background-image: url(bilder/common/brushStrokeRed180.png);
}

#contentMain h2.brushB180, #contentMain h3.brushB180 {
	background-image: url(bilder/common/brushStrokeBlue180.png);
}

#contentMain h2.brushY240, #contentMain h3.brushY240 {
	background-image: url(bilder/common/brushStrokeYellow240.png);
}

#contentMain h2.brushR240, #contentMain h3.brushR240 {
	background-image: url(bilder/common/brushStrokeRed240.png);
}

#contentMain h2.brushB240 ,#contentMain h3.brushB240 {
	background-image: url(bilder/common/brushStrokeBlue240.png);
}

#cSNews h2, #cSFacebook h2 {
	background-image: url(bilder/common/brushStrokeBlue100.png);
}

#contentMain h3#comments {
	margin-top: -20px;
	margin-bottom: 20px;
}

.post + #respond h3 {
	margin-top: -30px;
}

#contentMain .post {
	margin-bottom: 30px;
}

#contentMain p + h2 {
	margin: 20px 0px 0px 10px;
}

#contentMain p {
	line-height: 130%;
}

form#searchform  input#searchbox{
	font-size: 70%;
}

#contentSub p, #cSFacebook p {
	line-height: 120%;
}

#contentSub h2, #cSFacebook h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #fff;
	overflow: hidden;
}

#contentSub #cSSideBar h2 {
	height: 28px;
	margin: 8px 0px 5px 0px;
	font-size: 140%;
	color: #444;
}

#contentSub #cSSideBar ul#calendar h2 {
	height: 23px;
}

#contentSub #cSSideBar ul#events h2 {
	height: 48px;
}

#cSSideBar li ul li {
	padding: 0 0 0 17px;
	background: url(bilder/common/brushStrokeRed12.png) no-repeat 2px 7px;
}

#cSSideBar li ul#calendar li, #cSSideBar li ul#events li {
	padding: 0;
	background: none;
}

#cSSideBar li ul#events {
	padding: 0 0 0 0px;
}

#cSSideBar li ul#events li ul li {   /* In case of no events */
	padding: 0 0 0 17px;
	background: url(bilder/common/brushStrokeRed12.png) no-repeat 2px 7px;
}

#cSSideBar li ul#events li ul li.ec3_list_day {   /* In case of events */
	padding: 0 0 0 12px;
	background: none;
	color: #000;
}

#wp-calendar table.nav tbody tr td a{
	margin: 0 5px;
}

#wp-calendar table.nav tbody tr td a#ec3_publish img {
	height: 0;
	border: 0;
}

#wp-calendar table caption {
	margin: 3px;
	text-align: center;
	font-weight: bold;
}

#wp-calendar table td#today{
	font-weight: bold;
}

#wp-calendar table thead, #wp-calendar table tbody {
	font-size: 80%;
}

#wp-calendar table.nav tbody {
	font-size: 100%;
}

#wp-calendar table thead tr th{
	font-weight: bold;
}

#contentSub h3 {
	margin: 20px 0px 5px 0px;
	padding: 0px 0px 0px 12px;
	font-size: 100%;
	font-variant : normal;
	font-weight: bold;
}

#cSNews p, #cSSideBar p {
	margin: 10px 0px 5px 0px;
}

#cSFacebook p {
	margin: 15px 0px 5px 0px;
	padding-left: 30px;
	background: url(bilder/common/facebook-logo.png) no-repeat 0 50%;
}

.date {
	font-weight: normal;
	font-size: 70%;
	color: #666;
}

.readMore {
	font-weight: bold;
	color: #820B05;
}

.footnote {
	font-weight: normal;
	font-size: 80%;
}

ul#navMajor li a {
	color: #FFF6E7;
	font-size: 90%;
}

ul#navInfo li a {
	color: #FFF6E7;
	font-size: 70%;
}

.navMainBox {
	font-size: 90%;
}

.navMainBox a:link, .navMainBox a:visited, .navMainBox a:hover {
	color: #6F0904;
}

#cSNewsLetter h2 {
	height: 34px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-size: 160%;
	font-variant: small-caps;
	overflow: hidden;
}

#cSNewsLetter p {
	margin: 10px 0px 0px 0px;
	font-size: 0.7em;
	line-height: 120%;
}

#cSNewsLetter #mp-urlsubmgt a {
	margin: 10px 0px 0px 0px;
	font-size: 0.7em;
	line-height: 120%;
}

#cSNewsLetter p a {
	font-size: 1em;
}

#cSNewsLetter form {
	margin: 5px 0px -15px 0px;
	line-height: 140%;
	font-size: 90%;
}

#cSNewsLetter form input {
	margin: 0px 0px 10px 0px;
	font-size: 100%;
}

#businessHours {
	text-align: left;
	line-height: 1.2;
	font-size: 90%;
}

#businessHours caption {
	font-weight: 700;
	text-align: center;
}

#businessHours table {
	line-height: 1.4;
	font-size: 90%;
}

#businessHours p {
	text-align: left;
	line-height: 1.2;
	font-size: 70%;
}

blockquote p {
	font-style: italic;
}

#partySelection p {
	padding: 5px 240px 0px 250px;
	height: 140px;
}

#siteInfo {
	font-size: 70%;
}

#siteInfo p {
	float: left;
	padding: 20px 0 0 10px;
}

#siteInfo ul {
	margin-left: 20px;
}

#siteInfo ul li a{
	margin: 0 10px;
}

#post-3 ul.assortmentPics li p {
	display: block;
	text-align: center;
	font-size: 80%;
	margin: 0px;
	color: #666;
}

p.postmetadata, p.postdate {
	font-size: 80%;
	color: #666;
}

p.postmetadata {
	padding-left: 10px;
}

#pick-n-paint p.postmetadata {
	margin-top: 8px;
	padding-left: 13px;
}

p.postmetadata.author {
	padding-left: 0px;
}

p.postmetadata span.author{
	color: #000;
}

ol.commentlist p {
	padding-bottom: 5px;
}

ol.commentlist .vcard{
	margin: 0 10px 0 10px;
	padding-top: 5px;
}

ol.commentlist .comment-meta{
	margin: 0px 10px 0 10px;
}

