/*
Theme Name: Team1732
Theme URI: www.team1732.com
Description: Our wonderful Wordpress theme for the robotics website. Note that this website
    is not really supposed to be used as a blog. Wordpress just organizes everything nicely.
Version: 0.1
Author: John Shawger
Author URI: www.team1732.com
*/

/* page */
body {
    background: #252525;
    margin: 0;
    padding: 0px 0px 50px 0px;
}
h1 {
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-family: verdana, sans-serif;
    font-size: 1em;
    margin: 17px 0px 0px 17px;
}
#pageContainer {
    margin: auto;
    width: 758px;
    background: white;
    overflow: auto;
    padding-bottom: 20px
}

/* Header */
#header {
    background-image:url(images/dropshadow.png);
}

img.banner {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 758px;
    margin-top: 20px;
}

/* links at top */
.nav {
    height: 40px;
    width: 758px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: url(/_images/tabback.png);
    margin-top: 20px;
}

.nav img {
    float: none;
    border: 0;
    margin-top: 8px;
    margin-bottom: 0;
    display: inline;
}
/* News Items */
#pageContent {
    font-size: 0.8em;
    font-family: sans-serif;
    line-height: 1.3em;
    float: left;
    width: 532px;
    padding: 17px 10px 17px 17px;
}
#pageContentLarge {
    font-size: 0.8em;
    font-family: sans-serif;
    line-height: 1.3em;
    float: left;
    padding: 17px 10px 17px 17px;
}

.newstitle {
    color: #002b8c;
    font-size: 1.2em;
    background-color: #edf3ff;
    margin: 0;
    padding: 1px 1px 1px 3px;
    display: block;
    font-weight: bold;
}
.newsposter {
    color: #515151;
    font-size: .9em;
}
.newsdate {
    color: #f6c900;
    font-size: .7em;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 30px;
}

/* Sidebar */
#sponsorship {
    margin: 0;
    padding: 0;
    background: none;
}
#sponsorship li {
    margin: 0; padding: 0;
    float: left;
    clear: none;
    list-style: none;
}
#sponsorship img {
    border: 0;
    padding: 5px;
}

/* footer */
#footer {
    width: 758px;
    text-align: center;
    font-family: sans-serif;
    font-size: 0.7em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
}
#footer a {
    color: #5f5f5f;
    text-decoration: none;
}
#footer li {
    list-style: none;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}