/* CSS styles for Jason Headley */

/* CSS styles for Jason Headley */

body {
  color:#999999;
  background-color:#dfe3ce;
  font:normal 12px Arial, Helvetica, sans-serif;
  line-height:20px;
  letter-spacing:.5px; 
  }

#outerwrapper {
	background-color:#FFFFFF;
	width: 1000px;
	height: 600px;
	margin: 25px auto 0 auto;
}

#innerwrapper {
	background-color:#FFFFFF;
	width: 1000px;
	padding: 10px 0px 20px 45px;
}

a:link,
a:visited {
	color:#999999;
	text-decoration:none;
}

a:hover {
	color:#000000;
}
	
.blacklink{
	color:#000000;
}

.blacklink a:link,
.blacklink a:visited{
	color:#000000;
}

.bodybold {
color:#999999;
font:bold 13px Arial, Helvetica, sans-serif;
line-height:40px;
letter-spacing:6px;
}

#bottomgray{
padding: 30px 0 0 45px;
}

#columnL {
float:left;
width: 210px;
padding: 0 0 0 0px;
margin: 0;
}

#navcolumnL {
padding: 0 0 0 45px;
height:375px;
}

/* main nav bar*/
#nav {
	color:#000000;
	margin:0;
   	padding:0;
}

#nav li {
	list-style:none;
	margin:0;
   	padding:0;	
}

#print #nav-print a,
#television #nav-television a,
#design #nav-design a,
#contact #nav-contact a {
	color:#000000;
}
/* main nav bar*/

/* Enter page*/
#enterContainer { 
margin:0px auto 20px auto;
padding-top:250px;
width:760px;
text-align:center;
}

.enterText {
padding-bottom:25px;
}

/* end Enter page*/

/* Print page */
#workcontainer { 
margin:0px auto 20px auto;
width:760px;
display: table;
text-align:center;
}

.portfolionumbers{
float:left;
letter-spacing:19px;
line-height:14px;
padding:0;
margin-top:25px;
text-align:left;
}

.portfolionumbers a:link,
.portfolionumbers a:visited{
	color:#999999;
	}
	
.portfolionumbers a:hover {
	color:#000000;
}
	
.righttext{
letter-spacing:15px;
line-height:14px;
padding:0;
margin-top:25px;
text-align:right;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
/* end Print page */


/*Design page*/
.Dcontainer {
	text-align:left;
	width:100%;
	background: #FFFFFF;
	margin-top:25px;
}

.DnumSpace {
letter-spacing:19px;

}

.PieceName {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; 
	text-align:right;
	padding:0;
	margin:0;
}

.DmagGlass { 
	float: right;
	text-align:right;
	width:40px;
}

.Dclearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*end Design page*/

/*Logo page*/
.Lcontainer {
	width:100%;
	margin-top:60px;
}

.LnumSpace {
float:right;
margin-top:15px;
letter-spacing:19px;

}

.LnumSpaceCenter {
float:center;
margin-top:15px;
letter-spacing:19px;

}

/*end Logo page*/

/*Contact page*/
#columnContactL {
float:left;
width: 240px;
padding: 0 0 0 0px;
margin: 0;
}

#contactContainer { 
margin: 0px 0px 0 300px;
width:680px;
text-align:left;
letter-spacing:.6px;
line-height:16.5px;
}

.contactColumn {
width:270px;
float:left;
padding:45px 0 0 50px;
}

.LSpacing { 
letter-spacing:3px;
padding-bottom:15px;
}

.LSpacingBoth { 
letter-spacing:3px;
padding:35px 0 15px 0;
}


/*end Contact page*/

#footer {
clear:both;
height:15px;
}
 
#copyright {
	width: 1000px;
	margin: 10px auto 10px auto;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#bec2af;
	height:24px;
}



