@import url('css/layout.css');
@import url('css/animate.css');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,300italic,600italic,400,300,600,700');
/* Perc Overrides */

.vspan_2,.vspan_4,.vspan_6,.vspan_8 { height : auto; }
.hspan_2,.hspan_8,.hspan_10,.hspan_12 { width : auto; }
.perc-region { min-height: 0; }
#content { margin : 0 auto }

/* SL Overrides */
.current ul {
	visibility: visible !important;
	display: block !important;
	} /* added 2013-05-06 */

.subnav li {
	font-size: .93em !important;
	} /* added 2013-05-06 */

#messages p {
	font-size: 120%;
	margin-bottom: 1em !important;
	} /* added 2013-05-06 */

div#contentspacing ul li, div#contentspacing ol li {
/*	text-indent: -1em;  */
	text-indent: 0em;   /* changed from -1 to 0; 2013-09-03 */
	padding-left: 10px;   
	margin-left: 20px;  /* added on 2013-09-03 */
	margin-bottom: 5px !important;
	} /* added 2013-05-28; settings for IE */
	
div#contentspacing ul li:first-child, div#contentspacing ol li:first-child {
margin-top: 5px !important;
	} /* added 2013-05-28 */

/* removed 9-11-2013, caused issue on left justification */
/*div.tags ol li, div.tags ul li {
	text-indent: 1em !important; 
	} */      /* added 2013-05-29 */
	
div.tags ol, div.tags ul {
	margin-left: -20px;
	} /* added 2013-05-29 */

/* End SL Overrides */


/* Wrapper for all body content */
#container
{
    margin: 0 auto;
}
/* End Perc Overrides */

/* end of skip nav */

/* MAJOR STRUCTURE AND TOP AREA STYLES */

body {
	font-family: 'Open Sans', sans-serif;
	background: #221E1F; /* Background color beyond site width */
	text-rendering: optimizeLegibility;
}

/* Set the body tag id in the HTML and here to assign the correct on-state in the navigation. There's likely a more efficient way of doing this built-in to your CMS. */
body#admissions .admissionsnav,
body#first-time-freshman .admissionsnav,
body#academics .academicsnav { /* Add additional page IDs here, if using this method. */
	color: #860038;
	background-color: #fff;
}

#content-body {
	min-height: 50px;
}

/* Draws the alert bar at the top of the page, visible when activated. */
#alertbar {
	width: 100%;
	width: 980px;
	background-color: yellow;
	font-size: .8em;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 17px;
	padding-bottom: 10px;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 1em;
	text-align: center;
}

body, select, input, textarea {
	color: #1d1d1d; /* Default text color */
}

#wrapper {
	height: 100%;
	width: 980px; /* Change to percentage for responsive layout, though images will break */
	margin: 0 auto; /* centers the content */
	border: 25px solid #fff;
	background: #fff; /* On page with inline styles for #wrapper, be sure to set the background color of #fff inline, too, in addition to a background image. Otherwise, this background color won't be applied.*/
}

#home-background-container { /*Used only on the homepage */
/*	float: left; */
	min-height: 550px;
	width: 980px;
	margin-bottom: 20px;
	position: relative;
}

#home-background-container p { margin: 0; }

#background-wrapper {
	position: absolute;
	width: 100%;
	z-index: 1;
}


.home-background-overlay { /* This id also has an inline style for attributes that may need adjustment depending on the message text used. */
	margin-left: 30px;
	margin-right: 30px;
	/* padding: 30px; */	
}

.home-background-overlay h1 { /*This styles the overlay message */
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2em;
	color: #fff;
	line-height: 1.3em;
}

.home-background-overlay h1 a {
	color:#fff;
	display: block;
	padding: 30px;
}

.home-background-overlay h1 a:hover {
	color:#fff;
}


#header { /* This contains the logo and utility navigation */
/*	float: left; */
	width: 100%;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}

#breadcrumbs {
	display: block;
	font-size: 0.8em;
	margin: 0;
	overflow-y: auto;
	padding-left: 25px;
}

#breadcrumbs ul {
	margin: 0;
	padding: 0;
}

#breadcrumbs li {
    color: #860038;
    list-style: none;
    float: left;
    margin: 0 2px;
}

#breadcrumbs li:first-child {
    margin-left: 0;
}

#breadcrumbs p {
	margin:0;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}


/* NAVIGATION AREA STYLES */

#logo {
	float: left;
	width: 206px;
	padding-left: 25px;	
}

ul#audiencenav {
	float: right;
	list-style-type: none;
	padding-top: 8px;
	margin: auto;
	padding-right: 6px;
}

ul#audiencenav li {
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}

ul#audiencenav a {
	text-decoration: none;
	font-size: .8em;
	font-weight: 500;
	color: #fff;
	background-color:#860038;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:7px;
	padding-right:7px;
	border-radius:3px;
}

ul#audiencenav a:hover {
	background-color: #fff;
	color: #860038;
}

ul#hornav {
	float: left;
	list-style-type: none;
	margin: auto;
}

ul#hornav li {
	float: left;
}

ul#hornav a {
	display: block;
	text-decoration: none;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background-color:#860038;
	padding-top:16px;
	padding-bottom:16px;
	padding-left:18px;
	padding-right:15px;
	/* Mouse-over and off transition times can be adjusted below */
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
}

ul#hornav a:hover {
	background-color: #fff;
	color: #860038;
}
ul#hornav a:active {
	background-color: #fff;
	color: #860038;
}

#nav { /* Main horizontal nav */
/*	float: left; */
	width: 100%;
	margin-top: 20px;
	background-color: #860038;
	position: relative;
	z-index: 2;
}

#callout {
	position: relative;
	z-index: 2;	
}

.mainnav, .mainnav > ul {
	float: left;
	list-style-type: none;
	margin: auto;
}

.mainnav > ul  li {
	float: left;
	}

.mainnav > ul  a {
	display: block;
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left: 20px;
	padding-right: 20px;
	/* Mouse-over and off transition times can be adjusted below */
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
}

.mainnav > ul  a:hover {
	color: #860038;
	background-color: #fff;
}

.searchcontainer { /* We've left this pretty bare-bones for this design sample. As close as approximate to how this renders in webkit would be preferrable. */
	float: right;
    padding-top: 14px;
    padding-right: 16px;
} 


/* SECTION SIDEBAR NAVIGATION */

.hidden {
	display:none;
}

#sectionnav-wrapper {
	position: relative;
	z-index: 2;
}

#sectionnav {
	float: right;
	padding: 7%;
	width: 79%;
	margin-bottom: 25px;
	margin-top: 10px;
	margin-right: 7%;
	background-color: #860038;
	border-radius: 3px;
}

#sectionnav h1 {
	font-size: 1em;
	color: #fff;
}

/*insert body id here*/ #sectionnav .current a {
	color: #FAD76F; /*insert color that matches background image here #E8B909 */
	font-weight: 600;
}

#sectionnav .current.nav-level-4  a {
	color: #fff;
	font-weight:600;
}

#sectionnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sectionnav ul li ul {
	padding-left: 10px;
}

/*#sectionnav ul li ul li a, {
	font-size: .9em;
	line-height: 2em;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}*/

#sectionnav a {
	font-size: .9em;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}

#sectionnav a:hover {
	color: #FAD76F; /* #E8B909 */
}

#sectionnav .nav-title li {
     display: none;
}

#sectionnav .nav-title li.perc-list-first {
     display: block;
}

#sectionnav .nav-title li {
     color: #FFFFFF;
     font-size: 1.1em;
     font-weight: 600;
     line-height: 1.2em;
     margin-bottom: 0.35em;
     text-transform: uppercase;
}

#sectionnav .nav-title a {
	 font-size: inherit;
     font-weight: inherit;
}

#sectionnav .subnav .perc-navbar-vertical > li > a:after {
     background: url("/web_resources/themes/CSUDH-Main/img/nav-arrow2.png") no-repeat scroll left center #FFFFFF;
     content: "";
     display: inline-block;
     height: 6px;
     margin-left: 3px;
     width: 5px;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

#sectionnav .subnav li li > a:before {
     background: url("/web_resources/themes/CSUDH-Main/img/nav-arrow2.png") no-repeat scroll left center #FFFFFF;
     content: "";
     display: inline-block;
     height: 8px;
     margin-right: 3px;
     width: 5px;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

#sectionnav .subnav li > a:hover:before, #sectionnav .subnav li > a:hover:after {
     background-color: #FAD76F; /* #E8B909 */
}
/* added */
#sectionnav .subnav li.nav-level-5  {
   display: none;
}

#sectionnav .subnav li.nav-level-6  {
   display: block;
}

#sectionnav .subnav li.current.nav-level-4  {
   display: block;
}

#sectionnav .subnav li.current.nav-level-4 > ul > li {
   display: block;
}
/*
#sectionnav .RightNav li > a:hover:before, #sectionnav .RightNav li > a:hover:after {
     background-color: #E8B909;
}
#sectionnav .RightNav li.nav-level-4 {
   display: none;
}

#sectionnav .RightNav li.nav-level-5 {
   display: block;
}

#sectionnav .RightNav li.current {
   display: block;
}

#sectionnav .RightNav .current > ul > li {
   display: block;
}
*/


/* SEARCH RESULTS */

ul.topsearches {
	float: left;
	list-style-type: none;
	padding: 0;
}


/* DIRECTORY */

fieldset h2 {
	font-weight: 400;
	padding-bottom: 10px;

}


/* BASIC TYPOGRAPHY */

p, li {
	font-size: .9em;
	line-height: 1.4em;
}

p {
	margin-bottom: 1em;
}

ul, ol {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
	margin-bottom: .35em;
}

h1 {
	font-size: 2em;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

h2 {
	font-size: 1.5em;
	font-weight: 600;
	color: #000;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: .9em;
}

h5 {
	font-size: .8em;
}

h6 {
	font-size: .7em;
}

ul {
	list-style-position: outside;  /* changed 2013-09-03; from inside to outside */
	list-style-type: disc;
	padding-left: 10px;
}

ol {
	list-style-position: outside;  /* changed 2013-09-04; from inside to outside */
	padding-left: 10px;
}

a {
	color: #860038;
	text-decoration: none;
}

a:hover {
	color: #860038;
	text-decoration:underline;
}

a:link {
	-webkit-tap-highlight-color: #B4D5FE;
} 


/* AUDIENCE BOXES - Used on the homepage and most landing pages */

.audiences h1 {
	font-size: 1.4em;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;  
	color: #fff;
	background-color: #860038;
	background-color: rgba(134,0,56,1)
}

.audiences h2 {
	font-size: 1.1em;
	color: #6D6E71;
	font-weight: 300;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.3em;
}

.audiences a {
	color: #850038;
	text-decoration: none;
	font-weight: 400;
	/*border-bottom: 1px solid #dff0f3;*/
}

.audiences a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.audiences h1 a, #audiences h1 a:hover {
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}


/* DIVISIONS BOXES - Burgundy color title boxes */

.divisions h1 {
	font-size: 1.4em;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;  /* changed from 20px */
	margin-right: 14px;  /* added */
	margin-left: 10px; 	/* added */
	color: #fff;
	background-color: #860038;
	background-color: rgba(134,0,56,1)
}

.divisions h1:first-child {  /* added */
	margin-left: 0;
}

.divisions h2 {
	font-size: 1.1em;
	color: #6D6E71;
	font-weight: 300;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.3em;
}

.divisions a {
	color: #850038;
	text-decoration: none;
	font-weight: 400;
	/*border-bottom: 1px solid #dff0f3;*/
}

.divisions a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}

.divisions h1 a, #divisions h1 a:hover {
	color: #fff;
	border-bottom: none;
	text-decoration: none;
}
.divisions p {  /* added */
	padding-top: 0;
	margin-right: 14px;   
	font-size: .9em;
}


/* NEWS BOXES - Used on the homepage and can be used elsewhere */

.news h1  {
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #fff;
	background: #E8B909;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
	-webkit-border-radius: 3px;
	border-radius: 4px;
}

.colleges h1  {
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #fff;
	background: url(/web_resources/themes/CSUDH-Main/img/arrow-tip-yellow.png) no-repeat right 50% #E8B909;
	font-size: 1.2em;
	line-height: 1.2em;
	text-transform: uppercase;
	-webkit-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
}

.colleges img {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.news p, .colleges p {  /* added .audiences p */
	padding-top: 10px;
	margin-right: 14px;   /* Added */
	font-size: .9em;
	-webkit-hyphens: auto; /* Auto-hyphenation */
	-moz-hyphens: auto;
	hyphens: auto;
}

.news h1 a, .colleges h1 a {
	color: #000;
	text-decoration: none;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}

.news h1 a:hover, .colleges h1 a:hover {
	color: #fff;
	text-decoration: none;
}

.news p a, .colleges p a {
	font-weight: 600;
	color: #850038;
	text-decoration: none;
/*	border-bottom: 1px solid #ccc; */  /*  removed 9-17-13  */
	border-bottom: 0px;    /* added 9-17-13  */
}

.news p a:hover, .colleges p a:hover {
/*	border-bottom: 1px solid #000;  */   /* removed 9-17-13 */
	border-bottom: 0px;    /* added 9-17-13  */
}

.colleges .perc-box-1 {
	display: block;
	float: left;
	padding-top: 0;
	width: 32.2%;
}

.colleges .perc-box-1 a, .colleges .perc-box-1 a:hover {
	border-bottom: none;
	text-decoration: none;
}

.colleges .perc-body-text-1 .audience {
	display: block;
	float: left;
	margin-left: 1.6%;
	width: 65.1%;
}

.colleges .group {
	margin: 1% 0 1.6%;
}


/* LANDING PAGE MESSAGE */

/* Use the contentspacing class on a div for content that appears at the top of a page and needs some white space around it. Once the content has cleared the background image, it's fine to end that section and start a new one without this class. NOTE: Not needed for pages that have a #landingmessage. */
.contentspacing {
	padding-left: 4%;
	padding-top: 20px;
}

.contentspacing p {
	margin-bottom: 1em !important;
}

#landingmessage-wrapper {
	position: relative;
	z-index: 2;
}

/* original
.landingmessageheader { 
	overflow: hidden;
	padding-top: 230px;
	height: 150px;
	padding-left: 4%;
	padding-bottom: 4%;	
}
*/

.landingmessageheader { /*This needs to be confined to two lines*/
	overflow: hidden;
	padding-top: 260px;
	height: 150px;
	padding-left: 4%;
	padding-bottom: 4%;	
}

/*.landingmessageheader h1 { org headline
	font-size: 4em;
	color: #fff;
	font-weight: 600;
	line-height: 1.2em;
	text-transform: uppercase;
	text-shadow: 1px 1px 10px #000;
	text-shadow: 1px 1px 10px rgba(0,0,0,.3);
}
*/
.landingmessageheader h1 { /* Headline */
	font-size: 3.7em;
	color: #fff;
	font-weight: 600;
	line-height: 1.0em;
	text-transform: uppercase;
	text-shadow: 1px 1px 10px #000;
	text-shadow: 1px 1px 10px rgba(0,0,0,.3);
}

.landingmessage { 
	overflow: hidden; /* Prevents text from running off the background image. A max word count might need to be used here, or care when previewing the page */
	padding-left: 4%;
	padding-top: 20px;
}

.landingmessage p { /* Main message text */
	font-size: 1.5em;
	font-weight: 400;
	color: #000;
	line-height: 1.4em;	
}

.landingmessage a {
	font-weight: 400;
	color: #860038;
	text-decoration: none;
	border-bottom: 1px solid #860038;
}

.section {
	clear:both;
	padding: 0px;
	margin: 0px;
}


/* FOOTER STYLES */

/* 12/1/2014, padding changed from 20px on all sides */
#footer {
	height: 300px;
	width: 940px;
	padding: 0 20px 20px 20px;
	background: url(/web_resources/themes/CSUDH-Main/img/background-footer.jpg) no-repeat center bottom;
}

#footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer p {
	padding: 0;
	margin: 0;
	color: #000;
}

#footer h1 {
	background: none;
	font-size: 2em;
}

#footer p {
	font-size: .9em;
}

/* 20141202, added for report 508 link */
#link-hover-bd  a{
	color: #000;
	text-decoration: none;
}

#link-hover-bd a:hover {	
	color: #850038 !important;
}
/* 20141202, end added */	

#footer a {
	color: #000;
	text-decoration: none;
}


#footer a:hover {
	color: #fff;
}

ol.footernav {
	float: left;
	list-style-type: none;
	margin: auto;
	padding: 0;
}

/* 20141202, font-size changed from 1em to 0.95em */
ol.footernav li {
	float: left;
	width: 300px;
	font-size: 0.95em;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: -10px;
}

ol.footernav a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-decoration: none;
	color: #000;
}

ol.footernav a:hover {
	color: #fff;
	}

ol.footernav li:hover {
	background: #850038;
	border-radius: 14px;
}

#footersearchcontainer {
	float: left;
	padding-top: 4px;

}


/* COLORS, INCLUDING BACKGROUND COLORS FOR CONTENT AREAS */

.red {
	color: #860038;
}

.redbackground {
	background-color: #860038;
}

.blue {
	color: #009DBB;
}

.bluebackground {
	background-color: #009DBB;
}

.lightblue {
	color: #8CCEDD;
}

.lightbluebackground {
	background-color: #8CCEDD;
}

.yellow {
	color: #E8B909;
}

.yellowbackground {
	background-color: #E8B909;
}

.lightyellow {
	color: #F1D078;
}

.lightyellowbackground {
	background-color: #F1D078;
}

.gray {
	color: #6D6E71;
}

.graybackground {
	background-color: #6D6E71;
}

.lightgray {
	color: #F2F2F2;
}

.lightgraybackground {
	background-color: #F2F2F2;
}

.black {
	color: #000000;
	rgba(0,0,0,1)
}

/* WHITESPACE */

.whitespace {
	padding: 6%;
}


/* SHAPES */

.roundedcorners {
	border-radius: 3px;
}

.roundedcornersmax {
	border-radius: 1000px;
}

.outline {
	border: 1px solid #000;
	padding: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* TABLES */

table {
	margin: 0;
	padding: 0;
	font-size: .8em;
	width: 100%;
	}
table th,
table td {
	text-align: left;
	border-bottom: 1px solid #999;
	padding: 8px 16px;
}
table th {
	border-width: 2px;
	}
table td {
	font-weight: 600;
	color: #666; /* Data text color */
	}
table tr:last-child th,
table tr:last-child td {
	border-bottom: none;
	}
table tr:nth-child(even) {
	background: #F2F2F2; /* Data background color */
	background: rgba(242,242,242,.5);
	}				


/* PAGINATION */

.pagination ul {
	text-align: left; /* or right or center */
	}
.pagination ul li {
	display: inline;
	margin: 0 3px 0 0;
}
.pagination ul li a {
	font-size: .9em;
	font-weight: 500;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 3px;
	padding: 3px 6px;
}
.pagination ul li a:hover,
.page ul li a:focus {
	background: #f0f0f0;
	border-color: #ccc;
	}
.pagination ul li a:active {
	background: #fff;
	border-color: #ddd;
	}				


/* BUTTON */

a.button {
	font-size: .8em;
	float: left;
	padding: 6px 10px;
	text-decoration: none;
	color: #fff;
	margin: 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


/* LIST WITH ATTRIBUTE */

.tags ol {
	list-style: none;
	width: 100%; /* set the width of the list with this attribute, inline */
	}
.tags ol li a {
	display: block;
	padding: 4px 8px;
	color: #000;
	list-style-position: outside !important;  /* added 9-11-2013 */
	}
.tags ol li a span.meta {
	float: right;
	color: #000000;
	}
.tags ol li a:hover span.meta {
	color: #fff;
}
.tags ol li a:hover {
	background: #850038;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
}				


/* FORMS */

form fieldset {
	font-size: 14px;
	border-bottom: 1px solid #000;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
form fieldset.form-actions {
	margin: 0 0 0 20%;
	padding: 0;
	border: none;
	}
form fieldset.check {
	padding-left: 20%;	
	}
form fieldset label {
/*	float: left;*/
	width: 20%;
	margin: 4px 0 5px 0;
	font-weight: bold;
	}
form fieldset.check label {
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
	}
form fieldset.radio ul li label {
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
	}
form fieldset input.form-text,
form fieldset textarea {
	display: block;
	width: 50%;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ddd;
	background: #f5f5f5;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.05);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
form fieldset input.form-text:focus {
	border: 1px solid #ccc;
	background: #fff;
	}
form fieldset textarea {
	height: 150px;
	}
form fieldset select {
	min-width: 25%;
	margin: 0;
	}
form fieldset.radio ul {
	margin: 5px 0 0 20%;
	list-style: none;
	}
form fieldset.radio ul li {
	margin: 0 0 5px 0;
	}
form fieldset.radio ul li:last-child {
	margin: 0;
	}
form fieldset p.form-help {
	margin: 5px 0 0 20%;
	font-size: 12px;
	color: #999;
	}
form input[type="submit"], form input[type="reset"] {
	margin: 0;
	padding: 5px 10px;
	font-size: 12px;	
	font-weight: bold;
	border: 1px solid #ccc;
	background: #850038;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
form input[type="submit"]:hover,
form input[type="submit"]:focus,
form input[type="reset"]:hover,
form input[type="reset"]:focus  {
	border: 1px solid #bbb;
	background: #fff;
	color: #000;
	}
form input[type="submit"]:active,
form input[type="reset"]:active {
	border: 1px solid #ccc;
	background: #eee;
	}
@media screen and (max-width: 600px) {
	form fieldset label {
		display: block;
		float: none;
		width: auto;
		margin: 0 0 5px 0;
		}
	form fieldset.form-actions,
	form fieldset.check,
	form fieldset.radio ul,
	form fieldset p.form-help {
		margin-left: 0;
		padding-left: 0;
		}
	form fieldset input.form-text,
	form fieldset textarea {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		}
	}				


/* PRINT STYLES
-------------------------------------------------------------------------------*/
@media print {

/*PRINT STYLES WOULD GO HERE*/

}


/* MEDIA QUERIES
-------------------------------------------------------------------------------*/

@media screen and (max-device-width: 480px) {
		
}

@media all and (orientation: portrait) {

}

@media all and (orientation: landscape) {

}

/* EDITOR ONLY STYLES 
-------------------------------------------------------------------------------*/

#background-wrapper[title],
#background-wrapper .perc-widget[title] {
	margin-top: -20px;
	padding-top: 20px;
}

#home-background-container[title] {
    padding-top: 80px;
}

/* COMMENT STYLES
-------------------------------------------------------------------------------*/
.perc-comments
{
   margin-top: 10px;
}
.perc-comment
{
   font-family: Times;
   color: #000000;
}
.perc-comment div
{
    margin-bottom: 5px;
}
.perc-comment-createdDate
{
   font-family: Verdana;
   font-weight: bold;
   font-size: 11px;
   color: #666666
}
.perc-comment-username
{
   margin: 0;
   font-size: 14px;
   font-weight: bold;
}
.perc-comment-title
{
   font-weight: bold;
   font-size: 14px;
}
.perc-comment-username a, .perc-comment-username a:link, .perc-comment-username a:visited, .perc-comment-username a:hover, .perc-comment-username a:active {
   text-decoration: none;
   color: #0099cc;
}
.perc-comment-text
{
   font-weight: normal;
   font-size: 14px;
}
.perc-comment-divider
{
   background-color: #cccccc;
   height: 1px;
   width: 100%;
   margin-bottom: 5px;
}
.perc-comment-message{
   font-family: Verdana;
   font-weight: bold;
   font-size: 11px;
   color: #FF9933;
}
.perc-comment-highlight
{
    border: 6px solid #E6E6E9;
    margin-bottom: 5px;
    padding: 10px;
}

.perc-list-main-inline
{
    padding-left: 0px;
}

.perc-list-elemment-inline
{
    display: inline;
    list-style: none outside none;
}

.perc-result-divider
{
   background-color: #999999;
   height: 1px;
   width: 100%;
   margin-bottom: 15px;
}

.perc-result-title,.perc-bloglist-result-title
{
    font-family: Times New Roman;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 1px;
}
.perc-result-count,.perc-bloglist-result-count
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    margin-top: 1pt;
    margin-bottom: 5px;
}
.perc-result-page-title
{
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-bottom: -10px;
}
.perc-result-page-date
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    margin-bottom: 20px;
}
.perc-result-page-summary
{
    font-family: Times New Roman;
    font-size: 12px;
    font-weight: normal;
    text-align: justify;
    margin-bottom: 30px;
}
.perc-result-page-item
{
    margin: 5px;
}

/* End Comments Widget CSS */

/* Begin Blog widget CSS */

.perc-blog-wrapper
{
    padding: 10px;
}

.perc-blog-title
{
    font-family: "Times New Roman", serif;
    font-size: 18px;
    margin: 0;
}

.perc-blog-post
{
    font-family: "Times New Roman", serif;
    font-size: 12px;
}
.perc-blog-dateByline-container
{
    overflow: auto;
}
.perc-blog-dateByline-container > div:first-child
{
    float: left;
}
.perc-blog-dateByline-container > div:first-child + div
{
    float: right;
}
.perc-blog-date
{
    font-family: Verdana, sans-serif;
    font-size: 11px;
}
.perc-blog-byline
{
    font-family: "Times New Roman", serif;
    font-size: 14px;
}

.perc-blog-author-label
{

}

.perc-blog-author-name
{
}

.perc-blog-post-tag-container
{
    margin-bottom: 5px;
}

.perc-blog-hide-container{
    display: none;
}

/* End Blog widget CSS */

/* Blog Index Page CSS Starts */
.perc-blog-list {
    font-family: "Times New Roman", serif;
    font-size: 13px;

}

ol.perc-blog-list {
    list-style-type:none;
    padding: 0 20px;
}

.perc-blog-list-dateByline-container
{
    overflow: auto;
}
.perc-blog-list-dateByline-container > div:first-child
{
    float: left;
}
.perc-blog-list-dateByline-container > div:first-child + div
{
    float: right;
}

.perc-blog-list-more-link {
}
.perc-blog-list-title {
    font-family: "Times New Roman", serif;
    font-size: 18px;
    margin-bottom:0px;

}

.perc-blog-list-byline-container {
    font-family: "Times New Roman", serif;
    font-size: 14px;
    display:inline
}
.perc-blog-list-date-container {
    font-family: Verdana;
    font-size: 11px;
    display:inline;
    float:right;
}

.perc-blog-list-tag-container,
.perc-blog-list-category-container{
    margin-bottom: 5px;
}

/* Blog Index Page CSS Ends */
/* Pagination Controls */
.perc-pagination-container {
    border-top: 1px solid lightgrey;
    padding: 10px 20px;
    text-align:center;
    overflow: auto;
}
.perc-pagination-container .perc-goto, .perc-pagination-container .perc-goto-quick-nav {
    color: #006B9D;
    font-family: Verdana;
    font-size: 11px;
    font-weight: normal;
    margin-left:4px;
    margin-right:4px;
    cursor:pointer;
}
.perc-pagination-container .perc-goto {
    margin-right: 2px;
    margin-left: 2px;
}
.perc-pagination-container .perc-current-page {
    font-weight:bold;
}
.perc-pagination-container .perc-goto-first {
    margin-right: 7px;
}
.perc-pagination-container .perc-goto-first:after {
    content: '<<'
}
.perc-pagination-container .perc-goto-pre {
    margin-right: 8px;
    margin-left: 8px;
}
.perc-pagination-container .perc-goto-pre:after {
    content: '<'
}
.perc-pagination-container .perc-goto-next {
    margin-right: 8px;
    margin-left: 8px;
}
.perc-pagination-container .perc-goto-next:after {
    content: '>'
}
.perc-pagination-container .perc-goto-last{
    margin-left: 7px;
}
.perc-pagination-container .perc-goto-last:after {
    content: '>>'
}
.perc-pagination-container .perc-page-count {
    float: left;
}
.perc-pagination-container .perc-page-nav {
    float: right;
}
.perc-pagination-container .perc-comma-after:after {
    content: ',';
    font-weight: normal;
}
/* Pagination Controls Ends */

/* Category List Widget */

span.dynatree-expander {
    margin: -1px;
}

ul.dynatree-container {
    background-color: transparent;
/*    overflow : hidden;*/
}

ul.dynatree-container li {
    background-color: transparent;
    list-style: none outside none;
    margin: 0;
    background-image: none;
    background-position: 0 0;
/*
    padding: 1px 0 0;
*/
}
ul.dynatree-container ul {
    margin: 0;
    padding: 0 0 0 0;
    overflow: hidden;
}

ul.dynatree-container li li {
    padding: 0 0 0 13px;
}

ul.dynatree-container li {
    padding : 0px;
}

ul.dynatree-container a {
    color: #0099CC;
    margin: 0 0 0 0px;
    text-decoration: none;
    vertical-align: top;
}
span.dynatree-node a {
    display: inline-block;
    padding-left: 0px;
    padding-right: 0px;
}

span.dynatree-icon {
     display:none
}

span.dynatree-connector {
    background-image: none;
}

.dynatree-exp-cl span.dynatree-expander, span.dynatree-expander {
   background-image: url('images/buttonBlueSmallPlus.gif');
   background-position: center center;
}

.dynatree-exp-el span.dynatree-expander, .dynatree-exp-edl span.dynatree-expander,
.dynatree-exp-e span.dynatree-expander, .dynatree-exp-ed span.dynatree-expander
{
    background-image: url('images/buttonBlueSmallMinus.gif');
    background-position: center center;
}

.perc-category-list-expanded span.dynatree-active a,
.perc-category-list-collapsible span.dynatree-active a {
    background-color:none;
    color:#0099CC;
}

.perc-category-list-expanded{
    overflow: hidden;
}

div.perc-category-list-expanded li{
    list-style-type: disc;
}

div.perc-category-list-expanded li li {
    padding: 0 px;
}

div.perc-category-list-expanded ul {
    padding: 0 0 0 13px;
}

/* Category List Widget Ends */

/*Blog Navigation Starts */


.perc-blog-nav-bottom {
    border-top:1px solid #A0A0A0;
    margin-top: 15px;
    padding-top:10px;

}

.perc-blog-nav-top {
    border-bottom:1px solid #A0A0A0;
    padding-bottom:10px;
    margin-bottom:10px;
}

div.perc-blog-navigation-wrapper {
    width:100%;
    text-align:center;
    font-weight:bold;
}

div.perc-blog-nav-left-wrapper {
    text-align:left;
    width:33%;
    float:left;
}

div.perc-place-holder {
    text-align:left;
    width:34%;
    float:left;
}

div.perc-blog-nav-right-wrapper {
    text-align:right;
    width:33%;
    float:left;
}

div.perc-newer-post-wrapper {
    float:left;
    width:89%;
}

div.perc-older-post-wrapper {
    padding-left:22px;
}

div.perc-clear-both {
    width:100%;
    clear:both;
}

.perc-older-post-wrapper a{

}
.perc-blog-left-arrow {
    background: url('images/leftArrow.png');
    background-repeat:no-repeat;
    background-position:left center;
    padding-left:12px;
    width:10px;
    height:13px;
    float:left;
}

.perc-blog-right-arrow  {
    background: url('images/rightArrow.png');
    background-repeat:no-repeat;
    background-position:right center;
    padding-right:12px;
    float:left;
    width:10px;
    height:13px;

}
.perc-newer-post-wrapper a{

}

.perc-older-post{}
.perc-newer-post{}

/*Blog Navigation Ends */

/* Styles for Registration Widget */

.perc-reg-confirmation-message div:first-child{
    font-weight:bold;
    font-size:14px;
    margin-bottom:10px;
}

/* Form and comments form widgets */
.perc-form input[type="text"], .perc-comments-form input[type="text"], .perc-form textarea, .perc-comments-form textarea {
border-color: #CECFCE #CECFCE #D6D7DE #D6D7DE;
border-style: solid;
border-width: 1px;
color: black;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
}
/* End form and comments form widgets */

