/* 
CSS3 for HTML5 
Style Template for:
The American Idlers
By Cloud Buchholz
[7-26-2012]
*/
#story{
	width: 620px;
	margin: 22px;
	padding-left: 45px;
}
p{
	text-indent:0em;
}
#story div{
	margin: 0px auto;
}
#plot a{
	color: #0047B2;
}
#plot h2{
	font: 14pt Helvitica;
	color: #0047B2;
}
#plot div{
	margin-left: 35px;
	margin-bottom: 45px;
	/* background-color: red;*/
}
#plot div div{
	margin:0px 25px 5px 75px; /* top, right, bottom, left */
	color:#2E2E2E;
	width:100%;
	/*background-color: blue; */
	/*float: right; */
}
/* RobertHawkinsSuicideNote_01 */
#theAmericanIdlers-img01{
	margin-left: 95px;
	padding-left: 20px;	
}
/* RobertHawkinsSuicideNote_02 */
#theAmericanIdlers-img02{
	margin-left: 95px;
	padding-left: 20px;	
}
/* RobertHawkinsSuicideNote_03 */
#theAmericanIdlers-img03{
	margin-left: 95px;
	padding-left: 20px;	
}
.poemDate{
	font-style:italic;
	color: #2E2E2E;
}
a{
	color: #0047B2;
}
a:visited{
	color: red;
}
body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	
}
/* settings for the horizontal slide effect */ 
/* #story{
	width:100%;
	/* height:100%;
	position:absolute;
	top:25px;
	left:15px;
	background-color:#ffffff;
	overflow:auto; 
}
#mask {
	width:100%;
	height:100%;
	background-color:#ffffff;
}
.item {
	width: 50%;
	height: 50%;
	float:left;
	position: relative;
	background-color:blue;
}
	
.content {
	width:100%;
	height:100%;
	/* top:20%;
	margin:0 auto;
	background-color:#FFFFFF;
	position:relative;
}
*/	
.selected {
	background: #FFFFFF;
	font-weight:700;
}

.clear {
	clear:both;
}

/* Menu system for the poems */
#poem-nav {
	margin:0; 
    padding:0; 
    width: 50px;
	list-style:none;
	background: #ffffff;
	float: center;
}   
     
    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #poem-nav li {
        float:center; 
        display:block; 
        width: 50px; 
        background:#FFFFFF; 
        position:relative;
        z-index:500; 
        margin:0 0px;
    }

    /* this is the parent menu */
    #poem-nav li a {
        display:block; 
        /* padding:8px 5px 0px 5px; 
       /*  margin: 0px 0px 0 -15px; */
		font-weight:400;  
        height:20px; 
		text-decoration:none; 
        text-align: left; 
        color:#646D7E;
		/* width: 200px;  */
	}
 
    #poem-nav li a:hover {
        color:#fff;
		position:relative;
		cursor:pointer;
    }
     
    /* you can make a different style for default selected value */
    #poem-nav a.selected {
        color:#646D7E; /* #333 */
    }
     
        /* submenu, it's hidden by default */
        #poem-nav ul {
            float: right;
			position:relative; 
            width: 50px;
			left:0; 
            display:none; 
            margin:0 0 0 -1px; 
            padding:0; 
            list-style:none;
			background: #FFFFFF;
			/* width: 200px;
			text-align: center; */
        }
         
        #poem-nav ul li {
            /* width: 225px; */
            float:left; 
			border-top:0px solid #FFFFFF;
			height: 23px;
			position: relative;
			text-align: left;
			/* margin: 0px 15px 0px 30px; */
        }
         
        /* display block will make the link fill the whole area of LI */
        #poem-nav ul a {
            display:block;
			text-align: left;
            height:15px;
            /* padding: 2px 2px; */
			/* width: 100px; */
            color: #747170; /* #666 */
		}
         
        #poem-nav ul a:hover {
            text-decoration:none;  
        }
 
.slide {
	position: relative;
}
.slide .inner {
	position: absolute;
	left: 0;
	bottom: 0;
}

/* roundtable settings 

.roundabout-holder {
    list-style: none;
    padding: 0em;
    margin: 0em;
    height: 1024px;
    width: 620px;
}
.roundabout-moveable-item {
    height: 1024px;
    width: 550px;
	padding: 1.5em;
    margin: 1em;
    /* cursor: pointer; 
    background-color: #FFFFDD;
    border: 0px solid #F0F0EE;
}
.roundabout-in-focus {
	cursor: auto;
	
}
*/