/*
Theme Name: NY135
Theme URI: http://syracusecap.org
Description: Theme for the Syracuse Cadet Squadron web site
Author: Maj Daniel W. Brodsky, CAP
Author URI: http://brodskyhouse.net
Version: v1.03 (01/23/2009)
*/

#container
{
    margin: 0px;
    background: #fff url(images/fauxbg.png) repeat-y;
}

#header
{
    margin: 0px;
}

#header img
{
    vertical-align: bottom;
}

#menu
{
    float: left;
    width: 160px;
    background-color: black;
    color: white;
    font-weight: bold;
    overflow: hidden;
}

#menu a:link
{
    color: white;
    text-decoration: none;
}

#menu a:visited
{
    color: gray;
    text-decoration: none;
}

#main
{
    margin-top: 0px;
    margin-left: 170px;
    width: 550px;
}

#news
{
    border: 1px solid #039;
}

body
{
    width: 775px;
}

div.dateline
{
    font-family: Arial, sans-serif;
    margin-top: -1.4em;
    margin-right: 7px;
    float: right;
    font-weight: normal;
    font-size: x-small;
}

h1
{
    margin-top: 1.0em;
    font-family: Arial, sans-serif;
    font-size: medium;
}

h2
{
    font-family: Arial, sans-serif;
    font-size: small;
}

p, ul, ol, th, td, dt, dd, blockquote
{
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}

#menu ul
{
    font-family: Arial, sans-serif;
    margin-right: 10px;
}

p.headline
{
    font-weight: bold;
    background-color: #ccc;
    margin: 0px 5px 0px 5px;
}

p.newsheader
{
    text-align: center;
    background-color: #039;
    font-weight: bold;
    color: white;
    margin: 0px 0px 5px 0px;
}

div.newscontent
{
    margin: 0.5em 5px 1.0em 5px;
}

p.newsfooter
{
    background-color: #039;
    font-weight: bold;
    color: white;
    margin: 5px 0px 0px 0px;
}

p.newsfooter a:link
{
    color: white;
    text-decoration: none;
}

p.newsfooter a:visited
{
    color: #36f;
    text-decoration: none;
}

p.disclaimer
{
    text-align: center;
    font-size: x-small;
    font-family: Arial, sans-serif;
}

p.floatingimg
{
    float: right;
    padding-left: 10px;
}

img
{
    border: 0;
}

.warning
{
    color: red;
    font-style: italic;
}

.pullquote
{
    border: 1px dotted;
    margin: 10px;
    padding: 10px;
    font-size: large;
    width: 170px;
    float: left;
    text-align: center;
}

.cite
{
    font-size: small;
    font-style: italic;
}

ol li
{
    margin-bottom: 1.0em;
}

th
{
    background-color: #002a54;
    color: white;
    font-weight: bold;
}

th.staff
{
    width: 50%;
}

.odd
{
    background-color: white;
}

.even
{
    background-color: #d2ebff;
}

td.staff
{
    width: 50%;
    text-align: center;
    border: none;
    font-weight: bold;
    padding-bottom: 20px;
}

.blank
{
    background-color: white;
}

dt
{
    font-weight: bold;
    border-bottom: 1px dotted;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}
.staffpicture {
	border: thin dotted #006;
}
.staffheader {
	font-size:14px;
 	color: #FFF;
	background-color: #006;
}