/*
+----------------------------------------------------------------------+
|   PHP-Fusion Content Management System (c)2004/7 CSS file Pitriff
|
|   Released under the terms and conditions of the
|   GNU General Public License (http://gnu.org).
|
|   Fuzed Themes - http://www.phpfusion-themes.com
+----------------------------------------------------------------------+
*/

/* 
 * ========================================
 * global element styles 
 * ========================================
 */

body{ 

	background: #F0F0F0 url(images/back.gif) repeat-x 0 0;
	font-size: 11px;
	color: #666666;
	font-family: Verdana, Tahoma, Arial, 'Trebuchet MS', Sans-Serif, Georgia, Courier, 'Times New Roman', Serif;
	line-height: 135%;
	margin: 0px;
	padding: 0px; /* required for Opera to have 0 margin */
	text-align: center; /* centers board in MSIE */
}

img{
	border: 0; /* makes sure linked images do not have a border */
}

/* 
 * ========================================
 * global hyperlink styles 
 * ========================================
 */

a { 
	font-family: Verdana, Tahoma, Arial, helvetica, serif; 
	font-size: 11px; 
	color: #006699; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: transparent  
}

a.visit:visited { 
	color: #006699; 
	text-decoration: none; 
	background-color: transparent
}

a:hover, a.visit:hover { 
	color: #443103; 
	text-decoration: underline 
}

a.side {
	color: #006699; 
	text-decoration: none; 
	font-weight: normal; 
	font-size: 11px; 
	background-color: transparent 
}

a:hover.side {
	color: #443103; 
	text-decoration: underline; 
	background-color: transparent 
}

/* 
 * ========================================
 * Main wrapper, this controls the overall width of the board in you browser view window. 
 * ========================================
 */

#pitwrap{ 
	margin: 0 auto 10px auto;
	text-align: left;
	width: 94%;
	background:#FFFFFF
}

.b_left{
	background: url(images/b_left.gif) repeat-y 0 0;
}

.b_right{
	background: url(images/b_right.gif) repeat-y 100% 0;
}

.top{
	background: url(images/t_t.gif) repeat-x 0 0;
}

.top_l{
	background: url(images/t_tl.gif) no-repeat 0 0;
}

.top_r{
	background: url(images/t_tr.gif) no-repeat 100% 0;
}

.base{
	background: url(images/b_b.gif) repeat-x 0 100%;
}

.b_bl{
	background: url(images/b_bl.gif) no-repeat 0 100%;
}

.b_br{
	background: url(images/b_br.gif) no-repeat 100% 100%;
}

.content{
	padding: 10px;
}

.pr-footer-l{
	background: #FFFFFF url(images/nav-left.gif); 
	background-repeat: no-repeat; 
	padding: 5px
}

.pr-footer-c{
	background:#FFFFFF url(images/nav-center.gif); 
	padding: 5px
}


.pr-footer-r{
	background:#FFFFFF url(images/nav-right.gif); 
	background-repeat: no-repeat;
	padding: 5px
}

#pf-footer-color1,
#pf-footer-color2,
#pf-footer-color3 {
	color: #90B3C7 
}

.pitriff {
	color: #78BED6;	
	font-weight: bold
}

#logostrip{ 
	height: 91px;
	margin: 0;
	padding: 27px 0 0 30px 
}

 

#submenu{ 
	color: #036592; 
	margin: 0;
	text-align: right;
	height: 26px 
}


.top-right-link {
	float: right;
	font-size: 12px;
	letter-spacing: 0.5px;
	margin: 0px;
	padding: 0;
	width: auto 
}

.top-right-link a:link, 
.top-right-link a:visited { 
	background: transparent; font-size: 12px;
	color: #036592;
	padding: 0 2px 0 2px;
	text-decoration: none;
	border-bottom: 1px solid #036592 
}

.top-right-link a:hover, 
.top-right-link a:active {
	background: transparent; 
	color: #3C6DC8; 
	border-bottom: 3px solid #3C6DC8 
}

#userlinks,
#userlinksguest { 
	background: #FFFFFF url(images/gradient.gif) repeat-x 0 100%;
	border: 1px solid #E5F0F6;
	margin: 5px 0 5px 0;
	padding: 5px;
	text-align: right;
	float: right;
	color: #363434 
}

#userlinks a:link,
#userlinks a:active,
#userlinks a:visited,
#userlinks a:hover,
#userlinksguest a:link,
#userlinksguest a:active,
#userlinksguest a:visited,
#userlinksguest a:hover {
	color: #363434;
	text-decoration: none 
}

#userlinks a:hover,
#userlinksguest a:hover {
	color: #2D86D9;
	text-decoration: underline 
}

#userlinks p,
#userlinksguest p {
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: bold; 
	letter-spacing: 1px;
	margin: 0 !important;
	padding: 7px 0 7px 0; 
	text-align: right 
}

#userlinks p,
#userlinksguest p {
	font-weight: normal;
	letter-spacing: 0 
}

#userlinksguest p.welcome {
	text-align: center 
}

#userlinks p.home,
#userlinksguest p.home {
	float: left
}

hr {
	border-top: 1px #E2E2E2 solid;
	border-bottom: 1px #F9F9F9 solid
}

td {
	font-family: Verdana,Tahoma,Arial,Sans-Serif;
	font-size: 11px
}

pre {
	font-family: Verdana,Tahoma,Arial,Sans-Serif; 
	font-size: 10px
}

.alt {
	color: #666666
}

/* 
 * ========================================
 * form styles 
 * ========================================
 */

form { 
	display: inline; 
	margin: 0; 
	padding: 0 
}

select {
	margin: 0px;
}

input,
.textbox,
select {
	background: #FFFFFF;
	border: 1px solid #97AAC7;
	color: #666666;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
 	vertical-align: middle;
}

input.button{
	margin: 0;
	width: auto;
	cursor: pointer;
}

.textbox,
.button {
	background: #FFFFFF;
	border: 1px solid #97AAC7;
	color: #666666;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 1px;
	vertical-align: middle
}

.button {
	background: #FFFFFF;
	border: 1px solid #97AAC7;
	color: #666666;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 11px;
	padding: 2px;
	margin-top: 2px
}

/* Removes extra padding from bbcode images */

#bold, #italic, #under, #url, #mail, #img, #center, #small, #code, #quote, #php, #smiles, #rtesizeplus, #rtesizeminus, #checklength {
	padding: 0; 
	margin: 0
}

.main-bg {
	padding:5px;
}

.side-border-left {
	padding: 5px 5px 0px 0px
}

.side-border-right {
	padding: 5px 0px 0px 5px
}

.main-body {
	font-size: 11px;
	color: #666666; 
	background-color: #FFFFFF;
	padding: 3px
}

.side-body {
	font-size: 11px;
	color: #666666; 
	background-color: #F2F7FA;
	padding: 8px 0px 10px 0px
}

.news-info {
	background-color: #F6F6F6;
	background-image: url(images/caption.gif);
	font-size: 11px;
	color:#689BB4; 
	border: 1px solid #DBE9F0; 
	text-align: center;
	padding: 3px 4px 3px 4px
}

.news-spacing {
	padding-top: 4px
}

.panel-left {
	width:13px; height:32px; 
	background-image:url(images/panel-left.gif); 
}

.panel-right {
	width:13px; height:32px;
	background-image:url(images/panel-right.gif);
}

.panel-main {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:12px;font-weight:bold;
	color:#6189A8;
	height:32px;
	padding:0px 2px 0px 2px;
	background-image:url(images/panel-main.gif);
	background-repeat:repeat-x;
}

.border-left {
	width:13px; background-image:url(images/border-left.gif);
	background-repeat:repeat-y; 
}

.border-right {
	width:13px; background-image:url(images/border-right.gif);
	background-repeat:repeat-y;
}

.border-bleft {
	width:13px; height:20px;
	background-image:url(images/border-bleft.gif);
}

.border-bright {
	width:13px; height:20px;
	background-image:url(images/border-bright.gif);
}

.border-bmain {
	height:20px; background-image:url(images/border-bmain.gif);
	background-repeat:repeat-x;
}

.side-caption {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:11px; font-weight:bold;
	color:#FFFFFF; background-color:#004A80;
	padding:0px 4px 3px 4px;
}

.tbl-border {
	background-color:#E2E2E2;
}

.tbl {
	font-size:11px; padding:3px 4px 3px 4px;
}

.tbl1 {
	font-size:11px; color:#758296; 
	background: #FFF url('images/td_row.gif') repeat-x 0 100%; 
	padding:4px;
}

.tbl2 {
	font-size:11px; color:#758296; 
	background: #FFF url('images/td_row.gif') repeat-x 0 100%;
	padding:4px;
}
	
.forum-caption {
	font-size:11px; font-weight:bold;
	background-image:url(images/caption.gif);
	color:#485D9F; background-color:#F6F6F6;
	padding:4px 4px 4px 4px;
}

.quote{
	background: #E4EAF2 url('images/img_quote.gif') no-repeat right top;
	border: 1px dotted #000;
	border-bottom: 0;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	margin:0px 20px 0px 20px;
	padding: 3px;
}


.copyright {
	font-family:Verdana,Tahoma,Arial,Sans-Serif;
	font-size:9px;
	color:#000; 
}
	
.poll {
	height:12px; border:1px #E2E2E2 solid;
}

.comment-name {
	font-weight:bold; color:#113355; 
}

.shoutboxname {
	font-weight:bold; color:#113355; 
}

.shoutbox {
	font-size: 11px;
	color: #304768
}

.shoutboxdate {
	font-size: 9px; 
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #304768
}

.small {
	font-size: 11px; 
	font-weight: normal;	 
	color: #758296
}

.small2 {
	font-size: 10px; 
	font-weight: normal;
	color: #205C69
}

.side-small {
	font-size: 11px; 
	font-weight: normal; 
	color: #666666
}
