@charset "UTF-8";
/* CSS Document */


body {
	width: 100%;
	margin: 0 auto;

}

img {
	border: 0;
	display: block;
}

a {
	text-decoration: none;
	color: #0d65bd;
}

a:hover {
	text-decoration: underline;
	color: #f7870f;on
}

/* TYPOGRAPHY STYLES */

#citation_header{
	font-family: 'Arial', Georgia, serif;
	font-size: 30px; text-align:center; height:50px;
	font-weight: 700;
	text-shadow: 2px 2px 2px #aaa;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.059em;
	word-spacing: 0.25em;	
	color: #0d65bd;
	
}


h2 {
	font-family: 'Josefin Slab', Georgia, serif;
	font-size: 30px; text-align:center;
	font-weight: 700;
	text-shadow: 2px 2px 2px #aaa;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.059em;
	word-spacing: 0.25	em;
	line-height: 1.21;
	color: #0d65bd;
	margin-bottom: .5em;
}

p {
	line-height: 18px;
	font-size: 14px;
}


#header {
	width: 988px; margin: -5px 0px 0px -20px;
	border: 1px solid #dfdfdf;
	background: #fff;
	background-repeat: repeat; 
}


#header h1, #header h1 a {
  	font-size: 40px; line-height:60px;
  	font-weight: 300;
	text-shadow: 1px 1px 2px #666;
	text-decoration: none;
	letter-spacing: .1em;
	word-spacing: 0em;
	color: #336699;	padding-left: 19px;
	 text-transform:uppercase; padding-top:10px;
font-family: 'philosopher', arial, serif;
}


#header h1 a:hover {
color: black;

}

.nav {	
}

.nav ul
{
	list-style-type:none;
	margin:0 0 0 -1px;
	padding:0;
	overflow:hidden;
	background: #444945; /* Fallback background */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#656866), to(#2b302c));
  	background-image: -webkit-linear-gradient(top, #656866, #2b302c);
  	background-image: 	 -moz-linear-gradient(top, #656866, #2b302c);
  	background-image:     -ms-linear-gradient(top, #656866, #2b302c);
  	background-image: 	   -o-linear-gradient(top, #656866, #2b302c);
  	background-image:  	      linear-gradient(top, #656866, #2b302c);
  	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#656866', EndColorStr='#2b302c'); /* IE6–IE9 */
	height: 38px; width:990px; 
}
.nav li
{
	float:left; 

}
.nav  li, .nav  li a {
	display:block;
	width:162px; /* Adjust this based on how you want the items to display - this is set up for four separate navigation items, but will change if you have more or less */
	font-size: 14px;
	line-height: 38px;
	height: 38px; margin:0px;
	color: #ffffff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	border-right: 3px solid #4d4d4d; 
}

.nav ul li .active, .nav ul li a:active {background-color:#336699; border-right:3px solid #336699;}



#nav2 {	
}

#nav2 ul
{
	list-style-type:none;
	margin:0 0 0 -1px;
	padding:0;
	overflow:hidden;
	background: #656866; /* Fallback background */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#656866), to(#2b302c));
  	background-image: -webkit-linear-gradient(top, #656866, #2b302c);
  	background-image: 	 -moz-linear-gradient(top, #656866, #2b302c);
  	background-image:     -ms-linear-gradient(top, #656866, #2b302c);
  	background-image: 	   -o-linear-gradient(top, #656866, #2b302c);
  	background-image:  	      linear-gradient(top, #656866, #2b302c);
  	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#656866', EndColorStr='#2b302c'); /* IE6–IE9 */
	height: 25px; width:990px; 
}
#nav2 li
{
	float:left; 

}
#nav2  li, #nav2  li a {
	display:block;
	width:197px; /* Adjust this based on how you want the items to display - this is set up for four separate navigation items, but will change if you have more or less */
	font-size: 12px;
	line-height: 25px;
	height: 25px; margin:0px;
	color: #ffffff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	border-right: 3px solid #4d4d4d; 
}
#nav2 ul  {text-align:center}
#nav2 ul li .active, #nav2 ul li a:active {background-color:#336699; border-right:3px solid #336699;}



#homepage_pic { /*Style for the homepage background image */
	margin-top: 10px ; /* Margin used to create Polaroid look to the background image - padding wouldn't have worked */
	min-height: 620px; /* Using min-height to ensure that we get the Polaroid effect - no matter how much content there is, I want to make sure that the main box goes below the bottom of the background picture */
	height:626px; padding-top:5px;  width:950px;
	background-image: url(images/typing.jpg); /* Photo courtsey of http://www.sxc.hu/photo/304648 */
	
}


#main_pic {/*Style for the background image on content pages */

	margin-top: 10px; /* Margin used to create Polaroid look to the background image - padding wouldn't have worked */
width:950px;
	min-height: 620px; /* Using min-height to ensure that we get the Polaroid effect - no matter how much content there is, I want to make sure that the main box goes below the bottom of the background picture */
	background-image: url(images/reading.jpg); /* Photo courtesy of http://mrg.bz/ujIAYO */
	 padding-top:20px; background-repeat: no-repeat;
}

#about_pic { /*Style for the background image on about and using pages */
	width: 950px;
	margin-top: 9px; /* Margin used to create Polaroid look to the background image - padding wouldn't have worked */
	padding-top: 20px;
	background-image: url(images/oldwell.jpg); 
	background-repeat: no-repeat; height:625px;
}



#previous {
	float: left;
	margin-top: 100px;
	margin-left: 20px;
	height: 100px;
}

#previous a {
	width: 40px;
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: none;
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
	height: 100px;
	line-height: 100px;
	color: #2a6ebb;
	background-color:#eef2ef;
  	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
	border: 1px solid #4d4d4d;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-box-shadow: 3px 3px 5px #000;
  	-webkit-box-shadow: 3px 3px 5px #000;
  	box-shadow: 3px 3px 5px #000;
}

#previous a:hover {
	background: #2a6ebb;
	border: 0;
	height: 100px;
	color: #ffffff;
	border: 1px solid #4d4d4d;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-box-shadow: 3px 3px 5px #000;
  	-webkit-box-shadow: 3px 3px 5px #000;
  	box-shadow: 3px 3px 5px #000;
	text-decoration: none;
}

#next {
	float: right;
	margin-top: 100px;
	margin-right:20px;	
	height: 100px;
}


#next a {
	width: 40px;
	margin-top: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: none;
	padding-left: 5px;
	padding-right: 5px;
	border: 0;
	height: 100px;
	line-height: 100px;
	color: #2a6ebb;
	background-color:#eef2ef;
  	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
	border: 1px solid #4d4d4d;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-box-shadow: 3px 3px 5px #000;
  	-webkit-box-shadow: 3px 3px 5px #000;
  	box-shadow: 3px 3px 5px #000;
}

#next a:hover {
	background: #2a6ebb;
	border: 0;
	text-decoration: none;
	height: 100px;
	color: #ffffff;
	border: 1px solid #4d4d4d;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-box-shadow: 3px 3px 5px #000;
  	-webkit-box-shadow: 3px 3px 5px #000;
  	box-shadow: 3px 3px 5px #000;
}

#start {
	float: right;
	margin-top: 100px;
	margin-right: 370px;	

}


#start a {
	width: 100px;
	margin-top: 100px; font-size:18px;
	background: none;
	padding: 15px 30px 15px 10px;
	border: 0;
	line-height: 50px;
	color: #2a6ebb;
	background-color:#eef2ef;
  	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
	border: 1px solid #4d4d4d;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-box-shadow: 3px 3px 5px #000;
  	-webkit-box-shadow: 3px 3px 5px #000;
  	box-shadow: 3px 3px 5px #000;
}

#start a:hover {
	background: #2a6ebb;
	text-decoration: none;
	color: #ffffff;

}

#content { /*tutorial content goes here */
	float:left; 
	width: 800px; min-height:600px;
	padding: 9px 9px 15px 9px; margin-bottom:10px; 
 	background-color:#fff;
  	/* for IE */
  	filter:alpha(opacity=95);
  	/* CSS3 standard */
  	opacity:0.95;
	
	-moz-box-shadow: 1px 3px 3px 3px #333;
  	-webkit-box-shadow: 1px 3px 3px 3px #333;
  	box-shadow: 1px 3px 3px 3px #333;

}
#content p{font-size:13px !important; line-height:18px; margin-bottom:10px;}
#content h3 {
	font-size: 18px;
	font-weight: 700;
	text-shadow: 1px 1px 2px #aaa;
	text-decoration: none;
	letter-spacing: 0.059em;
	word-spacing: 0em;
	color: #333; border-bottom:1px solid #333;
	margin: 30px 0px 8px 0px; }
#content ul li {font-size:13px; margin-bottom:8px; font-family:Verdana, Geneva, sans-serif !important; color:#333 !important;}

#content h4 {
	font-size: 14px;
	font-weight: 700;
	text-shadow: 1px 1px 2px #aaa;
	text-decoration: none;
	letter-spacing: 0.059em;
	word-spacing: 0em;
	color: #333; 
	margin: 15px 0px -12px 0px; }
#content ul li {font-size:13px; margin-bottom:8px; font-family:Verdana, Geneva, sans-serif !important; color:#333 !important;}

#feature { /*content box for about and Using pages */
	margin: 0 160px;
	width: 480px;
	padding: 9px;
	color: #2a6ebb;
	background-color:#2b302c;
  	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
	border: 1px solid #4d4d4d;
	-moz-box-shadow: 3px 3px 5px #000;
  	-webkit-box-shadow: 3px 3px 5px #000;
  	box-shadow: 3px 3px 5px #000;
}

#feature h1 {
	color: #f9fbfc;
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;	
}

#feature h2 {
	color: #63affa;
	font-weight: normal;
	text-shadow: 1px 1px 2px #000;
}

#feature p {
	color: #eaeef2;
}
#feature p a {color:#fff !important; text-decoration:underline !important; }

#intro { /* intro text on homepage */
	margin: 30px 110px;
	width: 350px;
	padding: 9px; 
 	background-color:#eef2ef;
  	/* for IE */
  	filter:alpha(opacity=90);
  	/* CSS3 standard */
  	opacity:0.9;
	border: 1px solid #4d4d4d;
	-moz-box-shadow: 3px 3px 5px #000;
  	-webkit-box-shadow: 3px 3px 5px #000;
  	box-shadow: 3px 3px 5px #000;
}
#intro ul {margin:0px; padding-bottom:20px;}
#intro li {border-bottom:1px solid #666; line-height:25px; list-style-image:url(images/bullet-black.png); margin:0px; list-style-position:inside; font-size:16px;}


#footer {
	width:100%; text-align:center;
}
#footer ul { }
#footer ul li, #footer ul li a {
	display:inline-block;
	list-style:none; font-size:13px;
}

#footer ul li a:hover {
	text-decoration:underline;
	color: #2a6ebb;
}



.clear {
	clear: both;
}

.intro {
	padding: 0;
	margin: 0;
	list-style: none;
}

.example {
	margin-left: 20px;
	padding: 0px 10px 0px 10px;
	width: 737px;
	border: 1px solid #CCCCCC;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

.example h2 {
	color: #82BF17; text-align:left;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}

.hanging {
	margin-left: 40px;
	text-indent: -20px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}

p.cse {
	margin-left: 20px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}

div.cse{
	margin-left: 20px;
	font-size: 14px;
	font-family: "Courier New", Courier, monospace;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 162px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:normal; color:#336699;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}


/*styles pulled in from library website. */

#content2 { /* style automatically pulled in from library website. Adds borders to the content box */
margin-top:-15px !important; 
-moz-box-shadow: 1px 5px 4px 5px #999 !important; /* Firefox F3.5+ */
-webkit-box-shadow: 1px 5px 4px px #999 !important; /* Safari3.0+, Chrome */
	 box-shadow: 1px 5px 4px 5px #999 !important; /* Opera 10.5, IE 9.0 */
	 border-left:1px solid #999;  	 border-right:1px solid #999; 
    width:990px !important;
}

.footer, .smallernew {background-color:transparent !important;}

#citationbuilder {float:right; margin:15px;} 
