/* Body
----------------------------------------------- */
html, body{
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: url(../images/bg.gif) top left repeat;
}



/* Structure

----------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

header, nav, section, article, aside, footer{
	display: block; /* HTML5 */
}

.outer{
	margin: 0 auto -68px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#container,
#header-interior,
#footer-interior{
	width: 85%;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
	clear: both;
}

header{
	float: left;
	width: 100%;
	margin-bottom: 2em;
	border-bottom: solid 1px #ccc;
	background-color: #eee;
}

.moduletable_logo{
	float: left;
	width: 35.41666666666667%; /* 340 / 960 */
}

.moduletable_tagline{
	position: absolute;
	right: 1.041666666666667%; /* 10 / 960 */
}

.moduletable_nav{
	float: right;
	margin-top: 78px;
	width: 64.58333333333333%; /* 620 / 960 */
	text-align: right;
}

.moduletable_hptext-mobile,
.moduletable_mobile,
.moduletable_nav-mobile,
.moduletable_address-mobile,
.moduletable_system-message-container{
	display: none;
}

#content{
	position: relative;
	width: 75%; /* 720 / 960 */
	float: left;
	padding-bottom: 100px;
}

aside{
	float: left;
	width: 25%; /* 240 / 960 */
	padding-bottom: 100px;
}

#floatdiv_floating_absolute,
.moduletable_address{
	margin-left: 5.208333333333333%; /* 50 / 960 */
}

.moduletable_address{
	margin-top: 140px;
}

.moduletable_image,
.moduletable_image-noborder{
	margin-bottom: 2em;
}

.moduletable_map{
	margin-bottom: 1em;
}

.push{
	clear: both;
	height: 68px;
}

footer{
	position: relative;
	clear: both;
	width: 100%;
	height: auto;
	border-top: solid 1px #ccc;
	background-color: #fbfbfb;
	border-top: solid 4px #fbfbfb;
}

#footer-interior{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.addthis_toolbox{
	width: 400px;
	margin: 0 auto;
}

.moduletable_share{
	padding: 1em 0 .5em 0;
}

.moduletable_copyright{
	width: 100%;
	text-align: center;
	padding-top: 1em;
}

.aa_project{ /* Articles Anywhere */
	width: 100%;
	margin-bottom: 2em;
}

.wk-content > .aa_project:last-of-type{
	margin-bottom: 1em;
}

#toTop{
	width: 33px;
	height: 33px;
	border: none;
	padding: 0;
	color: #333;
	background: url(../images/backtotop.gif) top left no-repeat;
}



/* Paragraphs and Headlines
----------------------------------------------- */
header h1{
	margin: 32px 0;
}

.moduletable_tagline h1{
	color: #c33;
	font-size: 1.75em;
}

.moduletable_hptext h1,
.moduletable_hptext-mobile h1{
	color: #333;
	text-transform: none;
	font-family: "Nunito", sans-serif;
	font-weight: 300;
	font-size: 200%;
	text-align: center;
	line-height: 1.5em;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	background: url(../images/bg.gif) top left repeat;
}

.moduletable_copyright p{
	font-size: 85%;
	color: #333;
	line-height: 2.5em;
}

#content h1{
	color: #333;
	text-transform: none;
	font-family: "Nunito", sans-serif;
	font-weight: 300;
	margin-bottom: 1em;
}

#content h2{
	color: #ec1f40;
	text-transform: uppercase;
	font-size: 150%;
	font-weight: normal;
	margin-bottom: .5em;
}

#content p{
	color: #333;
	line-height: 1.5em;
	margin-bottom: 1em;
}

#content .item-page_projects .aa_project p{
	margin-bottom: 0;
}

#content .item-page_projects h4{
	clear: both;
	padding-top: 1em;
}

#content p + h2,
#content ul + h2,
.wk-accordion-default + h2{
	margin-top: 1.5em;
}

.moduletable_address p{
	font-family: "Nunito", sans-serif;
	font-weight: 300;
	font-size: 125%;
	color: #333;
	line-height: 2em;
}

.attribution{
	margin-left: 3em;
}



/* Lists
----------------------------------------------- */
.moduletable_nav ul{
	display: inline;
}

.moduletable_nav li{
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 125%;
	list-style-type: none;
	padding: 0 1.041666666666667%; /* 10 / 960 */
	line-height: 2.6em;
	white-space: nowrap;
	display: inline-table;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.moduletable_nav li:last-child{
	padding-right: 2.291666666666667%; /* 22 / 960 */
}

.moduletable_nav-mobile li{
	list-style-type: none;
}

#content ul{
	margin-bottom: 1em;
}

#content li{
	color: #333;
	line-height: 1.5em;
	margin: 0 0 .5em 2em;
}

#floatdiv_floating_absolute li{
	font-family: "Nunito", sans-serif;
	font-weight: 300;
	font-size: 125%;
	list-style-type: none;
	line-height: 2em;
	margin-left: 1em;
}



/* Links
----------------------------------------------- */
.moduletable_nav a,
#floatdiv_floating_absolute a{
	color: #333;
	text-decoration: none;
}

.moduletable_nav li.active a,
.moduletable_nav a:hover,
#floatdiv_floating_absolute li.active a,
#floatdiv_floating_absolute a:hover{
	color: #c33;
}

.moduletable_mobile a{
	background: url(../images/mobile.gif) top left no-repeat;
	width: 43px;
	height: 41px;
	display: block;
	text-decoration: none;
}

.moduletable_nav-mobile a{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 1em 2em;
	font-size: 16px;
}

.moduletable_nav-mobile a:hover{
	color: #000;
}

.attribution a{
	color: #eb2040;
	text-decoration: none;
}

.attribution a:hover{
	text-decoration: underline;
}

a#btn-pwdclient,
a#btn-pwdstudent{
	border: solid 1px #999;
	background-color: #ef193b;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: .5em .75em;
}



/* Images
----------------------------------------------- */
img{
	border: none;
	max-width: 100%;
}

.wk-accordion img{
	border: solid 2px #555;
	margin-right: 12px;
}

.moduletable_image img{
	border: solid 1px #000;
	margin-left: 5.208333333333333%; /* 50 / 960 */
}

.moduletable_image img,
.moduletable_image-noborder img{
	height: auto;
}



/* Forms
----------------------------------------------- */
.rsform{
	width: 100%;
	border: none;
}

.rsform input,
.rsform textarea{
	border: solid 1px #fff;
	background-color: #dfdfdf;
	color: #333;
	padding: .5em;
	width: 90%;
	-webkit-appearance: none;
}

#userForm input[type="submit"]{
	border: solid 1px #fff;
	background-color: #ea1f40;
	color: #fff;
	cursor: pointer;
	padding: .6em 2em;
	font-size: 115%;
	font-weight: bold;
	margin-top: 1em;
	width: auto;
}

.rsform-right,
.rsform-left{
	width: 50%;
	padding-bottom: .5em;
	float: left;
}

.rsform-right{
	text-align: right;
}

.rsform textarea{
	width: 98%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

.rsform input.rsform-error,
.rsform textarea.rsform-error{
	color: #b94a48;
	border: solid 1px #b94a48;
	background: #dfdfdf url(../images/error.png) top right no-repeat;
}

::-webkit-input-placeholder{ color: #333; }
:-moz-placeholder{ color: #333; }
::-moz-placeholder{ color: #333; }
:-ms-input-placeholder{ color: #333; }

input#pwdclient,
input#pwdstudent{
	border: solid 1px #999;
	background-color: #e5e5e5;
	margin-right: .5em;
	padding: .5em;
}



/* WidgetKit Overrides
----------------------------------------------- */
.wk-accordion-default{
	margin-bottom: 1em;
}

.wk-accordion-default .toggler{
	font-family: "Nunito", sans-serif;
	font-weight: 300;
	border: solid 1px #fff;
	background-color: #dfdfdf;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/expand.gif);
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	color: #333;
	padding: 8px 7px 6px 43px;
	min-height: 20px; /* 34 - 14 padding */
}

.wk-accordion-default .toggler.active{
	background-image: url(../images/collapse.gif);
}

.wk-accordion-default .content-wrapper{
	background-color: #fff;
}

.wk-accordion-default .content{
	padding-bottom: 0;
}

.wk-accordion-default .wk-content{
	margin-right: 1.944444444444444%; /* 14 / 720 */
	margin-left: 3.333333333333333%; /* 24 / 720 */
}

.wk-accordion-default .wk-content ul.split{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
}



/* Joomla Default Messaging
----------------------------------------------- */
#system-message{
	margin: 15px;
	padding: 0;
}

#system-message dt{
	font-weight: bold;
}

#system-message dd {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
}

#system-message dd ul{
	border-bottom: 3px solid #84A7DB;
	border-top: 3px solid #84A7DB;
    color: #0055BB;
	list-style-image: none;
	list-style-position: outside;
    list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
}

#system-message dt.message, 
#system-message dt.error, 
#system-message dt.notice{
	display: none;
}

#system-message dd.error ul{
	background-color: #E6C0C0;
    border-bottom: 3px solid #DE7A7B;
    border-top: 3px solid #DE7A7B;
	color: #CC0000;
}

#system-message dd.notice ul{
    background: #EFE7B8 none repeat scroll 0 0;
	border-bottom: 3px solid #F0DC7E;
    border-top: 3px solid #F0DC7E;
	color: #CC0000;
}

#system-message dd.message ul{
    background: #C3D2E5 url(../images/notice-info.png) no-repeat scroll 4px center
}

#system-message dd.notice ul{ 
    background: #EFE7B8 url(../images/notice-note.png) no-repeat scroll 4px center;
}

#system-message dd.error ul{
    background: #E6C0C0 url(../images/notice-alert.png) no-repeat scroll 4px center;
}

#content #system-message dd.message ul li,
#content #system-message dd.notice ul li,
#content #system-message dd.error ul li{
	padding-left: 30px;
	margin: 0;
}