/* 
================================
Skin styles for PottersHand Website
Created by Sian O'Keeffe - http://www.itm.co.za
Design by refresh : http://www.refreshing.co.za
Copyright ITM 2007 - All Rights Reserved
================================
*/

body /* sets the default settings for the body tag */
{
    font: 'Trebuchet MS' 12px;
    line-height:90%;
    text-align: center;
	min-width: 1000px;
	margin:0px;
	margin-top:20px;
	color:#000;
	background-color:#58595b;
}


/* Main Layout */

#centerWrapper {
	margin:0 auto;
	width:1000px;
	height:628px;
	text-align: center;
	z-index:1;
}



/* Additional Divs */

#Nav
{
    height:96px;
    width: 1000px;
    background: #2f2725;
}

#ContentArea
{
    height:516px;
    width:1000px;
    padding:0px;
    background:#fff url(contentback.jpg) no-repeat;
}

.SubHead
{
    color:#b94306;
    text-align:right;
    padding-right:3px;
}

#ContentArea a, a:visited
{
    color:#b94306;
    text-decoration:none;
}

#ContentArea a:hover
{
    color:#b94306;
    text-decoration:underline;
}

.contentFormatting
{
    padding-top:0px;
    padding-left:0px;
    padding-right:0px;
    color:#000000;
}

#footer
{
    height:16px;
    width:1000px;
    background-color:transparent;
    padding-top:4px;
    
}

#footer a:link, #footer a:visited
{
    color:#fff;
}

#footer a:hover
{
    color:#000;
}

.footerText
{
    font-size:10px;
    font-family:'Trebuchet MS', Sans-Serif;
    color:#ffffff;
}


/* -----------------
Set default font for modules
--------------------
 */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, .NormalTextBox
{
    margin: 0;
    padding: 0;
}

/* ================================
style for module titles
================================ */
.Head
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #C00; /* letter-spacing: 2; */
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-size:  13px;
    font-weight:bold;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-size:  12px; 
    font-weight:bold;
}

/* ===============
button style for standard HTML buttons 
================== */
.StandardButton
{
	font-size: 12px;
}
/* =======================
 HTML Tag Styles 
=========================== */
p, td  
{
    font-family:'Trebuchet MS';
    font-size: 12px;
}


H1, H2, H3, H4, H5, DT, H6
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
H1
{
    font-size: 16px;
    font-weight: bold;
    color: #999;
}

H2
{
    font-size: 15px;
    font-weight: bold;
    color: #C00;
}

H3
{
    font-size: 14px;
    font-weight: bold;
    color: #999;
}

H4
{
    font-size: 13px;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H5, DT
{
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin: 0px;
}

H6
{
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin: 0px;
}




/* ------------------------
Links format added for opera browser
----------- */
.Normal A:link, .Normal A:visited, .Normal A:active
{
    
    
}
.Normal A:hover
{
    
    
}

/* This is the Date eg. any items that are not links */
.SkinItem
{
    text-decoration: none;
    color: #036;
}
/* This sets the style for all skin items that are links */
A.SkinItem:link, A.SkinItem:visited, A.SkinItem:active
{
    text-decoration: none;
    color: #036;
}
A.SkinItem:hover
{
    text-decoration: underline;
    color: #F00;
}



