/*
********************
WebSite: The Team Tactics Network
Name: style.css
Type: css
Version: 1.0
Author: FireDart
********************
*/
/*
************************************************************
General Site Info
************************************************************
*/
/*
********************
Body
********************
*/
body {
	background: #111111 url(../images/bg.gif) repeat scroll 0 0;
	color: #42423d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px auto;
	padding: 0px;
}


/*
********************
No image border
********************
*/
a img {
	border: 0px;
}


/*
********************
HR
********************
*/
hr {
	height: 0;
	clear: both;
	border: solid #555;
	border-width: 1px 0 0;
}


/*
********************
Normal, standard links
********************
*/
a:link {
	color: #666666;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #666666;
	text-decoration: underline;
	outline: none;
}
a:hover, a:active {
	color: #b30000;
	text-decoration: none;
	outline: none;
}


/*
********************
Headers
********************
*/
h1, h2, h3, h4, h5, h6 {
	color: #42423d;
	font-family: inherit;
}
h1  {
	border-bottom: 1px solid #111111;
	font-size: 22px;
	font-weight: bolder;
	line-height: 1.5em;
	margin-bottom: 10px;
}
h2  {
	font-size: 20px;
}
h3  {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}


/*
********************
Other Headers
********************
*/
p  {
	color:  #42423d;
	font-size: 13px;
	font-family: inherit;
}
address {
	font-size: 12px;
	font-style: italic;
}


/*
********************
Clearer
********************
*/
.clearer {
	clear: both;
}


/*
********************
ul, ol, li, dd Reset
********************
*/
ul, ol {
	list-style: none;
}
li, dd {  
	
}


/*
********************
Input Reset/Style
********************
*/
input, textarea {
	background: #ffffff;
	background: -webkit-gradient(linear, left top, left 25, from(#ffffff), color-stop(4%, #eeeeee), to(#ffffff));
	background: -moz-linear-gradient(top, #ffffff, #eeeeee 1px, #ffffff 25px);
	border: solid 1px #cccccc;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	padding: 4px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
textarea { 
	line-height: 150%;
}
input:hover, textarea:hover, input:focus, textarea:focus { 
	border-color: #c9c9c9;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px;
	-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 4px;
}


/*
********************
Quote Tags
********************
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}



/*
************************************************************
All Layout Info
************************************************************
*/
/*
********************
Content
********************
*/
.content { 
	margin: 0px; 
	padding: 5px;
}


/*
********************
Header Wrapper, Body Wrapper, Footer Wrapper
********************
*/
#headerwrapper {
	background: url("../images/trans50.png") repeat scroll 0 0 transparent;
	border-bottom: 1px solid #111111;
	height: 80px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#bodywrapper {
	background: transprent;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 960px;
}
#footerwrapper {
	background: url("../images/trans50.png") repeat scroll 0 0 transparent;
	border:1px solid #111111;
	padding: 5px;
	margin: 0px auto;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 950px;
}


/*
************************************************************
All Header Info
************************************************************
*/
#header {
	border: none;
	height: 100%;
	margin: 0px auto;
	padding: 0;
	position: relative;
	width: 960px;
}


/*
********************
Logo & Slogan
********************
*/
#logo {
	color: #42423d;
	float: left;
	font-size: 20px;
	height: 72px;
	text-align: left;
	width: 225px;
	padding-bottom: 5px;
}
#logo h1 {
	border: 0px;
	color: #ffffff;
	font-family: "Georgia, serif";
	font-size: 60px;
	line-height: 1em;
	font-weight: bolder;
	margin: 0px;
	padding: 0px;
}
#logo h1 a {
	color: #ffffff;
}
#advertheader {
	border: 1px solid #111111;
	float: right;
	height: 77px;
	text-align: center;
	width: 650px;
}
#slogan {
	float: right;
	margin-top: 5px;
	text-align: center;
	width: 450px;
}
#slogan h2 {
	color: #ffffff;
	font-style: italic;
	font-size: 18px;
}


/*
********************
Navigation
********************
*/
#navigation {
	background: url("../images/trans50.png") repeat scroll 0 0 transparent;
	border:1px solid #111111;
	height: 30px;
	position: relative;	
	width: 958px;
	margin: 0px auto;
	margin-top: 5px;
}
#navigation #inner {
	margin: 0px auto;
	padding: 5px;
	width: 960px;
}
#navigation #inner ul {
	list-style: none;
	margin: 2px 0 0;
	padding: 0px;
	position: absolute;
	z-index: 100;
}
#navigation #inner ul li {
	float: left;
	font-size: 17px;
	font-weight: bold;
	margin: 0px 15px 0px 0px;
}
#navigation #inner ul li a {
	color: #ffffff;
	text-decoration: none;
}
#navigation #inner ul li.active {
	color: #0064DB;
}
#navigation #inner ul li.active a {
	color: #0064DB;
}
#navigation #inner ul li a:hover {
	color: #0064DB;
	height: 20px;
	left: 0px;
	top: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}
#navigation #inner ul li ul li {
	display: none;
}


/*
************************************************************
All Body Wrapper and SideBar Info
************************************************************
*/
#body {
	padding: 5px;
}
#fullwrapper {
	width: 960px;
}
#fullwrapper #fullwrapperinner {
	background: #ffffff;
}

/*
********************
Footer
********************
*/
#footer{background:#ffffff;padding:5px;text-align:center;}

/*
********************
IF IE
********************
*/
[if lte IE 6]#navigation {
	background: url("../images/trans50.png") repeat scroll 0 0 transparent;
	border:1px solid #111111;
	height: 30px;
	position: relative;	
	width: 949px;
	margin: 0px auto;
	margin-top: 5px;
}
[if lte IE 6]#navigation #inner {
	margin: 0px auto;
	padding: 5px;
	width: 949px;
}
[if lte IE 6]#breadcrumbs {
	background: url("../images/trans50.png") repeat scroll 0 0 transparent;
	border:1px solid #111111;
	color: #fff;
	font-size: 15px;
	position: relative;	
	width: 949px;
	margin: 0px auto;
	margin-top: 6px;
}
[if lte IE 6]#breadcrumbs #breadcrumbsinner {
	margin: 0px auto;
	padding: 5px;
	width: 949px;
}
[if IE 6].gb {
	width: 610px;
	float: left;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}
[if IE 5].gb {
	width: 610px;
	float: left;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
}
