/* ----------------------------------------
Theme Name: Woman's City Club
Theme URI: http://www.womanscityclub.org/
Description: A two column theme for the Woman's City Club of Greater Cincinnati
Version: 1.0
Author: Elizabeth Hamilton
Last Modified: 2008.02.04
Provides: Theme definition file for WordPress 1.5+
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: gray;
	background-color: #a3c878;
	/* Next line is necessary instead of setting margin props. 
         to auto because IE doesn't render it. */
	text-align: center;
	
        }
	

img { margin: 0px 10px 10px 5px; }


h1 { font-size: 170%; color: #92278f; } 
h2 { font-size: 150%; color: #a0038f; text-align: center; }
/* h3 { font-size: 120%; color: #a0038f; } */
h3 { font-size: 120%; }


li { margin-bottom: 15px; }

#background {
	position: relative;
	width: 900px;     
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 0px;
        background-image: url(images/wcc_background.jpg);
	background-repeat: repeat-y;
	background-position: left top; /* starts the background image at 0, 0 */
        /* Next line: diagnostic code to show the borders of this container */
        /* border: 1px green solid; */
        }

#wrapper {
	position: relative;
	width: 900px;     
	margin-left: auto;
        margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
        background-image: url(images/wcc_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	/* Next line: diagnostic code to show the borders of this container */
        /* border: 1px blue solid; */
}

#banner {
        width: 769px;
        height: 193px;
        margin-left: auto;
	margin-right: auto;

        /* Next line: diagnostic code to show the borders of this container */
        /* border: red 1px solid; */
        }

#sidebar {
        /* width: 769px; */
        width: 769px;
        height: 20px;
        margin-left: auto;
	margin-right: auto;
        /* padding-left: 100px; */
        padding-left: 100px;

        /* Next line: diagnostic code to show the borders of this container */
        /* border: blue 1px solid; */
        }

									 
/* content holds the text and images*/
#content  {
           
	margin-top: 20px;
        margin-bottom: 15px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;           
	font-size: 80%;
	color: #05068d;
	text-align: left;
        /* Next line: diagnostic code to show the borders of this container */
        /* border: #f0f 1px solid; */
      }

#content a:link, #content a:visited { 
      
      color: #0174a1; 
      } 

#content a:hover 
                { color: #a0038f; }



#footer {
	/* Background graphic is 120 pixels high. There can be 4-5 lines
           of footer text. 
           Adjust the height according to no. of lines of footer text.
           3 lines need about 80px. 4 may need 100, etc. */
       
        height: 100px;
	font-size: 70%;
	text-align: center;
	font-style: italic;
	/* margin-top and bottom set to 0 otherwise the main background image
           shows below the footer. */
        padding-top: 5px;
	background-color: transparent;
        background-image: url(images/wcc_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	clear: both;
	/* Next line: diagnostic code to show the borders of this container */
        /* border: red 1px solid; */
        
        
}
#footer a:link, #footer a:visited { 
        color: #0174a1; text-decoration: none;
        }
#footer a:hover {
        text-decoration: underline;
        } 

td.fontsize { font-size: 85%; }


/* Print Styles */
@import  url("print.css")