/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Matt Quintanilla
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 1em;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", serif;
}

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

p a:link { font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-decoration: none; color: inherit; border-bottom: 1px dotted; }
p a:active { font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-decoration: none; color: inherit; }
p a:visited { font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-decoration: none; color: inherit; }
p a:hover { font-family: Helvetica, Arial, sans-serif; font-weight: bold; text-decoration: none; border-bottom: 1px solid; }

#menu a:link { text-decoration: none; color: #e6e6e6; }
#menu a:active { text-decoration: none; }
#menu a:visited { text-decoration: none; color: #cccccc; }
#menu a:hover { text-decoration: none; color: #ffffff; }

/* 
problematic templates
*/
a img, #d-col1 a, #top { border: none; font-weight: normal;}

#d-col1 a {
	display: block;
	width: 100px;
	border: none !important;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#d-col1 a:hover {
	display: block;
	filter:alpha(opacity=100);
	border: none !important;
	-moz-opacity:100;
	opacity:100;
}

#menu {
	background-color: #000000;
	position: fixed;
    width: 11.5em;
	height: auto;
    overflow: auto;
    top: 0;
	margin-left: 3.25em;
	left: 0;
	border-bottom: .1em #0c0c0c solid;
}

#menu ul {
	list-style: none;
	margin: 0 0 1em 0;
	color: #ffffff;
	line-height: 1.4em;
	padding: 0 .63em .63em 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .8em;
}

#menu ul li.section-title { 
	font-weight: bold;
}

.logo {
	background-color: transparent;
}

#content {
    height: 100%;
	width: 37.50em; 
    margin: 6.25em 0 0 16.50em;
    top: 0;
}

.container {
    padding: 0em;
	margin: 0em;
}

#content p { 
	margin-bottom: 10px;
	color: #414141;
}

p {
    margin: 0 0 0.63em 0;
}

h1 { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 2.75em;
	font-style: normal;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: .9em;
	padding: 0 0 .4em 0;
	display: block;
	width: 6.25 em;
}

h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

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

#img-container a img {
	border: none;
}

#nav {
	background-color: #000000; 
	width: 600px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .6em;
	text-align: center;
	color: #f5f5f5;
	text-transform: uppercase;
	letter-spacing: .2em;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
}

#nav a {
	color: #ffffff;
	text-decoration: none;
}

#num {
	background-color: #000000;
	position: absolute;
	z-index: 200;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .6em;
	font-weight: bold;
	text-align: center;
	color: #f5f5f5;
	padding: 0 10px;
	width: auto;
	text-align: center;
}

#caption {
	display: block;
	width: 600px;
	height: auto;
	color: inherit;
	font-family: Georgia, serif; 
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
}

#once { clear: left; }

.reverse #content p { 
	width: 37.50em; 
	margin-bottom: 10px;
}

.reverse p {
	color: #f5f5f5 !important;
}

.reverse h1 { 
	color: #ffffff !important;
}

.reverse h2 { 
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}
.reverse h3 { font-size: 16px; }
.reverse h4 { font-size: 12px; }

.meta, #img-container.meta, .TB_bg, #TB_prev, #TB_next, #TB_secondLine, #d-col1 .meta a {
	color: inherit;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 2em;
	text-decoration: none;
}

#d-col2 p {
	font-family: Georgia, "Times New Roman", serif;
}

a .thickthumb {
	height: 100px;
	width: 100px;
	border: 10px solid #000000;
	border: none !important;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

a:hover .thickthumb {
	filter:alpha(opacity=100);
	border: none !important;
	-moz-opacity:100;
	opacity:100;
}

#last {
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .6em;
	width: 18.75em;
	color: #ffffff;
	padding: 0 0 0 1.56em;
}

.artist {
	font-weight: bold;
}

.title {

}

.dash {

}

.date {
	display: none;
}

