@charset "utf-8";
/* CSS Document */
/*PRIMARY TEMPLATE */


/****STYLES GENERIC FOR CANVAS UI****/


/*increases font size of attachment*/
.discussion-section .doc {
font-size:  150%; 
}

/*increases height of page wrapper for course guide material*/
#content .tool_content_wrapper {
	height: 1000px;
}


/** CONTAINER **/
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}



/**images**/
#wiki_page_show .readability .frame, #discussion_container .readability .frame {
  	display: block;
    margin-left: auto;
    margin-right: auto;
  	background-color: #FFF;
  	padding: 4px;
  	box-shadow: 2px 2px 4px rgba(0,0,0,.5);
}

/*Development-only tools*/
.issue {
	background-color:#F698DF;
	font-weight:bold;
}

/** READABILITY TEXT **/
#wiki_page_show .readability {
	font-size: 16px;
	line-height: 1.5em;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	border-radius: 5px;
	background-color: #eaeaea;
}

#wiki_page_show .readability p{
	margin-bottom: 1.75em;
}

#wiki_page_show .readability .leftCallout {/*for calling out quotes that are on the side of the text*/
	text-indent: 55px;
	float: left;
	width: 200px;
	background-color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px 10px 15px 10px;
	color: #333;
	font-style: italic;
	margin-left: -50px;
	margin-right: 20px;
	background-image: url('images/gray-quotation-marks-sm.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

#wiki_page_show .readability .rightCallout {/*for calling out quotes that are on the side of the text*/
	text-indent: 55px;
	float: right;
	width: 200px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px 10px 15px 10px;
	color: #333;
	font-style: italic;
	margin-left: 20px;
	margin-right: -50px;
	background-image: url('images/gray-quotation-marks-sm.png');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}


#wiki_page_show .figure, #discussion_container .figure {
	font-size: 12px;
}

/** HEADS **/
#wiki_page_show h1.course-title { /** Hides h2 heads so they don't compete with title graphic **/
/*	display: none;*/  /*hiding this while developers are in courses without graphics so they can see course title; then can remove later one they have course images*/
}
#wiki_page_show h1.page-title, #discussion_container  h2.page-title{
	text-align: center; /*readability mod*/
	margin-bottom: 50px; /*readability mod*/
}




/**GENERIC FLOAT LEFT OR RIGHT**/
#wiki_page_show .left{
	float: left;
	margin: 20px 35px 20px 10px;
}

#wiki_page_show .right{
	float: right;
	margin: 20px 10px 20px 35px;
}

#wiki_page_show .center{
	text-align: center;
}


/** TABLES **/
#wiki_page_show table  {
	border-collapse: collapse;
	margin: auto;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid black;
}
#wiki_page_show th {
	text-align:left;
	padding:10px;
	background-color:#cccccc;
	
}

#wiki_page_show .noborder{
	border-style:none;
}

#wiki_page_show tr:nth-child(odd) {
	background-color: #eee;
}



/** OTHER STYLES **/
#wiki_page_show .clear {
	clear: both;
}
#wiki_page_show .tocBox { /** Colored box at top of Home page that contains the links to the Syllabus, etc. **/
	padding: 15px;
	width: 30%;
	margin-left: 18%;
	border: 6px solid #636566;
}


#wiki_page_show .getStart { /** Link to Get Started **/
	margin-left: 57%;
	margin-top: -175px;
}

#wiki_page_show .quotation {
    width: 200px;
    padding: 20px;
	margin: 10px 0px 10px 10px;
	border-radius: 5px;
    background-color: #d7d7d7;
    float: right;
    font-size: 150%;
    text-align: right;
}
 
#wiki_page_show .boxDark, #content .boxDark { /*entire width highlight of text*/
    margin: 20px;
    padding: 15px;
    border: 3px solid black;
    background-color: #333;
	color: #fefefe;
	border-radius: 5px;
}

.boxLight { /*entire width highlight of text*/
    margin: 20px;
    padding: 15px;
    border: 3px solid black;
    background-color: #fff;
	color: #000;
	border-radius: 5px;
}
 

#wiki_page_show .boxImportant, #assignment_show .boxImportant { /*entire width highlight of text*/
    margin: 20px;
    padding: 15px;
    border: 3px solid #cc0000;
    background-color: #fff295;
	color: #000;
	border-radius: 5px;
}

#wiki_page_show .readability .boxRight {/*for boxes that are on the right side of the text*/
	text-indent: 0px;
	float: right;
	width: 200px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-radius: 5px;
	padding: 12px 5px 5px 12px;
	color: #333;
	font-style: italic;
	margin-left: 15px;
	margin-right: -20px;
	background-image: url('');
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

/*FRONT PAGE: IMAGES OF MODULES*/
#wiki_page_show .frontPageMod img {/*FOR FLOATING BLOCKS */
   
}
 
#wiki_page_show .frontPageMod  {
    width: 200px;
    margin: 15px;
    padding: 15px;
    float: left;
    height: 225px;
	border: 1px solid #fff;
}
#file_content {
	min-height: 700px;
	background-color: #ffffff;
}
#file_content:hover {
	background-color: #fff;
}
#wiki_page_show .frontPageMod:hover  {
    background-color: #efefef;
    border: 1px solid #ccc;
}

/*FRONT PAGE: LIST VIEW*/

#wiki_page_show .frontPageList  {/*FOR List view of front page*/
    padding-top: 50px;
}


#wiki_page_show .frontPageList li  {
    background-color: #eaeaea;
	border: 5px solid #fff;
    border-radius: 20px;
	padding: 10px;
	margin: 5px;
	min-width: 100px;
	min-height: 100px;
	float: left;
	list-style-type: none;
	text-align: center;
	vertical-align: center;
	text-align: center;
	font-size: 175%;
}

#wiki_page_show .frontPageList li span  {
	font-size: 50%;
}


#wiki_page_show .frontPageList li:hover  {/*coloring needs to change*/
    	border: 5px solid #333;
		border-radius: 20px;
}


/*GETTING STARTED BUTTON */
.awesome{
display: inline-block;
color: #fff;
text-decoration: none;
font-weight: bold;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
position: relative;
cursor: pointer;
font-size: 24px;
padding: 18px 24px 19px;
background-color: #cccccc;
}
.awesome:hover { 
background-color: #333333; 
}




/******************************************
/* ------------------------------------------------------------------------------------------
	6808 CSS accordion from
	http://cssdeck.com/labs/content-accordion-in-pure-css3
	inserted by Young
	------------------------------------------------------------------------------------------ */
	
#wiki_page_show .contain {
	width: 600px;
	height: 100%;
	margin: auto;
}

#wiki_page_show .accordion,.accordion div,.accordion h1,.accordion p,.accordion a,.accordion img,.accordion span,.accordion em,.accordion ul,.accordion li {
	margin: 0;
	padding: 0;
	border: none;
}

/* Accordion Layout Styles */
#wiki_page_show .accordion {
	width: 600px;
	padding: 1px 5px 5px 5px;
	background: #141517;

	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255, .05);
	-moz-box-shadow: 0px 1px 0px rgba(255,255,255, .05);
	box-shadow: 0px 1px 0px rgba(255,255,255, .05);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#wiki_page_show .accordion .tab {
	display: block;
	
	margin-top: 4px;
	padding: 10px;
	font: bold 12px/35px Arial, sans-serif;
	line-height: 20px;
	text-decoration: none;
	color: #eee;
	text-shadow: 1px 1px 0px rgba(0,0,0, .2);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #6c6e74; /* Old browsers */
	background: -webkit-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
	background: -moz-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
	background: -o-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
	background: -ms-linear-gradient(top, #6c6e74 0%, #4b4d51 100%);
	background: linear-gradient(top, #6c6e74 0%, #4b4d51 100%); /* W3C */

	-webkit-box-shadow: 0px 1px 0px rgba(0,0,0, .1), inset 0px 1px 0px rgba(255,255,255, .1);
	-moz-box-shadow: 0px 1px 0px rgba(0,0,0, .1), inset 0px 1px 0px rgba(255,255,255, .1);
	box-shadow: 0px 1px 0px rgba(0,0,0, .1), inset 0px 1px 0px rgba(255,255,255, .1);
}

#wiki_page_show .accordion .tab:hover, #wiki_page_show .accordion div:target .tab {
	color: #2b3b06;
	text-shadow: 0px 1px 0px rgba(255,255,255, .15);
	background: #a5cd4e; /* Old browsers */
	background: -webkit-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);

	background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -o-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: -ms-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
	background: linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%); /* W3C */

	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
	box-shadow: 1px 1px 1px rgba(0,0,0, .3), inset 1px 1px 1px rgba(255,255,255, .45);
}


#wiki_page_show .accordion div .content {
	display: none;
	margin: 5px 0;
}

#wiki_page_show .accordion div:target .content {
	display: block;
}

#wiki_page_show .accordion > div {
	
	overflow: hidden;

	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#wiki_page_show .accordion > div:target {
	height: 100%;
}

/* Accordion Content Styles */
#wiki_page_show .accordion .content h3 {
	color: white;
	font: 16px Arial, sans-serif;
	margin: 20px 10px 20px 10px;
}

#wiki_page_show .accordion .content p {
	margin: 20px 10px 20px 10px;
	color: white;
	font: 14px Arial, sans-serif;
	line-height: 25px;
}

#wiki_page_show .accordion .content ul li, .accordion .content ol li  {
	margin: 20px 10px 20px 10px;
	color: white;
	font: 14px Arial, sans-serif;
}

#wiki_page_show .accordion .content a {	
	color: #ffff1b;
}

#wiki_page_show .accordion .content a:hover {	
	color: #71ad1e;
}

#wiki_page_show .accordion .content em.bullet {
	width: 5px;
	height: 5px;
	margin: 0 5px;
	background: #6b8f1a;
	display: inline-block;

	-webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255, 0.4);
	-moz-box-shadow: inset 1px 1px 1px rgba(255,255,255, 0.4);
	box-shadow: inset 1px 1px 1px rgba(255,255,255, 0.4);

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#wiki_page_show .accordion .content img {
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0, .5);
	-moz-box-shadow: 2px 2px 6px rgba(0,0,0, .5);
	box-shadow: 2px 2px 6px rgba(0,0,0, .5);
}
/**********END ACCORDION************************/

	/* ------------------------------------------------------------------------------------------
	6812 CSS show/hide box (2) from:
	http://leslievarghese.com/click-events-using-pure-css/
	------------------------------------------------------------------------------------------ */
#wiki_page_show .showBoxBig, #content-wrapper .showBoxBig {
    border: 2px solid #cf6569;
    background-color: #f9f9f9;
    padding:10px;
    font-size: 14px;
    margin:5px 20px 0;

    max-width:850px;
    display:none /* By Default the box is hidden */        
}
 
/* This selector selects the box currently targeted */     
#wiki_page_show .showBoxBig:target, #content-wrapper .showBoxBig:target{
    display:block;

}
/**********END show/hide************************/