/*
	Theme Name: Report Child Theme
	Theme URI: http://www.uca.edu/webdevelopment
	Description: Report is a one page theme create for the President's Report.
	Author: UCA Web Development
	Author URI: http://www.uca.edu/

	Version: 1.0
	
	Template: genesis
	Template Version: 1.7.1

	License: GNU General Public License v2.0
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
@import url(http://fonts.googleapis.com/css?family=Crimson+Text);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Quattrocento);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: 'Quattrocento', arial, serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: 'Quattrocento', arial, serif;
}

blockquote,
input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #582c83;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/dashes-bg.png);
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
}


/* Header
------------------------------------------------------------ */

#header {
	background: #582c83;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
}

#header .wrap {
	margin: 0 auto;
	width: 960px;
}

#title-area {
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

#title {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 36px;
	line-height: 24px;
	margin: 15px 0 0;
}

#title a,
#title a:hover {
	color: #fff;
	text-decoration: none;
}

#description {
	font-family: "Crimson Text", Arial;
	color: #fff;
	font-size: 24px;
	padding: 10px 0 0;
}

#description a {
	color: #fff;
}

#description a:hover {
	text-decoration: none;
}

#header .widget-area {
	float: left;
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 105px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 250px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-family: 'Oswald', arial, serif;
	font-size: 18px;
	padding: 5px 21px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.menu li a:hover,
#header ul.menu li a:active {
	background: #fff;
	color: #582c83;
	text-shadow: none;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #d99e58;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-shadow: none;
	text-transform: none;
	width: 128px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background: none;
	background-color: #d99e58;
	color: #333;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 150px;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 130px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 149px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background: #555;
	clear: both;
	color: #333;
	font-family: 'Quattrocento', arial, serif;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#nav .wrap {
	width: 960px;
	margin: 0 auto;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	border-right: 1px solid #fff;
	color: #333;
	display: block;
	font-size: 12px;
	padding: 20px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	color: #fff;
}

#nav li a:hover,
#nav li a:active,
#nav li:hover a {
	background-color: #d99e58;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #d99e58;
	border: 1px solid #fff;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-shadow: none;
	text-transform: none;
	width: 128px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #fff;
	color: #333;
}

#nav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -33px 0 0 149px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 12px;
	padding: 6px 15px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 6px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background: url(images/bg-nav.png);
	clear: both;
	color: #333;
	font-family: 'Quattrocento', arial, serif;
	margin: 0 auto 5px;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	border-right: 1px solid #fff;
	color: #333;
	display: block;
	font-size: 12px;
	padding: 6px 15px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #d99e58;
	color: #fff;
}

#subnav li a:hover,
#subnav li a:active,
#subnav li:hover a {
	background-color: #d99e58;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #d99e58;
	border: 1px solid #fff;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-shadow: none;
	text-transform: none;
	width: 128px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #fff;
	color: #333;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 150px;
}

#subnav li ul a {
	width: 130px;
}

#subnav li ul ul {
	margin: -33px 0 0 149px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	margin: 130px auto;
	overflow: hidden;
	width: 960px;
}

.home.full-width-content #inner {
	margin: 0 auto;
	width: 100%;
}


/* Welcome
------------------------------------------------------------ */

#welcome {
	background: url(images/welcome-bg.jpg) no-repeat top center #555;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	height: 600px;
	margin: 85px 0 0 0;
}

#welcome .wrap {
	font-family: 'Quattrocento', arial, serif;
	width: 960px;
	margin: 100px auto 0;
	overflow: hidden;
}

#welcome h4 {
	background: url(images/welcome-bg.png);
	color: #fff;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 48px;
	line-height: 60px;
	padding: 10px;
	width: 300px;
	margin: -50px 0 0 0;
}

#welcome p {
	background: url(images/welcome-bg.png);
	color: #fff;
	font-size: 28px;
	line-height: 40px;
	width: 250px;
	padding: 10px;
}

#welcome a,
#welcome a:visited {
	color: #fff;
}


/* Message
------------------------------------------------------------ */

#message {
	background: url(images/bg-dark.png) top repeat;
	overflow: hidden;
	border-bottom: 5px solid #ddd;
}

#message .wrap {
	font-family: 'Quattrocento', arial, serif;
	margin: 130px auto;
	overflow: hidden;
	width: 960px;
}


/* Academics
------------------------------------------------------------ */

#academics {
	background: url(images/bg-light.png) top repeat;
	overflow: hidden;
	border-bottom: 5px solid #ddd;
}

#academics .wrap {
	font-family: 'Quattrocento', arial, serif;
	margin: 130px auto;
	overflow: hidden;
	width: 960px;
}


/* Student Life
------------------------------------------------------------ */

#studentlife {
	background: url(images/bg-dark.png) top repeat;
	overflow: hidden;
	border-bottom: 5px solid #ddd;
}


#studentlife .wrap {
	font-family: 'Quattrocento', arial, serif;
	margin: 130px auto;
	overflow: hidden;
	width: 960px;
}


/* Around Campus
------------------------------------------------------------ */

#aroundcampus {
	background: url(images/bg-light.png) top repeat;
	overflow: hidden;
	border-bottom: 5px solid #ddd;
}

#aroundcampus .wrap {
	font-family: 'Quattrocento', arial, serif;
	margin: 130px auto;
	overflow: hidden;
	width: 960px;
}

/* Advancement
------------------------------------------------------------ */

#advancement {
	background: url(images/bg-dark.png) top repeat;
	overflow: hidden;
	border-bottom: 5px solid #ddd;
}

#advancement .wrap {
	font-family: 'Quattrocento', arial, serif;
	margin: 130px auto;
	overflow: hidden;
	width: 960px;
}


/* Quick Facts
------------------------------------------------------------ */

#quickfacts {
	background: url(images/bg-light.png) top repeat;
	overflow: hidden;
	border-bottom: 5px solid #ddd;
}

#quickfacts .wrap {
	font-family: 'Quattrocento', arial, serif;
	margin: 130px auto;
	overflow: hidden;
	width: 960px;
}


/* Moving Forward
------------------------------------------------------------ */

#movingforward {
	background: url(images/bg-dark.png) top repeat;
	overflow: hidden;
}

#movingforward .wrap {
	font-family: 'Quattrocento', arial, serif;
	margin: 130px auto;
	overflow: hidden;
	width: 960px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 790px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 960px;
}

.home.full-width-content #content-sidebar-wrap {
	width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.home.full-width-content #content {
	width: 100%;
}

.full-width-content #content {
	width: 960px;
}

blockquote {
	-moz-box-shadow: 0 3px 5px #ddd; 
	-webkit-box-shadow: 0 3px 5px #ddd;
	/*background: #fff url(images/blockquote.png) no-repeat top left;*/
	background: #fff;
	border: none;
	margin: 5px 15px 25px;
	padding: 20px 25px 0 25px;
}

blockquote p {
	color: #888;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p,
.home p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.top p {
	font-size: 20px;
	text-align: center;
	padding: 20px 0
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-family: 'Quattrocento', arial, serif;
	margin: 0 0 10px;
}

h1 {
	color: #444;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 36px;
	line-height: 42px;
}

h2,
h2 a,
h2 a:visited {
	color: #444;
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 28px;
	line-height: 42px;

}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #d99e58;
	text-decoration: none;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 5px;
}

h4 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 5px;
}

#message h4,
#academics h4,
#studentlife h4,
#aroundcampus h4,
#advancement h4,
#quickfacts h4,
#movingforward h4 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 40px;
	line-height: 44px;
	margin: 0 0 20px;
}

.widget-area h4 {
	font-family: 'Oswald', Arial, sans-serif;
	font-size: 24px;
	margin: 0 0 10px;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

h5 {
	font-size: 18px;
}

#welcome h5 {
	font-family: 'Quattrocento', arial, serif;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 20px;
}

h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul,
#message ul,
#academics ul,
#studentlife ul,
#aroundcampus ul,
#advancement ul,
#quickfacts ul,
#movingforward ul    {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li,
#message ul li,
#academics ul li,
#studentlife ul li,
#aroundcampus ul li,
#advancement ul li ,
#quickfacts ul li ,
#movingforward ul li  {
	margin: 0 0 0 50px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: -5px 0 15px;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

img,
img a {
	-moz-box-shadow: 0 3px 5px #ddd; 
	-webkit-box-shadow: 0 3px 5px #ddd;
	border: 5px solid #fff;
	height: auto;
	max-width: 100%;
}

img.portfolio {
	border: 15px solid #fff;
}

#quickfacts .featuredpage img,
#quickfacts .featuredpost img {
	margin: 0 0 15px;
}

#academics .featuredpage img,
#academics .featuredpost img {
	margin: 0;
}

.entry-content img {
	max-width: 95%;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
	max-width: 100%;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 300px;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	background: url(images/bg-nav.png);
	margin: 0 0 15px;
	padding: 20px;
}

#header ul {
	margin: 0;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

#footer-widgets ul li,
#sidebar ul li {
	border-bottom: 1px dotted #ccc;
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0 0 5px;
	word-wrap: break-word;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-family: 'Oswald', arial, serif;
	font-size: 12px;
	width: 268px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 118px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-family: 'Quattrocento', arial, serif !important;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
}

input:hover[type="button"],
input:hover[type="submit"] {
	background-color: #d99e58;
	border: 1px solid #d99e58;
	color: #fff;
	text-decoration: none;
}

.welcome-link {
	background-color: #d99e58;
	font-size: 14px;
	display: block;
	margin: 20px auto;
	padding: 5px 10px;
	text-align: center;
	width: 140px;
}

.welcome-link:hover {
	background-color: #c1874b;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
	padding: 4px 0 0;
}

.s {
	font-family: 'Quattrocento', arial, serif;
	font-size: 12px;
	margin: 0 1px 0 0;
	padding: 3px 5px;
	width: 190px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	font-family: 'Quattrocento', arial, serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 200px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background: url(images/bg-nav.png);
	margin: 0 0 15px;
	clear: both;
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 30px 0 20px;
	width: 960px;
}

.home.full-width-content #footer-widgets {
	display: none;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 900px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets p {
	padding: 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


/* Footer
------------------------------------------------------------ */

#footer {
	background: url(images/bg-light.png) top repeat-x;
	clear: both;
	height: 90px;
	overflow: hidden;
}

#footer .wrap {
	margin: 0 auto;
	padding: 35px 0 0;
	width: 960px;
}

#footer p {
	color: #555;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #555;
}

#footer a:hover {
	color: #222;
	text-decoration: none;
}

#footer .gototop {
	float: left;
	width: 200px;
}

#footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

.gform_widget {
	width: 65% !important;
}

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: 'Quattrocento', arial, serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 800px) {

	body {
		width: 100%;
		margin: 0 auto;
	}
	
	.archive-page,
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content,
	.wrap,
	#header,
	#header .wrap,
	#content-sidebar-wrap,
	#footer,
	#footer .wrap,
	#footer .creds,
	#footer .gototop,
	#sidebar-alt {
		width: 100%;
	}
	
	#inner .wrap {
		padding: 20px;
		width: auto;
	}
	
	#header {
		position: static;
	}

	#header .wrap {
		background: #582c83;
	}
	
	#title {
		margin: 18px 0 0;
	}
	
	.menu-primary,
	.menu-secondary,
	#header ul.menu,
	#header .widget-area,
	#title-area {
		float: none;
		height: auto;
		text-align: center;
		width: 100%;
	}

	.menu-primary li,
	.menu-secondary li,
	#header ul.menu li {
		display: inline-block;
		float: none;
	}
	
	#header ul.nav li a, #header ul.menu li a {
		padding: 10px;
	}

	.menu-primary a,
	.menu-secondary a,
	#header .menu a {
		padding: 10px;
	}
	
	.menu li.right {
		display: none;
	}
	
	#welcome,
	#welcome .wrap {
		display: none;
	}
	
	#message .wrap,
	#academics .wrap,
	#studentlife .wrap,
	#aroundcampus .wrap,
	#advancement .wrap,
	#quickfacts .wrap,
	#movingforward .wrap {
		margin: 0 auto;
	}
		
	
	
	.page-title {
		font-size: 24px;
		padding: 10px 20px;
	}
	
	.page-title p {
		line-height: 1.2;
	}
	
	.content-sidebar #content,
	.content-sidebar-sidebar #content,
	.sidebar,
	.sidebar-content #content,
	.sidebar-content-sidebar #content,
	.sidebar-sidebar-content #content {
		border: none;
		padding: 20px 0;
		width: 100%;
	}
	
	h1,
	h2,
	h2 a,
	h2 a:visited {
		font-size: 30px;
	}
	
	.after-post form {
		background: none;
		padding: 0;
	}

	#footer-widgets .widget {
		padding: 20px 20px 0;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin: 0;
	}
	
	#footer .creds,
	#footer .gototop {
		float: none;
	}
	
	#footer p {
		padding: 0 20px;
		text-align: center;
	}
}
	
@media only screen and (max-width: 480px) {
	.alignright {
		float: none;
		margin: 0;
		padding: 0;
	}
	
	img.alignright {
		padding: 0;
		margin: 0;
	}

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		padding-left: 3%;
	}
	
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 100%;
	}
	
	.one-third,
	.two-sixths {
		width: 100%;
	}
	
	.four-sixths,
	.two-thirds {
		width: 100%;
	}
	
	.one-fourth {
		width: 100%;
	}
	
	.three-fourths {
		width: 100%;
	}
	
	.one-fifth {
		width: 100%;
	}
	
	.two-fifths {
		width: 100%;
	}
	
	.three-fifths {
		width: 100%;
	}
	
	.four-fifths {
		width: 100%;
	}
	
	.one-sixth {
		width: 100%;
	}
	
	.five-sixths {
		width: 100%;
	}
	
	.first {
		clear: both;
		padding-left: 0;
	}
	
}
	
@media only screen and (max-width: 320px) {
	
}

}