/***********************************************/
/* cw.css                            */
/* Used with Civil War Quest Project         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Verdana, Arial,Helvetica,sans-serif;
	color: #000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #FFFEDD;
}



#wrapper {
width:800px;
position:relative;
left:50%;
margin-left:-400px;
border:1px solid #112BA4;
}
#wrapper2 {
 width:80%;
 position: relative;
 left: 50%;
 margin-left:-40%;
 }
 
/************************logo and menu on top**************************/ 
#titlebar {
margin:5px 0 0 0;
padding:0px;
background-color:#112BA4;
border-bottom-style:groove;
border-bottom-color:#E2EDFF;
border-bottom-width:thin;
}
#mainNav {
margin:0 0 0 0;
padding:0px;
background-color:#112BA4;
}
#mainNav ul{
margin:0;
padding:0;
list-style:none;
width:800px;
float:left;
background-color:#112BA4;
font-weight:bold;
border-right:#FFFFFF
}

#mainNav ul li {
float:left;
}

#mainNav ul a{
display:block;
padding:0 1.5em;
line-height:2.1em;
text-decoration:none;
color:red;
float:left;
text-transform:uppercase;
}

#mainNav ul a:hover{
color:#fff;
}

/********************footer******************/
#footer {
	clear: both;
	background-color:#112BA4;
	padding: 0px 0px;
	margin-top: 0px;
	color:#FFFFFF;
	font-weight:bold;
}

#footer a {
color:red;
}

#footer a:hover{
color:#fff;
}



/***************text styles********************/
ul {
margin:0;
padding:0 0 .5em 2em;
}

li {
margin:0 0 5px 0;
}

#content p,ul {
font-size:small;
margin-left:2px;
}

#content ol {
list-style-type:decimal;
font-size:small;
font-weight:normal;
}

#content li ol {
list-style-type:lower-alpha;
font-size:small;
font-weight:normal;
}



#content li ul {
list-style-type:square;
font-size:small;
font-weight:normal;
}


#content h1{
font: bold 150%;
}

#content h2 {
font-size:medium;
font-style:italic;
font-weight:bold;
}

dl{
margin:0;
padding:0 0 0 2em;
font-size:small;
}

dt {
font-weight:bold;
margin:0;
}



dd {
margin-bottom:5px;
}



/*****************the one with the blue background********
h3 {
color:#fff;
background:#112BA4;
font-size:18px;
margin-right:250px;
}
****/

h3 {
color:#000;
font-size:x-large;
font-weight:normal;
text-decoration:underline;
}

h4 {
font-weight:bold;
font-size:medium;
}

h5 {
color:#000;
font-size:small;
font-weight:bold;
text-decoration:underline;
}

h6 {
color:#000;
font-size:small;
font-weight:bold;
font-style:italic;
margin-left:2px;
}

#quote {
font-size:small;
margin:0px 45px;
font-weight:normal;
}


.puzzle{
color:red;
}

.movement{
font-style:italic;
}

.teaching{
font-weight:bold;
}

.contact {
font-size:small;
font-weight:normal;
margin-bottom:0;
padding-bottom:0;
}

/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 0px 0px 0px 0px;
	color: #000;
	font-size:small;
	font-weight:bold;
}

#breadCrumb a{
	color: #005FA9;
	
}

#breadCrumb a:hover{
	color: #A8C0EE;
	text-decoration: underline;
}

/***************photos*****************/
.photo {
border-width:8px 8px 10px 8px;
border-style:solid;
border-color:#fff;
margin-left:20px;
margin-bottom:200px;
margin-top:5px;

}

.photo2 {
border-width:8px 8px 10px 8px;
border-style:solid;
border-color:#fff;
margin-left:20px;
margin-bottom:20px;
margin-top:5px;
}

.photo3 {
border-width:8px 8px 10px 8px;
border-style:solid;
border-color:#fff;
margin-left:20px;
float:right;
}

#sidephoto {
padding:0;
margin:0;
float:left;
text-align:center;
text-transform:uppercase;
font-size:small;
font-weight:bold;
}

/*****************lesson plan menu bar*********************/
#lessonNav{
	float: right;
	width:178px;
	padding: 0px;
	background-color: #112BA4;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#lessonLinks{
	margin: 0px;
	padding: 0px;

}

#lessonLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#lessonLinks a:link, #lessonLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color:#112BA4;
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #fff;
}

#lessonLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #A8C0EE;
	background-image: none;
	font-weight: normal;
	text-decoration: none;
}

/*******************right side*********/
#rightside{
	float: right;
	width:250px;
	padding: 0px;
	margin-bottom:5px;
	margin-right:5px;
	font: small Verdana,sans-serif;
}

/***************************assessment table ********************/
table {
border-collapse:collapse;
width:50em;
border:1px solid #666;
}

th,td {
padding: 1em 1em;
}

thead {
background:#ccc;
border-top:1px solid #a5a5a5;
border-bottom:1px solid #a5a5a5;
text-align:left;
}

td {
font-weight:normal;
font-size:small;
text-align:left;
}

.odd {
background-color:#edf5ff;
}

/****tr:hover {
background-color:#E2EDFF;
color:#fff;
}

thead tr:hover {
background-color:transparent;
color:inherit;
}
****/
.letters {
list-style-type:lower-alpha;
font-size:small;
font-weight:normal;
padding:0;
margin:0;
}

