/*****************************General Layout**************************************/

html {
	background: #161a1d;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #444;
	line-height: 23px;
	background: #f3f3f3;
	overflow-y: scroll;
}
a {
	text-decoration: none;
	color: #2270d5;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#wrap {
	width: 100%;
	min-width: 946px;
}
.nowrap {
	white-space: nowrap;
}
.post p.instructions {
	font-size: 13px;
	line-height: 21px;
	color: #666;
	margin: 15px 0 0 0;
}
h2 {
	color: #111;
	font-size: 42px;
	line-height: 42px;
	letter-spacing: -1px;
}
h2 .light{
	font-weight: normal;
	display: block;
}
h3 {
	color: #111;
	font-weight: bold;
	border-top: 1px solid #ccc;
	margin: 30px 0 0 0;
	padding-top: 30px;
}	
h4 {
	color: #111;
	font-weight: bold;
}
ol li strong {
	white-space: normal;
}
strong {
	font-weight: bold;
	white-space: nowrap;
}
#bodyWrap p {
	padding: 0 0 16px 0;
}
.nowrap {
	white-space: nowrap;
}
em {
	font-style: italic;
}
p.loadingMsg {
	margin: 60px 0 0 0;
}
/*****************************404**************************************/

h2#fourOhfour {
	margin-top: 55px;
	text-indent: -9999px;
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title-404.png) top center no-repeat;
	height: 100px;
}

/*****************************Header**************************************/

#header {
	height: 70px;
	background: #161a1d;
	font-size: 13px;
	z-index: 60;
	width: 100%;
}
#header h1 {
	text-indent: -9999px;
	height: 0;
}
#header #logo {
	margin: 8px 20px 0 20px;
	padding: 10px 20px 10px 0;
	width: 100px;
	height: 31px;
	float: left;
	border-right: solid 1px #555;
}
#header p {
	margin: 20px 20px 0 0;
	float: left;
	color: #fff;
	line-height: 26px;
}
#header a {
	color: #fff;
}
#header ul {
	float: right;
	width: 191px;
	height: 32px;
	margin: 18px;
}
#header ul li {
	float: left;
	line-height: 31px;
	text-align: center;
	width: 95px;
	height: 32px;
}
#header ul li a {
	display: block;
	color: #111;
	text-decoration: none;
}
#header ul li a:hover {
	color: #2270d5; 
}
#header ul li.onState a {
	color: #fff;
}
#header ul li.portfolio {
	background: url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/sprites.png) 0 -66px no-repeat;
}
#header ul li.portfolio.onState {
background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/sprites.png) 0 -99px no-repeat;
}
#header ul li.about.onState {
 	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/sprites.png) -96px -66px no-repeat;
 	border-left: 1px solid #bbb;
}
#header ul li.about {
 	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/sprites.png) -96px -99px no-repeat;
 	border-left: 1px solid #bbb;
}
#dropDownMenu {
	position:relative;
	z-index:60;
	float: left;
	margin: 0 0 0 -20px;
}
#dropDownMenu a {
	height: 32px;
	width: 33px;
	margin: 19px 0 0 20px;
	padding: 19px 20px 0 0;
	display: block;
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/sprites.png) 0 -165px no-repeat;
}
#dropDownMenu a:hover {
	text-decoration: none;
}
ul#hiddenMenu {
	position: fixed;
	width: 185px;
	height: 260px;
	margin: 0;
	padding: 16px 0 0 0;
	background: #2270d5;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	display: none;
}
ul#hiddenMenu li {
	text-align: left;
	width: 165px;
	height: 26px;
	line-height: 18px;
}
ul#hiddenMenu li a {
	color: #fff;
	background: none;
	display: inline;
	padding: 0;
	margin: 0 0 0 20px;
}
ul#hiddenMenu li a:hover {
	color: #fff;
	text-decoration: underline;
	background: none;
}

/*****************************about**************************************/
#bodyWrap {
	background: #f3f3f3;
	height: 350px;
}
#about {
	margin: 0 auto;
	width: 946px;
}
#bodyText {
	padding: 60px 20px 0 20px;
	width: 480px;
}
#bodyText h2 {
	text-indent: -9999px;
	width: 290px;
	height: 88px;
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_bdc2.png) bottom left no-repeat;
}
#bodyText p {
	position: relative;
	z-index: 30;
	margin: 0 0 12px 0;
}
.shoes {
	display: none;
	position: absolute;
	left: 20px;
	z-index: 20;
}
#animationsAbout {
	position: absolute;
	overflow-x: hidden;
	left: 0;
	top: 70px;
	width: 100%;
	height: 490px;
}
/*****************************index**************************************/



/*****************************pages**************************************/
#pages {
	margin: 0 auto;
	width: 946px;
	background: transparent;
}
#logoArea {
	margin: 60px 0 -15px 370px;
}
#logoArea p {
	font-size: 16px;
	color: #666;
}
#copy {
	float: left;
	width: 274px;
	margin: 0 0 0 20px;
}
.post h2 {
	margin: 55px 0 0 20px;
	width: 310px;
	height: 48px;
	text-indent: -9999px;
}
#post-4 h2 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_osr.png) bottom center no-repeat;
}
#post-6 h2 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_asw.png) bottom center no-repeat;
}
#post-8 h2 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_ma.png) bottom center no-repeat;
}
#post-9 h2 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_rb.png) bottom center no-repeat;
}
#post-10 h2 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_fac.png) bottom center no-repeat;
}
#post-12 h2 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_sh.png) bottom center no-repeat;
}
#post-13 h2 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_mimic.png) bottom center no-repeat;
	height: 80px;
	padding-top: 13px;
}
#post-15 h2 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_bdc.png) bottom center no-repeat;
	height: 96px;
}
#post-17 h2 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/title_mhg.png) bottom center no-repeat;
}
.post p {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 22px 0;
}
.post #slides p {
	margin-bottom: 40px;
}
.post #slides p:last-child {
	margin-bottom: 0;
}
ol {
	margin: 20px 0 34px 0;
}
ol li {
	list-style: decimal;
	margin: 10px 0 0 20px;
	font-size: 12px;
	line-height: 18px;
}
li strong {
	font-weight: bold;
	color: #111;
}
#slides {
	margin: -40px 0 0 321px;
}
#slidesMimic {
	margin: -80px 0 0 321px;
}
.post #slidesMimic p {
	margin-bottom: 40px;
}
#slidesBDC {
	margin: -100px 0 0 321px;
}
.post #slidesBDC p {
	margin-bottom: 40px;
}
.btn {
	padding-top: 34px;
	border-top: 1px solid #ccc;
}
a.btn {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: rgb(34, 112, 213);
	background-color: rgba(34, 112, 213, 0.9);
	color: #fff;
	line-height: 31px;
	padding: 8px 15px;
}
a.btn:hover {
	text-decoration: none;
	background-color: rgba(34, 112, 213, 1);
}
.btn2 {
	padding-top: 34px;
	border-top: 1px solid #ccc;
}
a.btn2 {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	background-color: rgb(236, 122, 14);
	background-color: rgba(236, 122, 14, 0.9);
	color: #fff;
	line-height: 31px;
	padding: 8px 15px;
}
a.btn2:hover {
	text-decoration: none;
	background-color: rgba(236, 122, 14, 1);
}
.post-edit-link {
	font-size: 10px;
	font-weight: normal;
}
/*****************************landing page (called page.php)**************************************/
#landingContainer {
	width: 946px;
	margin: 0 auto;
	min-height: 160px;
}
#animations {
	position: absolute;
	overflow-x: hidden;
	top: 70px;
	left: 0;
	width: 100%;
	height: 270px;
}
#animationsRelative {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 14px;
}
.elements {
	position: absolute;
	top: -40px;
	left: 0px;
	z-index: 20;
}
.hand {
	position: absolute;
	top: -460px;
	left: -380px;
	z-index: 20;
}
.hand2 {
	position: absolute;
	z-index: 10;
	top: 190px;
	left: 2000px;
}
.thinkingMan{
	position: relative;
	z-index: 10;
	margin: 178px 0 0 -160px;
}
.ajaxLoader{
	position: relative;
	top: 80px;
	left: 465px;
}

/*****************************Footer**************************************/
#footer {
	clear: both;
	margin: 0 0 0 0;
	padding: 100px 0 0 0;
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/gradientAndLine.png) top left repeat-x;
	height: 450px;
}
#footer p {
	color: #fff;
	font-size: 13px;
	line-height: 12px;
}
#menuContainer {
	width: 952px;
	margin: 20px auto;
}
#footer #menuContainer h2 {
	text-indent: -9999px;
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/clientsAndProjects.png) top center no-repeat;
	width: 946px;
}
#menuContainer ul#menu li {
	float: left;
	height: 80px;
	width: 300px;
	margin: 0 4px 4px 0;
}
#menuContainer ul#menu li a {
	display: block;
	height: 80px;
	width: 300px;
	color: #fff;
	text-indent: -9999px;
	font-size: 13px;
	line-height: 20px;
}
ul#menu{
	float: left; /* this float just expands the box around other floats */
	margin: 25px 20px 20px 20px;
}
#menuContainer ul#menu li.page-item-4 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/osrFooter.jpg) top left no-repeat;
}
#menuContainer ul#menu li.page-item-4 a:hover {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/osrFooter.jpg) bottom left no-repeat;
}
#menuContainer ul#menu li.page-item-4 a:active {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/osrFooter.jpg) top left no-repeat;
}

#menuContainer ul#menu li.page-item-6 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/aswFooter.jpg) top left no-repeat;
}
#menuContainer ul#menu li.page-item-6 a:hover {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/aswFooter.jpg) bottom left no-repeat;
}
#menuContainer ul#menu li.page-item-6 a:active {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/aswFooter.jpg) top left no-repeat;
}

#menuContainer ul#menu li.page-item-8 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/maFooter.jpg) top left no-repeat;
}
#menuContainer ul#menu li.page-item-8 a:hover {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/maFooter.jpg) bottom left no-repeat;
}
#menuContainer ul#menu li.page-item-8 a:active {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/maFooter.jpg) top left no-repeat;
}

#menuContainer ul#menu li.page-item-9 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/rbFooter.jpg) top left no-repeat;
}
#menuContainer ul#menu li.page-item-9 a:hover {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/rbFooter.jpg) bottom left no-repeat;
}
#menuContainer ul#menu li.page-item-9 a:active {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/rbFooter.jpg) top left no-repeat;
}

#menuContainer ul#menu li.page-item-10 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/facFooter.jpg) top left no-repeat;
}
#menuContainer ul#menu li.page-item-10 a:hover {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/facFooter.jpg) bottom left no-repeat;
}
#menuContainer ul#menu li.page-item-10 a:active {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/facFooter.jpg) top left no-repeat;
}

#menuContainer ul#menu li.page-item-12 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/shFooter.jpg) top left no-repeat;
}
#menuContainer ul#menu li.page-item-12 a:hover {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/shFooter.jpg) bottom left no-repeat;
}
#menuContainer ul#menu li.page-item-12 a:active {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/shFooter.jpg) top left no-repeat;
}

#menuContainer ul#menu li.page-item-13 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/mimicFooter.jpg) top left no-repeat;
}
#menuContainer ul#menu li.page-item-13 a:hover {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/mimicFooter.jpg) bottom left no-repeat;
}
#menuContainer ul#menu li.page-item-13 a:active {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/mimicFooter.jpg) top left no-repeat;
}

#menuContainer ul#menu li.page-item-15 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/bdcFooter.jpg) top left no-repeat;
}
#menuContainer ul#menu li.page-item-15 a:hover {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/bdcFooter.jpg) bottom left no-repeat;
}
#menuContainer ul#menu li.page-item-15 a:active {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/bdcFooter.jpg) top left no-repeat;
}

#menuContainer ul#menu li.page-item-17 {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/mhgFooter.jpg) top left no-repeat;
}
#menuContainer ul#menu li.page-item-17 a:hover {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/mhgFooter.jpg) bottom left no-repeat;
}
#menuContainer ul#menu li.page-item-17 a:active {
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/footerImages2/mhgFooter.jpg) top left no-repeat;
}

#lowerFooter {
	margin: 390px 5px 0 20px;
}
#lowerFooter a {
	color: #aaa;
	font-size: 11px;
}
p#copyright {
	color: #666;
	width: 300px;
	text-indent:20px;
	font-size: 11px;
}
#lowerFooter ul {
	height: 24px;
	font-size: 13px;
	width: 604px;
	float: left;
	margin: 3px 0 0 8px;
}
#lowerFooter ul:last-child {
	margin: 0 0 15px 8px;
}
#lowerFooter ul li {
	font-size: 11px;
	color: #666;
	float: left;
	padding: 0 10px;
	border-right: solid 1px #555;
	line-height: 16px;
}
#lowerFooter ul li:first-child, #lowerFooter ul li:last-child  {
	border-right: none;
	padding-right: 0;
}
#copyright {
	border-right: solid 1px #555;
	background: transparent url(http://bushwickdesignclub.com/wp-content/themes/starkers/style/images/smallLogo.png) 0 6px no-repeat;
	float: left;
	width: 300px;
	padding: 6px 0 0 0;
	height:40px;
	margin:0 0 12px;
}