/****************************************
*  Pi Kappa Phi Fraternity Tau Chapter  *
*  North Carolina State University      *
*  Main CSS v1.1 - July 15, 2009        *
****************************************/

/* Primary Elements */
*, html, body {
  margin: 0px;
}

html {
  background-color: #999999;
  color: #ffffff;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  overflow-y: scroll;
}

body {
  background-image: url('/img/site/bodybg.png');
  background-position: top;
  background-repeat: repeat-x;
}

a, a:visited {
  background-color: inherit;
  color: #0000ff;
}

a:hover {
  background-color: inherit;
  color: #10284a;
}

iframe {
  height: 600px;
  width: 980px;
}

object {
  height: 600px;
  width: 980px;
}

/* Table Elements */
table {
  border-spacing: 5px;
  margin-bottom: 15px;
  margin-right: 5px;
}

th {
  text-align: left;
  vertical-align: top;
}

table.styled {
  border: 1px solid #dddddd;
  border-spacing: 0px;
}

table.styled th {
  background-color: #e3e3e3;
  color: #3B5998;
}

table.styled tr.alt  td{
  background-color: #f7f7f7;
}

/* Div Elements */
div#content {
  background-color: #ffffff;
  color: #454545;
  overflow: auto;
  padding: 5px;
  width: 980px;
}

div#footer {
  font-size: 11px;
  font-style: italic;
  margin-left: 150px;
  padding-bottom: 30px;
  width: 70%;
}

div#header {
  height: 120px;
  width: 100%;
}

div#main {
  margin-left: auto;
  margin-right: auto;
  width: 990px;
}

/* Links */

div#links {
  background-color: #10284a;
  color: #ffffff;
  height: 30px;
  padding-top: 3px;
}

div#links ul {
  list-style: none;
}

div#links li {
  float: left;
}

div#links ul li a {
  background-color: inherit;
  border: 1px solid #10284a;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

div#links ul li a:hover, body#body_index a#index, body#body_about a#about,
body#body_brothers a#brothers, body#body_athletics a#athletics, body#body_gallery a#gallery,
body#body_rush a#rush, body#body_alumni a#alumni, body#body_calendar a#calendar,
body#body_contact a#contact {
  background-color: #0081ba;
  border: 1px solid #ffffff;
  color: inherit;
}

/* Content Elements */
h1 {
  background-color: inherit;
  border-bottom: 1px solid #10284a;
  color: #10284a;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 25px;
}

h2 {
  background-color: inherit;
  color: #ff0000;
  font-size: 16px;
  padding-left: 25px;
}

h3 {
  padding-left: 40px;
}

h3 a, h3 a:visited {
  background-color: inherit;
  color: #ff0000;
  font-size: 16px;
}

h3 a:hover {
  background-color: inherit;
  color: #10284a;
}

p {
  margin: 0px 5px 15px 5px;
}

span.object {
  background-color: inherit;
  color: #ff0000;
}

p.spacer {
  height: 8px;
}

/* Image and Float Elements */
a img {
  border: 0px;
}

.left {
  float: left;
  margin-right: 10px;
}

.right {
  float: right;
  margin-left: 10px;
}

div#content .left, div#content .right {
  background-color: #dddddd;
  border-bottom: 12px solid #dddddd;
  color: inherit;
  margin-top: 10px;
  padding-top: 7px;
  text-align: center;
}

div#content .left img, div#content .right img {
  height: 97%;
  width: 97%;
}

div#content .left p, div#content .right p {
  margin: 0px;
}

/* Photo Gallery Elements */
ul.gallery_links {
  background-color: #10284a;
  color: #ffffff;
  height: 30px;
  list-style: none;
  maring-bottom: 5px;
  padding-top: 2px;
}

ul.gallery_links li {
  float: left;
}

ul.gallery_links li a {
  background-color: inherit;
  border: 1px solid #10284a;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 25px;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

ul.gallery_links li a:hover, ul.gallery_links li a.selected {
  background-color: #0081ba;
  border: 1px solid #ffffff;
  color: inherit;
}

div#photo_gallery {
  text-align: center;
}

div#photo_gallery table {
  margin: auto;
}

/* Brothers List */
table.brothers {
  text-align: center;
  width: 99%;
}

table.brothers td img {
  height: 258px;
}