/*
		Mike O'Brien Studio
		www.michaelobrienstudios.com
		author: Chris Cage / www.cwcage.com
		Feb. 2006
*/

/* LAYOUT STYLES */

	body{
		padding: 0;
		margin: 0;
	}

/* Basic Boxes */
	#container {
		display: block;
		width: 766px;
		height: auto;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		text-align:left;
	}
	
	#branding{
		position: absolute;
		top: 16px;
		left: 29px;
	}
	
	#branding h1{
		padding:0;
		margin: 0;
		background: url(../images/head/branding-obrien.gif) no-repeat;
		height: 39px;
		width: 228px;
		display:block;
	}

/* NOTEBOOK 1 
	#notebook {
		background: url(../images/mid/notebook.jpg) no-repeat;
		position: relative;
		top: 73px;
		left: 0px;
		width: 766px;
		height: 525px;
		z-index: 10;
		padding: 0;
		margin: 0;
	}
*/

	#notebook {
		background: url(../images/mid/notebook2b.jpg) no-repeat;
		position: relative;
		top: 73px;
		left: 0px;
		width: 766px;
		height: 568px;
		z-index: 10;
		padding: 0;
		margin: 0;
	}

	
	#left {
		position: absolute;
		top: 8px;
		left: 21px;
		width: 325px;
		height: 497px;
	}
	
	#right {
		position: absolute;
		top: 8px;
		left: 433px;
		width: 302px;
		height: 505px;
		margin: 10px 0 0 0;
	}

	#footer {
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 100px;
		text-align: center;
	}

/* ----------------------- */


/* Page Titles */

h2.sectionTitle {
	width:155px;
	height: 43px;
	display:block;
	position: relative;
	left: 22px;
	top: 5px;
	letter-spacing : -1000em;
	text-indent: -9000px;
	margin: 0px 0px 9px;
	padding: 0px;
}

/* Just for Opera, but hide from MacIE */
/*\*/html>body h2.sectionTitle { letter-spacing : normal; text-indent : -999em; overflow : hidden;}
/* End of hack */


body#home h2.sectionTitle {
	background: url(../images/mid/title-welcome2.jpg) no-repeat;
}

body#portfolio h2.sectionTitle {
	background: url(../images/mid/title-portfolio2.jpg) no-repeat;
}

body#press h2.sectionTitle {
	background: url(../images/mid/title-press2.jpg) no-repeat;
}

body#contact h2.sectionTitle {
	background: url(../images/mid/title-contact2.jpg) no-repeat;
}



/* Photos */

	.work-photo {
		text-align:center;
		margin: 0 0 8px;
	}
	
	.work-photo img {

	}
	.img-border{
	}
	
/* Footer */

	#footer a{
		color:#569;
	}
	
	#footer h5 {
	color:#84755E;
	margin-top: 4px;
	}
.img-border2 {
	border: 1px solid #777;
}
