@charset "UTF-8";
/* CSS Document */

/*  Project Page Styles */

.project-sectiontitle {
	position: relative;
	top: 10px; 
	left: 0px; 
	width: 800px; 
	height: auto; 
	background-color: #333; 
	padding: 7px 28px; 
	line-height: 16px;
	font-size: 1.1em;
	font-weight: bolder;
	letter-spacing: 0.1em;
	line-height: 1.0em;
	margin-bottom: 10px;
}
.overview-sectiontitle, .people-sectiontitle, .friends-sectiontitle  {
	background-color: #847789;
}
.maincontent .about-us a:visited {
	color:;
}
.project-indivproject {
/* NOTE: This style is superceded for the First entry and for spacing in each section: 'Current', 'Upcoming', and 'Past'. */
	position: relative;
	border-top: dashed 1px #393939;
	padding: 20px;
}
.to-top a:link, .to-top a:visited {
	position: relative;
	float: right;
	top: -20px;
	left: -15px;
	font-size: 0.78em;
	color: #bbb;
}
.to-top a:hover {
	color: #5e5e8e;
}
.project-indivproject a:link, .project-indivproject a:visited  {
	font-size: 0.8em;
	font-weight: bold;
	color: #bbb;
}
.project-indivproject a:hover   {
	color: #5e5e8e;
}
.project-projecttitle a:link, .project-projecttitle a:visited {
	font-size: 1.0em;
	padding-top: 10px;
	font-weight: bold;
	padding-bottom: 4px;
	line-height: 1.45em;
	color: #bbb;
}
.project-projecttitle a:hover {
	color: #5e5e8e;
}

/* END Project Page Styles */

/* Project Detail LIsting */
.project-synopsis {
	position: relative;
	top: 10px;
	clear: none;
	width: auto;
	font-size: 0.95em;
	padding-bottom: 20px;
	margin: 0 10px 0 10px;
}
.project-synopsis strong {
	margin-bottom: 7px;
}
.project-details {
	position: relative;
	top: 10px;
	left: 0px;
	float: left;
	clear: none;
	width: 200px;
	height: auto;
	padding: 5px 10px;
	border: solid 1px #292929;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	margin-bottom: 40px;
}

.project-title {
	font-weight: bold;
	font-size: 1.2em;
}
#project-pagetitle {
	top: 0px;
	font-style: oblique;
}


.project-directedby {
	
}

.project-cast {
	
}

.project-writer {
	
}

.project-producer {
	
}

.project-crew {
	
}

.project-release {
	padding-bottom: 10px;
}

.project-site-link {
	position: relative;
	top: 20px;
	left: 10px;
	padding-left: 10px;
}

.project-blog-link {
	position: relative;
	top: 20px;
	left: 10px;
	padding-left: 10px;
}

.project-site-link a, .project-blog-link a { font-size: 2em;
}


/* End Project Details Styles */



/* "Projects" Page styles */
.project-list {
	position: relative;
	top: 0px;
	left: 20px;
	width: 760px;
	margin: 0px;
	clear: none;
	float: left;
	padding-bottom: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.project-listtitle {
	position: relative;
	top: 0px;
	padding: 10px;
	width: 800px;
	background-color: #333;
	font-size: 1.1em;
	color: #FFFFFF;
	z-index: 1;
	margin-top: 10px;
}
.project-itemtitle {
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 2px;
}
.project-listitem {
	padding: 0px;
	position: relative;
	left: -8px;
	top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #191919;
	font-size: 0.8em;
	float: left;
}
.project-listitem img {
	vertical-align: text-top;
	text-align: left;
}
.project-listitem a, .totop a {
	color: #bbb;
	font-size: 0.8em;
}
.project-listitem a:hover, .totop a:hover {
	color: #5e5e8e;
}


.oneColFixCtrHdr #mainContent {
	position: relative;
	left: 10px;
	width: 800px;
	height: auto;
	overflow: hidden;
	padding-bottom: 0px;
	background-color: #000;}
	


.project-images {
	position: relative;
	margin-top: 40px;
	top: 0px;
	left: 0px;height: auto;
	border: dotted 1px #6e6e6e;
	font-size: 0.85em;
	z-index: 500;
}
#project-image  {
	margin: 5px;
	border: dotted 1px #3e3e3e;
	width: 180px;
	height: auto;
}
.project-images:hover {
	border: solid 1px #494949;	
}
.project-website a, .project-blog a {
	color: #5e5e8e;
	font-size: 0.8em;
}
.project-website, .project-blog {
	position: relative;
	top: 20px;
	left: 0px;
	height: auto;
	padding: 5px 15px;
}
.project-centercol {
position: relative;
top: 10px;
left: 0px;
width: 370px;
height: auto;
float: left;
margin-bottom: 40px;	
}
.project-leftcol {
position: relative;
top: 0px;
left: 0px;
width: 200px;
float: left;
margin-bottom: 40px; 
text-align: center;
margin-top: 10px;	
}

/* END Project Listing Details */