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

/* main links */

a 
{	font-size: 11px; 
	color : Black;
	text-decoration : underline;
	background: inherit;
	letter-spacing: 1px;
	font-weight: normal;
}

a:hover 
{
	color: #2A2A2A;
	background: White;
}

a.side 
{
	color : #3A3A3A;
	text-decoration : none;
	background: inherit;
}

a:hover.side 
{
	color : #3A3A3A;
	text-decoration : underline;
	background: inherit;
}

a.white 
{
	font-weight: normal;
}

img {
	border: 0px;
}

/* body shit */

html, html body 
{ 
	height: 100%; 
}

body 
{
	font-size: 75%;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height: 150%;
	background: #F6F6F6 url(images/bg-fee22.gif);
	margin: 0px;
	padding: 0px;
}

/* show logo plus title and be proud */

.header
{
	background: #F5F5F5 url('images/bg_header.png') top left repeat-x;
	height: 80px;
	color: inherit
}

.title
{
	float: left;
	margin-top: 0px;
}

.title img
{
	float: left;
	margin-right: 6px;
}

.title_header 
{
	font-size: 125%;
	font-weight: bold;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}

.title h1
{
	font-size: 135%;
	font-weight: bold;
	padding: 7px 0px 0px 0px;
	margin: 0px;
}

.title h1 a:link,
.title h1 a:visited,
.title h1 a:active
{
	color: #4C4C4C;
	text-decoration: none;
	background-color: inherit
}

.title h1 a:hover
{
	color: #393939;
	background-color: inherit
}

.title p
{
	margin: 0px;
	padding: 0px;
	color: #656565;
	background-color: inherit
}

#Clock 
{ 
	padding: 4px 0px 0px 10px; 
	color: #646464; 
	font-weight: normal; 
	background-color: inherit 
}

/* top nav menu */

.menu
{
	padding-top: 26px;
	float: right;
}

.menu a:link,
.menu a:visited,
.menu a:active,
.menu a:hover
{
	float: left;
	display: block;
	padding: 4px 8px;
	margin: 0px 5px 0px 0px;
	color: #666666;
	text-decoration: none;
	background-color: inherit;
}

.menu a:hover
{
	color: white;
	background: #FF9900;
	border: 1px solid White;
}

/****** Nav Panel ******/

.navPanel
{
	color: inherit;
	background: #E1E1E1 url('images/bg_mid.png') top left repeat-x;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #C4C4C4;
	line-height: 200%;
}

.innerNavPanel 
{
	margin: 0 auto;
	width: 750px;
}

/* button wrappers */
 
.buttons
{
	line-height: 200%;
	white-space: nowrap;
	width: 99%; /* ie6 fix */
	overflow: hidden;
	border-left: 1px solid #D2D2D2;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 4px 20px;
	color: #545454;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #D2D2D2;
	background: #EEEEEE url('images/bg_btn.png');
}

.buttons a:hover
{
	color: White;
	background: #EDEDED url('images/bg_btn_hover.png') top left repeat-x;
	border-left: 1px solid White;
	border-right: 1px solid White;
}

.buttons-special
{
	font-weight: bold;
}
.buttons-active 
{
	color: #4C4C4C !important;
	background: #DDDDDD url('images/bg_btn_active.png') !important;
}

.buttons .label
{
	float: left;
	overflow: hidden;
	display: block;
	padding: 4px 20px;
	color: #545454;
	background-color: inherit
}

.buttons .label a:link,
.buttons .label a:active,
.buttons .label a:visited,
.buttons .label a:hover
{
	float: none;
	display: inline;
	height: auto;
	padding: 0px;
	font-weight: normal;
	text-decoration: underline;
	border: none;
	background-color: inherit;
	color: inherit
}

.innerHeader,
.innerFooter,
.contentWrapper
{
	min-width: 610px;
	width: auto;
	margin: 0px 0px;
}
.navPanel
{
	padding: 0px 0px;
}

.innerNavPanel
{
	width: 100%;
	margin: 0px;
}

.navstrip
{
	color: #999;
	background-color: inherit;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 14px 0px 8px 0px;
}
 

/* sorry for this ie6 hack */
* html .buttons img 
{
	float: left;
	margin: 5px 5px 5px 0px;
}

.shadowStrip
{
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url('images/bg_shadow.png');
}

/* inputs */
form
{
	display: inline;
	margin: 0;
	padding: 0;
}

hr 
{ 
	height: 1px; 
	border-top: 1px #DCDCDC solid; 
	border-bottom: 1px #FFF solid; 
	margin: 3px 3px 3px 3px;
}

td 
{ 
	font-family: Tahoma, Verdana, Helvetica, sans-serif, Arial; 
	font-size: 11px 
}

pre 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.alt 
{
	color : #3A3A3A;
	background: inherit;
}
 
.footer 
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #888;
	background-color : #F0F0F0;
	border: 1px solid #E0E0E0;
	padding : 5px;
	}

input,
select
{
	vertical-align: middle;
}

.button
{
	color: #545454;
	padding: 2px 5px;
	margin-bottom: 1px; 
	margin-top: 1px; 
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #A2A2A2;
 	background: #EEEEEE url('images/bg_input_btn.png');
}

.button:hover
{
	color: #2A2A2A;
	background: #FF9900 url('images/bg_input_btn_hover.png');
	border: 1px solid #555555;
}

label 
{
	cursor: pointer;
}

.textbox 
{
	color: inherit;
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #BABABA;
	background: white url('images/bg_input_text.png') top left repeat-x;
}

.textbox:hover 
{
	color: inherit;
	border: 1px solid #666666;
	background: white url('images/bg_input_text_hover.png') top left repeat-x;
}

.main-body 
{ 
	font-family: Verdana, Tahoma, Arial, helvetica, serif; 
	font-size: 70%; 
	color:#555;  
	background-color: #F4F4F4; 
	padding: 20px;
}

.side-body 
{
	font-family: Verdana, Tahoma, Arial, helvetica, serif; 
	font-size: 70%;
	color : #545454;
	background-color : #F4F4F4;
	padding : 4px;
}

.main-bg 
{
	color : #555;
	background-color : #F6F6F6;
	padding : 5px;
	background: url(images/bg-fee22.gif);
}

.border 
{
	border : 1px solid #C4C4C4;
	background-color : #fff;
	color: #111;
}

.side-border-left 
{
	border-right : 0px solid #C4C4C4;
	padding : 5px;
	background: url(images/bg-fee22.gif);
}

.side-border-right 
{
	border-left : 0px solid #C4C4C4;
	padding : 5px;
	background: url(images/bg-fee22.gif);
}

.news-footer 
{
	font-size : 70%;
	color : #555;
	background-color : #DFDFDF;
	border-top : 1px solid #C4C4C4;
	padding : 3px 4px 4px 4px;
}

.news_articles 
{
	background: #DFDFDF url(images/tcat.gif) repeat-x top left;
	color: #000;
	font: normal 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border-bottom : 1px solid #C4C4C4;
	padding : 4px 0px 4px 8px;
	height: 32px
}

.p_title 
{
	background: #DFDFDF url(images/tcat.gif) repeat-x top left;
	color: #666666;
	font: normal normal bold 7pt Verdana, Arial, Helvetica, sans-serif;
	border-bottom : 1px solid #C4C4C4;
	padding : 4px 0px 4px 8px;
	height: 28px;
	font-variant: normal;
	letter-spacing: 1px;
}

.p_title_box 
{
	background: #DFDFDF url(images/tcat.gif) repeat-x top left;
	color: #666666;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	border-bottom : 1px solid #C4C4C4;
	padding : 4px;
}

.tbl-border 
{
	color : #555;
	background-color : #D9D9D9;
}

.tbl 
{
	font-size : 11px;
	color : #555;
	background-color : #F5F5F5;
	padding:3px 4px 3px 4px
}

.tbl1 
{
	font-size : 11px;
	color : #555;
	background-color : #F5F5F5;
	padding : 4px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #DCDCDC;
	border-left: 1px solid #FFFFFF;
	border-right: 0px solid #DCDCDC;

}

.tbl2 
{
	font-size : 11px;
	color : #555;
	background-color : #EAEAEA;
	padding : 4px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 0px solid #DCDCDC;
	border-left: 1px solid #FFFFFF;
	border-right: 0px solid #DCDCDC;
	background: url(images/cellpic.gif);
}

.forum-caption 
{
	background: #F0F0F0 url(images/forum_cell_bg.png) repeat-x top left;
	color: #ABABAB;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding : 2px 4px 2px 6px;
	height: 32px
}

.quote 
{
	color: #333;
	background-color: #F5F5F5;
	border-right: 1px solid #D0D0D0; 
	border-top: 1px solid #D0D0D0; 
	border-bottom: 1px solid #D0D0D0;
	border-left: 5px solid #D0D0D0;
	margin: 0 5px 0 5px;
	padding: 4px;
}

code 
{
	color: #3C3C3C;	
	border: 0px;
	background-color: #F5F5F5;
	display: block;
	font-size: 130%;
	overflow: auto;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
}

.poll 
{
	height : 14px;
	border : 1px solid #C4C4C4;
	padding: 1px
}

.comment-name 
{
	font-family: Tahoma, Arial, helvetica, serif;
	font-weight : bold;
	color : #414141;
	background: inherit;
}

.shoutboxname 
{
	font-weight : normal;
	color : #333333;
	background-color : #EEEEEE;
}

.shoutbox 
{
	color : #323232;
	background-color : #EEEEEE;
}

.shoutboxdate 
{
	font: normal 9px verdana, tahoma, arial, sans-serif;
	color : #888;
	background-color : #EEEEEE;

}

.smallalt 
{ 
	font-size: 11px; 
	font-weight: normal;
}

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

.small2
{ 
	font: normal 9px verdana, tahoma, arial, sans-serif; 
	color: #545454; 
	background: inherit;
}

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

.side-label 
{
	color : #545454;
	background-color : #EEEEEE;
	padding : 2px 2px 3px 2px;
}

.side
{
	color: #545454;
	background-color : #EEEEEE;

}