/*
Theme Name: USC Phi Psi

-------------------------------------------------------------- */

* {margin: 0px; padding: 0px; list-style: none; color: #666666; border:none;}

body{
background-image: url(images/background.jpg);
background-repeat: no-repeat;}

a {color: black; text-decoration: none;}

#wrapper {
width: 1000px;
margin: 0px auto 0px auto;}

h1 {font-size: 24px;}
h2 {font-size:18px;}

hr {
background-color:#666666;
height: 3px;
border: 0; }

img {border: none}

#header{
margin: 60px 0px 0px 0px}

#search {
float: right;
margin-top: 40px;}

#search_form{
background-image: url(images/search_form.jpg);
border: none;
width: 191px;
height: 25px;}

#searchsubmit {
background-image: url(images/search_icon.jpg);
border: none;
background-repeat: no-repeat;
width: 13px;
height: 22px;}

#clear {
clear: both;}

#nav {
float: right;
color: white;
font-size: 20px;
}

#nav ul li{
background-color: #999999;
padding: 3px 10px 3px 10px;;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
float: left;
margin-left: 10px;
}
#nav ul a li {color: white;}

#nav ul a:hover li, #nav ul a:active li {
background-color: #660000;
padding: 3px 10px 3px 10px;;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
float: left;
margin-left: 10px
}

#sidebar{
width: 300px;
float: left;
margin-top: 65px}

#content{
width:650px;;
float: right;
font-size: 12px;
margin-top: 25px;}

#gallery_container {
width: 650px;
height: 215px;}

#sidetext {
font-size: 10px;
width: 250px;}

#sidetext a{color: #660000;
text-decoration: underline;}

.side_img {
margin: 10px}

.rush {color: #660000;
font-weight: normal;}

#rush span {font-size: 12px;font-style: italic}

#footer {font-size: 10px;
float:right;
margin: 15px 0px 10px 0px;}

.social {margin: 0px 5px 0px 5px}

#fbrush a h2{
background-color: #660000;
padding: 3px 10px 3px 10px;
color: white;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

#fbrush a:hover h2,#fbrush a:active h2{
background-color: #666666;
padding: 3px 10px 3px 10px;
color: white;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

/* Gallery */

#gallery {
	position:relative;
	height:215px;
	width:650px;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color: black;
		color:white; 
		height:26px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:white;
	}
/* END GALLERY */

#rush_chairs li {
float: left;
margin-left: 10px;}
