/*

PJoncas Studios, LLC
http://www.pjoncasstudios.com/

Author: PJoncas Studios, LLC
http://www.pjoncasstudios.com


*/




/*
----------------------------------------------------------------------------- 
Structure
----------------------------------------------------------------------------- */

body { 
	padding: 0;
	margin: 0 auto;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	line-height: 160%;
	background: #000;
	color: #000;
}

#wrapper {
	width: 1359px;
	padding:0;
	margin:0 auto;
	background: #000 url(../images/graphics/body3.jpg) repeat-y;

}
	

div { 
	text-align: left;
	margin:0 auto;
}
	
/*
----------------------------------------------------------------------------- 
Font / Text / Links / Lists
----------------------------------------------------------------------------- */

h1, h2 { 
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

h2 { 
	font-size: 18px;
	margin-bottom: 5px;
	color: #999;
}

h3 {
	color: #fff;
	font-weight:100;
	font-size: 18px;
	padding:0 0 5px 5px;
	line-height:0px;
}


h4 {
	color: #ccc;
	font-weight:100;
	font-size: 14px;
	padding:0 0 5px 5px;
	line-height:0px;
}

p { 
	margin: 0;
	margin-bottom: 5px;
}

p.right { 
	text-align: right;
}

	
a:link, a:active{ 
	text-decoration: none;
}

a:link, a:active, a:visited { 
	color: #ccc;
	text-decoration:underline;
}




img a:hover{
background:none;}
img {border: none;}


/*
----------------------------------------------------------------------------- 
Image Maps
----------------------------------------------------------------------------- */

#menu a {
  position: absolute;
  height: 103px;
  width: 88px;
  top: 22px; 
  text-decoration: none;
  }
  
#menu a i { visibility: hidden; }

a#email { left: 262px; width: 290px; }

a#email:hover { left: 355px; width: 255px; background:none; }

/*
----------------------------------------------------------------------------- 
Content Area Styles
----------------------------------------------------------------------------- */


#header { 
	background: #660000 url(../images/graphics/header3.jpg) 100% 0 no-repeat;
	width:950px;
	height: 486px;
	clear: both;
	margin: 0 auto;
}
	#header .background{
	background: url(../images/graphics/header_bg.jpg) repeat-x
	}
	.headertext {
	display:none;
	}
	
	#rightcol {
	float: right;
	width: 540px;
	margin-bottom: 20px;
	}
	
	.subHead {
	padding: 6px 10px 13px 10px;
	margin: 350px 0 20px 0;
	background-color: #161E25;
	}
	
	.subHead h1#portfolioh1 {
	height: 41px;
	background: url(../images/project_showcase.gif) no-repeat;
	display: block;
	margin: 0;
	padding: 0;
	}


#container { 
	width: 950px;
	padding: 10px;
	margin: 0 auto;
	background: #fff;
	xborder: 10px solid #333;
}

#content { 
	background: #660000;
	height: 205px;
	color: #fff;
	padding: 20px 20px 0 20px;
	clear: both;
}

#about { 
	height: 140px;
	padding: 10px;
	float: left;
	width: 620px;
}

#contact { 
	height: 140px;
	float: right;
	width: 250px;
	height:192px;
	padding: 0;
	margin: 15px 0 0 0;
	xbackground:url(../images/graphics/line.jpg) top left no-repeat;
}

	.contact-text {
	width:215px;
	padding: 0 0 0 25px; margin: 0 0 0 10px;
	}
	
	.contact-text a:hover {
	color:#000;
	background:#fff;
	}

#project-content { 
	background: /*url("../images/point.jpg") 0px 15px no-repeat*/ #fff;
	clear: both;
	margin-top: 1px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 60px;
	padding-right: 60px;
	border-top: 1px solid #333;
}

	#project-content p.right-links{
	text-align:right;
	xfloat:right;
	}



/*=== PROJECT STYLES ====*/
#project-wrapper {
	margin: auto;
	padding: 10px 0;
	width: 950px;
	background: #660000;
}

	#project-wrapper h2 {
	padding:0 0 20px 30px;
	}


div.project-details {
	width: 885px;
	xborder: 1px solid #21212b;
	margin-bottom: 30px;
	background:#fff;
}
div.project-details-container {
	background-color: #330000;
	background-image: url(../images/graphics/project_header_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

	
	
div.content-extended {
	background:#fff;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: auto;
}

	div.content-extended h4.detailsTitle {
	color: #000;
	font-weight:100;
	font-size: 14px;
	padding:2px 0 0 0;
	line-height:0px;
	text-transform:uppercase;
	margin:10px 0;
	}
	
		div.content-extended h4.products {
		color: #000;
		font-weight:100;
		font-size: 14px;
		padding:5px 0 5px 0;
		line-height:0px;
		text-transform:uppercase;
		margin:10px 0 0 0;
		}
	
	div.content-extended p.technologies{
	color: #666;
	background:#fff;
	font-weight:100;
	font-size: 12px;
	padding:10px 0 10px 0;
	line-height:0px;
	margin:0 0 10px 0;
	}
	
	div.content-extended ul.productList{
	color: #666;
	font-weight:100;
	font-size: 12px;
	padding:5px 0;
	line-height:16px;
	margin:0;
	}
	
		div.content-extended ul.productList li a, div.content-extended p a{
		color:#666;
		text-decoration:underline;
		padding:2px;
		}
		
		div.content-extended ul.productList li a:hover, div.content-extended p a:hover{
		color:#ccc;
		background:#660000;
		text-decoration:none;
		padding:2px;
		}
		
		
	
		div.content-extended p.close a{
		float:left;
		width:130px;
		color: #000;
		font-weight:100;
		font-size: 12px;
		margin:5px 0 10px 0px;
		padding:10px 0 10px 0;
		line-height:0px;
		text-decoration:none;
		}
		
		div.content-extended p.close a:hover{
		float:left;
		width:130px;
		color: #333;
		background:none;
		border-bottom:1px dashed #000;
		font-weight:100;
		font-size: 12px;
		margin:5px 0 10px 0px;
		padding:10px 0 10px 0;
		line-height:0px;
		}
		
	
div.content-extended .leftSide {
	width: 460px;
	float: left;
	color:#333;
}
div.content-extended .rightSide {
	float:left;
	margin-left: 60px;
	width: 300px;
}
div.content-extended p {
	font-size: 11px;
}


	/* SKILL_SET SYMBOLS
	----------------------------------------------------------------------------------- */
	.symbols {
		width: 300px;
		height: 25px;
		background: url(../images/symbols/faded-icons.png) no-repeat;
		xposition: relative;
		margin: 10px 0px 20px 0px;
		}
		
	.photoshop {
		xposition: absolute;
		left: 0px;
		top: 0px;
		width: 25px;
		height: 25px;
		}
		
	.dreamweaver {
		xposition: absolute;
		left: 31px;
		top: 0px;
		width: 25px;
		height: 25px;
		}
		
	.illustrator {
		xposition: absolute;
		left: 62px;
		top: 0px;
		width: 25px;
		height: 25px;
		}
		
	.indesign {
		xposition: absolute;
		left: 92px;
		top: 0px;
		width: 25px;
		height: 25px;
		}	
		
	.flash {
		xposition: absolute;
		left: 123px;
		top: 0px;
		width: 25px;
		height: 25px;
		}	
	
	#footer { 
		background: #fff;
		height: 50px;
		clear: both;
		margin-top: 1px;
		color: #5B544D;
		padding: 8px;
	}
	
	
#footer p { 
	clear: both;
	color: #c0c0c0;
	font-size: 11px;
}

ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li { 
	float: left;
	padding: 0;
	height: 15px;
	vertical-align: middle;
	padding-right: 25px;
	font-size: 11px;
}

#footer li.top { 
	float: right;
	padding: 0;
	height: 15px;
	vertical-align: middle;
	padding-right: 25px;
	font-size: 11px;
}


/*Portfolio objects
=== === === === === === === === === === */
.portfolio-object {
   width: 885px;
   height: 214px;
   margin: 0 auto 0 auto;
   background: #660000 url(../images/graphics/portfolio_bg.jpg) repeat-x;
   border-top: 1px solid #413d36;
   border-left: 1px solid #413d36;
   border-bottom: 1px solid #39352e;
   border-right: 1px solid #39352e;
}

.portfolio-object img {
   border: 8px solid #555047;
   margin: 9px 0 6px 9px;
}

.portfolio-object ul {
   margin: 0 0 0 12px;
   list-style: none;
}

.portfolio-object ul li {
   margin: 0 0 2px 0;
   list-style: none;
}

.portfolio-object .left {
   float: left;
}

.portfolio-object .right {
   float: left;
   margin: 0 0 0 30px;
}

.portfolio-object h3{
   margin: 5px 0 0 9px;
   font-size: 1.3em;
   color: #fff;
}

.portfolio-object h4{
   margin: 15px 0 0 9px;
   font-size: 1.1em;
   color: #666;
}

.portfolio-object p {
   margin: 10px 0 0 18px;
}

.portfolio-object p a {
   background:url(../images/graphics/arrow_right.jpg) center left no-repeat;
   padding: 0 0 0 15px;
   color:#fff;
   text-decoration:underline;
}

.portfolio-object p a:hover { 
	color: #ccc;
	text-decoration:none;
	background: #000 url(../images/graphics/arrow_right_on.jpg) center left no-repeat;
	padding: 0 0 0 15px;

}

.portfolio-bottom-nav {
   width: 100%;
   text-align: center;
}

.portfolio-bottom-nav a {
   background:url(../images/graphics/arrow_right.gif) center left no-repeat;
   padding: 0 0 0 15px;
}
