/*
Theme Name: IMF
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

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* {
	margin:0;
	padding:0;
}
body {
	background:#000;
	font-family:Helvetica;
	font-size:11px;
}
#wrapper {
	background:#fff;
	width:959px;
	margin:auto;
}
#nav {
	font-size:16px;
	list-style:none;
	margin:0 0 5px 2px;
}
#nav li {
	float:left;
	background:url(images/divider.gif) no-repeat 100% 3px;
	padding-right:18px;
	margin-right:17px;
}
#nav li.last {
	background:none;
}
a {
	color:#000;
	text-decoration:none;
	outline:none;
}
img {
	border:0;
}
#content a {
	color:#333;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
#container {
	padding-bottom:20px;
	margin:0 20px 0 27px;
}
.content {
	border:1px solid #663366;
	padding:14px;
	color:#333;
	margin-bottom:8px;
}
p {
	margin-bottom:10px;
}
.content ul {
	list-style-position:inside;
	margin-bottom:8px;
}
.content li {
	margin-bottom:2px;
}
#header {
	margin-bottom:5px;
}
.float {
	float:left;
}
.left {
	width:393px;
	margin-right:17px;
}
.landing .left {
	width:665px;
	margin-right:10px;
}
h2 {
	font-size:20px;
	color:#330066;
	margin-bottom:10px;
	text-align:center;
}
#comments {
	background:url(images/bg-comments.gif) no-repeat bottom left;
	width:470px;
	color:#fff;
	padding-top:6px;
	padding-bottom:13px;
}
h1 {
	font-size:40px;
	margin-bottom:9px;
}
#comments p {
	font-weight:bold;
	font-size:17px;
}
.inner {
	margin-left:24px;
	margin-right:14px;
}
textarea {
	background:url(images/bg-textarea.gif) no-repeat top left;
	width:425px;
	height:240px;
	border:0;
	margin-bottom:4px;
	font-family:helvetica;
	padding-top:3px;
	padding-left:3px;
}
.button {
	background:none;
	font-size:21px;
	color:#fff;
	font-weight:bold;
	border:0;
	text-transform:uppercase;
	cursor:pointer;
	float:right;
}
#optin {
background:transparent url(images/bg-optin.png) no-repeat scroll left top;
font-size:10px;
height:345px;
line-height:15px;
padding-left:8px;
padding-right:41px;
padding-top:112px;
position:relative;
top:-20px;
width:203px;
}
#optin p {
	color:#fff;
	margin-bottom:4px;
}
.formField {
	margin-bottom:6px;
}
.formField.last {
	margin-bottom:3px;
}
label {
	float:left;
	color:#fff;
	text-align:right;
	width:57px;
	margin-right:6px;
}
.text {
	float:left;
	width:137px;
	border:0;
	height:15px;
	background:url(images/input.gif);
	font-size:11px;
	padding-top:3px;
	padding-left:3px;
}
p.small {
	font-size:8px;
}
.submit {
	width:142px;
	height:51px;
	border:0;
	background:url(images/access.gif);
	margin-left:10px;
	cursor:pointer;
	text-indent:-9999px;
}
#leftCol {
	width:669px;
	margin-right:7px;
}
#rightCol {
	width:236px;
}
.box {
	border:1px solid #663366;
	padding:6px;
	color:#333;
	margin-bottom:6px;
}
#social {
	width:189px;
	margin:auto;
}
#social li {
	float:left;
	list-style:none;
	margin-right:3px;
}
#social li.last {
	margin:0;
}
#social img {
	float:left;
}