/*  
Theme Name: CPSB (based off the pixel theme)
Theme URI: N/A
Description: Website for a Civil Engineering club at Cal Poly!
Author: aprince
Author URI: N/A
Version: 2.0
Tags: grey, blue, orange, one-column, fixed-width, theme-options
*/

/* Defaults */

/* BODY
-------------------------------------------------------- */
body {
	background: url(images/background.png) top center repeat #151515;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
}


/* MISC
-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, span {
	margin: 0px;
	padding: 0px;
	color: #FFF;
}
h1 {
	font-size: 26px;
}
h3 {
	font-size: 16px;
	font-style: italic;
	color:  #308C9D;
}
h3 a {
	font-size: 16px;
	font-style: italic;
	color:  #308C9D;
}
h3 a:hover {
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	color:  #308C9D;
}
h4 {
	padding: 20px 0px 5px 0px;
	font-size: 14px;
	font-style: italic;
	color:  #308C9D;
}
p, span {
	font-size: 13px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #308C9D;
}
p a {
	color: #308C9D;
	font-style: italic;
}
p a:hover {
	color: #308C9D;
	font-style: italic;
}
li {
	font-size: 15px;
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 25px;

}

#captaintitle {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
#captaininfo {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#sponsorinfo {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

/* HEADER
-------------------------------------------------------- */
#wrapper {
	background: url(images/bridge.png) top center no-repeat;
}
#tagline {
	font-size: 12px;
}
#logo {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}
#nav {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
#picture {
	background: url(images/CPSB2012.jpg) #000 no-repeat;
	height: 450px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	border-right: 1px;
	border-right-style: solid;
	border-right-color: #216D7B;
	border-left: 1px;
	border-left-style: solid;
	border-left-color: #216D7B;
}


/* INDEX
-------------------------------------------------------- */
.topPost {
	background: url(images/pattern.png) top left repeat;
	margin: 0px 0px 20px 0px;
	padding: 5px 5px 0px 5px;
	text-align: left;
	border: 1px;
	border-style: solid;
	border-color: #216D7B;
}
.topContent {
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 0px 15px;
}
#topMeta {
	font-size: 11px;
	font-style: italic;
}

.wp-caption {
	border: 1px solid #216D7B;
	text-align: center;
	background-color: #216D7B;

	padding-top: 4px;

	/* optional rounded corners for browsers that support it */

	-moz-border-radius: 2px;

	-khtml-border-radius: 2px;

	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.wp-caption img {
	height: 200px;
	margin: 0;
	padding: 0;
	border: none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-style: italic;
	line-height: 17px;
	padding: 5px 0px 4px 0px;
	margin: 0;
	color: #FFF;
}
.aligncenter, div.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}

#postedlinks {
	color: #308C9D;
	font-style: italic;
}
#postedlinks:hover {
	color: #308C9D;
	font-style: italic;
	text-decoration: underline;
}

/* PAGE
-------------------------------------------------------- */
.topPage {
	background: url(images/pattern.png) top left repeat;
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	border: 1px;
	border-style: solid;
	border-color: #216D7B;
}

#captains {
	margin: 0px;
	padding: 0px;
	float: right;
	border: 1px;
	border-style: solid;
	border-color: #216D7B;
}
#sponsors {
	margin: 0px;
	padding: 0px;
	float: right;
}

/* FOOTER
-------------------------------------------------------- */
#footercontent {
	margin: 10px 0px 20px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #216D7B;
}
#footercontent p {
	font-size: 11px;
}

