/*
One DIV to size them all
One DIV to pad them
One DIV to colour them all
And in the browser style them
*/

/* ___________Begin Global Rules___________ */

#stripetop {
	border-top: 10px #666 solid;
	border-bottom: 1px #333 solid;
	margin-bottom: 40px;
}

body {
	/*font-family: georgia, Times, serif;*/
	font-family: ProFont,Anonymous,Mishawaka,Monaco,Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	margin:0 auto;
	text-align: center;
	min-width: 600px;
	background-color: #333;
}

#container {
	text-align: left;
	width: 660px;
	margin:0 auto;
}

#realcontainer {
	text-align: left;
	width: 660px;
	margin:0 auto;
}

#archcontainer {
	text-align: left;
	width: 660px;
	margin:0 auto;
}

#tinycontainer {
	text-align: left;
	width: 660px;
	margin:0 auto;
}

#smallcontainer {
	text-align: left;
	width: 380px;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 45px;
}

#photo {
	background-color: #666;
	padding: 10px;
	margin:0 auto;
	width: 640px;
	text-align: left;
	border: 1px #666 solid;
}

#realphoto {
	background-color: #fff;
	padding: 10px;
	margin:0 auto;
	width: 640px;
	text-align: left;
	border: 1px #666 solid;
}

#tinyphoto {
	background-color: #fff;
	padding: 10px;
	margin:0 auto;
	width: 640px;
	text-align: left;
	border: 1px #666 solid;
}

.photo {
	background-image: url("./images/photobg.gif");
}

#smallphoto {
	background-color: #fff;
	padding: 10px;
	margin:0 auto;
	width: 360px;
	text-align: left;
	border: 1px #666 solid;
}

.medphoto {
	padding: 0;
	margin: 10px 0 0 0;
	background-color: #fff;
	background-image: url("./images/photobg.gif");
}

.daily {
	background-image: url("./images/photobg.gif");
}

#copy {
	height: 100%;
	background-color: #ececec;
	padding-left: 80px;
	padding-right: 80px;
	border: 1px #ececec solid;
}

.smalltext {
	font-family: georgia, Times, serif; 
	font-size: 9px;
	color: #999;
	margin-top: 5px;
	margin-bottom: 15px;
}

h1 {
	padding-top: 20px;
	font-family: georgia, Times, serif;
	font-size: 11px;
}

h2 {
	font-size: 11px;
	font-family: georgia, Times, serif;
	color:#333;
	margin-top: 0px;
}


#egg {
	line-height: 2;
	width: 40%;
	height: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}

#title {
	line-height: 2;
	width: 60%;
	height: 100%;
	text-align: right;
	float: right;
	
}

#recent {
	padding-top: 45px;
}

#nav {
	margin-top: 20px;
	font-family: georgia, Times, serif;
	font-size: 11px;
} 

#nav ul {
	margin-left: 0;
    padding-left: 0;
    padding: 10px;
    display: inline;
} 

#nav ul li {
 	margin-left: 0;
    padding: 3px 5px;
    list-style: none;
    display: inline;
    text-align: center;
    color: #666;
}

.diamond {
	margin-left: 15px;
}

#copyright {
	font-family: georgia, Times, serif;
	font-size: 9px;
	color: #666;
	margin-top: 10px;
	margin-bottom: 20px;
}

#caption {
	font-family: georgia, Times, serif;
	font-size: 9px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: right;
}

#copyright a {
	text-decoration: none;
}

#validbaby {
	font-family: georgia, Times, serif;
	font-size: 9px;
	color: #999;
	padding: 5px 0;
	margin-top: 0px;
}

#icon {
	margin-bottom: 15px;
	margin-top: 5px;
}

a:link, a:visited {
	background-color: #333;
	color: #666;
	text-decoration: underline;
}

a:hover {
	background-color: #333;
	color: #000;
	text-decoration: underline;
}

a:active {
	background-color: #333;
	color: #333;
	text-decoration: underline;
}

img {
	border: 0;
	border-style:none; 
}

#rank {
	visibility:hidden;
	z-index:1;
}

#entries {
font-family: georgia, Times, serif;
font-size: 11px;
line-height: 1.5;
}

/* ___________Begin Archive Rules___________ */

.calander {
	background-color: #ececec;
	width: 324px;
	margin: 0px;
}

.monthname {
	background-color: #ccc;
	color: #666;
	text-align: center;
	height: 20px;
}

.currmonthname {
	background-color: #999;
	color: #fff;
	text-align: center;
	height: 20px;
}

.firstrow {
	width: 44px;
}

.thumb {
	padding: 0;
	margin-left: 1px;
	margin-right: 1px;
}


/*
thanks andy: http://www.andybudd.com/archives/2004/02/css_crib_sheet_3_centering_a_div/
*/
