/*
Theme Name: TCU Chai Alpha
Description: Theme for TCU Chai Alpha
Version: 1.0
Author: Sam Bernard
Author URI: http://sambernard.net/

*/



/* Layout */
*{
margin: 0;
padding: 0;
}

body{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Helvetica, sans-serif;
	background: #0F064B;
	}

#border{
border-left: 11px solid #000;
border-right: 11px solid #000;
border-bottom: 11px solid #000;
width: 774px;
margin-left: auto;
margin-right: auto;
height:100%;
}

#wrapper{
width: 760px;
background: #b2b6bf;
padding: 10px 7px 2em 7px;
height: 100%;
}

#header{
width: 100%;
position: relative;
}

#logo{
background: transparent url('images/top_logo.jpg') 0 0 no-repeat;
height: 80px;
}

#topbar{
background: transparent url('images/top_bar.jpg') 0 0 no-repeat;
height: 80px;
width: 431px;
position: absolute;
top: 0px;
right: 0;
}

#content{
margin-right: 6px;
width: 461px;
float: left;
}

#sidebar{
float: right;
width: 293px;
}

#footer{
clear: both;
padding-top: 6px;
width: 100%;
}

/************ MISCELANEOUS *****************/
a img{
border: none;
}

.box{
background: #E6E6E6;
margin-bottom:6px;
border: 4px solid #fff;
}

.box-title{
background: url('images/gray_grad_sm.jpg') repeat-x;
height: 22px;
}

.box-title h2{
text-transform: uppercase;
color: #D8C7FF;
font-size: 1em;
float: left;
padding-top: 3px;
padding-left: 3px;
}

.box-title h2:before{
content: "[+] ";
}

.box-title  a{
font-size: .9em;
padding-right: 10px;
color: #CCCCCC;
float: right;
margin-top: 3px;
}

.entry{
background: #fff;
}
/************ Navigation *****************/
.topnav{
height: 30px;
width: 100%;
background: transparent url('images/nav_background.gif') 0 0 repeat-x;
margin: 6px 0 6px 0;
}

.topnav li{
background: transparent url('images/navSQ_bg.jpg') 0 0 repeat-x;
float: left;
width: 104px;
height: 22px;
padding-top: 4px;
list-style-type: none;
text-align: center;
font-weight: bolder;
text-transform: uppercase;
margin:4px 11px 0;
}

.topnav li a{
color: #FFF;
}

.topnav li a:hover{
color: #A097DD;
}

.footer-links{
background: #3b3f49;
width: 100%;
height: 35px;
}

.bottomnav{
font-size: 1.1em;
padding-top: .8em;
}

.bottomnav li{
float: left;
margin-left: 3em;
}

.bottomnav li a{
color: #fff;
}

.bottomnav li a:hover{}

.bottomnav li a:before{
content: "[";
}

.bottomnav li a:after{
content: "]"
}
/************ TYPOGRAPHY *******************/
a {
 color: #0f064b;
 text-decoration: none;
}
a:hover {
 color: #5d52a7;
 text-decoration: none;
}

ul, ol, li{
list-style-type: none;
}

h2{
color: #0f064b;
}

p{
padding-bottom: 1.3em;
}