/*

This file contains many styles that are used on your site.
It serves mostly as a 'starting point'. To use this file,
link to it in the head of your site, below the other stylesheets.
You need only to define the elements you want to restyle.

*/




/* [  Typography   ] ================================================== */
h1, h2, h3, h4, h5, h6{
	color:#517C96;
	 }
	 
a, a:visited {
	color: #8D2048;
}
.box h1, .box h2, .box h3, .box h4, .box h5, .box h6 {
	/* These styles will adjust your headlines within the highlight box */
	}

h4 {
	margin-bottom:0px;
}

blockquote  { 
	border-left : 4px solid #8D2048;
	margin-left:25px;

}



/* tables */

table {
	border-top: 5px solid #FED535;	
	}
th {
	background-color:#8D2048;
	color:#FED535;
	text-align:center;
	}
td {
	vertical-align:top;
	}


tr:nth-child(even) td, tr.even td {
	/* Every other table row */
}



/* [  Lists      ]  =============================================================== */

ul, ol {}
ul {}
ol {}
ol {}
ul ul, ul ol,
ol ol, ol ul {}
ul ul li, ul ol li,
ol ol li, ol ul li {}
li {}
ul.large li {}
li p {}




/* [ Links      ]  ================================================================ */

a, a:visited {}
a:hover, a:focus {}
p a, p a:visited {}



/* [  Images    ]  ================================================================= */

img.frame {
	/* you can change the color of the image frame here */
}



/* #Buttons ================================================== */

a.button,
button,
input[type="submit"],
input[type="search"],
input[type="reset"],
input[type="button"] {
	/* button styles */
	}

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	/* button style hovers */
	}


/* #Forms ================================================== */

	form {
	}
	fieldset {
	}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		float:left;
		width:auto;
		}
	select {
	}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
	}
	textarea {
	}
	label,
	legend {
	}

	legend {
	}

	label {
		width:auto;
		margin-right:15px;
		font-size:14px;
	}
	input[type="text"], input[type="password"], textarea {
	}
	select {
	}
	input[type="checkbox"] {
	}
	label span,
	legend span {
	}


/* BOX =================================== */



.box {
	/* The Highlight Box */
	}
.box-light {
	/* The Light Highlight Box */
}



/*====[ Main Menu  structure ]========================================= */


ul#nav1, ul#nav1-v, ul#nav1-h {
	background: none;
	background-color:#8D2048;
}
nav ul li {
}
ul#nav1 li, ul#nav1-h li {
}
ul#nav1 li a, ul#nav1-h li a {
	background:none;
	background-color:#8D2048;
	padding: 8px 14px;
	color:#F0EDE4;
	border-left: #999 1px solid;
	border-right: 1px solid #000;
}
ul.navigation li.current-menu-item a, ul.navigation li.active a {
}
.box ul.navigation a {
}
ul#nav1 li.current-menu-item a {
}
ul#nav1 li a:hover, ul#nav1-h li a:hover  {
	color: #fed535;
}

/* DROP DOWN MENU */

ul#nav1-h ul a { background-image: none !important; width: 150px; text-align: left; border: none; background-color:#F0EDE4; border-bottom:1px solid #8A8C8F; color: #8D2048; }
ul#nav1-h ul a:hover { color: #8D2048 !important; }

/*====[ Main Menu-Vertical ]========================================= */


ul#nav1-v {
}
ul#nav1-v li {
}
ul#nav1-v li a {
}
ul#nav1-v a:hover {
}
ul#nav1-v ul {
}
ul#nav1-v ul li {
}
ul#nav1-v ul li a {
}
ul#nav1-v ul li a:hover {
}

/*  [ GRID  ] ================================================== */

.office{
	margin-bottom:22px;
}
.rocks{
	background:#fff url(../images/background.jpg) no-repeat bottom center fixed;
/*	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;*/
}

#main_content{
	background:#fff;
/*	box-shadow:0px 0px 15px #333;
	-moz-box-shadow:0px 0px 15px #333;
	-webkit-box-shadow:0px 0px 15px #333;*/
	border-left:1px solid #8D2048;
	border-right:1px solid #8D2048;
	padding-bottom:25px;
	margin-top:18px;
}
#orangebar{
	margin-top:-45px;
}

.half {
	/* Half width column */
	}
.col {
	border-top: 5px solid #FED535;	
}
.one-third { 
	/* one third width column */ 
	}
.two-thirds { 
	/* two thirds width column */
	}
.three-thirds {
	/* full width width column */
}
.content {
	/* This style contains the ghosted Ayres Hall image. Create your own background here. */
	}
.linkdrawer {
	border-top: 5px solid #FED535;
}
.box-light {
	border-top: 5px solid #FED535;
}
.grads {
	background:#CCC;
	height:157px;
	border:1px solid #517C96;
}