/*    ReadingShakespeare.org SingleColumnLayout Stylesheet
 *     Copyright 2005 ReadingShakespeare.org.  All rights reserved.
 */

div#single_column_layout
{
/* IEFIX
        margin-top: 25px;
        margin-left: 75px;
*/

        padding-top: 25px;
        padding-left: 75px;
        width: 725px;

}

div#single_column_layout p
{
        width: 500px;
        margin-left: 38px;
}

div#single_column_layout blockquote
{
        width: 450px;
        margin-left: 88px;
}

div#single_column_layout blockquote p
{
        width: 450px;
        margin: 0px;
}

div#single_column_layout blockquote p.quoted
{
        text-align: right;
}

div#single_column_layout h1
{
       	font-weight:bold;
        font-size:1.5em;
        width: 650px;
}

div#single_column_layout h2
{
       	font-weight:bold;
        font-size:1.2em;
        width: 650px;
}

div#single_column_layout table
{
        /* same as p */
        width: 500px;
        margin-left: 38px;
}

div#single_column_layout ul,ol
{
/*
 *  Believe it or not the below formatting rules actually are the only way
 *  I've found to get this looking the same across IE, Firefox and Safari.
 *  IE seems to completely ignore the "margin-left" and displays the list
 *  as desired with ONLY the padding rules.  Safari and Firefox display the
 *  list as desired when you delete the "margin-left" rule and change the
 *  two padding rules to margin rules below.  But when you do that IE 
 *  does not display things correctly.  It seems that all browsers display 
 *  the list an in approximately-desirable way and most importantly a 
 *  CONSISTENT way with the very rules specified below.  Too bad IE is so 
 *  difficult to deal with.
 */
	margin-left: 38px;
        padding-left: 38px;
	padding-right: 187px;
}

div#single_column_layout div.indented_box
{
        margin-left: 75px;
        margin-bottom: 1em;
        width: 463px;
	border-width: 1px;
	border-color: #AAAAAA;
	border-style: solid;
        padding: 1px;
}

div#single_column_layout div.indented_box p
{
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        margin-right: 0px;

        width: 459px;
}

div#single_column_layout div.indented_box ul
{
        margin-left: 20px;
        padding-left: 20px;
        padding-right: 0px;
}

div#single_column_layout div.indented_box table
{
        margin: 0px;
        width: 459px;
}

div.single_line_section
{
        margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

span.sls_heading
{
       	font-weight:bold;
        font-size:1.2em;
}

span.sls_body
{

}

