/*
THEME NAME: Nicholls Core Theme
THEME URI: http://funroe.net
DESCRIPTION: Basic Theme to start development for sites at Nicholls
VERSION: 1.0
AUTHOR: Jess Planck
AUTHOR URI: http://funroe.net/
TEMPLATE: funbox-bp
TAGS: funbox
*/

/*
START- CSS Reset by Eric Meyer http://meyerweb.com/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* DISABLED because it messes with old HTML Table bgcolor
	background: transparent;
	*/
}

body {
	line-height: 1;
	text-align: center;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
END- CSS Reset
*/


/* START defaults */

body {
	font-family: "Trebuchet MS", Arial, sans serif;
	font-size: 68.8%;
	color: #000000;
	width: 100%;
}

/* Interactive HTML Styles */

a, a:link {
	color: #CC3333;
	text-decoration: underline;
}

a:visited  {
	color: #666;
}
	
a:hover {
	text-decoration: none;
}

/* Content Common text blocks */	

.content- p {
	margin: 1em 0;
}

.content- blockquote {
	margin: 1em;
}

/* Lists and definitions */

.content- ul, .content- ol, .content- dl {
	margin: .1em 0 .1em .4em;
}

.content- ul {
	list-style: disc;
}

.content- ul li {
	margin: .1em 0 .1em 1em;
}

.content- ol {
	list-style: decimal;
}

.content- ol li {
	margin: .1em 0 .1em 1.2em;
}

.content- dl dt {
	font-weight: bold;
	margin: .2em 0;
}

.content- dl dd {
	margin: .1em 0 .1em 1.2em;
}

.content- table { 
  	border-spacing: 0;
	border-collapse: collapse;
}

.content- th {
  	text-align: left;
	font-weight: bold;
}

.content- td {
  	text-align: left;
	font-weight: normal;
}

.content- code, .content- pre {
	font-family: "courier new", courier, monospace;
}

input.text {
	padding: 3px;
	border: 1px solid #999999;	
}

/* Heading Styles */

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, sans serif;
	font-weight: 600;
	line-height: 1.1em;
    margin: .2em 0 .4em 0;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 180%;
}

h3 {
    font-size: 160%;
}

h4 {
    font-size: 140%;
}

h5 {
    font-size: 120%;
}

h6 {
    font-size: 110%;
}

/* END defaults */


/* START Multi-purpose Elements */
.left, .alignleft, div.nav-previous {
	float: left;
}

.right, .alignright, div.nav-next {
	float: right;
}

.box-0x0 {
	width: 0;
	height: 0;
	line-height: 0;
}

.clear, .clearer, .clear-both, p.entry-edit {
	clear: both;
}

.clear-right {
	clear: right;
}

.clear-left {
	clear: left;
}

/* END Multi-purpose Elements */

/* START Layout */

.wrapper- {
	width: 87.2em; 	
	margin: 0 auto 0 auto;
	text-align: left;
}

.container- {
	width: 66em;
	float: right;
	padding-bottom: 4em;	
}

.content- {
	padding: .2em 0 0 0;
    font-size: 110%;	
}

.footer- {
	width: 100%;
	margin: 2em 0;
	padding: 3em 0 0 0;
	clear: both;
	text-align: center;
	border-top: 1px solid #000;
}

/* END Layout */


/* START - Nicholls Sitebox */

#nicholls-sitebox {
	height: 20em;
	clear: both;
	display: none;
	color: #fff;
	background: #000;
}

/* End - Nicholls Sitebox */

/* START - Nicholls Header */
.header-nicholls-wrapper- {
	width: 100%;
	text-align: left;
	background: transparent url( 'library/images/backgrounds/bg-nicholls-info-header-2.png' ) 0px -1px repeat-x;
}

.header-nicholls- {
	width: 87.2em;
	height: 14em;
	margin: 0 auto 0 auto;
	overflow: hidden;
    background: transparent url( 'library/images/backgrounds/bg-1.jpg' ) top right no-repeat;
}

.header-nicholls- .info-primary- {
    width: 20.4em;
    height: 14em;    
    float: left;
    background: transparent url( 'library/images/backgrounds/bg-red-pattern.png' ); 
}

.header-nicholls- .logo-container- {
    height: 5em;
    text-align: center;
    padding: .5em 0 .5em 0;
    background: #fff;
}

.header-nicholls- .info-primary-  ul {
	list-style-type: none;
	clear: both;
}

.header-nicholls- .info-primary- ul li {
	margin: .4em 0;
	font-size: 90%;
	font-weight: 600;	
	color: #fff;
	display: block;
}

.header-nicholls- .info-primary- a, .header-nicholls- .info-primary- a:link, .header-nicholls- .info-primary- ul li a, .header-nicholls- .info-primary- ul li a:link, .header-nicholls- .info-primary- ul li a:active, .header-nicholls- .info-primary- ul li a:visited {
	color: #fff;
	text-decoration: none;
}

.header-nicholls- .info-primary- a:hover, .header-nicholls- .info-primary- ul li a:hover {
	text-decoration: underline;
}

.header-nicholls- .info-primary- .info-nicholls-now {
	height: 1.6em;
	padding: 0.5em 0 .1em 2.5em;
    background: #000 url( 'library/images/nicholls-stiebox-icons.png' ) -16px 2px no-repeat;
}

.header-nicholls- .info-primary- .info-nicholls-now-open {
    background: #000 url( 'library/images/nicholls-stiebox-icons.png' ) -16px -22px no-repeat;
}

.header-nicholls- .info-primary- .info-contact {
	font-size: 130%;
	padding-left: .4em;
}

.header-nicholls- .info-primary- .info-programs {
	padding-bottom: .4em;
	padding-left: .4em;	
}

.header-nicholls- .info-primary- .info-request {
	padding-bottom: .4em;
	padding-left: .4em;	
}

/* END - Nicholls Header */

/* START Header */

.header- {
	width: 66.8em;
	height: 6em;
	float: right;
	margin: 8.2em 0 0 0;
	color: #fff;
	background: #000;
}

.header- .blog-title- {
	font-family: Georgia, "TImes New Roman", times, serif;
	font-weight: 400;
    font-size: 225%;	
	line-height: 1.1em;
	margin: 0;
	padding: .2em;	
	color: #fff;	
}

.header- .blog-title- a, .header- .blog-title- a:link, .header- .blog-title- a:active, .header- .blog-title- a:visited {
	text-decoration: none;
	color: #fff;		
}

.header- .blog-title- a:hover {
	text-decoration: underline;
}

.header- .blog-description- {
	padding: 0 0 0 1em;	
}

/* END Header */


/* START Widget Group Styles */

.widgets- ul {
	list-style-type: none;
	text-align: left;
}

.widgets- ul li {
	list-style-type: none;
	text-align: left;
}

.widgets- h3, .widgets- h4 {
	font-size: 120%;
	font-weight: 400;
	padding: .4em 0;
	margin: .4em 0;
	border-bottom: 1px solid #ccc;
}

.widgets- li.widget {
	margin: 1em 0;
}

.widgets- li.widget ul {
	margin: 0 0 0 .5em;
}

.widgets- li.widget li {
	margin: .5em 0 .5em .5em;
}

.widgets- .widget_search {
	padding: .2em;
}

.widgets-primary- {
	float: left;
    width: 20em;
	padding: 0 .4em 0 0;
	border-right: 1px solid #ccc;
}

.widgets-primary- li.widget {
	margin-left: 1em;
}

.widgets-secondary- {
	clear: left;
}

/* END Widget Group Styles */

/* START Post Navigation Styles */

.navigation {
	/* 
	This one is tricky since we have two floats in a div
	requries both "width: x" and "overflow: auto" to clear
	interior elements for box creation!
	*/
	width: auto;
	padding: .2em .2em .4em .2em;
	overflow: auto;
	clear: both;
}

.nav-next, .nav-previous {
	width: 48%;
}

.nav-previous {
	float: left;
	text-align: left;
}

.nav-next {
	float: right;
	text-align: right;
	clear: right;
}
/* START Post Navigation Styles */

/* START Post styles */

.post {
    padding-top: .2em;
}

.entry-content {
    line-height: 1.4em;
    clear: both;
}

.entry-content p {
    line-height: 1.4em;
}

.entry-content img {
	max-width: 460px;
	margin: 4px;
}

.entry-content img.center {
	display: block;
	margin: 0.4em auto;
}

.entry-content img.alignright {
	margin: 0.4em 0 0.4em 1.1em
}

.entry-content img.alignleft {
	margin: 0.4em 1.1em 0.4em 0;
}

.entry-meta {
	padding: .1em;
	margin-bottom: 2em;
	font-size: 90%;
	border-top: 1px solid #AFAFAF;
	color: #222;
	background: #efefef;
	clear: both;
}

.entry-date {
	color: #666;
}

.entry-date abbr.published {
	display: block;
	cursor: default;
	margin: .2em 0 .2em .2em;
	padding: .2em;
	color: #AFAFAF;
	font-weight: normal;
}

/* END Post styles */

/* START WordPress Image / Gallery Styles */

.gallery .gallery-item {
	float: left;
	width: 48%;
}

.wp-caption {
	margin: .4em;
	padding: .2em;
	text-align: center;
	border: 1px solid #ccc;
}

.wp-caption p.wp-caption-text {
	margin: .2em 0 .1em 0;
	padding: .2em .4em .1em .4em;
	font-size: 76%;
	text-align: center;
	line-height: 1.2em;
	border-top: 1px solid #EFEFEF;
}

/* END WordPress Image / Gallery Styles */

/* START Comment Styles */

.comments- {
	margin: 0 .5em 0 .5em;
	font-size: 96%;
}

div.comment-author {
	padding: .4em;
}

div.comment-author .avatar {
	float: left;
	margin: 0 .5em .5em 0;
}

li.bypostauthor div.comment-author {
	background: #FF9;
}

div.comment-meta {
	clear: right;
	margin: 0 0 .5em 0;
	padding: .2em 0 .2em .5em;
	font-size: 90%;
	color: #222222;
}

ol.commentlist {
	list-style-type: none;
	margin: 0 .2em .5em .4em;
}

.commentlist li.comment, .commentlist li.pingback {
	list-style-type: none;
	margin: 0 0 2em 0;
	padding: .2em 0 0 0;
	border-top: 1px solid #AFAFAF;
}

/* END Comment Styles */

/* Start Form Controls - Contact Us */

form fieldset legend {
	font-weight: 400;
}

form input, form textarea {
	margin: .2em;
	padding: .2em;
	border: 1px solid #666;
}

form textarea {
	clear: both;
}

form input:hover, form textarea:hover {
  border: 1px solid #333333;
}

form input:focus, form textarea:focus {
  border: 1px solid #d1d1d1;
}

/* End Form Controls - Contact Us */

/* Start Form Controls - Funbox */

.funbox_form_row {
	margin: .2em 0;
	clear: both;
}

.funbox_form_row label {
	width: 12em;
	float: left;
	padding: 2px;
	font-weight: bold;
	text-align: right;
}

.funbox_textarea label {
	width: 100%;
	float: none;
}

.funbox_form_row .funbox_form_element {
	padding: 2px;
}

/* End Form Controls - Funbox */

/* START - Custom Classes */

.type-serif {
	font-family: "Georgia","Times New Roman",times,serif;
}

.type-normal {
	font-size: 72%;
}

.transparent-black-50 {
    background: transparent url( 'library/images/backgrounds/bg-transparent-black-50.png' );

}

/* END - Custom Classes */

/* START - Plugin Styles */
/* END - Plugin Styles */

/* START Hidden Elements */

.access- {
	display: none;
}
/* END Hidden Elements */

/* START Compatiblity Elements */

body.screen-narrow .header-nicholls- {
	width: 70em;
}

body.screen-narrow .wrapper- {
	width: 70em;
}

body.screen-narrow .header-nicholls- .info-primary- {
	width: 18em;
}

body.screen-narrow .header- {
	width: 52em;
}

body.screen-narrow .container- {
	width: 49.2em;
}

body.screen-narrow .widgets-primary- {
	width: 17.6em;
}



/* START Compatiblity Elements */

/* START Debug */
/*
body {
	background: #fff url("library/images/debug-grid-large.png") no-repeat top center;
}
*/
/* END Debug */