/* -------------------------- */
/* Standard HTML Tags         */
/* -------------------------- */




.pt-noBorder input, .pt-noBorder select, .pt-noBorder textarea
{
    border-style: none;
}

/* -------------------------- */
/* Page Sections              */
/* -------------------------- */

.pt-page
{
    /*width: 700px;*/
    margin: 10px auto;
}
.pt-header
{
    width: 100%;
    margin-bottom: 10px;
    border-bottom: dotted 2px #ccc;
    text-align: center;
}
.pt-main
{
    width: 450px;
    float: left;
    text-align: left;
    margin-top: 10px;
}
.pt-sidebar
{
    width: 238px;
    float: right;
    background: url(img/blogbox_bg.gif) repeat-y;
    text-align: left;
    /*padding-left: 10px;
    padding-right: 10px;*/
}

.pt-sidebarTitle
{
	height: 56px;
	background: url(img/blogbox_tit.gif) no-repeat;
}

.pt-sidebarContent
{
    padding-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.pt-sidebarFooter
{
	height: 24px;
	width: 238px;
	background: url(img/blogbox_footer.gif) no-repeat;
}

.pt-footer
{
    width: 100%;
    text-align: left;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 5px;
    border-top: dotted 2px #ccc;
}

/* -------------------------- */
/* Posts                      */
/* -------------------------- */

.pt-post
{
    border-bottom: dotted 1px #ccc;
    margin-bottom: 10px;
}
.pt-postDate
{
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    color: #666666;
}
.pt-postTitle
{
    font-weight: bold;
    font-size: 18px;
    color: #ff6704;
    padding-top: 10px;
    padding-bottom: 10px;
}
.pt-postMessage
{
    padding-bottom: 5px;
}
.pt-postFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    /*font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;*/
    text-transform: uppercase;
    letter-spacing: .1em;
}

.pt-postFooter a
{
	color: #65903a;
}

/* -------------------------- */
/* Comments                   */
/* -------------------------- */

.pt-comment
{
    border-bottom: dotted 1px #ccc;
    background: #f5f5f5;
    margin-bottom: 10px;
}
.pt-commentMessage
{
    font-size: 8pt;
    padding: 10px 4px 10px 4px;
}
.pt-commentMessage BLOCKQUOTE
{
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    margin: 10px 5px 0px 10px;
    border: 1px dashed #ccc;
    background-color: #fff;
}
.pt-commentFooter
{
    color: #a8a8a8;
    font-size: 7pt;
    /*font-family: "Trebuchet MS" , Trebuchet, Arial, Verdana;*/
    text-transform: uppercase;
    letter-spacing: .1em;
}

.pt-commentFooter a
{
	color: #FF6600;
}
/* -------------------------- */
/* Trackbacks                 */
/* -------------------------- */

.pt-trackback
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}

/* -------------------------- */
/* Sidebar                    */
/* -------------------------- */

.pt-sidebarHeading
{
	font-size: 16px;
	color: #033503;
    font-weight: bold;
    /*padding-top: 15px;*/
    margin: 0px 0 10px 0;
    /*border-top: dotted 1px #ccc;*/
}


.pt-sidebarText
{
    padding-bottom: 25px;
}

.pt-sidebarText a
{
	color: #ff6704;
	background: url(img/next_small.gif) no-repeat left 7px;
	padding-left: 10px;
}

.pt-sidebarText a:hover
{
	color: #cc3300;
}

.pt-sidebarText a.pt-feedLink
{
	background: none;
}

/* -------------------------- */
/* Profile                    */
/* -------------------------- */

.pt-profile
{
    font-size: 7pt;
    margin-top: 10px;
    padding-bottom: 10px;
}
.pt-profile A
{
    /*font-family: Arial, Verdana;*/
    text-transform: uppercase;
}

/* -------------------------- */
/* Various Forms              */
/* -------------------------- */

.pt-forms
{
    font-size: 7pt;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border: solid 1px #ccc;
}
.pt-formsHeader
{
    /*font-family: Arial, Verdana;*/
    font-size: 12pt;
    font-weight: bold;
    padding: 0px 2px 2px 2px;
    color: #033503;
}
.pt-formsError
{
    color: red;
    font-weight: bold;
}
.pt-formsValid
{
    color: green;
    font-weight: bold;
}
.pt-formsLabel
{
    font-size: 8pt;
    color: #888888;
    margin-top: 2px;
    margin-bottom: 2px;
}

/* -------------------------- */
/* Miscellaneous              */
/* -------------------------- */

.pt-button
{
    /*font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;*/
    font-weight: normal;
    font-size: 8pt;
    color: #000000;
    cursor: hand;
    border: solid 1px #808080;
    background: url(images/buttonback.gif) center;
    padding: 1px 1px 1px 1px;
}
.pt-highlight
{
    color: #000000;
    background-color: #ffff66;
}

