/*
Theme Name: The Second Floor v2
Theme URI: http://www.t2f.biz
Description: The default theme for The Second Floor website.
Version: 2.0
Author: ~FurSid
Author URI: http://fursid.eomag.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

*/





#brain { }


#brain .right {  }

.right #searchform { }

#brain .right .content {}
#brain .right .content p{ }


.nav{
 
}

* html #hair { width:722px;}
* html .body-bg { width:722px;}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

p br { clear:none} 

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.alignnone {
	margin:0 7px 0 0
	}

/* End Images */


