/* CSS Document */

/* Set all default margins and padidngs to zero */

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #000000;
	font-family: "Myriad Pro", Myriad, Geneva, Tahoma, Arial, sans-serif;
}

#wrapper {
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

#toppeas {
	background-image:url(../images/peasheader.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:130px;
	width:260px;
	display:block;
	position:absolute;
	top:30px;
}

#header {
	height:125px;
	font-size:xx-large;
	display: inline;
}

#headerfirst {
	color:#FFFFFF;
	text-transform:lowercase;
	margin: 0px;
	padding-right: 80px;
	padding-top: 120px;
	text-align: right;
	letter-spacing: 5pt;

}

#headerlast {
	display:inline;
	color:#FFFFFF;
	text-transform:uppercase;
}

#headerlast span {
	color:#66CC00;
}

#line {
	border-top:solid 3px;
	border-top-color:#FFFFFF;
	padding: 0px;
	width:600px;
	margin-top: 4px;
	float: left;
	display: inline;
}

#subhead {
	float:right;
	font-family:"Garamond", Georgia, "Times New Roman", Times, serif;
	font-size:large;
	font-style:italic;
	color:#999999;
	width: 150px;
	letter-spacing: 2pt;
	display: inline;
	text-align: right;
	
}

#subsubhead {
	font-family:"Myriad Pro", Myriad, Geneva, Tahoma, Arial, sans-serif;
	font-size:small;
	font-style:normal;
	color:#66CC00;
	letter-spacing:1px;
	margin-top:1px;
}

#subsubhead span {
	color:#666666;
}

#subsubhead span span {
	color:#FFFFFF;
}

.clear {
	clear:both;
}

#nav {
	color:#FFFFFF;
	font-size:medium;
	text-align:left;
	margin-top:-10px;
	letter-spacing: 5pt;
}

#nav span {
	color:#66CC00
}

#nav ul {
	list-style: none;
	margin-bottom: 10px;
	margin-top: -1em;
}

#nav li {
	display: inline;
	background: none;
	padding: 10px;
}
 
#nav a {
	display: inline;
	color:#999999;
	text-decoration: none;
}
 
#nav a:hover {
	color:#66CC00;
}
 
#peas {
	background-image:url(../images/peas.jpg);
	background-position: 15px 100px;
	background-repeat: no-repeat;
	height: 500px;
	visibility: visible;
}

#content {
	padding-left:40px;
	height:auto;
	margin-top:30px;
}

#footer {
	margin:30px;
	font-size:x-small;
	color:#CCCCCC;
	text-align:center;
	text-decoration:done;
	letter-spacing:.1em;
}

#footer a {
	color:#CCCCCC;
	text-decoration:none;
}

/*for portfolio page */

.client {
	background-color:#222222;
	height:150px;
	width:600px;
	text-align:left;
	margin-bottom:30px;
}

.clientname {
	color:#CCCCCC;
	text-transform:lowercase;
	letter-spacing:5px;
	padding:0px;
}

.clientblack {
	background-color:#000000;
	height:8%;
}

.clienttext {
   color:#CCCCCC;
   font-size:x-small;
   padding-left:30px;
   padding-top:20px;
   /* padding-right:375px; */
   float:left;
   letter-spacing:.1em;
   width: 200px;
}

.clientgallery {
   display:inline;
   float:right;
   height:170px;
   width:170px;
   margin-top:-15px; 
   margin-right:0px;
}

.thumbtopleft {
	float:left;
	border:solid 10px #000000;
	height:60px;
	width: 60px;
	margin-right:0px;
	background-color:#222222;
}

.thumbtopright {
	float:right;
	border:solid 10px #000000;
	height:60px;
	width: 60px;
	background-color:#222222;
}

.thumbbottomleft {
	margin-top:10px;
	float:left;
	border:solid 10px #000000;
	height:60px;
	width:60px;
	background-color:#222222;
}

.thumbbottomright {
	margin-top:10px;
	float:right;
	border:solid 10px #000000;
	height:60px;
	width:60px;
	background-color:#222222;
}

/*for bio page */

#welcome {
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	font-style:italic;
	padding-top:5px;
	padding-bottom:20px;
	padding-left:25px;
}

.bio {
	color:#999999;
	font-size:small;
	padding-left:10px;
	width:400px;
	float:left;
	display:inline;
}

.bio a {
	color:#999999;
	text-decoration: none;
}

.bio a:hover {
	color:#66CC00;
}

.sidebar {
	color:#999999;
	font-size:small;
	padding:20px;
	background-color:#212C1E;
	border:solid 5px #222222;
	display:inline;
	float:right;
	width:190px;
	margin-top:20px;
}

.sidebar a {
	color:#00CC00;
	text-decoration:none;
}

.image {
	display:inline;
	float:right;
	border:solid 5px #222222;
}