/* Olentangy Alumni Association
by Kathleen Peirce
*/


body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #FFEDB3 url(images/background.png) left top repeat-x;
}
p, h1, h2, h3, h4, ul, li {
	padding: 0;
	margin: 0;
	line-height: 140%;
	}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-size: 150%
	}
	
h2 {
	font-size: 140%
	}

h3 {
	font-size: 130%
	}
h4 {
	font-size: 110%
	}
	
a { color: #0000CC; text-decoration: none; }

a:hover { color: #000099; text-decoration: underline; }
	
#wrapper {
	width: 860px;
	margin: 0px auto 20px auto;
	font-size: small;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	background: transparent url(images/body.png) repeat-y;
}

#container {
	width: 840px;
	text-align:left;
	float: left;
}

#banner {
	background: transparent url(images/banner.png) left no-repeat;
	height: 216px;

}

#contents {
	width: 560px;
	float: right;
	background-color: transparent;
	padding: 20px;
}

#navigation {
	width: 200px;
	float: left;
	margin: 20px 0px 20px 40px;
	text-align: center;
}

#footer {
	clear: both;
	font-style: italic;
	font-size: 90%;
	font-family: Georgia, "Times New Roman", serif;
	background: transparent url(images/footer.png) left bottom no-repeat;
	margin: 0 auto;
	padding: 30px 0;
}

p.divide {
	background: transparent url(images/divider.png) top no-repeat;
	padding-top: 20px;
	}
	
#contents p {
	margin-bottom: 1em;
	}
	
ul.board {
	list-style: none;
	margin-left: 1.5em;
	}
	
#navigation ul {
	list-style: none;
	margin-bottom: 2em;
	padding-bottom: 10px;
	background: #e9e9e9 url(images/navback.png) bottom no-repeat;
	}
#navigation ul li{
	background: transparent url(images/navbody.png) top left;
	}
	
#navigation h1 {
	font-size: 100%;
	color: #000;
	text-transform: uppercase;
	letter-spacing: .3em;
	background: #ff6600 url(images/navhead.png);
	padding: 4px 0 2px 0;
	}
	
#navigation a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 1.75em;
	padding-top: .125em;
	vertical-align: middle;
	background: transparent url(images/navbody.png) top left;
	}
	
/*#navigation a#urhere { background: #e1e1e1 url(images/navhere.png) top left; } */
	
#navigation a:hover {
	background: #ffcc00 url(images/navhilite.png) left repeat-y;
	}
	
/* boxes for newsitems */

.newsflash, .newsflash_r, .newsflash_l {
	width: 250px;
	float: left;
	margin-top: 20px;
	padding: 6px;
	border: 4px double #999;
	background-color: #FFEDB3;
	}

.newsflash_r {
	margin-left: 20px;
	}
	
.newsflash_l h3, .newsflash_r h3 {
	text-align: center;
	border-bottom: 1px solid #333;
	}
	
.newsflash_r ul, .newsflash_l ul {
	margin-left: 1.75em;}
	
.newsflash_r h4, .newsflash_l h4 {
	margin-top: 1ex;}
	
.newsflash_r li, .newsflash_l li {margin-bottom: 6px;}

.highlight {
	padding: 5px;
	background-color: #FFEDB3;
	margin: 10px auto;}

.newsflash {text-align: center;}	
.right {
	float: right;
	width: 45%;
	margin-left: 10px;
	margin-bottom: 10px;}
/* google form */

	
table.dataform {
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	margin: 10px 10px 20px 0;
	}

.dataform td  { 
	border: 0;
	background-color: #FFF;
	padding: 6px;
	vertical-align: bottom;
	}

.dataform td label {
        display: block;
        margin-right: 1em;
        padding-top: .5ex;
      }
      
.dataform ul {
	margin: 0; padding: 0;
	}
	
.dataform ul li {
	display: inline;
	margin: 0; padding: 0;
	}
	
.dataform ul label {
        display: inline;
        float: none;
      }
      
      
.dataform th {
        background-color: #969696;
        color: #FFF;
        padding: 0.2em 0.5em;
        font-size: small;
      }
      
.dataform .ss-form-container {
        width: 45em;
        background-color: #FFF;
        border: 1px solid #CCC;
        padding: 1em;
      }
      
      .g { color: #666; }
      .i { display: inline; }
      
      .ss-q-title {
        font-weight: bold;
      }
      
      .ss-form-desc {
        font: inherit;
        white-space: pre-wrap;
        width: 99%;
        margin: 0;
      }
      
	.ss-q-short  {
	}
	
      .ss-q-help {
        color: #666;
      }
      
      .ss-form-entry {
        margin-bottom: 1.5em;
      }
      
      .ss-choices {
        list-style: none;
        margin: 0.5em 0 0 0;
        padding: 0;
      }
      
      .ss-powered-by {
      	font-size: 80%;
        color: #666;
        margin: 0.2em;
        text-align: center;
      }
      
      .ss-powered-by a:link,
      .ss-powered-by a:visited {
        color: #666;
      }
td.submitbutton {text-align: right;}
.button { 
	width: 20em;
	margin: auto;
	}