body{
	background: #ccc;
	font-family: Georgia, Palatino, Garamond, serif;
	margin: 0;
}

p{
	text-align: center;
	font-size: small;
	margin: 0;
}

h1{
	font-size: x-large;
	line-height: 24px;
	width: 100%;
	text-align: center;
	margin: 10px 0 10px 0;
	font-style: italic;
	font-weight: normal;
}

h2{
	padding-left: 0;
	font-weight: bold;
	color: #666;
	font-size: 14px;
	border: none;
}
ul.archiveNav{
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
}
ul.archiveNav li {
	margin: 0;
	padding: 0 0 0 35px;
	list-style: none;
	display: inline;
}
.nav{
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-variant: small-caps;
}
ul.nav {
	display: inline;
	} 

ul.nav li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	display: inline;
	}
	/*
ul.nav li:before {
	content: "\00BB \0020";
	}	
	*/	
	
ul.photos{
	width: 60%;
	margin: 10px auto 10px auto;
	text-indent: 0;
	padding: 0;
	text-align: center;
}
ul.photos li{
	display: inline;
	list-style: none;
	height: 104px;
	width: 104px;
	vertical-align: center;
}
ul.photos li img{
	padding: 2px;
	background: white;
	vertical-align: top;
	margin-bottom: 5px;
}

ul.archives{
	margin: 0;
	padding: 0;
	list-style: none;
}
.days{
	/*
	position: absolute;
	top: 50px;
	left: 50%;
	width: 200px;
	padding-left: 100px;
	text-align: center;
	*/
	/*
	float: right;
	width: 200px;
	text-align: center;
	margin-right: 15%;
	display: none;
	*/
	position: absolute;
	width: 33%;
	top: 50px;
	right: 0;
	text-align: center;
}
.months{
	/*
	position: absolute;
	top: 50px;
	right: 50%;
	width: 200px;
	padding-right: 100px;
	text-align: center;
	*/
	/*
	float: left;
	width: 200px;
	text-align: center;
	*/
	position: absolute;
	width: 33%;
	top: 50px;
	left: 0;
	text-align: center;
}
/* CALENDAR */
.archiveCal{
	width: 140px;
	padding: 0;
	margin: 0 auto 10px auto;
}
h2.monthHead{
	padding-left: 0;
	margin: 2px !important;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	width: 136px;
	color: #666;
	font-size: 14px;
	border: none;
}
.cal, .calHead {
	width: 140px;
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 0;
	border: none;
	color: #333;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	list-style: none;
}
.cal li, .calHead li  {
	display: inline;
	width: 20px !important;
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}
.cal li{
	height: 20px !important;
}
.cal a, .cal span, .calHead span {
	float: left;
	padding: 0;
	text-decoration: none;
	text-align: center;
	vertical-align: center;
	font-size: 9px;
}
.cal span, .cal a {
	width: 16px;
	height: 16px;
	line-height: 16px;
	margin: 1px;
	border: 1px solid #2175bc;
	background-color: #2175bc;
}
.calHead span{
	width: 20px;
	padding: 0;
}
.calHead br, .cal br{
	font-size: 1px;
	line-height: 1px;
}
.cal .month1 span, .cal .month1 a{
	border: 1px solid #ccc; 
	background: #ccc;
}
.cal .month2 span, .cal .month2 a{
	background: #aaa;
	border: 1px solid #aaa;
}
.cal .today span, .cal .today a{
	background: white;
	border: 1px solid #666;
	color: #666;
}
.cal .has a {
	background: #c33;
	color: white;
	font-weight: normal;
	text-decoration: none;
}
.cal a{
	font-weight: bold;
	text-decoration: underline;
}
.cal li a:hover {
	border: 1px solid black;
	cursor: pointer;
	cursor: hand !important;	
}

.props{
	font-size: 9px;
	margin-top: 100px;
}
p.more{
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 16px;
}

