/*
 * Theme Name: Sherman's March
 * Theme URI: http://www.irc.umbc.edu
 * Author: Imaging Research Center
 * Author URI: http://www.irc.umbc.edu
 * Description: Theme for Sherman's March website
 * Version: 1.0
 *
 */

@media screen {

* { margin: 0; padding: 0; }
body { 
	background: white; 
	font: 14px/1.4 Georgia, Serif;
	background-image: url(http://shermansmarch-dev.irc.umbc.edu/wp-content/themes/shermansmarch/images/bg.jpg);
}
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 980px; margin: 20px auto; padding-left: 20px; padding-right: 20px;
}

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { font-weight: bold; font-size: 2em; }
h2 { }
h3 { }


/* MAIN NAV */

#nav {
	text-align: center;
    background: rgba(0, 0, 0, 0.7);
	position:relative;
	height: 30px;
}


#nav ul {
	margin-left: 0px;
	padding-top: 6px;
}

#nav ul li { 
    display: inline-block;
    height: 24px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#nav li + li {
    background:url('http://shermansmarch-dev.irc.umbc.edu/wp-content/themes/shermansmarch/images/star.gif') no-repeat 0% 20%;
    padding-left: 30px;
    margin-left: 20px;    
}

#nav ul li ul {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 54%;
    width: 100px;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#nav ul li ul li {
    background: rgba(0, 0, 0, 0.7);
    display: block;
    padding: 0;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

#nav ul li ul li + li {
    margin-left: 0;
}

#nav ul li ul li:last-child {
    padding-bottom: 5px;
    background: rgba(0, 0, 0, 0.7);
}

#nav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

#nav li a {
    text-decoration: none;
    color: #dcc89d;
    text-transform: uppercase;
    font-weight: bold;
}

#nav li a:hover {
    text-decoration:underline;
    color:#e9e2d8;
}


/* PAGE NAV */

#nav-page {
	text-align: center;
	background: #000;
    position:relative;
	height: 30px;
}


#nav-page ul {
	margin-left: 0px;
	padding-top: 6px;
}

#nav-page ul li { 
    display: inline-block;
    height: 24px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

#nav-page li + li {
    background:url('http://shermansmarch-dev.irc.umbc.edu/wp-content/themes/shermansmarch/images/star.gif') no-repeat 0% 20%;
    padding-left: 30px;
    margin-left: 20px;    
}

#nav-page ul li ul {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30px;
    left: 54%;
    width: 100px;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

#nav-page ul li ul li {
	background: #000;
    display: block;
    padding: 0;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    text-align: left;
}

#nav-page ul li ul li + li {
    margin-left: 0;
}

#nav-page ul li ul li:last-child {
    padding-bottom: 5px;
    background: #000;
}

#nav-page ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

#nav-page li a {
    text-decoration: none;
    color: #dcc89d;
    text-transform: uppercase;
    font-weight: bold;
}

#nav-page li a:hover {
    text-decoration:underline;
    color:#e9e2d8;
}

/* HOME ENTRY */
#home {
	border: 1px solid #333;
	background-color: #f2ece2;
	height: 669px;
	margin-top: -30px;
}



/* PAGE ENTRY */
#page {
	border: 1px solid #333;
	padding: 20px 30px 20px 30px;
	background-color: #f2ece2;
}

#mapsCanvas {
    background: #eee;
    border: 1px solid #333;
    z-index: 0;
}


.entry {
	line-height: 24px;
	
}

p { margin: 0 0 10px 0; }
a {
	color:#530d01;
	font-weight:bold;
}

a:visited {
	color:#330b0b;
}
a:hover {
	color:#a6630a;
	text-decoration:none;
}

#embed {
    width: 600px;
    height: 375px;
    z-index: 1;
    position: absolute;
    border: 1px solid #000;
}

.controls-wrapper {
    display: none;
}


ul, ol { margin: 0 0 10px 45px; }


/* FOOTER */

#footer {
	margin: 15px 0 0 0;
	text-align: center;
	font-size: 12px;
}

#modal_text {
    width: 280px;
    height: 424px;
    font-family: Georgia;
    opacity: 0;
    display: none;
    visibility: hidden;
    background: #fff;
    overflow-y: auto;
}

#modal_text::-webkit-scrollbar {
    display: none;
}

#title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    width: 240px;
    margin: 1em 20px;
}

.text {
    font-size: 16px;
    width: 240px;
    margin: 0 20px;
    margin-bottom: 1em;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
}

} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */
