/*  'Air' alternate stylesheet for Poison Ivy skin for CS 1.1 */

body{
	background-color: #E3EBEF;
       font: 76%/1.2em Segoe, Verdana, Arial, Helvetica, sans-serif;
}
a:visited,
a:active,
a:link {	
	color: #0b3345;
}
a:hover {
	color:#a8c90d;
}

#header {
	background-color: #FFF;
}  
#nav {
	background-color: #9BA0A3;
	background-image: url(../Images/airbottom.gif);
    } 
#contentwrapper {
	background-color: #FFF;
	background-image: url(../Images/airtop.gif);
       background-repeat: no-repeat;
       background-position: left top;
}
h1 a:visited, h1 a:active, h1 a:link {
	color: #FFF;
}
/*Blog Header*/	
#title { height: 90px; }
#header h1{
	margin: 40;
	padding:  0.5em;
	font-size: 2em;
	font-weight: normal;
       text-align: center;
       } 

#header p{
	margin: 0;
	font-size: 1.1em;
	padding: 0 1em 0.5em;
       color: #FFF;
}
#title {
	background-image: url(../photos/winblog/images/425843/original.aspx);
}
#contentfooter{
	background-image: url(../Images/airfooter.gif);
       background-repeat: no-repeat;
	background-position: left bottom;
	clear: both;
}
#sidebar-a {
	border-left-color: #E3EBEF;
		}
.calNextPrev a:link, .calNextPrev a:active, .calNextPrev a:visited {
	color: #78798A!important;
}
.calNextPrev a:hover {
	color: #A39F9B!important;
}
#masthead {
	color: #333;
	border-bottom: 2px solid #9BA0A3;
	background: #FFF;
}
#masthead a:link, #masthead a:visited, #masthead a:active, #masthead a:hover {
	color: #78798A;
}
/* Blog Layout */
#wrapper {
	padding: 1em;
}
#container {
	margin: 0 auto;
	text-align: left;
	padding: 0;
	width: 1024px;
}
/* -- Post -- */
.post {
	padding: 0em;
	margin: 0;
}
/* Post Header */
.posthead {
	margin: 0;
	padding: 0em 0 0.5em;
	font-size: 0.9em;
	color: #999;
}
.posthead h2 {
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 0.4em;
	color: #333;
}
.posthead img {
	margin: 0;
	padding: 0 0 0 0.5em;
	border: 0 none;
}
.posthead a:hover {
	text-decoration: none;
}
/* Post header for Entryview page*/
.postviewhead{
	font-size: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: right;
}
/* Post Content  */
.postcontent {
	margin: 0;
	padding: 0;
}
.postcontent img {
	margin: 1em 1em 0.5em 0;
	padding: 0;
	line-height: 2em;
}