/* main body style */
BODY {
background: #ffffff;
color: #666666;
font-family: Arial, Verdana, sans-serif;
font-size: 11px;
font-weight: normal;
text-decoration: none;
margin: 0px;
padding: 0px;
}

/* remove border from link images */
A IMG {
border: 0px;
}

/* table styles */
TH {
font-size: 11px;
}
TD {
text-align:left;
}

/* form control styles */
INPUT, TEXTAREA, SELECT {
font-family: Arial, Verdana, sans-serif;
background-color: transparent;
background-color: #fFFFFF;
font-size: 11px;
}

/* anchor styles */
A {
color: #4A82AC;
text-decoration: NONE;
}

A:hover {
color: #EF9C00;
text-decoration: underline;
}


.pn-title A {
font-size: 14px;
font-weight: bold;
text-decoration:none;
}

A.pn-logo {
font-size: 16px;
font-weight: bold;
letter-spacing: 3px;
text-decoration:none;
}

.pn-sub A {
font-size: 12px;
}


/* generic postnuke styles */
.pn-normal { /* pn-normal is kept for backwards compatabilty of the theme */
font-size: 11px;
font-weight: normal;
text-decoration: none;
text-align:left;
}

.pn-title, h2 { /* pn-title is kept for backwards compatabilty of the theme */
font-size: 14px;
font-weight: bold;
}

.pn-sub, small {
font-size: 10px;
font-weight: normal;
}

.pn-pagetitle, h1 { /* pn-pagetitle is kept for backwards compatabilty of the theme */
font-size: 14px;
font-weight: bold;
}

/* block styles */
.pn-blocktitle {
font-weight: bold;
}
.pn-blockcontent {
text-align: left;
}

/* theme specific styles */
.pn-logo {
font-size: 16px;
font-weight: bold;
letter-spacing: 3px;
}

.pn-logo-small {
font-weight: bold;
}

.theme-footer {
width:100%;
border:solid;
border-top:none;
border-width:1px;
text-align:center;
padding:0.2em;
}
.theme-bottom-links {
width:100%;
border:solid;
border-top:none;
border-width:1px;
text-align:right;
padding:0.2em;
}
.theme-top-links {
width:100%;
border:solid;
border-width:1px;
text-align:right;
padding:0.2em;
}
.theme-search {
width:100%;
border:solid;
border-top:none;
border-width:1px;
text-align:right;
padding:0.2em;
margin-bottom:0.2em;
}
