/*
Theme Name: Squatters
Theme URI:
Description: 
Version: 1.0
Author: Ryan C. Durham
Author URI: 
Tags: 

	Based on Kubrick v1.5
	 http://binarybonsai.com/kubrick/
	The Kubrick 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
*/

/* - BASIC STUFF - */
body{
	margin:0;
	padding:0;
	line-height: 1.2em;
	background: url("http://homepages.nyu.edu/~bab270/SQUATTERS/PIX/WordpressBackground-v4.jpg") no-repeat;

	font-family: Arial, Helvettica, Sans-Serif;
}

li, ul {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #000;
}

img {
	border: 0;
}

/* -- HEADINGS -- */
h1,h2,h3,h4,h5,h6 {margin:0;padding:0;padding-bottom: 5px;}
h2.entry-title {font-size:180%;}
h2#comments{margin:20px auto 10px;font-size:140%;}
/* headings inside posts */
.entry-content h3 {font-size:140%;}
.entry-content h4 {font-size:120%;}
.entry-content h5 {font-size:100%;}
.entry-content h6 {font-size:90%;}

/* -- MAIN DIV'S -- */
#maincontainer{
	width: 840px; /*Width of main container*/
	margin-top: 0; /*Center container on page*/
	margin-left: auto;
	margin-right: auto;
}

#header {
	background: url("http://homepages.nyu.edu/~bab270/SQUATTERS/PIX/headerWORK.png") no-repeat;
	height: 175px; /*Height of top section*/
}

#header h1{
margin: 0;
padding-top: 15px;
}

#navbar {
	top: 138px;
	height: 25px;
	position: relative;
	width: 640px;
	text-align: center;
}

#navbar li {
	display: inline;
}

#navbar li:hover {
	background: url("img/menuhover.png") repeat;
}

#navbar li a {
	padding: 0 7px;
	margin: 0;
	text-decoration: none;
	color: #000;
}

#contentwrapper{
	float: left;
	width: 100%;
	border: 4px dashed #000000;
	background: #ffffff;
	font-size: 80%;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
}

#contentwrapper a:hover {
	color: #ffa611;
}

#contentcolumn{
margin-right: 200px; /*Set right margin to RightColumnWidth*/

}

#rightcolumn{
float: left;
width: 238px; /*Width of right column*/
margin-left: 0px; /*Set left margin to -(RightColumnWidth) */
font-size: 80%;
}


.blog {
	border-bottom: 1px dashed #ffa611;
	margin-bottom: 10px;
}

.last {
	border-bottom: 0 !important;
}

#footer{
clear: both;
width: 840px;
font-size: 60%;
text-align: center;
height: 20px;
padding: 4px 0;
color: #FDE95E;
}

#footergraphic{
	background: url("http://homepages.nyu.edu/~bab270/SQUATTERS/PIX/footerCODE.png") no-repeat;
	float: right;
	width: 300px;
	height: 340px;
	margin-top: -240px;
}

#footercontactgraphic{
	background: url("img/workforstreaming.png") no-repeat;
	float: right;
	width: 258px;
	height: 177px;
	margin-top: -176px;
	margin-right: -76px;
}


.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 10px;
}

/* -- POSTS -- */
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:590px;}


/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:right; clear:none;width:220px;padding:0px;margin-bottom:175px;}
.sidebar {width:49%;clear:none;}
.block-1 {float:left;}
.block-2 {float:right;}

.sidebar-wrap li {
	border:0;
}

.sidebar-wrap ul {
	margin-bottom: 10px;
}

.widget li {
	border-top: 1px dotted black;
}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
div.reply {}
textarea#comment {overflow:auto}

/* -- ALIGNMENTS --*/
img.alignright {float:right;clear:none;margin:0 0 1em 1em}
img.alignleft {float:left;clear:none;margin:0 1em 1em 0}
img.aligncenter {display: block; margin:1em auto; text-align:center}
img.alignnone {margin:0 0.5em 0 0;}

/* -- NAVIGATION --*/
div.navigation {width:100%;height:auto;float:left;clear:both;padding: 10px 0px;}
.navigation-index {}
.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* -- Helpful --*/
.clearfix {
	display:block;
	clear: both;
}

