/*
Title:      Glencoe District 35 master screen styles
Author:     glencoeweb@glencoeschools.org
*/

/* reset styles 
--------------------------------------------- */

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;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
	}
ol, ul {
	list-style: none;
	}
blockquote, q {
	quotes: none;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
p {
	margin-bottom: 10px;
	line-height: 18px;
}

.left_float {
float: left;
}
	

/* master styles
--------------------------------------------- */

body {	
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background: #023334;
text-align: center;
	}
body.district {
	background: transparent url(images/content_bg.jpg) repeat-x left top;
	}
body.south {
	background: transparent url(images/content_bg.jpg) repeat-x left top;
	}
body.west {
	background: transparent url(images/content_bg.jpg) repeat-x left top;
	}
body.central {
	background: transparent url(images/content_bg.jpg) repeat-x left top;
	}
	
.column-1-2-4 {
	float: left;
	width: 470px;
	margin-right: 12px;
	}

.column-1-1-2 {
	float: left;
	width: 470px;
	}

.column-2-2-2 {
	float: right;
	width: 470px;
	}

.column-3-3-4 {
	float: left;
	width: 230px;
	margin-right: 12px;
	margin-top: 15px;
	margin-bottom: 15px;
	}
	
.column-1-2-3 {
	float: left;
	width: 575px;
	}
	
.column-1-3-4 {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 700px;
	padding-right: 20px;
	border-right: 1px solid #58595B;
	}
	
.column-2-3-4 {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 700px;
	padding-left: 20px;
	border-left: 1px solid #58595B;
	}

.column-4-4-4 {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 230px;
	}
	
.column-1-1-4 {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 230px;
	}
	
.column-3-3-3 {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	width: 350px;
	border-left: 1px solid #58595B;
	}

a:link,
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	}
a:hover {
	color: #336699;
	}

.cta {
	font-size: 10px;
	}
	
.cta-arrow {
	font-size: 14px;
	}
	
.wrap {
	width: 1000px;
	margin: 0 auto;
   	overflow: hidden;
text-align: left;
	}

/* header
--------------------------------------------- */

#header {	
	min-width: 960px;
	width: 100%;
	height: 100px;
	background-color: #fff;
	}
	
#header-nav {
	position: absolute;
top: 0;
left: 60%;
	text-align: right;
	width: 350px;
	height: 45px;
	background: transparent url(images/school_nav_bg.jpg) no-repeat center top;
}

#header-nav .school-nav {
	padding-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

#header-nav a {
	color: #fff;
	font-weight: normal;
}

#header-nav a:hover {
	color: #ffdd00;
	font-weight: normal;
}

#header-nav .date {
left: 400px;
	height: 30px;
	line-height: 30px;
}
	
/* nav
--------------------------------------------- */

#nav {	
	min-width: 960px;
	width: 100%;
	height: 36px;
	background-color: #fff;
	}
	
#nav ul {
	text-align: center;
}
	
#nav li {
	display: inline;
	list-style-type: none;
}

#nav a {
	float: left;
	line-height: 36px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	height: 36px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 1px;
}

#nav a:hover.district {
	background: transparent url(images/nav_gradient_d.gif) repeat-x left top;
	}
	
#nav a:hover.south {
	background: transparent url(images/nav_gradient_s.gif) repeat-x left top;
	}
	
#nav a:hover.west {
	background: transparent url(images/nav_gradient_w.gif) repeat-x left top;
	}
	
#nav a:hover.central {
	background: transparent url(images/nav_gradient_c.gif) repeat-x left top;
	}
	
#nav a:hover.family-access {
	background: transparent url(images/nav_gradient_fa_x.gif) repeat-x left top;
	}

#nav .district {
	background-color: #023334;
	}	

#nav .south {
	background-color: #255984;
	}	
	
#nav .west {
	background-color: #056B05;
	}	
	
#nav .central {
	background-color: #750303;
	}	
	
#nav .family-access {
	background: transparent url(images/nav_gradient_fa.gif) repeat-x left top;
	}	
	
#nav .district.active {
	background: transparent url(images/nav_gradient_d.gif) repeat-x left top;
	}
	
#nav .south.active {
	background: transparent url(images/nav_gradient_s.gif) repeat-x left top;
	}
	
#nav .west.active {
	background: transparent url(images/nav_gradient_w.gif) repeat-x left top;
	}
	
#nav .central.active {
	background: transparent url(images/nav_gradient_c.gif) repeat-x left top;
	}
	
#nav .left-box {
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}

#nav .right-box {
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
}
	
/* masthead 
--------------------------------------------- */

#masthead {	
	min-width: 960px;
	width: 100%;
	}
	
#masthead.district-home {	
	height: 465px;
	background: transparent url(images/district_photo_background.png) no-repeat center top;
	border-top: 4px solid #0D4242;
	background-color: #023334;
	border-bottom: 4px solid #0D4242;
	}
	
#masthead.district-content {	
	height: 8px;
	border-top: 4px solid #0D4242;
	background-color: #9da9a9;
	border-bottom: 1px solid #808184;
	}
	
#masthead.south {	
	height: 162px;
	background-color: #c1c9d3;
	border-top: 4px solid #1B75BB;
	border-bottom: 1px solid #808184;
	}
	
#masthead.west {	
	height: 162px;
	background-color: #c4e0ba;
	border-top: 4px solid #009900;
	border-bottom: 1px solid #808184;
	}
	
#masthead.central {	
	height: 162px;
	background-color: #de989c;
	border-top: 4px solid #cc3333;
	border-bottom: 1px solid #808184;
	}
	
#masthead.south-llc {	
	height: 162px;
	background-color: #c1c9d3;
	border-top: 4px solid #1B75BB;
	border-bottom: 1px solid #808184;
	}
	
#masthead.south-content {	
	height: 8px;
	background-color: #c1c9d3;
	border-top: 4px solid #1B75BB;
	border-bottom: 1px solid #808184;
	}
	
#masthead.west-content {	
	height: 8px;
	background-color: #c4e0ba;
	border-top: 4px solid #009900;
	border-bottom: 1px solid #808184;
	}
	
#masthead.central-content {	
	height: 8px;
	background-color: #de989c;
	border-top: 4px solid #cc3333;
	border-bottom: 1px solid #808184;
	}
	
#school-info {
	margin-top: 10px;
	float: right;
	width: 525px;
	height: 133px;
	border-radius: 8px;
	-webkit-radius: 8px;
	-moz-border-radius: 8px;
	}
	
#school-info.west {
	background-color: #009900;
	}
	
#school-info.south {
	background-color: #336699;
	}
	
#school-info.central {
	background-color: #cc3333;
	}
	
#school-info td {
	color: #eee;
	padding: 12px;
	font-size: 12px
	}
	
/* content
--------------------------------------------- */

#content {	
	min-width: 960px;
        min-height: 300px;
	width: 100%;
	background: transparent url(images/content_bg.jpg) repeat-x left top; 
	background-color: #fff;
}
	
#content .column-1-2-4{
min-height:250px;
	margin-top: 15px;	
	margin-bottom: 15px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}

#content .column-1-1-2{
min-height:250px;
	margin-top: 15px;	
	margin-bottom: 15px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}
	
#content .column-2-2-2{
min-height:250px;
	margin-top: 15px;	
	margin-bottom: 15px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}
	
	#content .column-3-3-4{
	min-height:250px;
		margin-top: 15px;	
		margin-bottom: 15px;
		border: 1px solid #58595B;
		border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		background-color: #fff;
		}
		
		#content .column-4-4-4{
min-height:250px;
	margin-top: 15px;	
	margin-bottom: 15px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}
	
	#content .column-4-4-4 p{
		padding: 15px;
		}
	
#content h1 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding: 5px;
	background-color: #58595B;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
}

#content ul {
	padding-top: 10px;
	padding-bottom: 10px;
	}

#content li {
padding-top: 4px;
padding-bottom: 4px;
padding-left: 5px;
margin-right: 5px;
margin-left: 5px;
border-bottom: 1px dotted #ccc;
	}
	
#content a {	
	color: #336699;
	font-weight: bold;	
	
}


/* content-school
--------------------------------------------- */

#content-school {	
	min-width: 960px;
        min-height: 768px;
	width: 100%;
	background: transparent url(images/content_bg.jpg) repeat-x left top; 
	background-color: #fff;
	}
	
#content-school .right-column-list{	
	margin-bottom: 15px;
	}
	
#content-school .right-column-short{	
	margin-left: 15px;
	}
	
#content-school .left-column-short{	
	margin-top: 15px;
	margin-right: 15px;
	}
	
#content-school .right-column-box{	
	min-height: 150px;
	margin-bottom: 15px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}
	
#content-school .right-column-calendar{	
	width: 350px;
	height: 350px;
	margin-bottom: 15px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}

#content-school .feature-story{
	margin-top: 15px;	
	margin-bottom: 15px;
	width: 550px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}
	
#content-school .feature-image{	
margin-top: 15px;
	margin-bottom: 15px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	}
	
#content-school .news-story{
	margin-top: 15px;	
	margin-bottom: 15px;
	width: 550px;
	}
	
#content-school .news-image{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
border: 1px solid #58595B;
	}

#content-school .extracurricular-image{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
#content-school .callout-image{
	float: left;
	margin: 15px;
	}
	
#content-school .callout-text {
	padding: 15px;
	}
	
#content-school .feature-story h1 {
padding-top: 5px;
	padding-bottom: 18px;
	font-size: 27px;
	font-family: Georgia;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#fadeshow1 {
margin: 1.2em auto;
}

#content-school h1 {
clear: both;
	padding-top: 18px;
	padding-bottom: 9px;
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#content-school h2 {
	font-size: 21px;
	font-family: Georgia;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#content-school h3 {
        clear: both;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #58595B;
}

#content-school h4 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding: 5px;
	background-color: #58595B;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	}

#content-school h5 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	margin-top: 5px;
}

#content-school h6 {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	color: #555;
	margin-bottom: 15px;
}

#content-school ul {
	padding-top: 10px;
	padding-bottom: 10px;
	}

#content-school li {
	padding-bottom: 20px;
	}
	
#content-school .simple-list li {
	padding-bottom: 5px;
	}
	
#content-school .resource-list li {
	padding-bottom: 5px;
	padding-left: 5px;
	}
	

#content-school a {	
	color: #336699;
	font-weight: bold;	
	border-bottom: 0px;
}
	
#content-school table {
	width: 700px;
	}
	
#content-school th{
	border-bottom: 2px solid #000;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding: 6px;
	font-size: 18px;
	}
	
#content-school  td {
	border-bottom: 1px dotted #000;
	text-align: left;
	font-weight: normal;
	color: #000;
	padding: 6px;
	font-size: 12px;
	}	
	


#content-gallery {	
	min-width: 960px;
        min-height: 768px;
	width: 100%;
	background: transparent url(images/content_bg.jpg) repeat-x left top; 
	background-color: #fff;
	}

#content-gallery h1 {
clear: both;
	padding-top: 18px;
	padding-bottom: 9px;
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#content-gallery h2 {
	font-size: 21px;
	font-family: Georgia;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#content-gallery h3 {
        clear: both;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #58595B;
}

#content-gallery a {	
	color: #336699;
	font-weight: bold;	
	border-bottom: 0px;
}
	
#content-gallery table {
	width: 960px;
	}
	
#content-gallery th{
	border-bottom: 2px solid #000;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding: 6px;
	font-size: 18px;
	}
	
#content-gallery  td {
	border-bottom: 1px dotted #000;
	text-align: left;
	font-weight: normal;
	color: #000;
	padding: 6px;
	font-size: 12px;
	background: transparent;

	}	

#content-gallery  td.grid {
	border-bottom: 1px dotted #000;
	text-align: center;
	font-weight: normal;
	color: #000;
	padding: 12px;
	background: transparent;

	}	


/* content day
--------------------------------------------- */

#content-day {	
	min-width: 960px;
        min-height: 768px;
	width: 100%;
	background: transparent url(images/content_bg.jpg) repeat-x left top; 
	background-color: #fff;
	}
	
#content-day .day {	
	margin: 3em auto;
	padding: 15px;
	width: 640px;
	background-color: #fff;
	border: 1px solid #000;
		border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}

#content-day h1 {
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#content-day h2 {
	border-bottom: 1px dotted #000;
	padding-bottm: 1em;
}

#content-day .hour {
	padding-top: 1em;
	padding-bottom: 1em;
}

#content-day .event a {
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	}
	
#content-day .header a {
	font-weight: bold;
	text-decoration: none;
	color: #336699;
	}


/* content event
--------------------------------------------- */

#content-event {	
	min-width: 960px;
        min-height: 768px;
	width: 100%;
	background: transparent url(images/content_bg.jpg) repeat-x left top; 
	background-color: #fff;
	}
	
#content-event .event {	
	margin: 3em auto;
	padding: 15px;
	width: 640px;
	background-color: #fff;
	border: 1px solid #000;
		border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
	#content-event .event a, a:link, a:visited {
			font-weight: bold;
			text-decoration: none;
			color: #336699;
			}
	#content-event .event a:hover {
			color: #336699;
			}

#content-event h2 {
	font-size: 20px;
        margin-bottom: 15px;
	font-weight: bold;
	color: #000;
}

#content-event h3 {
	padding-bottom: 3px;
	border-bottom: 1px dotted #000;
	margin-bottom: 5px;
}

/* content-llc
--------------------------------------------- */

#content-llc {	
	min-width: 960px;
	min-height: 768px;
	width: 100%;
	background: transparent url(images/content_bg.jpg) repeat-x left top;
	background-color: #fff;
	}
	
#content-llc .right-column-list{	
	margin-bottom: 15px;
	}
	
#content-llc .right-column-short{	
	margin-left: 15px;
	}
	
#content-llc .left-column-short{	
	margin-top: 15px;
	margin-right: 15px;
	}
	
#content-llc .right-column-box{	
	min-height: 150px;
	margin-bottom: 15px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}
	
#content-llc .right-column-calendar{	
	width: 350px;
	height: 350px;
	margin-bottom: 15px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}

#content-llc .feature-story{
	margin-top: 15px;	
	margin-bottom: 15px;
	width: 550px;
	border: 1px solid #58595B;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background-color: #fff;
	}
	
#content-llc .site-image {
	margin-bottom: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
#content-llc .news-story{
	margin-top: 15px;	
	margin-bottom: 15px;
	width: 550px;
	}
	
#content-llc .news-image{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
#content-llc .extracurricular-image{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	}
	
#content-llc .callout-image{
	float: left;
	margin: 15px;
	}
	
#content-llc .callout-text{
	padding: 15px;
	}
	
#content-llc h1 {
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	color: #000;
}

#content-llc h2 {
	font-size: 15px;
	text-transform:uppercase;
	text-align: left;
	color: #000;
	margin-top: 15px;
	margin-bottom: 5px;
}

#content-llc h3 {
	clear: both;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #58595B;
}

#content-llc h4 {
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	padding: 5px;
	background-color: #58595B;
	border-top-right-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	}

#content-llc h5 {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #000;
	padding-bottom: 5px;
	margin-top: 5px;
}

#content-llc h6 {
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
	text-align: left;
	color: #555;
	margin-bottom: 15px;
}

#content-llc ul {
	}

#content-llc li {
	display: inline;
	list-style-type: none;
	}
	
#content-llc .simple-list li {
	padding-bottom: 5px;
	}
	
#content-llc .resource-list li {
	padding-bottom: 5px;
	padding-left: 5px;
	}
	

#content-llc a {	
	color: #336699;
	font-weight: bold;	
	border-bottom: 0px;
}
	
#content-llc table {
	width: 700px;
	}
	
#content-llc th{
	border-bottom: 2px solid #000;
	text-align: left;
	font-weight: bold;
	color: #000;
	padding: 6px;
	font-size: 18px;
	}
	
#content-llc  td {
	border-bottom: 1px dotted #000;
	text-align: left;
	font-weight: normal;
	color: #000;
	padding: 6px;
	font-size: 12px;
	}	

/* content month
--------------------------------------------- */

#content-month {	
	min-width: 960px;
        min-height: 768px;
	padding: 25px;
	background: transparent url(images/content_bg.jpg) repeat-x left top; 
	background-color: #fff;
	}
	
#content-month h1 {

	font-size: 27px;
	font-weight: bold;
	text-align: center;
	color: #000;
}

#content-month a {
color: #336699;
}
	
/* community_resources
--------------------------------------------- */

#community_resources {	
	min-width: 960px;
	width: 100%;
	padding-bottom: 25px;
	background: transparent url(images/community_resources_bg.png) repeat-x left top;
	background-color: #6b8a88;
	}
	
#community_resources p{	
	color: #fff;
}

#community_resources h1{
	width: 960px;
	font-size: 18px;
	font-weight: bold;	
	color: #fff;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #fff;
	
}

#community_resources h2 {
	margin-bottom: -9px;	
padding-right: 50px;	
	font-size: 15px;
	font-weight: bold;	
	color: #fff;
}

#community_resources li { 
	padding-left: 10px;	
	color: #fff;
}

#community_resources a:link, a:visited {	
	color: #fff;
	font-weight: bold;	
}

#community_resources a:hover {	
	color: #ffde00;
	font-weight: bold;	
	border-bottom: 1px solid #ffde00;
}

#community_resources .column-1-2-4 .column-3-3-4 .column-4-4-4{	
	color: #fff;
}

/* footer
--------------------------------------------- */

#footer {		
	min-width: 960px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 150px;
	clear: both;
	text-align: center;
	}

#footer p {	
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
text-align: center;
	}


/* misc
--------------------------------------------- */

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
    
/* IE7 hacks
--------------------------------------------- */

*:first-child+html .group,
*:first-child+html div.article-body,
*:first-child+html #wrap {
	min-height: 1px;
	}

/* mini calendar
--------------------------------------------- */

	
#mc_wrap {
	font-size: 12px;
	font-family: helvetica, "lucida sans", verdana, arial, sans-serif;	
}		
#mc_calendar {
	margin: 0 auto 1em;	background: #fff;
	border: 1px solid #666;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
    height: 300px;
}
#mc_calendar table {
	font-size: 12px;
	font-family: helvetica, "lucida sans", verdana, arial, sans-serif;
	border: none;
	margin: auto;	
	border-collapse: collapse;	 
	background: #fff;	
	width: 330px;
}
#mc_calendar td,
#mc_calendar th {
	padding: 0;
	margin: 0;
	color: #666;
	border: 0;
	text-align: center;
}
#mc_calendar th {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

#mc_calendar th h7{
	font-size: 24px;
	font-weight: normal;
}

#mc_calendar th a {
	color: #000;
}
#mc_calendar th a.icon {
	color: #000;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
#mc_calendar a.left {
	padding-right: 7px;
}
#mc_calendar a.right {
	padding-left: 8px;
}

#mc_calendar td a {
	display: block;
	color: #fff;
	background: #fefdda;
}		
#mc_calendar td div,
#mc_calendar td.has_events div
#mc_calendar td.mc_pad div {
	vertical-align: middle;
	text-align: center;
	padding: 6px;
	margin: 5px;
	background: #fff;
	border: 1px solid #666;
}
#mc_calendar td.has_events div {
	padding: 0;   
}
#mc_calendar td.has_events div a {
	font-weight: bold;
	color: #000;
	display: block;
	padding: 6px;
}
#mc_calendar td.has_events div a:hover,
#mc_calendar td.selected div.mc_date {
	background: #666;
	color: #fff;
}
#mc_calendar td.today div a {
	background-color: #979797;
}
#mc_calendar table td.mc_pad div {
	/* customize padded days */
}
#mc_calendar td div.event {
	display: none;
}
#mc_events {
	width: 191px;
	margin: 0 auto;
	background: url(/themes/solspace_themes/calendar/img/mc_down_arrow.png) 80px 0 no-repeat;
	padding-top: 4px;
	line-height: 1.5;
}
#mc_event_details {
	border: 1px solid #ccc;
	padding: 7px;
	clear: both;
	margin-top: 4px;
}
#mc_event_details .event {
	display: none;
}
#mc_event_details .active {
	display: block;
}
#mc_events hr {
	border: 1px dotted #ccc;
	border-width: 1px 0 0;
}
#mc_events h4 {
	margin: 0;
}		
.mc_share_event,
.mc_close,
#mc_rss {
	background: #999;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	float: left;
}
.mc_close,
#mc_rss {
	float: right;
}
#mc_close {
	padding-left: 6px;
}
a#mc_rss:hover {
	background-color: orange;
}		
a.mc_share_event:hover {
	background-color: #3399CC;
}
a.mc_close:hover {
	background-color: #000;
}
#mc_days th {
	vertical-align: middle;
	text-align: center;
	padding: 6px;
	margin: 5px;
	background: #8aa342;
	color: #fff;
}
}
.mc_event_time #at_symbol {
	background: #000;
	color: #fff;
	padding: 2px 2px 0 2px;
	font-weight: bold;
	font-size: 15px;
}
#mc_global_toolbar a.icon {
	background: #979797;
	color: #fff;
	font-size: 15px;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}
#mc_global_toolbar a.disabled {
	opacity: .5;
}
#mc_calendar a.icon:hover {
	background: #000;
	color: #fff;
}
.middot {
	color: #fff;
}		
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* Month Calendar  */

#fc_calendar {
  text-align: left;
  margin: 0 auto;
  background: transparent;
  width: 991px;
  padding-left: 3px;
  padding-bottom: 3px;
  font-size: 12px;
  font-family: helvetica, "lucida sans", arial, verdana;
}
#fc_calendar table {
  border-collapse: collapse;
  font-size: 12px;
}
#fc_calendar #fc_inner td {
  border: 1px solid #000;
  vertical-align: top;
  background: #fff;
  color: #000;
}
#fc_outer {
  width: 980px;
  margin: 0;
  padding: 0;
}
#fc_inner {
  width: 980px;
}
#fc_calendar .event {
  font-size: 11px;
  font-family: helvetica, "lucida sans", arial, verdana;
  overflow: hidden;
  white-space: nowrap;
  width: 129px;
  color: #009966;
}
#fc_calander table table .event a {
  color: #009966;
  text-decoration: underline;
}

#fc_calendar .out_of_range { background-color: transparent; }
#fc_calendar .black {background-color: #000; }
#fc_calendar .has_events {background-color: yellow; color: #f00;}
#fc_calendar .day_cell .all_day, 
#fc_calendar .day_cell .multi_day {
  background-color: #009966;
  margin: 0 0 1px; 
  padding: 0 4px; 
  line-height: 13px;
  color: #fff;
  font-size: 11px;
/*      font-weight: bold;*/
}
#fc_calendar .day_cell .all_day a,
#fc_calendar .fc_inner .day_cell .multi-day a {
  color: #fff;
  text-decoration: none;
}
#fc_calendar .day_cell .all_day a:hover,
#fc_calendar .day_cell .multi-day a:hover {
  color: #fff;
  text-decoration: underline;
}
#fc_calendar .first_day { 
  margin-left: 0; 
}
#fc_calendar .last_day { 
  margin-right: 0; 
}
#fc_calendar .day_cell .index_difference_1 { margin-top: 21px; }
#fc_calendar .day_cell .index_difference_2 { margin-top: 45px; }

#fc_calendar .day_cell .date {
    width: 139px;
    text-align: right;
    background: #dbe4ea;
    height: 20px;
    line-height: 20px;
    margin: -30px 0 0 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    position: absolute;
  }
#fc_calendar .day_cell .date a {
  font-weight: bold;
  color: #49616A;
  text-decoration: none;
}
#fc_calendar .day_cell .date .num {
  margin-right: 5px;
}
#fc_calendar .day_cell .date a:hover {
  color: #000;
  text-decoration: underline;
}
#fc_calendar .out_of_range .date {
    background: transparent url(/themes/solspace_themes/calendar/img/pad_date.png) repeat-x;
    color: #999;
  }
#fc_calendar .day_cell {
    width: 137px;
    height: 131px;
    padding-top: 30px;
    overflow: auto;
  }
#days_of_week th {
  padding: 5px 0;
  color: #000;
}
#month_year th {
  padding: 5px 0;
  color: #000;
width:900px;
}

