/**
* CSS
* 
* ALEXISROCKMAN.NET

* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @edited by Jon Kalish
*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #DEDEDE;
	line-height: 130%;
	letter-spacing: 0px;
}
body.section-1 {
}
body.section-2 {
}
body.section-3 {
}
a:link {
	text-decoration: none;
	color: #555555;
	font-weight: bold;

}
a:active {
	text-decoration: none;
	color: #CC3300;
}
a:visited {
	text-decoration: none;
	color: #555555;
	font-weight: bold;
}
a:hover {
	color: #CC3300;
}
a img {
	border: none;
}

/*=============================================================
WRAPPER, SPLASH & CONTENT AREAS
==============================================================*/

#wrapper {
	width: 860px;
	margin-left:40px;
	margin-top:40px;
	height: 100%;
}

#content {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	top: 0;
	left: 0;
	color: #444444;
}

#splash{
	padding-top:20px;
}

.container {
	text-align: left;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.clear-both {
	clear: both;
}

/*=============================================================
FOOTER and FOOTER INFO
==============================================================*/

#footer {
	text-align: center;
	width: 100%;
	margin-top:50px;
	padding-top: 30px;
	padding-bottom: 50px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
}

#info {
	text-align: left;
	margin-left: 0px;
	font-size: 9px;
	color: #999999;
	letter-spacing: 1px;
}

/*=============================================================
MENU
==============================================================*/

#menu {
	width: 660px;
	height: 60px;
	overflow: hidden;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0px;
}
#menu ul {
	list-style: none;
	margin: 0 0 9px 0;
}
#menu ul li.section-title {
	color: #555555;
	font-weight: bold;
}

#menu ul .section-1 {
	color: #000000;
	font-weight: bold;
}


#menu ul>li {
	padding-right: 15px;
	display:inline;
	font-weight:bold;
}

#menu li.active a {
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}

/*=============================================================
PARAGRAPH & HEADERS
==============================================================*/

#content p {
	width: 600px;
	margin-bottom: 10px;
	color: #555555;
	padding: 0px;
}
p {
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 9px;
	margin-left: 0;
}
h1 {
	font-size: 14px;
	font-weight: lighter;
	color: #444444;
	margin-top:16px;
	padding-bottom: 0px;
}
h2 {
	font-size: 14px;
	color: #444444;
	margin-bottom: 20px;
	margin-left:85px;
	margin-right: 25%;
	font-weight: lighter;
	margin-top:20px;
}
h3 {
	font-size: 16px;
	letter-spacing: 1px;
}
h4 {
	font-size: 12px;
}

/*=============================================================
IMAGE CONTAINER
==============================================================*/

#img-container {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#img-container p {
	width: 600px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
	text-indent: 0px;
}


/*=============================================================
SLIDESHOW EXHIBIT FORMAT 
==============================================================*/    

p.nav a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	margin: 0px;
}
p.nav a:hover {
	text-decoration: underline;
}
p.nav span#num {
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 35px;
}

/*=============================================================
BIO / BIBLIO TABLE / LINKS
==============================================================*/
.bio {
	padding-top:10px;
	display:block;
	float:left;
}

.bio a:link{
	font-weight:normal;
}

.bio a:visited{
	font-weight:normal;
}

#biolink {
	margin-bottom:30px;
}

dl {
	width:800px;
}
dl dt {
	display: inline;
	float: left;
	width:  75px;
	margin-right: 10px;
}
dl dd {
	display: inline;
	float: left;
	width: 700px;
	margin-bottom: 10px;
}
#once {
	clear: left;
}


.indexhibit {
	width:160px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	float:left;
	margin-top:40px;
	padding-top:10px;
}

.indexhibit a:link{
	font-weight:normal;
	color:#999999;
}

.indexhibit a:visited{
	font-weight:normal;
	color:#999999;
}

.indexhibit a:hover{
	font-weight:normal;
	color:#FF0033;
}

/*=============================================================
PROJECTS album code
==============================================================*/

.album{
  width: 920px;
  padding-top: 20px; 
}
.album .imageSingle {
	float: left;
	width:164px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.album .imageSingle .image {
  width:164px; 
  height:118px;
  margin:0px;
}

/*=============================================================
PUBLICATIONS
==============================================================*/

.publist{
	width:600px;
	padding-top:15px;

}

.pub{
	display:block;
	margin-bottom:40px;
	float:left;
}

.pubimg{
	width:150px;
	float:left;
}

.pubinfo{
	margin-left:165px;

}

.pubtext{
	font-size:12px;
	margin-bottom:10px;
}