/* Style Sheet for Ramsey and Vaan Website  */


/****** BACKGROUNDS, FONT COLORS   ************/
.bg-yellow {
  background-color: #fafb73;
}
.bg-pinkmarble {
  background-color: #f5edea;
  background-image: url("/images/wall3.jpg");
  background-repeat: repeat;
}
.bg-bluemarble {
  background-color: #bce1ea;
  background-image: url("/images/blue_wall_bg.jpg");
  background-repeat: repeat;
}
.navy {
  color: #000080;
}
.sepia {
  color: #593a00;
}
.red {
  color: red;
}

/***********  HEADERS, FONTS STYLES ***********/
.comicsans {
	font-family: Comic Sans MS, sans-serif;
}
.sm_comicsans {
	font-family: Comic Sans MS, sans-serif;
	font-size: 18px;
	height: 21px;
}
.text {
	font-family: sans-serif;
}
.bigtext {
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.georgia {
	font-family: Georgia;
}
font.title {
	font-family: sans-serif;
	color: rgb(63, 97, 117);
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}
font.album {
	font-family: sans-serif;
	color: rgb(180, 6, 6);
	font-size: 20px;
	font-style: italic;
}
.verybigred {
	font-family: sans-serif;
	font-size: 48px;
	font-weight: bold;
	color: rgb(240,0, 0);
}
.verybigpurple {
	font-family: sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: rgb(150,6, 249);
}
.size6 {
  font-size: 28px;
}
.size2 {
  font-size: 18px;
}
.footnote {
  font-size: 10px;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  font-style: underline;
}

/***********  LINKS         ***********/
a:link {
  color: #038db1;
}
a:active {
  color: #d72d35;
}
a:visited, a:hover {
  color: #802080;
}
a:hover {
  text-decoration: none;
}
a.album {
	font-family: sans-serif;
	color: rgb(180, 6, 6);
	font-size: 18px;
	font-style: italic;
}
.menucurpage {
	color: rgb(39, 0, 43);
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}
.menulinks {
	font-family: Comic Sans MS;
	font-weight: bold;
	font-size: 18px;
}
A.blacklink {
	color: rgb(0,0,0);
	text-decoration: underline;
}

/*********** LINE, PARAGRAPH CONTROL ***/
.space-t {
  margin-top: 12px;
}
.space-b {
  margin-bottom: 12px;
}
.space-r {
  margin-right: 12px;
}
.space-l {
  margin-left: 12px;
}
.indent {
  margin-left: 12px;
  margin-right: 12px;
}

/*** Used in album listings ****/
.ssa {
	color: rgb(180, 6, 6);
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	height: 18px;
}

.ssb {
	color: rgb(0,40,0);
	font-family: sans-serif;
	font-size: 14px;
	height: 16px;
}

.ssc {
	color: rgb(0,0,110);
	font-family: sans-serif;
	font-size: 18px;
	height: 20px;
	font-weight: bold;
	font-style: italic;
}

.ssd {
	color: rgb(0, 0, 0);
	font-family: sans-serif;
	font-size: 18px;
	height: 21px;
}

.sse {
	color: rgb(0, 0, 0);
 font-weight: bold;
	font-family: sans-serif;
	font-size: 15px;
	height: 15px;
}

