/* Page deadspace color */
html body
{
/*	font-family: "Comic Sans MS", cursive, sans-serif; */
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}


/* Overall Content width, padding, and color */
#content
{
	padding-top: 10px;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/background.png") repeat-x;
	padding-bottom: 1000px;
}

/* TASKBAR NAVIGATION */
#taskbarNav
{
	height: 43px;
	background: url("../images/navbg.png") repeat-x;
/*	background: url("../images/navbutton.png") repeat-x;*/
	background-position: 0px 3px;
	border: 1px;
	border-style: solid;
	border-top-style:none;
	border-bottom-style:none;
	border-color: #303030;
	width: 1100px;
	margin: auto;
}

#taskbarNav a
{
	border: 3px;
	border-style: none;
	border-top-style:solid;
	border-color: #303030;
	width: 20%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	float: left;
	display: block;
	text-decoration:none;
	color: #404040;
	font-size: 19px;
	font-weight: 400;
}

#taskbarNav a:hover
{
	background: url("../images/navbutton.png") repeat-x;
}

#aboutus a
{
	background: url("../images/compteknobg.png") 65px 5px no-repeat;
	text-indent: -9999px;
}

.home #home
{
	background: url("../images/navButton.png") repeat-x;
}

.topic_1 #topic_1
{
	background: url("../images/navButton.png") repeat-x;
}

.topic_2 #topic_2
{
	background: url("../images/navButton.png") repeat-x;
}

.topic_3 #topic_3
{
	background: url("../images/navButton.png") repeat-x;
}

#aboutus a:hover
{
	background: url("../images/comptek.png") no-repeat;
	text-indent: -9999px;
}


#shareTopic 
{
    margin-top: 10px;
    margin-left: 10px;
    background-image: url("../images/ShareInverted.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    /*background-color: rgba(255,0,0,1);*/
    float: left;
    width: 60px;
    height: 60px;
}

/* INTRO SECTION */
#introContent
{
    border: 1px;
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-style: solid;
    border-color: #303030;
    clear: left;
    height: 185px;
    background: url("../images/cometsicon.png") 930px 10px no-repeat;
    background-color: rgba(70,70,70, 0.6);
    width: 1100px;
    margin: auto;
}

#introContent h2
{
    margin-left: -40px;
	width: 900px;
	text-align: center;
	color: #F0F0C0;
	font-size: 26px;
}
#introContent p
{
	width: 920px;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

#introContent a
{
	color: #F0F0C0;
}

/* PRIMARY CONTENT */
#primaryContent
{
	background-color: rgba(255,255,255, 0.6);
	width: 1100px;
	margin-left: 50px;
	padding-bottom: 10px;
}

#primaryContent .title
{
	margin: 0;
	padding: 10px;
	height: 25px;
	display: block;
	color: #101090;
	border: 1px;
	border-style: none;
	border-color: #000000;
	background-color: #E0E0E0;
	font-size: 20px;
}

#primaryContent .description
{
	margin: 0;
	padding: 10px;
	height: 100px;
	display: block;
	color: #000000;
	background:  url("../images/TopicBG.png") 350px 20px no-repeat;
}

#primaryContent a
{
	padding: 0px;
	border: 1px;
	border-style: solid;
	border-color: #B0B0B0;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #FFFFFF;
	text-decoration: none;
}

#primaryContent iframe
{
	border: 1px;
	border-style: solid;
	border-color: #B0B0B0;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F8F8F8;
	overflow: hidden;
}

#primaryContent .otherContent
{
	border: 1px;
	border-style: solid;
	border-color: #B0B0B0;
	width: 788px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F8F8F8;
}

.otherContent h2
{
	font-size: 22px;
}

#primaryContent a:hover
{
/*	background-color: #E0E0F0;*/
	background-color: #F0E0A0;
}

#primaryContent .description:hover
{
}

#primaryContent .title:hover
{
}

/* MODULE CONTAINER */
#ModuleContainer
{
	background-color: rgba(255,255,255, 0.6);
	width: 1102px;
	margin-left: 49px;
	padding-bottom: 10px;
}

/* SIDEBAR CONTENT */
#moduleSidebar {
    float: left;
    border: 0px;
    border-left-style: solid;
    border-top-style: solid;
    border-color: #FFFFFF;
    width: 275px;
    margin: 0;
    padding: 0;
    /*height: 600px;*/
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
}

#moduleSidebar ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;

	font-size: 12px;
	/*font-weight: 400;*/
}

#moduleSidebar li
{
	background-color: #E8E8E8;
	border: 1px;
	border-style: none;
	border-bottom-style:solid;
	border-color: #FFFFFF;
    padding: 2px;
	/*padding-left: 5px;*/
}

#moduleSidebar ul a
{
	display: block;
	height: 20px;
	/*line-height: 40px;*/
	text-decoration: none;
	/*color: #4050C0;*/
	padding-left: 14px;
}

#moduleSidebar ul a:visited
{
}

#moduleSidebar li:hover
{
	background-color: #F8F8F8;
}

#moduleSidebar li a:focus
{
	background-color: #F8F8F8;
}

#moduleSidebar .sidebarhilight
{
	background-color: #F8F8F8;
}

/* Style the caret/arrow */
#moduleSidebar .caret 
{
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
#moduleSidebar .caret::before 
{
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
#moduleSidebar .caret-down::before 
{
    transform: rotate(90deg);
}

/* Hide the nested list */
#moduleSidebar .nested 
{
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
#moduleSidebar .active 
{
    display: block;
}

/* MODULES CONTENT */
.featuredContent
{
	padding-left: 12px;
	padding-right: 12px;
	float:right;
	width:800px;
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #909090;
	color: #F0F0E0;
}

.featuredContent h2
{
	margin: 0;
	padding: 5px;
	color: #F0F0E0;
	font-size: 24px;
	text-align: center;
}

.featuredContent iframe
{
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F8F8F8;
	border-style: none;
	width: 790px;
	overflow: hidden;
}

/*.featuredContent embed
{
	margin-left: 75px;
	margin-bottom: 10px;
}*/

/* Style the button that is used to open and close the collapsible content */
.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active_collapsible, .collapsible:hover {
    background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 0px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 0px;
}

.active_collapsible:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.prevTopic
{
	border: 1px;
	border-style: solid;
	border-color: #90A0F0;
	margin: 9px;
	padding: 4px;
	padding-left: 14px;
	display: block;
	color: #F0F0E0;
	float: left;
	text-decoration: none;
	background-color: #7080E0;
	width: 60px;
}

.prevTopic img
{
	border: 0px;
	padding-right: 7px;
	margin-bottom: -2px;
}

.nextTopic
{
	border: 1px;
	border-style: solid;
	border-color: #90A0F0;
	margin: 9px;
	padding: 4px;
	padding-left: 14px;
	display: block;
	color: #F0F0E0;
	float: right;
	text-decoration: none;
	background-color: #7080E0;
	width: 60px;
}

.nextTopic img
{
	border: 0px;
	padding-left: 7px;
	margin-bottom: -2px;
}

.video
{
	margin: 2px;
	padding-top: 2px;
	padding-left: 2px;
	display: block;
	float: left;
	height: 25px;
	color: #F0F0E8;
}

.video img
{
	border: 0px;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: -8px;
}

.video2
{
	margin: 2px;
	padding-top: 2px;
	padding-left: 2px;
	display: block;
	height: 25px;
	color: #F0F0E8;
}

.video2 img
{
	border: 0px;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: -8px;
}

#AdditionalResources embed
{
	margin-left: 5px;
	margin-bottom: 10px;
}


/* SUMMARY CONTENT */
.summaryLeft
{
	padding-left: 5px;
	padding-right: 5px;
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	background-color: #909090;
	color: #F0F0E0;
}

.summaryLeft iframe
{
	float:left;
	border: 1px;
	border-style: solid;
	border-color: #B0B0B0;
	width: 788px;
	margin-left: 0px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #F8F8F8;
	height: 2500px;
	overflow: hidden;
}

.summaryRight
{
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 7px;
	width:276px;
	float:right;
	border: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	padding-bottom: 2388px;
}

.summaryRight p
{
	display: block;
	height: 25px;
	padding-top: 5px;
	margin: 0px;
	color: #404040;
	font-size: 18px;
}

.summaryRight a
{
	padding-top: 5px;
	display: block;
	height: 35px;
	color: #404040;
}

.summaryRight img
{
	border: 0px;
	padding-left: 5px;
	margin-bottom: -5px;
}
.summaryRight ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.summaryRight li
{
	border: 1px;
	border-style: none;
	border-top-style:solid;
	border-color: #FFFFFF;
	padding-left: 15px;
}

/* FOOTER CONTENT */
#footer
{
	clear: left;
	clear: right;
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-device-width : 850px) {
    #content {
        width: 850px;
    }

    #taskbarNav {
        width: 850px;
    }

    #introContent {
        width: 850px;
        height: 200px;
    }

    #introContent h2 {
        width: 820px;
    }

    #introContent p {
        width: 820px;
    }

    #primaryContent {
        width: 820px;
        margin-left: 10px;
        padding-bottom: 10px;
    }

    /* Styles */
    #ModuleContainer {
        width: 807px;
        margin-left: 12px;
    }

    #moduleSidebar {
        display: none;
    }

    .featuredContent {
        float: none;
        padding-bottom: 50px;
    }

    .summaryLeft iframe {
        float: none;
    }
    .summaryRight {
        float: none;
        padding-bottom: 0px;
    }
}