/*
Theme Name: DLP Beta Pi Chapter
Theme URI: http://dlpslo.com
Description: This theme was designed for the second iteration of the Beta Pi Chapter website.
Version: 2.0
Author: Ryan Boswell
Author URI: http://ambit-studios.com
*/

/** General Styles **/

body {
	font-family: Helvetia, Verdana, sans-serif;
	background: #ccffcc;
	font-size: 14px;
}

h1 {
	font-size: 1.8em;
	color: #8b0000;
	padding: 0;
	margin: 0;
}
h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	color: #444;
}
h3 {
	padding: 0;
	margin: 0;
	color: #444;
	font-size: 1.25em;
}
h4 {
	color: #444;
	font-size: 1em;
}
a {
	text-decoration: none;
	color: #bf8922;
	border-bottom: 1px dotted #bf8922;
}
a:hover {
	text-decoration: none;
	color: #0a2699;
	border-bottom: 1px solid #0a2699;
}

img.photo {
	padding: 3px;
	border: 2px solid #cc9966;
}

pre {
	margin:0;
	padding:0;
	width: 480px;
	font-family: Helvetia, Verdana, sans-serif;
}

/** Layout **/

#container {
	width: 900px;
	margin: 30px auto;
	height: auto;
}

#header {
	background: url("imgs/header.png");
	height:250px;
}

#navigation {
	height:50px;
}
	

#content {
	margin: 0;
	padding: 10px 15px 10px 15px;
	width: 880px;
}
#footer {
	margin: 5px 0px 30px 0px;
	height:50px;
	background: url("imgs/footer.png");
	font-size: .8em;
}



/** Header **/
#header h1 {
	margin:0px;
	padding: 15px 5px 0px 0px;
	color: #fff;
	text-align: right;
	font-size: 30px;
	font-weight:bold;
	display:none;
}
p.tagline {
	margin: 0px;
	padding: 5px 0px 0px 75px;
	color: #fff;
	text-align: left;
	font-size: 24px;
	display:none;
}

/** Navigation **/

#navigation ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	position: relative;
}

#navigation li a {
	position: absolute;
	list-style-type:none;
	text-align:center;
	border: 0px;
}


#navigation li:hover{
	background-position: 0 -50px; background-color: transparent;
}

#navigation span {
	display: none;
}


li#nav-about a{
	background: url("imgs/nav-about.png");
	height: 50px;
	width: 107px;
}

li#nav-eboard a {
	background: url("imgs/nav-eboard.png");
	height: 50px;
	width: 218px;
	left: 109px;
}
#nav-brotherhood a {
	background: url("imgs/nav-brotherhood.png");
	height: 50px;
	width: 188px;
	left: 329px;
}
#nav-events a {
	background: url("imgs/nav-events.png");
	height: 50px;
	width: 129px;
	left: 519px;
}
#nav-rush a {
	background: url("imgs/nav-rush.png");
	height: 50px;
	width: 109px;
	left: 650px;
}
#nav-contact a {
	background: url("imgs/nav-contact.png");
	height: 50px;
	width: 139px;
	left: 761px;
}

/** Brother List **/
#brotherlist ul{
list-style: none;
width: 600px;
margin: 5px;
padding: 2px;
}
#brotherlist li {
clear:both;
display:block;
margin: 5px 0 5px 0;
list-style: none;
padding: 5px 0 5px 0;
}


#brotherlist img.photo {
float: left;
margin: 5px 15px 0 10px;
padding: 3px;
border: 2px solid #cc9966;
}

#brotherlist div.brotherinfo {
position:relative;
margin: 5px 0 0 180px;
}

#brotherlist label {
display:inline-block;
line-height:1.2;
vertical-align:top;
width:170px;

font-weight:bold;
}

#brotherlist span {
display:inline-block;
width: 480px;
}
#brotherlist p {
	margin:0 0 5px 0;
	padding:0px;
}

/** Photo Slideshow **/

#slideshow_holder {
	overflow: hidden;
	position: relative;
	width:100%;
}


#slideshow, #formalslideshow {
	margin: 30px auto;
	height:380px;
	width:100%;
}

#slideshow div {
    position:absolute;
    left:115px;
    z-index:8;
    opacity:0.0;
}

#slideshow div.active {
    z-index:10;
    opacity:1.0;
}

#slideshow div.last-active {
    z-index:9;
}

/** Contact **/


.large-left {
	float: left;
	width: 500px; }
.small-right {
	float: left;
	width: 360px;
	margin-left:15px; }

.wpcf7{ line-height:1.5em;margin:10px;}
form fieldset{border:none;margin-bottom:10px;}
.wpcf7 legend{font-size:14px;letter-spacing:1px;text-transform:lowercase;margin:5px 0;}
.wpcf7 label{display:inline-block;line-height:1.8;vertical-align:top;width:100px;padding-right:20px;}
.wpcf7 fieldset ol{margin:0;padding:0;}
.wpcf7 fieldset li{list-style:none;margin:0;padding:5px 10px 7px;}



/** Footer **/

.foot-right {
	float: right;
	text-align:right;
	padding-top: 3px;
	padding-right: 30px;
	color: #fff;
}

.foot-left {
	float: left;
	padding-top: 5px;
	padding-left: 30px;
	color: #fff;
}

#footer a {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

#footer a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;

