/* Filename:  tutorials.css
 * Date Created: March 17, 2013
 * Modified: March 29, 2013 by Sarah Sebrosky
 @edit: 			Brittany McMillan
					11/7/2014
   Modified: July 17, 2015 by Br. David
 * 
 * This file is responsible for the master positioning of tutorials and other older pages on the Saint Vincent CIS dept. website
 */

/*universal reset to ensure browser cooperation*/
*{

	margin:0px;
	padding:0px;
}

/*This is to disable horizontal scrolling*/
html, body {
    max-width: 100%; 
 /*   overflow-x: hidden; */
}

body {
	font: 100%/1.4 Arial, Verdana, Helvetica;
	color: #000000;
	background-repeat: no-repeat;
	background-color: #333333;
}

/*Customized scrollbar*/

::-webkit-scrollbar{
width:10px;
height: 10px;
background-color:#cccccc;
} 
 
::-webkit-scrollbar-thumb{
background-color:#004781;
border-radius:10px;
}

/* ~~ Element/tag selectors ~~ */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 0px;
	color: #004781;
}

p
{
	margin-top: 0;
	margin-bottom: 10px;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 0px;
	color: black;
}

li
{
	margin-left: 20px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
.staff_img {
	border: 10px solid #FFF;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
.container {
	width:  960px;
	height: 100%;
	margin: 0 auto;
}
/* ~~ The header is not given a width. It will extend the full width of your layout (the width of the container). ~~ */
header {
	background-color: #004781;
}

div.header {
           background-color: #004781;
           }

.header_p {
	font-family:Arial, Helvetica, sans-serif;
	color: #FFF;
 /*       margin-left: 10px; */
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}



/* Begin Nav*/




.tabs

{
	
	padding: 0;
	
	margin: 0;

	border-style: none;

	position: relative;

	left: 706px;

	bottom: 30px;

	}


.tabs li

{

	height: 35px;

	line-height: 0px;

	width: 125px;
	float: left;
	/* This lines up the menu items horizontally */

	text-align: center;
  	/* All text is placed in the center of the box */

  	list-style: none;

  	padding: 0;
  
	margin: 0;

	background-color: #000000;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 8pt;

	font-style: normal;

	font-weight: bold;

	border:1px solid white;

	border-radius:7px;

}

.inactive
{
	background-color: #D6D6D6;
	
	border-radius:7px;
	
}

.inactive a 
{
	color:#000;
}

.active a
{
	color: white;
}

.tabs li:hover
{
	border-color: #4F81BC;
	color: white;
}


.tabs a

{

	padding: 18px 0; 
	/* Creates a border in a slightly darker shade of blue than the background.  Combined with the left border, this creates a nice effect. */

	text-decoration: none;
  	/* Removes the default hyperlink styling. */
  
	color: white;
   /* Text color is white */
   
	display: block;
   
}
#wrap	
{
	width: 100%; /* Spans the width of the page */
	height: 35px;
	margin: 0; /* Ensures there is no space between sides of the screen and the menu */
	z-index: 99; /* Makes sure that your menu remains on top of other page elements */
	position: relative;
	background-color: #000000;
	padding-bottom: 10px;
}
.navbar	
{
	height: 35px;
	padding: 0;
	margin: 0;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.navbar li 	
{
	height: auto;
	width: 192px;  /* Each menu item is 150px wide */
	float: left;  /* This lines up the menu items horizontally */
	text-align: center;  /* All text is placed in the center of the box */
	list-style: none;
	padding: 0;
	margin: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.navbar a	
{
	padding: 18px 0; /* Creates a border in a slightly darker shade of blue than the background.  Combined with the left border, this creates a nice effect. */
	text-decoration: none;  /* Removes the default hyperlink styling. */
	color: white; /* Text color is white */
	display: block;
}

.navbar li:hover, a:hover 
{
	color: #4F81BC;
} 

.navbar li ul 	
{
	display: none;  /* Hides the drop-down menu */
	height: auto;									
	margin: 0; /* Aligns drop-down box underneath the menu item */
	padding: 0; /* Aligns drop-down box underneath the menu item */			
}				

.navbar li:hover ul 	
{
   display: block; /* Displays the drop-down box when the menu item is hovered over */
}
 .navbar li ul li 
{
	background-color: #004781;
}				
.navbar li ul li a:hover	
{
	color: #4F81BC;
}
/* End Nav */

/*Begin sideBar*/
#sideBar
{
	width: 205px; 
	min-height: 850px;
	height: 100%;/* Spans the height of the page */
	margin: 0; /* Ensures there is no space between sides of the screen and the menu */
	z-index: 98; /* Makes sure that your menu remains on top of other page elements */
	background-color: #004781;
	float: left;
}
div.sdmenu {
	width: 205px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	padding-bottom: 15px;
	
	color: #fff;
}
div.sdmenu div {
	background-color: #004781;
	overflow: hidden;
}
div.sdmenu div:first-child {
	
}
div.sdmenu div.collapsed {
	height: 25px;
	border-bottom: 25px solid #004781;
}
div.sdmenu div.singleOption {
	height: 25px;
	border-bottom: 25px solid #004781;
	border-bottom: 0px solid #ddd;
}
div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: white;
	background-color: #004781;
	cursor: default;
	border-bottom: 0px solid #ddd;
}
div.sdmenu div span {
	background-color: #004781);
}

div.sdmenu div.singleOption a {
	padding: 15px 35px;
	background-color: #004781;
	border-bottom: 0px solid #ddd;
	text-decoration: none;
	font-size: 14px;
}
div.sdmenu div a {
	padding: 15px 35px;
	background: black;
	display: block;
	border-bottom: 1px solid #ddd;
	color: white;
	text-decoration: none;
	font-size: 12px;
}
div.sdmenu div a.current {
	background-color: black;
	color: #4F81BC;
}
div.sdmenu div a:hover {
	color: #4F81BC;
	text-decoration: none;
}
/*End sideBar*/

.text
{
	position: relative;
	z-index: 98;
	margin-top: 20px;
	/*margin-bottom: 50px;*/
	/* width: 750px; */
	/* height: 520px; */
	overflow: scroll;
	float: left;
}


.fullText {
          margin: 50px 50px 0px 20px;
          }

.fullText2 {
           margin-bottom: 0px;
           margin-top: 0px;
           margin-left: 40px;
           margin-right: 40px;
           padding-top: 40px;
           }

.bullets
{
	margin-left: 45px;
}

.mainImage
{
	position: relative;
	z-index: 98;
	float: left;
	clear: right;
	overflow: hidden;
	height: 300px;
	width: 755px;
}


.mainImage img
{
	margin:-20px -15px -40px 0px;
	height: 530px;
	width: 760px;
}

.clear {
    clear:both;
    line-height:0;
}

.learningSubgoal {
	border: 3px dotted #4F81BC;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	margin-top: 10px;
	margin-left: 10px;
	width: 655px;
	
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the block elements. The elements within these blocks have padding on their sides. 
This saves you from any "box model math". Keep in mind, if you add any side padding or border to the block itself, it will be added to 
the width you define to create the *total* width. 

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're 
floating toward (for example: a right margin on a block set to float right). Many times, padding can be used instead. For blocks where 
this rule must be broken, you should add a "display:inline" declaration to the block element's rule to tame a bug where some versions of 
Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been 
assigned class names instead of IDs.

4) If you prefer your nav on the left instead of the right, simply float these columns the opposite direction (all left instead of all 
right) and they'll render in reverse order. There's no need to move the blocks around in the HTML source.
*/

.content {
	width: 960px;
	height: 100%;
	float: right;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF; 
	z-index: -1;
}

.content2 {
        width: 100%;
        height: 100%;
        padding-top: 0px;
        padding-right: 0;
        padding-bottom: 0px;
        padding-left: 0px;
        background-color: #FFFFFF;
        z-index: -1;
}

/* ~~ This grouped selector gives the lists in the .content area space ~~ 
.content ul, .content ol, .content2 ul, .content2 ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. 
}

.content ul li, .content2 ul li
{
	margin-left: 20px;
}

*/


/* sections in home page*/
#sections
{
	margin-left: 10px;
	margin-right: 10px;
}

#facebookSection
{
	padding: 10px;
	border-style: inset;
	border-color: #666666;
	width: 915px;
	height: 200px;
	margin-bottom: 10px;
	overflow-y: scroll;
	
}

#facebookSection p
{
font-size: 12px;
}

/*The h2 is different to allow for the height of the image used as a header in this section.*/

#facebookSection h2
{
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#eventsSection
{
	text-align: center;
	padding: 10px;
	border-style: dotted;
	border-color: #666666;
	float: left;
	margin-right: 5px;
	height: 200px;
	overflow: auto;
}

#eventsSection h2
{
	margin-top: 15px;
	margin-bottom: 15px;
}

#linksSection
{
	text-align: center;
	padding: 10px;
	border-style: dotted;
	border-color: #666666;
	float: left;
	height: 200px;
}

#linksSection h2
{
	margin-top: 15px;
	margin-bottom: 15px;
}




/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this creates the space between the navigation on the content below */
	color: #FFF;
}
nav ul li {
	color: #FFF;

}
nav ul a, nav ul a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	width: 160px;  /*this width makes the entire button clickable for IE6. If you don't need to support IE6, it can be removed. Calculate the proper width by subtracting the padding on this link from the width of your sidebar container. */
	text-decoration: none;
	background-color: #004781;
	color: #FFF;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color: #FFFFFF;
	background-color: #004781;
}


/* ~~ The footer ~~ */
div.footer {
	width: 960px; /* 100%; */
        margin-left: 105px; /* -20px; */ 
	position: absolute;
	clear: both;
        display: block;
	font-size: 10px;
	background-color: #004781;
        padding-left: 0px;
	padding-top: 10px; 
	font-family: Arial, Helvetica, sans-serif;
}

div.table {
          width: 960px; 
          margin: 0px;
          padding: 0px;
          }

p.footerp {
	font-size:10pt;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, aside, nav, article, figure {
	display: block;
	color: #0065a5;
	padding: 0px;
}

div.content  {
            display: block;
       /*     color: #0065a5; */
            color: #000000;
            padding: 0px;
            }

/*Lab schedule table formatting */
table.labSchedule {
	margin:auto;
	color: #000000;
	border-width: 1px;
	border-color: rgb(102, 102, 102);
	border-style: solid;
	background-color: #FFFFF9;
	}

table.labSchedule th {
	padding:6px;
	border-width:1px;
	border-color:#666666;
	border-style:solid;
	}
table.labSchedule td {
	padding:6px;
	border-width:1px;
	border-color:#666666;
	border-style:solid;
	}
.closedslot {
	background-color: Gray;
}
.courseslot {
	background-color: LightBlue;
}

.professorsImage
{
	position: relative;
	z-index: 98;
	float: left;
	overflow: hidden;
	height: 280px;
	width: 250px;
	
}

.professorsName
{
	position: relative;
	z-index: 98;
	float: right;
	overflow: hidden;
	height: 300px;
	width: 455px;
}

.professorsCurrentCourses
{
	position: relative;
	z-index: 98;
	float: left;
	overflow: hidden;
	height: 200px;
	width: 350px;
	border: 3px dotted #0065a5;
}

.professorsWebsites
{
	position: relative;
	z-index: 98;
	float: left;
	overflow: hidden;
	height: 300px;
	width: 350px;
	border: 3px dotted #0065a5;
		
}

.professorsPreviousCourses
{
	position: relative;
	z-index: 98;
	float: right;
	overflow: hidden;
	height: 507px;
	width: 300px;
	border: 3px dotted #0065a5;
}

.JobsmainImage img
{
	height: 170px;
	width: 755px;
}
.Posting1
{
	height: 200 px;
	width: 735px;
	overflow: hidden;
	border: 3px dotted #0065a5;
	background: #FFFFFF;
	position: relative;
}
.Posting2
{
	height: 200 px;
	width: 735px;
	overflow: hidden;
	border: 3px dotted #0065a5;
	background: #0065a5;
	position: relative;
	color: #000000;
}

div.Posting2 h3{
	color: #000000;
	}
div.Posting2 h4{
	color: #000000;
	}

ul, li{
	color: #000000;
})

.InternshipHeader img
{
	margin:-20px -15px -40px 0px;
	height: 50px;
	width: 500px;
}

.InternshipInfo
{
	height: 150px;
	width: 500px;
	overflow: hidden;
	background-color: #0065a5;
	position: relative;
}
div.InternshipInfo p{
	color: #FFFFFF;
	}
div.InternshipInfo h3{
	color: #FFFFFF;
	}
.InternshipDescription
{
	height: 300px;
	width: 500px;
	overflow: hidden;
}
div.InternshipDescription p {
	color: #FFFFFF;
	}
div.InternshipDescription h3{
	color: #FFFFFF;
	}
	
 */

