a
{
   color: #A0C5FC;
   text-decoration: none;
}
a:visited {
	color: #A0C5FC;

}
a:hover
{
   color: #E6E6FA;
}

#chaseTitle {
	font-family:'Arial';
	font-size:11px;
	color:rgb(114,112,88);
}

#chaseTitle a {
	color: rgb(255,255,224);
	text-decoration: none;
}

#chaseTitle a:visited {
	color: rgb(255,255,224);
	text-decoration: none;
}

#chaseTitle a:hover {
	color: rgb(245,243,77);
	text-decoration: none;
}

#chaseDate a {
	color: rgb(255,255,255);
	text-decoration: none;
}

#chaseDate a:visited {
	color: rgb(255,255,255);
}

#chaseDate a:hover {
	color: rgb(154,153,245);
}

#EventTitle {
	font-size:14px;
}

#EventTitle a {
	color: rgb(70,70,70);
	text-decoration: none
}

#EventTitle a:visited {
	color: rgb(70,70,70);
}

#EventTitle a:hover {
	color: rgb(200,200,200);
}

#ImgPostLink {
	color: rgb(70,70,70);
	font-size:12px;
	margin-left:25px;
}

#ImgPostLink a {
	color: rgb(22,140,138);
	text-decoration: none
}

#ImgPostLink a:visited {
	color: rgb(22,140,138);
}

#ImgPostLink a:hover {
	color: rgb(36,254,142);
}


#caption {
	font-family:'Times New Roman';
	font-size:16px;
	font-style: italic;
	color:rgb(255,255,255);
}

#largerImages {
	font-family:'Arial';
	font-size:10px;
	font-style: italic;
	color:rgb(70,70,70);
}

#shootDescript {
	font-family:'Arial';
	font-size:12px;
	color:rgb(114,112,88);
}

#shootDescriptTitle {
	font-family:'Arial';
	font-size:15px;
	color:rgb(180,147,64);
}

#shootSynopsis {
	font-family:'Times New Roman';
	font-size:12px;
	color:rgb(175,238,238);
}

#header1 {
	font-size:19px;
	color:rgb(63,233,255);
	font-family:'Palatino Linotype';
	font-weight:bold;
}

#header2 {
	font-size:14px;
	color:rgb(63,233,255);
	font-family:'Palatino Linotype';
	font-style:italic;
}

#header3 {
	font-size:19px;
	color:rgb(63,233,255);
	font-family:'Palatino Linotype';
	font-style:italic;
}

#calOutline {
	border-width:0px;
	border-style:solid;
	border-color:rgb(180,147,64);
}

#calDatesInactive {
	border-width:1px;
	border-style:solid;
	border-color:rgb(60,60,60);
	font-family:'Arial';
	font-size:11px;
	color:rgb(60,60,60);
}

#calDatesActive {
	border-width:1px;
	border-style:solid;
	border-color:rgb(114,112,88);
	font-family:'Arial';
	font-size:11px;
	color:rgb(114,112,88);
}

#cal3MoDatesActive {
	font-family:'Arial';
	font-size:11px;
	color:rgb(114,112,88);
}

#cal3MoDatesInactive {
	font-family:'Arial';
	font-size:11px;
	color:rgb(60,60,60);
}

#calDatesCurrent {
	border-width:1px;
	border-style:dotted;
	border-color:white;
	font-family:'Arial';
	font-size:11px;
	color:white;
}

#yearcalDates {
	font-family:'Arial';
	font-size:10px;
	color:white;
}

#yearcalDatesInactive {
	font-family:'Arial';
	font-size:10px;
	color:rgb(80,80,80);
}

a:link img.calthumb, a:visited img.calthumb, a:active img.calthumb {
	border: 1px solid rgb(114,112,88);
}

a:hover img.calthumb {
	border: 1px solid #fffc35;
}

img.calthumbcurrent {
	border: 1px dotted white;
}

img.shadow {
	-moz-box-shadow: 5px 5px 10px rgb(0,0,0);
	-webkit-box-shadow: 5px 5px 10px rgb(0,0,0);
	box-shadow: 5px 5px 10px rgb(0,0,0);
}

img.shadow2 {
	-moz-box-shadow: 5px 5px 10px rgb(80,80,80);
	-webkit-box-shadow: 5px 5px 10px rgb(80,80,80);
	box-shadow: 5px 5px 10px rgb(80,80,80);
}

img.shadow3 {
	-moz-box-shadow: 10px 10px 20px rgb(30,30,30);
	-webkit-box-shadow: 10px 10px 20px rgb(30,30,30);
	box-shadow: 10px 10px 20px rgb(30,30,30);
}

