/*
Theme Name: FBT inc.
Theme URI: http://www.fbtinc.ca
Description: FBT Innovative Technologies
Version: 1
Author: Chadrick Rode
Author URI: http://www.spritzcreative.com
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* BODY */
html, body, * {
	padding:0;
	margin:0;
}


body{
	font-family: verdana;
	font-size: 95%;
	line-height: 115%;
	background-color: #B2B2B2;
	text-align: center;
	background-image: url(images/fbt_bg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}

body,td,th {
	color: #666666;
}

#wrap {
	width: 950px;
	margin:0 auto;
	background-image:url(images/wrap.gif);
	background-repeat:repeat-y;
	border-left:1px solid #444444;
	border-right:1px solid #444444;
	border-bottom:1px solid #444444;
}

#header {
	height:14px;
	width:950px;
	background-image:url(images/header_bg.gif);
}

/* MAIN POST */

#content {
	width:950px;
	margin:0 auto;
}

#main {
	margin:0;
	width:693px;
	background-image:url(images/post.gif);
	background-repeat:no-repeat;
	text-align:left;
	float:right;
	min-height:869px;
}

#main-margins {
	margin: 20px 75px 5px 45px;
}

#main .storycontent {
	overflow:hidden;
}

.item {
	text-align:left;
	margin: 0;
}

.itemhead{
	padding-top: 20px;
	padding-bottom: 5px;
}

.storycontent p {
	padding-top:5px;
}

.storycontent img {
	padding-left:10px;
}

#randomimg {
	margin:23px 0 0 0;
	text-align:left;
}


/* PAGE STYLING */

.pagecontent p {
	font-size: 80%;
	margin: 25px 70px 30px 40px;
	text-align: justify;
	line-height: 25px;
}

.pagecontent img {
	margin: -15px -70px 0px -40px;
}		

.pagecontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 70px -20px 40px;
	font-weight: normal;
	font-size: 150%;
	color: #2D387F;
	line-height:25px;
}

/* MAIN ITEM LISTS */

.item ul {
	list-style-type: disc;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

.item ol{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 80%;
}

/* SIDEBAR */

#sidebar {
	float:left;
	width:257px;
	padding-top:5px;
	background-image:url(images/sidebar.gif);
	background-repeat:no-repeat;
}

#sidebar p {
	font-size:100%;
}


/* TEXT STYLES */

a {
	color: #2D387F;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 190%;
	padding-top: .1em;
	padding-bottom: .5em;
	color: #444444;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #444444;
	padding-top: 20px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #EEEEEE;
	background-image:url(images/h3_bg.gif);
	width: 651px;
	padding: 10px 0 10px 10px;
	margin-top: 2px;
	margin-bottom: -15px;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #999999;
	padding-top: 20px;
}

p {
	font-size: 80%;
	text-align: justify;
	line-height: 25px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
}

a img {
	border:0;
	padding:3px 3px 3px 3px;
}

h3 a{
	color: #666666;
	text-decoration:none;
}

h3 a:hover{
	color: #599106;
	text-decoration:underline;
}


/* IMAGES */

img {
	border: 0;
}

img.right {
	float:right;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
   margin-right: -50px;
}


blockquote, blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #96CC0F;
	background-color:#D5E6B7;
}

blockquote blockquote {
	border-left: 5px solid #96CC0F;
	background-color:#D5E6B7;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}


.commentmetadata {
	font-size: 80%;
	float: right;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #96CC0F;
}

.navigation a:link, .navigation a:hover, .navigation a:visited{
	color: #599106;
}

.alignright {
	float: right;
	padding-right:50px;
	font-size:9px;
}

.alignleft {
	float: left;
	padding-left:50px;
	font-size:9px;
}

/* MAIN MENU */

#menu {
	text-align:left;
	padding: 25px 10px 0 40px;
	font-size:13px;
}

#menu ul {
	list-style:none; 
	margin-top: 6px;
	margin-bottom: 20px;
}

#menu ul li, {
}

#menu ul li a {
	border: 1px;
	border-style:none;
	display:block; 
	padding:4px 2px 4px 10px; 
	text-decoration:none; 
	color: #999999;
}

#menu ul li a:hover {
	padding:3px 1px 3px 9px;
	border: 1px;
	border-style:solid;
	border-color:#999999;
	color:#444444;
	background-image:url(images/menubg.png);
}


/* FOOTER */
#footer {
	height:162px;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	clear:both;
}

#footer p {
	text-align: right;
	color: #ffffff;
	font-size:10px;
	line-height: 20px;
}

#footer h1 {
	text-align: left;
	color: #ffffff;
	font-size:12px;
	line-height: 10px;
}

#footer a {
	color: #DDDDDD;
	text-decoration: underline;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footersearch {
	text-align: left;
	float:left;
	margin: 40px 0px 65px 50px;
}

#footercontent {
	float:right;
	margin: 40px 65px 0 0;
}

#searchform {
	clear: both;
	margin-bottom: 5px;
	padding: 3px;
}

input, textarea {
	font-size: 12px;
	color:#444444;
	border:1px solid #999999;
	background-color:#DDDDDD;
	background-image:url(images/search_bg.gif);
}

#searchform input, #s input {
	display:inline;
	font-size:12px;
	color:#444444;
	border:1px solid #EEEEEE;
	background-color:#DDDDDD;
}

