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

/* Common elements */

body {
  margin: 0px;
  top: 0px;
  width: 100%;
	background: #fafcf3 url(paper-background.jpg) scroll;

}

#shortpage {
  position: absolute;
  margin-left: -460px;
  left: 50%;
  padding-left: 15px;
  top: +0px;
  width: 915px;
  height: 700px;
  background-color: #fff;
  border-bottom: 1px solid #e5d9c1;
  border-left: 1px solid #e5d9c1;
  border-right: 1px solid #e5d9c1;
}

#longpage {
  position: absolute;
  margin-left: -460px;
  left: 50%;
  padding-left: 15px;
  top: +0px;
  width: 915px;
  height: 3470px;
  margin-bottom: 20px;
  background-color: #fff;
  border-bottom: 1px solid #e5d9c1;
  border-left: 1px solid #e5d9c1;
  border-right: 1px solid #e5d9c1;

}


#logo {
	position: absolute;
	left: 20px;
	top: 40px;
	width: 118px;
	height: 56px;
}

#cdetails {
	position: absolute;
	right: 20px;
	top: 152px;
	width: 360px;
	height: 13px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6B4F17;
	font-weight: Normal;
	z-index: 1;
}

#cdetails a {
	color: #9b7222;
	border-bottom: none;
}

#cdetails a:hover {
	color: #f0cc31;
	text-decoration: none;
}

#strapline {
	position: absolute;
	left: 185px;
	top: 65px;
	width: 650px;
	text-align: left;
}

#strapline span {
	color: #6B4F17;
	letter-spacing: 0pt;
	font: italic 21px "Times New Roman";
}


#flash {
	position: absolute;
	left: 720px;
	top: 20px;
	width: 100px;
	height: 100px;
	background: url(x.gif) no-repeat;
}


/* Top Nav list */
	
ul#topnav { 
	margin-left:15px;	
	padding-top:3px;
	padding-left:5px;
	padding-bottom:3px;
	position:absolute; 
	top:130px; 
	left:0px;
	width:898px;
	border-top: 1px dotted silver;
	border-bottom: 1px dotted silver;

}

ul#topnav li {
	margin:0px;	
	padding:0px;
	list-style:none;
	margin-right:13px;
	font-size:13px;
	display:inline;
}
ul#topnav li a {
	text-decoration:none;
	color: #6B4F17;
	font-weight: normal;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: none;
}

ul#topnav li a:hover {
	text-decoration:none;
	color: #f0cc31;
	text-decoration: none;
}

ul#topnav li a:active {
	text-decoration: underline;
}

#dividerlinetop {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 900px;
	height: 1px;
	border-bottom: 1px solid #ccc;
}

/* Links  */

img {
	border: 0;
}

a:link {
	color: #9b7222;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}


a:hover {
	color: #f0cc31;
	text-decoration: none;
	border-bottom:1px #f0cc31 dotted;

}

#logo a:hover {
	text-decoration: none;
	border-bottom:0px #f0cc31 dotted;

}



p {
	line-height: 1.4;
	font-size: 13px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #6B4F17;
}



#pagetitle-about {
	position: absolute;
	left: 20px;
	top: 195px;
	width: 410px;
	height: 84px;
	background: url(about-me.jpg) no-repeat;
}

#pagetitle-cards {
	position: absolute;
	left: 15px;
	top: 185px;
	width: 410px;
	height: 92px;
	background: url(cards-and-stationery.jpg) no-repeat;
}

#pagetitle-about h1{
	text-align: left;
	color: #f0cc31;
	font: 20px "Times New Roman";
	letter-spacing: 0pt;
	margin-left: -460px;
}

#pagetitle-cards h1{
	text-align: left;
	color: #f0cc31;
	font: 20px "Times New Roman";
	letter-spacing: 0pt;
	margin-left: -460px;
}





/* home page projects */

#homeprojects {
	width: 900px;
	height: 354px;
	margin-top: 210px;
}

.homeproject1 {
	width: 614px;
	height: 357px;
	border: 1px  dotted gray;
	float: left;
	margin-right: 10px;
}

.homeproject2 {
	width: 270px;
	height: 157px;
	border: 1px dotted gray;
	float: left;
	margin-right: 0px;
}

.homeproject3 {
	width: 270px;
	height: 157px;
	border: 1px dotted gray;
	float: left;
	margin-right: 0px;
	margin-top: 41px;
}

.homeimage {
  width: 608px;
  height: 351px;
  color: #666666;
  border: 3px solid #fff;
  padding: 0px;
}

.homeimage2 {
  width: 264px;
  height: 151px;
  color: #666666;
  border: 3px solid #fff;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.homeimage:hover, .homeimage2:hover {
	color: #666666;
	border: 3px solid #fafcf3;
	padding: 0px;
}

.homeproject-title {
	width: 300px;
	height: 16px;
	padding-top: 7px;
	margin-left: 0px;
}

.homeproject-title a {
	text-align: left;
	color: #6B4F17;
	font: normal 14px/1.3 "Times New Roman";
	border-bottom: none;
	text-decoration: none;
}

.homeproject-title a:hover {
	font-size: 14px;
	font-weight: normal;
	color: #f0cc31;
}




/* Footer */

#footer {
  position: absolute;
  left: 15px;
  top: 658px;
  width: 896px;
  margin-bottom: 20px;
  border-top: 1px dotted silver;
}

.copyright {
	width: 485px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6B4F17;
	font-weight: normal;
  	margin-top: 10px;
	float: left;
	
}

.copyright a {
	font-size: 11px;
	color: #9b7222;
	text-decoration: none;
	font-weight: normal;	
	border-bottom: none;
}

.copyright a:hover {
	color: #f0cc31;
	text-decoration: none;

}


ul#footnavhome { 
	margin-top: 6px;	
	padding:0px;
	margin-left: 633px;
}

ul#footnavhome li {
	margin:0px;	
	padding:0px;
	list-style:none;
	margin-right:5px;
	display:inline;
}
ul#footnavhome li a {
	text-decoration:none;
	color:#000;
	font-weight: normal;
	font-size:11px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
ul#footnavhome li a:hover {
	color: #666666;
}


#footerwork {
  position: absolute;
  left: 15px;
  top: 3422px;
  width: 900px;
  height: 50px;
  margin-bottom: 20px;
  border-top: 1px dotted gray;
}


/* Projects on work page */

#projects {
	left: 0px;
	width: 900px;
	height: 2680px;
	margin-top: 285px;
}


.project {
	left: 0px;
	width: 900px;
	height: 410px;
	padding-right: 0px;
	float: left;
	margin-bottom: 40px;
}

.projectimage {
  left: 3px;
  width: 608px;
  height: 406px;
  border: 1px dotted gray;
  padding: 3px;
  float: left;
}

.projecttext {
	width: 270px;
	float: right;
	margin-left: 10px;
	height: 354px;
}


.projecttext h2 {
	font-family: "Times New Roman";
	font-size: 16px;
	color: #3a2b0c;
	font-weight: normal;
	margin-top: 0;
}


.projectpanel {
	width: 270px;
	height: 25px;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.6;
	border-bottom: 1px dotted gray;
	padding-top: 5px;
	float: right;
	color: #6B4F17;
}


.projectpanel a{
	font-weight: normal;
	font-size: 12px;
}

.projectreturn {
	width: 270px;
	text-align: left;
	font-weight: normal;
	float: right;
	margin-top: 18px;
}

.projectreturn a {
	font-weight: normal;
	font-size: 11px;
	color: #9b7222;
	border-bottom: none;
}

.projectreturn a:hover {
	color: #f0cc31;
}




/* Profile page */

.icon {
	width: 12px;
	height: 12px;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-right: 8px;
	clear: left;
	float: left;
}

ul.links { 
	float: left;
	margin-top: 0px;
	padding-left: 0px;
}

ul.links li{ 
	list-style:none;
	line-height: 1.9;
	float: left;
	clear: left;
}

.biogimage {
	width: 110px;
	height: 148px;
	border: 1px dotted gray;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 16px;
	float: left;
	padding: 3px;
	background: url(card-icon.jpg) no-repeat center center;
}

#biogtext {
	position: absolute;
	left: 15px;
	top: 270px;
	width: 580px;
	height: 200px;
}


#biogtext a {
	color: #9b7222;
	border-bottom:none;
	text-decoration:none;
}

#biogtext span {
	font-size: 15px;
	line-height: 1.3;
}

#biogtext a:hover {
	color: #f0cc31;
}




#rightcol {
	position: absolute;
	left: 633px;
	width: 270px;
	top: 282px;
}

.rightcol-box h2 {
	color: #3a2b0c;
	margin-top: 0;
	margin-bottom: -10px;
	font: normal 16px "Times New Roman";
}

.rightcol-box h3 {
	color:#3a2b0c;
	margin-top: 0;
	margin-bottom: -10px;
	font: 16px "Times New Roman";}

.rightcol-box {
	width: 240px;
	line-height: 1.4;
	font-size: 13px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	float: right;
	margin-left: 10px;
	padding-right: 20px;
	height: 326px;
	color: #444;
}

.rightcol-box a {
	color: #9b7222;
	border-bottom:none;
}

.rightcol-box a:hover {
	color: #f0cc31;
}

.rightcol-box span {
	color: #000;
}











