@charset "UTF-8";

a.selected
{
	font-weight: 700;
}


::selection
{
	background-color:#ffff00;
	color:#000;
}

*:focus
{
	outline:0;
}

html
{
	min-height: 100%;
}

body
{
	margin: 0;
}

.fixed
{
	width: 10px;
	height: 100%;
	background-color: #000;
	position: fixed;
	right: 0;
}

.fixed .arrowTop
{
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #000;
	position: absolute;
	right: 5px;
	top:47px;
}

.fixed .arrowBottom
{
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	border-right:10px solid #000;
	position: absolute;
	right: 5px;
	top:62px;
	display: none;
}



.fixed .bullets
{
	position: fixed;
	width: 20px;
	height: 50px;
	right: 25px;
	top:50px;
}

.fixed .bullets a
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #CCC;
	display: block;
}

.fixed .bullets a.selected
{
	color: #000;
	font-weight: 400;
}


.fixed .bullets a:hover
{
	text-decoration: underline;
}




section
{
	width: 960px;
	margin: auto;
}

header
{
	height: 75px;
	width: 960px;
	margin: auto;
	border-bottom: 1px solid #000;
}

header .logo
{
	display: block;
	float: left;
	margin-top: 15px;
}

header nav
{
	float: right;
	margin-top: 55px;
}

header nav ul li
{
	list-style: none;
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 30px;
	letter-spacing: 1px;
}

header nav ul li:last-child
{
	margin-right: 0;
}


header nav ul li a
{
	text-decoration: none;
	color: #000;
}

header nav ul li a:hover
{
	color: #808080;
}

.mainContent
{
	width: 960px;
	margin: auto;
	padding-top: 30px;
	float: left;
}

.mainContent .leftContent
{
	width: 200px;
	padding-top: 48px;
	float: left;
	min-height: 500px;
}

.mainContent .leftContent ul 
{
	border-top: 1px solid #000;
	margin-bottom: 80px;
}

.mainContent .leftContent ul li 
{
	list-style: none;
	margin-top: 10px;
	letter-spacing: 1px;
}

.mainContent .leftContent ul li a
{
	text-decoration: none;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}

.mainContent .leftContent ul li a:hover
{
	color:#808080;
}

.mainContent .leftContent .imgDetails
{
}

.mainContent .leftContent .imgDetails ul
{
	border: 0;
}

.mainContent .leftContent .imgDetails ul span
{
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}



.mainContent .leftContent .imgDetails ul li
{
	float: left;
	margin-right: 5px;
	margin-top: 0;
}

.mainContent .leftContent .imgDetails .details
{
	margin-top: 30px;
	clear: both;
	float: left;
	
}


.mainContent .leftContent .imgDetails .details p
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	color: #000;
}

.mainContent .leftContent .imgDetails .details .title
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	font-style: italic;
}

.mainContent .leftContent .imgDetails .details .artist
{
	text-transform: uppercase;
}



.mainContent .rightContent
{
	width: 700px;
	padding-top: 30px;
	float: right;
}

.mainContent .rightContent h2
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
	line-height: 18px;
	letter-spacing: 1px;
}


.mainContent .rightContent img
{
	max-width: 700px;
	max-height: 700px;
}



footer
{
	width: 960px;
	height: 100px;
	margin: auto;
	border-top: 1px solid #000;
	float: left;
	margin-top: 30px;
}

footer p
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	float: left;
	color: #000;
	margin-top: 10px;
}

footer a
{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
	float: right;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	margin-top: 10px;
	letter-spacing: 1px;
}

footer a:hover
{
	color: #808080;
}



