/* 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 : 1000px;
	margin : 0 auto;
}

#wrapper {
	width : 1000px;
}

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

#navMain {
	float: left;
	width : 200px;
	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, 
#pnp-sportlovAfrica #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"],
a[href^="http://www.addthis.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 145px;
	text-align: left;
}

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

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

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

#branding {
	height: 145px;
	background: #FC9C0A url(bilder/common/branding.jpg) no-repeat 200px 0;
}

#branding h1{
	height: 145px;
	background: url(bilder/common/brandingBottomBar.gif) bottom repeat-x;
	text-indent: -9999px;
}

#branding a{
	position: absolute;
	left: 25px;
    top: 7px;
}

#branding p, #branding h2{
	text-indent: -9999px;
}

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

#content img.movie {
	border: 1px solid #820b05;
	padding: 2px;
}

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

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

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, #cSInfo, #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 -300px;
	border: 1px dashed #719ED0;
}

.addthis_toolbox {
	margin-top: 20px;
	margin-bottom: 5px;
}

#contentMain div.addthis_toolbox {
	margin-left: 10px;
}

ul#featured {
	margin: 10px  0;
}

ul#featured li:hover {
	background-color: #72A1D1;
}

ul#featured li, ul#cSInfo li {
	padding: 10px 0;
	border-bottom: 1px solid #4281C1;
}

ul#featured li:last-child, ul#cSInfo li:last-child {
	border: medium none;
}

ul#featured  img{
	height: 50px;
	width: 155px;
	margin-left: 4px;
	margin-bottom: 5px;
}

ul#featured  a.textLink {
	display: block;
	margin-left: 4px;
}

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

form#searchform {
	position: absolute;
	top: 700px;
	left: 6px;
	width: 183px;
	background-color: #FFFFFF;
	border: 1px solid #FC9C0A;
    height: 22px;
    padding: 0 0 0 3px;
}

#pick-n-paint form#searchform {
	top: 670px;
}

form#searchform  input[type="image"]{
	position: relative;
	border-left: 1px solid #FECE45;
    padding: 2px 0 0 2px;
    width: 20px;}

form#searchform  input#searchbox{
    position: relative;
    top: -8px;
	height: 14px;
	width: 153px;
	border-width: 0;
	}

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

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

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

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

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

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

#navMain li ul li.page-item-198 a {
    background: url("bilder/common/eng_flag1.gif") no-repeat scroll 85px center transparent;
}
	
ul#navMain li a:focus { overflow: hidden; }

#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-7 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-198 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: -180px -30px; }
#navMain li.page-item-3 a:hover, #navMain li.page-item-7 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: -180px -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: -180px -72px; }
#navMain li.page-item-198 a:hover, #navMain li.page-item-114 a:hover, #navMain li.page-item-196 a:hover { background-position: -180px -93px; }
#navMain li.frost a:hover, #navMain li.page-item-116 a:hover { background-position: -180px -114px; }
#navMain li.courses a:hover { background-position: -180px -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: -360px -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: -360px -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: -360px -72px; }

#navMain li.page-item-198.current_page_item a, #navMain li.page-item-198.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: -360px -93px; }

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

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

#cSNewsLetter form input.MailPressFormEmail {
	width: 165px;
	height: 20px;
}

#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: 10px;
	right: 0;
	width: 200px;
}

#businessHours table caption {
	width: 180px;
	margin: 0 0 5px;
}

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

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

#businessHours p {
	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: 150px;
}

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;
}

div.wpcol-one-half.gallery {
	margin-right: 0px;
}

div.gallery ul li {
	float: left;
	display: inline;
	width: 50%;
	height: 230px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #808080;
}
	
div.gallery ul li img{
	margin: 0px 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;
}

.formContact {
	margin: 0 190px 0 10px ;
	background: #FEE6C2;
	border: 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;
}

div.captionright {
	float: right;
	margin-right: 10px;
}

/* 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;
}

ul#featured a:link, ul#featured a:visited, ul#featured a:hover {
	text-decoration: none;
	color: #000;
}

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, #cSInfo 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%;
}

#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, #cSInfo 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, #cSInfo p {
	line-height: 120%;
}

#contentSub h2 {
	font-size: 150%;
	height: 32px;
}

#contentSub 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: 0px 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#navInfo li a {
	color: #FFF6E7;
	font-size: 70%;
}

.navMainBox {
	font-size: 90%;
}

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

#cSNewsLetter p {
	margin: 10px 0px 0px 0px;
	font-size: 90%;
}

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

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

#cSNewsLetter form {
	margin: 7px 0px -8px 0px;
	line-height: 140%;
}

#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: 75%;
}

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;
}

div.gallery ul li p{
	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;
}

div.captionright p{
	font-size: 80%;
	color: #666;
}

#pnp-sportlovAfrica #cSSideBar {
	background: url(/bilder/common/22099.jpg) no-repeat;
	width: 170px;
	height: 280px;
}

#pnp-sportlovAfrica #cSSideBar p{
	margin-top: 31px;
}

#pnp-sportlovAfrica #cSSideBar p.updated{
	margin-top: 5px;
	color: #333333;
	text-align: center;
	font-size: 70%;
}


