/* text */
#text{ font-size: 90%; font-family: "Courier New", Courier, monospace; }

/* homepage image */
img.line { border-width: 1px; border-color: #B7D1F0; border-style: solid; }

/* homepage */
a.goldtop:link { color: #FFFFFF; text-decoration: none; }

	
a.goldtop:visited { color: #FFFFFF; text-decoration: none; }

a.goldtop:hover { color: #555D65; background: #B7D1F0; text-decoration: none; }

a.goldtop:active { color: #F36A45; text-decoration: none; }

/* about pages */
a.about:link { color: #FFFFFF; text-decoration: none; }
	
a.about:visited { color: #FFFFFF; text-decoration: none; }

a.about:hover { color: #555D65; background: #DFC7E0; text-decoration: none; }

a.about:active { color: #FFFFFF; text-decoration: none; }

a.aboutsub:link { color: #664858; text-decoration: none; }

	
a.aboutsub:visited { color: #664858; text-decoration: none; }

a.aboutsub:hover { color: #FFFFFF; text-decoration: underline; }

a.aboutsub:active { color: #FFFFFF; text-decoration: none; }

/* portfolio pages */
a.port:link { color: #C61173; text-decoration: none; }

	
a.port:visited { color: #C61173; text-decoration: none; }

a.port:hover { color: #FFFFFF; background: #B0D001; text-decoration: none; }

a.port:active { color: #FFFFFF; text-decoration: none; }

a.portsub:link { color: #59734C; text-decoration: none; }

	
a.portsub:visited { color: #59734C; text-decoration: none; }

a.portsub:hover { color: #FFFFFF; text-decoration: underline; }

a.portsub:active { color: #FFFFFF; text-decoration: none; }

/* project pages */
a.proj:link { color: #C61173; text-decoration: none; }

	
a.proj:visited { color: #C61173; text-decoration: none; }

a.proj:hover { color: #FFFFFF; background: #C61173; text-decoration: none; }

a.proj:active { color: #FFFFFF; text-decoration: none; }

/* web design pages */
img.webline { border-width: 1px; border-color: #FFFFFF; border-style: solid; }

a.web:link { color: #2D957B; text-decoration: none; }

	
a.web:visited { color: #2D957B; text-decoration: none; }

a.web:hover { color: White; background: #3FC5A4; text-decoration: none; }

a.web:active { color: #FFFFFF; text-decoration: none; }

/* drawing pages */
a.drawing:link { color: #FFFFFF; text-decoration: none; }

	
a.drawing:visited { color: #FFFFFF; text-decoration: none; }

a.drawing:hover { color: #000000; background: #63DE9A; text-decoration: none; }

a.drawing:active { color: #FFFFFF; text-decoration: none; }

/* copyright links */
a.copyright:link { color: #79838E; text-decoration: none; }
	
a.copyright:visited { color: #79838E; text-decoration: none; }

a.copyright:hover { color: #79838E; text-decoration: underline; }

a.copyright:active { color: #79838E; text-decoration: none; }

/* repeating image */
#grid { width: 700px; margin: 0; padding: 0;}
#grid ul { width: 700px; overflow:hidden; /* ul applies default padding */ margin: 0; padding: 0; }
#grid li img { border: 1px solid #ffffff; }
#grid li a:hover img { border: 1px solid #C5005F; }
#grid li { float: left; list-style:none; /* li applies default margin-left */ margin: 0 24px 0 0;}
#grid li:nth-child(3n){margin-right: 0;}
.caption { font-size: 90%; font-family: "Courier New", Courier, monospace; color: #555d65; width: 190px; height: 60px; margin: 10px 0 10px 0; display: block;}
.caption a { color: #C61173; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-decoration: none; background: url(http://www.goldtop.org/projects/img/dot.gif) no-repeat 0 3px; padding: 0 12px;}
.caption a:visited { color: #C61173; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-decoration: none;  background: url(http://www.goldtop.org/projects/img/dot.gif) no-repeat 0 3px; padding: 0 12px;}
.caption a:hover { color: #11744b; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-decoration: underline;  background: url(http://www.goldtop.org/projects/img/dot.gif) no-repeat 0 3px; padding:0 12px;}
.caption a:active { color: #11744b; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-decoration: none;  background: url(http://www.goldtop.org/projects/img/dot.gif) no-repeat 0 3px; padding: 0 12px;}


