/* @override http://www.markbalson.com/ndxz-studio/site/mbp_main/style.css */

* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	background-color: #e5e5e5;
	overflow-x: hidden;
	}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a, a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a img { 
	border: none;
	}

#menu {
    width: 225px;
    top: 0;
	left: 0;
    position: fixed;
    height: 100%;
    margin: 0px 0px 0px 15px;
	z-index: 1;
	background-image: url(box_bg.png);
	}
	
#menu p {
	margin: 36px 0px 36px 30px;
	padding: 0px 0px 0px 0px;
	}

#menu ul {
	list-style: none;
	margin: 0 0 18px 27px;
	}
	
#menu li {
	padding: 0px 15px 0px 3px;
	}

#menu li a, #menu li a:link, #menu li a:active, #menu li a:visited {
	color: #000000;
	text-decoration: none;
	display: block;
	}
	
#menu li a:hover {
	text-decoration: underline;
	}
	
#menu li.active {
	background-color: #fff432;
	}

#menu ul li.section-title {
	/*font-style: italic;*/
	/*padding: 0px 15px 0px 9px;*/
	/*background: url("link_dash.gif") 0px 8px no-repeat;*/
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0px 15px 0px 3px;
	}

#content {
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
	}

.container {
    padding: 0px 0px 0px 0px;
	}

#content p { 
	width: 400px; 
	margin-bottom: 9px; 
	}

p {
    margin: 0 0 18px 0;
	}

h1 { 
	font-size: 32px; 
	}
	
h2 { 
	font-size: 24px; 
	}
	
h3 { 
	font-size: 16px; 
	}
	
h4 { 
	font-size: 12px; 
	}
	
#text span, #nonProjectText span, #secondColumn span {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	}

#img-container	{ 
	margin: 0; 
	padding: 0; 
	}
	
#img-container p { 
	width: 400px; 
	margin: 0; 
	padding: 0 0 12px 0; 
	}

#once { 
	clear: left; 
	}

#nonProjectText {
	clear: both;
	margin: 18px 0px 24px 15px;
	float: left;
	}
	
#secondColumn {
	margin: 18px 0px 24px 30px;
	float: left;
	}
	
.caption {
	/*font-style: italic;*/
	}

#footer {
    bottom: 0;
	/*left: 0;*/
    position: fixed;
	margin: 18px 0px 18px 0px;
	padding: 0px 0px 0px 0px;
	/*font-style: italic;*/
	}

#footerMonogram a, #footerMonogram a:link, #footerMonogram a:active, #footerMonogram a:visited {
	margin: 0px 0px 18px 30px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	float: left;
	}
	
#footerMonogram img {
	float: left;
	}

#footerMonogram a #footerMonogramText, #footerMonogram a:link #footerMonogramText, #footerMonogram a:active #footerMonogramText, #footerMonogram a:visited #footerMonogramText {
	margin: 19px 0px 0px 5px;
	padding: 0px 0px 0px 0px;
	/*font-style: italic;*/
	text-indent: -9999em;
	float: left;
	}
	
#footerMonogram a:hover #footerMonogramText {
	text-indent: 0;
	}

.footerItem {
	margin: 0px 0px 18px 30px;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	display: block;
	clear:both;
	}


/*	SCROLLABLE
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	/*overflow:hidden;*/
	/*width: 100%;*/
	height:590px;
	}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 15px 0px 0px;
	cursor:pointer;
	/*width:100px;
	height:75px;*/
	}

/* active item */
.scrollable .active {
	z-index:0;
	position:relative;
	}
	
#navArrows {
	margin: 0px 0px 0px 15px;
	float: left;
	}
	
#navArrows a, #navArrows a:link, #navArrows a:active, #navArrows a:visited {
	font-size: 22px;
	font-style: normal;
	text-decoration: none;
	cursor:pointer;
	display: block;
	float: left;
}
	
#navArrows a:hover {
	text-decoration: none;
	}
	
/* hides navigational button when not relevant */
a.disabled {
	color: #c9c9cb;
	/*visibility:hidden !important;*/		
} 

#tweet {
	width: 300px; 
	}
	
#tweet li {
	list-style-type: none;
	margin-bottom: 12px;
}	

#tweet li span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}


