/*  'Air' alternate stylesheet for Poison Ivy skin for CS 1.1 */

body{
	background-color: #E3EBEF;
}
#header {
	background-color: #FFF;
}  
#nav {
	background-color: #9BA0A3;
	background-image: url(../Images/airbottom.gif);
    } 
#contentwrapper {
	background-color: #FFF;
	background-image: url(../Images/airtop.gif);
}
#title {
	background-image: url(../Images/airtop.gif);
}
a:visited,
a:active,
a:link {	
	color: #78798A;
}

a:hover {
	color:#A39F9B;
}
#contentfooter{
	background-image: url(../Images/airfooter.gif);
}
#sidebar-a {
	border-left-color: #E3EBEF;
		}
.calNextPrev a:link, .calNextPrev a:active, .calNextPrev a:visited {
	color: #78798A!important;
}
.calNextPrev a:hover {
	color: #A39F9B!important;
}

/* additions */
h1 a:visited, h1 a:active, h1 a:link {
	color: #333; border-bottom: none;
}
h2 a:visited, h2 a:active, h2 a:link {
	color: #333; border-bottom: none;
}
.postcontent a:visited, .postcontent a:active, .postcontent a:link {
	margin: 0; padding: 0; border-bottom: 1px dashed #DDDDFF;
}

