/* PIN (Phoenix Internet) XHTML CSS style sheet */

div.pintopicbodyinner, div.pinreltopicsbodyinner, div.pinartbodyinner, div.pinindexbodyinner {
    width: 524px;
    margin: 0px auto;
    text-align: left;
}

span.pinheadlink {
    margin-right: 20px;
}

div.pinheadlinks {
    padding: 3px 0 10px 0;
}

/*
body.pinimage {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 15pt;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 6pt;
    text-align: left;
}*/

div.pintopicbody, div.pintopicmain, div.pintopicmain td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	padding: 4px;
	line-height: 14px;
	color: #1B316A;
	text-align: left;
}

div.pintopicbody img {
    margin: 0 0 6px 6px;
}

img.pinheader {
}

img.pinimage {
    margin-left: 10%;
    width: 520px;
}

img {
    border-style: none;
}

img.pinthumb {
    float: right;
    margin-left: 6px;
    margin-bottom: 1px;
}

h1 {
    color: #333333; /* dark gray */
    font-weight: bold;
    font-size: 150%;
    text-align: left;
}

h1.pintitle {
  margin-bottom: -10px;
}

h2 {
    font-size: 120%;
    padding-top: 15px;
    line-height: 110%;
}

h2.pinsubtitle {
    font-size: 130%;
}

div.pincopyright, div.pinreltopicscopyright {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-align: center;
    line-height: 110%;
    /* The -6px below seems to keep IE 5.5 from leaving a little 
       white space at the right margin of the copyright box.
    margin: 3px -6px 0px 0px;
    */
    margin: 3px 0px 0px 0px;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

p.pinpcopyright {
  display:none;
}