/* @override http://www.unphotographable.com/newstyle2.css */

/* @override http://www.unphotographable.com/newstyle.css */

body {
	margin: 0;
	padding: 0;
	font: 11px/13px "Trebuchet MS",Arial,Helvetica,sans-serif;
	}
	
#container {
	width: 450px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}

#entry {
        width: 450px; 
        height: auto;
        padding: 0;
        margin-top: 25px;
	margin-bottom: 25px;
	font-size: 13px;
	text-align: justify;
	line-height: 190%;	
	text-decoration: none;
}
#header {
	width: 450px;
	height: 90px;
	background-color: #D3D3D1;
	}

#indexabout {
	width: 450px;
	height: 15px;
	padding: 0 0 3px;
	margin: 0;
	background-color: #efeeec;
	text-align: center;
}

#indexcopyright {
	margin: 5px 0 5px 0;
	padding: 5px 0 0 0;
	color: #BF7373;
	}

.past {
	color: #000;
	margin-top: 100px;
	padding-left: 4px;
	padding-right: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	position: relative;
	top: 12px;
	left: 0px;
	font-size: 10px;
	}

.now {
        color: #000;
        position: relative;
        padding-left: 4px;
        padding-right: 4px;
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        vertical-align: bottom;
        top: 12px;
        right: -145px;
        font-size: 10px;
}

.present {
        color: #000;
        position: relative;
        padding-left: 4px;
        padding-right: 4px;
        border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	font-size: 10px;	
	top: 12px;
	right: -311px;
}


.all {        
        color: #000;        
        font-size: 10px;
	background-color: #c6c6c6;
}



h1 {
	font: 42px Georgia,Times,serif;
	color: #fff;
	border: 0;
	padding: 0;
	margin: 10px 0px 0px 40px;
	float: left;
	}
h1 span {
	font: 40px Georgia,Times,serif;
	text-transform: uppercase;
	color: #A9A9A8;	
	font-style: italic;
        A:hover color: #eee;   
}

#indexabout p {
	padding: 0 60px 8px 8px;
	border-left: 10px solid #fff;
	margin: 0;
	float: right;
	}
p.copyright {
	margin: 0px 0 0 0px;
	float: left;
	font: 10px/12px "Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #999;
	clear: both;
	}
	
        A:link          { color: #000; text-decoration: underline; }
        A:visited       { color: #000; text-decoration: underline; }
        A:active        { color: #000; text-decoration: underline;  }
        A:hover         { color: #8B8B8A; text-decoration: underline;  }

      A.header:link          { color: #fff; text-decoration: none; }
        A.header:visited       { color: #fff; text-decoration: none; }
        A.header:active        { color: #fff; text-decoration: none;  }
        A.header:hover         { color: #A9A9A8; text-decoration: none;  }


        





