/*
Theme Name: VIP
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets


*/

@import url("nav.css");
@import url("g.css");
@import url("e.css");
@import url("b.css");
@import url("tabs.css");

html, body, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
* { margin: 0; padding: 0; }

body {
background: #e3e3e3;
color: #523c2e;
font: 13px Arial, "Lucida Grande", Tahoma, "Bitstream Vera Sans", sans-serif;
line-height: 18px;
text-align: center;
}

a, a:link, a:visited {
color: #a91240;
}
a:hover {
color:#8b012b;
}

img { border: none !important; } 

.fd-container {
width: 960px;
margin: 0 auto 40px auto;
text-align: left;
}

#header {
background: transparent url(images/fnf.png) top left no-repeat;
border: 1px solid #e2ddcf;
}
#headerimg {
	float: left;
	display: block;
	height: 100px;
	width: 200px;
}
	h1 a {
	display: block;
	height: 100px;
	width: 200px;
	text-indent: -9999px;
	}

p.had {
width: 736px;
float: right;
text-align: center;
padding: 4px 0;
}

.fdmain {
width: 958px;
background: #eee;
border: 1px solid #e2ddcf;
}
.fdmain-c {
margin: 5px;
padding: 15px;
background: #fff;
}



.mc {
width: 600px;
float: left;
}

.cm {
width: 300px;
float: right;
}



#footer {
padding: 10px;
color: #777;
font-size: 11px;
}
	#footer a {
	color: #666 !important;
	text-decoration: underline !important;
	}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
