/*-----------------------------------------------
Author: Christopher Bowers
Site: http://apertureaccess.com/
Name: The One with the Scrolling
Date: 22 February 2008
----------------------------------------------- */


/* =Structure
----------------------------------------------- */


body {
	margin: 0;
	padding: 35px 20px;
	font-family: Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
	font-size: 76%;
	color: #000;
	background: #fff;
	width: 1048px;
}

#header {
	float: left;
	height: 80px;
	width: 230px;
}

.title {
	font-size: 26px;
	text-align: left;
	padding: 0 25px 0 0;
}

.subtitle {
	font-size: 18px;
	text-align: left;
	padding: 0 41px 0 0;
}

#contact-info {
 	margin: 28px 0 0 0;
	padding: 0;
	font-size: 16px;
}
	
#contact-info ul {
	margin: 0;
	padding: 0;
}	

#contact-info li {
	display: inline;
	padding: 0 0 0 20px;
	margin: 0;
}

#contact-info li:first-child {
	padding: 0;
}

#address {
	left: 325px;
	position: absolute;
}

#address li {
	padding: 0;
}

.communication {
	float: right;
	display: inline;
}

.phone-number {
	width: auto;
}

#side-artists {
	padding-top: 10px;
	float: left;
	clear: left;
}

#side-artists li {
	font-size: 18px;
	line-height: 2.5em;
	text-align: right;
}

#side-blog {
	padding-top: 10px;
	float: left;
	clear: left;
}

#side-blog li {
	font-size: 2px;
	line-height: 2.5em;
	text-align: right;
}

#vert-line {
	border: 0;
	border-right: 1px #000 solid;
	width: 20px;
	height: 571px;
	float: left;
	clear: none;
}

#vert-line2 {
	border:0;
	border-right: 1px #FFFFFF solid;
	width: 20px;
	height: 571px;
	float: left;
	clear: none;
}

#collage {
	left: 304px;
	top: 115px;
	height: 550px;
	width: 820px;
	position: absolute;
	text-align: center;
}

#collage img {
	margin: 0 30px 11px 0;
	border: 1px solid #555;
}

#footer-nav {
	width: 270px;
	text-align: right;
	padding: 15px 0 0 0;
	font-size: 18px;
	top: 690px;	left: 800px;
	position: absolute;
}

#footer-nav2 {
	width: 500px;
	text-align: right;
	padding: 30px 0 0 0;
	font-size: 9px;
	top: 690px;	left: 200px;
	position: absolute;
}

#footer-nav ul {
	margin: 0;
	padding: 0;
}	

#footer-nav li {
	display: inline;
	padding: 0 0 0 20px;
	margin: 0;
}


/* =Artists
----------------------------------------------- */

#artist #header {
	height: auto;
	width: auto;
	left: 250px;
	position: absolute;
}


#artist .title {
	margin-top: 48px; 
	padding: 0;
	font-size: 18px;
}

#artist #contact-info {
 	margin: 0;
	padding: 0;
	font-size: 14px;
}

#artist #address {
	top: 83px; left: 425px;
	position: absolute;
}

#artist .communication {
	width: 300px;
	top: 83px; left: 807px;
	position: absolute;
}

#artist-name {
	top: 30px; left: 40px;
	position: absolute;
}

#artist-name h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0 0 0;
}

#artist-name img {
	width: 70px; height: 70px;
	background: #000;
}

#artist #vert-line {
	top: 170px; left: 190px;
	height: 420px;
	position: absolute;
}

#side-cat, #bio {
	top: 50px; left: 0px;
	position: absolute;
	width: 125px;
}

#bio {
	top: 330px;
}

#side-cat li,
#bio li {
	font-size: 16px;
	line-height: 40px;
	text-align: left;
}

#artist #footer-nav {
	width: 270px;
	text-align: right;
	padding: 15px 0 0 0;
	font-size: 14px;
	top: 690px;	left: 800px;
	position: absolute;
}

/* =Scroller
----------------------------------------------- */

.scroller {
	position: absolute;
	top: 150px; left: 250px;
	width: 820px;
	height: 460px;
	background: #fff;
}

#scroller-1 { 
	position: absolute; 
	overflow: hidden;
	width: 820px;
	height: 460px;
}

.scroller-container {
	position: absolute;
	top: 0px; left: 0px;
	width: 45000px;
}

.scroller-container img {
	padding-right: 7px;
}

.scrollbar-left,
.scrollbar-right {
	cursor: pointer;
	position: absolute;
	top: 490px; left: 370px;
}

.scrollbar-right {
	left: 410px;
}


/* =Typography
----------------------------------------------- */

p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}

li > p {
	margin-top: 0.2em;
}

strong, b {
	font-weight: bold;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}



/* =Links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;	
}

a:visited {
}

a:active {
}

a:hover {
	color: #555;
}

#header a,
#header a:hover,
#header a:active {
	color: #000;
	text-decoration: none;
}


/* =Headings
----------------------------------------------- */

h1 {
	font-size: 2.1em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	margin: 0em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}

ol, ul, li {
	list-style: none;
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
}

