/* Project Styling */

#project-content-container {
width: 605px; /* 5 pixels to allow shadow on images */
background-color: #fff;
float: left;
margin: 98px 0px 90px 70px;}

/********** Layout - Column **********/

/* Box - Page Title and Intro in Column */
#project-intro {
	width: 200px;
	height: 165px;
	margin: 0px 0px 30px 0px;
	border-bottom: 1px solid #0088CE;}

/* Box - Copy Plus list in Column */
#project-projects {width: 200px;}

/* Project List in Column - Not used */
#project-list {
	list-style-image: url(../images/project-node.jpg);
    margin: 20px 0px 0px 16px;}

#project-list a:link,
#project-list a:visited {
	font-family: ReplicaProRegular, helevetica, arial;
	font-size: 11px;
	color:#676767;
	line-height: 18px;
	text-decoration: none;}

#project-list a:hover {color:#000;}






/* Title and Lined Subtitle */
.prj-header {
	width: 600px;
	float: left;
	font-family: ReplicaProLight, helevetica, arial;
	font-size: 2.4em;
	font-weight: normal;
	color: #0088CE;
	padding-bottom: 18px;}

.prj-subheader {
	width: 600px;
	float: left;
	font-family: ReplicaProRegular, helevetica, arial;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
	padding-bottom: 10px;
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 20px;}
	
	
/********** Layout - Content **********/
	
/* Box - Project Complete Details */
#prj-description-box {
	width: 300px;
	height: 335px;
	float: left;
/* 	background-color: #000;
	margin: 20px 0px 0px 0px;
	border-top: 1px solid #C7C7C7;
*/}	

#prj-image-one {
	width: 285px; /* 5 pixels extra for shadow */
	height: 250px; /* 5 pixels extra for shadow */
	float: right;
	/* background-color: #000; */}

#prj-image-two {
	width: 425px; /* 5 pixels extra for shadow */
	height: 160px; /* 5 pixels extra for shadow */
	float: left;
	/* background-color: #000; */
	margin: 20px 0px 0px 0px;}

#prj-image-logo {
	width: 285px; 
	height: 70px;
	float: right;
	/* background-color: #000; */
	margin: 15px 0px 0px 0px;}

#prj-image-three {
	width: 165px; /* 5 pixels extra for shadow */
	height: 160px; /* 5 pixels extra for shadow */
	float: right;
	/* background-color: #000; */
	margin: 20px 0px 0px 0px;}









	
	
/********** Styling - Content **********/
	
/* Project - Project Title - Blue */
.projectTitle  {
font-family: ReplicaProRegular, helevetica, arial;
font-size: 1.3em;
display: block;
color: #0088CE;
padding: 0px 0px 10px 0px;
}	

/* Project - List Of Solutions Used in Project - Grey */
.projectSolution  {
font-family: ReplicaProItalic, helevetica, arial;
font-size: 1.1em;
line-height: 18px;
display: block;
color: #888;
padding: 0px 0px 10px 0px;
}

.web-link a:link,
.web-link a:visited {
font-family: ReplicaProRegular, helevetica, arial;
font-size: 1.2em;
color:#888;
text-decoration: none;}

.web-link a:hover {color:#000;}	



/* Portfolio - Project Page - Page Content */
.project-txt  {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #606060;
line-height: 15px;} 

.project-txt a:link,
.project-txt a:visited {
color: #000;
line-height: 18px;
text-decoration: none;
font-style: italic;}

.project-txt a:hover {color:#0088CE;}















