/* *******************************

Orchid customstyles.css, Version 1.0

JB01
******************************* */

body {
	background-color: #deece6;
	font-family: 'franklin gothic','trebuchet ms', trebuchet, arial, sans-serif;
	color: #fff;
	background-attachment: fixed;
	background-image: url(http://www.marshallcampusrec.com/ht/a/GetImageAction/i/19459);
	background-repeat: repeat-x;
        padding-top: 8px;
}

div#sitecontainer {
	width: 1100px;
	height: auto;
	background-color: #DEECE6;
	background-attachment: fixed;
	background-image: url(http://www.marshallcampusrec.com/ht/a/GetImageAction/i/19558);
	background-repeat: repeat-x;
	border: 2px double #030;
}

#main {
  width: 675px !important;
  height: auto;
  float: left;
  margin-left: 0px;
  margin-top: 15px;
  padding-top: 0px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 25px;
  background-color: #003300;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; /* future proofing */
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  border-left-width: 2px;
  border-left-style: inset;
  border-left-color: #999;
}

#main h1 {
  font-family: 'Minion Pro', 'Times New Roman', 'Times', 'Serif';
  font-variant: small-caps;
  font-size: 200%;
  line-height: 110%;
  font-weight: normal;
  text-align: left;
  color: #999999;
  background: none;
  border: none;
}

strong {
  font-weight: bolder;
}

#footer {
  background-image: url(http://www.marshallcampusrec.com/ht/a/GetImageAction/i/17243);
  background-repeat: no-repeat;
  width:1100px;
  height: 175px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  clear: both;
  padding-left: 2px;
  padding-top: 10px;
}

#customFooter {

  height: 80px !important;
  padding-left: 25px;
}

#footer .address b {
	font-family: franklin gothic, sans-serif;
	}

#footer .address a {
	color: #fff;
	}

#calendar {
  width: 800px !important;
  float: left;
  margin-top: -15px;
  margin-left: -10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  margin-bottom: -50px;
  background-color: #003300;
}

#specialMessage {
  width: 620px;
  height: auto;
  background-color: #666666;
  padding: 15px;
}

/* *******************
IMG GALLERY
******************* */

.gallerycontainer{
position: relative;
height: 650px;
width: 650px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
height:auto;
width:auto;
border: 2px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 2px solid grey;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -315px;
left: 130px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

/* The container which the menu is "locked" to the bottom of */
#menuwrapper{ position:relative; height:210px; }

/* Fixes the whole menu to the bottom of the parent div */
#menu{position:absolute; bottom:0;}

/* Each individual menu item fixed to the bottom with display:inline-block to create elasticity */
.menuitem{ position:fixed relative; bottom:0px; display:inline-block; }


/*
Dynamic Expand
*/




ul.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 10px;
	width: 360px;
}
ul.thumb li {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
ul.thumb li img {
	width: 50px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect
	border: none; /* Get rid of border on hover */
}


/* *******************************

HOVER

The color needs an !important to overrule the normal link colors, which are set on
a selector containing an ID. Normally ID overrides CLASS, but in this specific instance
we don't want that.

******************************* */

.nav div a hover {
	color: #1E2472 !important;
	background-color: #cccccc;
}

#main a {
  text-decoration: none;
  color: #009900;
  font-weight: bolder;
}

#main a:hover {
  color: #999999 !important;
}

#main a:visited {
  color: #009900;
}
  


/* *******************************

TOP NAVIGATION

ISSUE: Nav height.

******************************* */

#nav1 {
	background-color: #660000;
}

#nav1 a {
	color: #ffffff;
	font-family: 'franklin gothic','trebuchet ms', trebuchet, arial, sans-serif;
	font-weight: 600;
	border: 2px solid #660000;
}

#nav1 a hover {
	border-style: inset;
}

#nav1 div a {
	color: #003399;
	font-weight: 300;
	border: none !important;
}

a#contribute {
	background-color: #000033;
	border: 2px solid #000033;
}

.nav ul {
    margin: 0;
    padding: 0;
}

.nav li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav a {
    text-decoration: none;
}

.nav li div a {
    display: block;
    width: 122px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 10px;
}

#nav1 {
    width: 800px;
    height: 20px;
}

#nav1 li {
    float: left;
    margin: 0;
    padding: 0;
    font-size: 90%;
}

#nav1 a {
    width: 129px;
    height: 13px;
    display: block;
    text-align: center;
}

#nav1 div a {
    text-align: left;
    width: 100px;
    height: auto;
}


/* *******************************

LEFT NAVIGATION

******************************* */


#nav2 {

}

#nav2 a {
  font-family: 'franklin gothic','trebuchet ms', trebuchet, arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

#nav2 div a {
  font-weight: 300;
}

ul.attention {


}

#nav2 ul.attention a {
  color: #003;
}

a#special1 {

}

#nav2 {
  float: left;
  width: 160px;
  padding-top: 20px;
}

#nav2 li {
  display: block;
  list-style-type: none;
  text-align: left; 
  margin: 0px 0px 0px 0px; 
  padding: 7px 5px 3px 5px;
  margin: 0;
  padding-left: 8px;
  padding-bottom: 3px;
  line-height: 130%;
  background-image: url(http://www.marshallcampusrec.com/ht/a/GetImageAction/i/17316);
  background-repeat: no-repeat;
}

#nav2 li:hover {
  background-image: url(http://www.marshallcampusrec.com/ht/a/GetImageAction/i/17439);
}

#nav2 li div{
  background-image:url(http://www.marshallcampusrec.com/ht/a/GetImageAction/i/17446);
  background-repeat:no-repeat;
  width:280;
  margin-left:15px;
  padding-right:119px;
}

#nav2 li div a{
  display: block;
  width: 250px;
}

#nav2 li div a:hover{
  color: #666;
  background-color:#ccc;
}


#nav2 a {
  display: block;
  list-style-type: none;
  text-align: left; 
  margin-left: 6px;
  padding-left: 16px;
  background-position: 0 5px;
  margin: 0;
}

#nav2 ul.attention {
    margin: 6px;
}

#nav2 ul.attention li {
    margin: 0;
    padding-bottom: 4px;
}

#nav2 ul.attention li a {
    background-image: none;
    display: inline-block;
    padding-left: 10px;
}

#nav2 ul.textsize {
    margin-top: 30px;
}

/* *******************************

HEADERS

******************************* */
h1 {
  font-family: 'Minion Pro', 'Times New Roman', 'Times', 'Serif';
  font-variant: small-caps;
  font-size: 200%;
  line-height: 110%;
  font-weight: normal;
  text-align: left;
  color: #999999;
  background: none;
  border: none;
}

h2 {
  font-family: 'Minion Pro', 'Times New Roman', 'Times', 'Serif';
  font-size: 150%;
  font-weight: normal;
  font-variant: small-caps;
  background: none;
  padding: 0px 0px 0px 0px;
  color: #999999;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

h3 {
  font-size: 125%;
  font-weight: normal;
  font-variant: small-caps;
  background: none;
  padding-left: 25px;
  color: #ffffff;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

h4 {
  font-size: 125%;
  font-weight: normal;
  color: #ffffff;
  font-variant: small-caps;
}

/* *******************************

HEADERS HOME

For Alert Messages and Features

******************************* */

.homealertmsg {
	text-align: left;
	color: #ff0000;
}

.homealertmsg a {
	text-decoration: none;
}


.threecolumn h2 {
  font-family: 'Minion Pro', 'Times New Roman', 'Times', 'Serif';
  font-size: 150%;
  font-weight: normal;
  font-variant: small-caps;
  background: none;
  padding: 0px 0px 0px 0px;
  color: #999999;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: none;
}

.homealertmsg h2,.homefeature h2 {
	background-color: #9A0000;
}

body.threecolumn h1 {
  font-family: 'Minion Pro', 'Times New Roman', 'Times', 'Serif';
  font-variant: small-caps;
  font-size: 200%;
  line-height: 110%;
  font-weight: normal;
  text-align: left;
  color: #999999;
  background: none;
  border: none;
}

/* *******************************

EXTRA

Third column, if any. 

******************************* */

#extra {
  float: right;
  width: 225px;
  height: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #333333;
}

#extra a {
  text-decoration: none;
  color: #009900;
  font-weight: bolder;
}

#extra a:hover {
  color: #999999 !important;
}

#extra a:visited {
  color: #009900;
}
  
/* *******************************

HOMEPAGE

Special styles for the homepage

******************************* */

#main div.releases a {
	color: #9A0000;
}

/* ******************* HEADING Styles ******************** */
#main h1{

}
#main h2{

}
#main h3{

}
#main h4{

}
#main h5{

}
#main h6{

}
