/* -------------------- begin file -------------------- */
/* This is the main CSS style sheet for KC Ramsay Photography */


body {color: black; background-color: white;
 font-family: Verdana, Arial, Helvetica, sans-serif;  
 }

img {border: 0 none;}

.nav {background-color: #999999;
 color: black;
 float: left;
 top: auto;
 left: 0;
 right: auto;
 bottom: 0;
 /*position: absolute;*/
 text-align: right;
 text-transform: lowercase;
 font-family: 'verdana', 'arial', sans-serif;
 letter-spacing: -0.05em;
 font-size: 20px;
 padding: 8px;
 width: 260px;
  }

.contact {background-color: white;
 color: black;
 text-align: left;
 font-size: 14px;
 } 

.red {background-color: transparent; color: rgb(191,0,0);}

.copyright {background-color: transparent; color: black; font-family: 'minion pro', 'times new roman', 'times', serif; font-size: 11px; text-align: center;}

a:link {text-decoration: none; color: black; background-color: transparent;}
a:visited {text-decoration: none; color: black; background-color: transparent; border-style: none;}
a:hover {
	text-decoration: underline;
	color: #900;
}
.blurb a:link { color: rgb(191,0,0);}
.blurb a:visited { color: rgb(191,0,0);}
.blurb a:hover { color: rgb(191,0,0);}

a:link img {border-style: hidden; color: black; background-color: transparent;}

.underline {text-decoration: underline;}
