@import "menu.css";


/* import the css needed by the menus */
/* Menus are from Mega Menus */
/* http://net.tutsplus.com/tutorials/html-css-techniques/how-to-build-a-kick-butt-css3-mega-drop-down-menu/ */

/* Created by http://freehtml5templates.com */
/* original ... blondplanks.css */


/* Force Firefox to show image placeholders for broken images
----------------------------------------------------------*/
@-moz-document url-prefix(http), url-prefix(file) {
  img:-moz-broken {
    -moz-force-broken-image-icon: 1;
    width: 100px;
    height: 75px;
  }
}

/* Force Internet Explorer to hide box around images
----------------------------------------------------------*/
img {
/* Override IE applying a default border */
border-width: 0;
}

/* basics */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

/* html "box" */
/* added 4 Jan */
xxxhtml {
height: 100%;
}


/* standard body */
body {
margin: 0 auto;
width: 960px;
font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
background: lightgray; /* Gainsboro; */ /* #ffcc99 */

/* a very wide picture ribbon -- but can't be background or will scroll under page data
background-image: url('../images/dancers-960x120.jpg');
background-repeat: no-repeat;
background-attachment:fixed;
background-position: 0px 0px;
*/ 

/* added 4 Jan */
xxheight: 100%;

}

/* standard alignments */
.alignleft {
float: left;
}

img.alignleft {
margin: 5px 10px 0 0; 
}

.alignright {
float: right;
}

img.alignright {
margin: 5px 0 0 10px; 
}

.center {
text-align: center;
}

/* Hx tags */

h1 {
font-size: 40px;
font-family: Garamond, Georgia, Times, "Times New Roman", serif;
padding: 20px 0;
xxline-height: 100%;
}

h2 {
font-size: 24px;
padding: 20px 0;
line-height: normal;
}

h2 a {
color: #7b0000;
}

h2 a:hover {
color: #000;
}

h3 {
font-size: 18px;
color: #000;
padding-bottom: 3px;
border-bottom: #7b0000 1px solid;
margin-bottom: 10px;
}

h4 {
font-size: 14px;
color: #000;
padding-bottom: 2px;
margin-bottom: 2px;
}


p {
padding-bottom: 20px;
}

p + p {
xxmargin-top: 1em;
}

/* header */

header {
position: relative;
margin-top: 10px;
background: LightGoldenRodYellow; /* #F5E9DF; */
width: 960px;
height: 120px; /* for IE */
min-height: 120px; /* for not-IE */
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

header h1, header p {
position: relative;
z-index: 9999;
width: 700px;
}

#headerlogo {
position: absolute;
top: 10px;
right: 20px;
}

header h1 {
padding: 45px 0 20px 20px;
font-size: 50px;
color: #A61A00; /* #7b0000;*/
}

header p {
padding-left: 20px;
}


/* content and sidebar layout */

#content {
float: left; 
width: 610px; 
margin:10px 0 10px 0; 
padding:5px 20px 5px 20px;
background-color: LightGoldenRodYellow; /* = #FAFAD2 */ /* #FAF4F0; */

-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

#content h1 {
/* redefined here to avoid messing up h1 in header */
/* A better solution would be to fix the h1 position in the header */
line-height: 100%;
}

aside {
float: right;
text-align: left; 
width: 300px;
height: 100%;
margin:0; 
padding:0;
xxmin-height: 100%;
}

/* article */
.articlecontentbordered {
border: 1px solid indianred;
margin-top:12px;
padding:6px;
padding-bottom: 0px;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

.articlecontent .articlecontentbordered p a {
color: #7b0000;
}

.articlecontentbordered h3 {
font-size: 18px;
color: #000;
padding-bottom: 3px;
border-bottom: 0px;
}

.articlecontent p a:hover {
color: #000;
border: 1px solid black ;
}

.articlecontentbordered p a:hover {
color: #000;
border: 1px solid black ;
}

.articlecontentbordered ul {
margin: 0 0 0 20px;
list-style-image: url(images/arrow.gif);
color: #000;
}

.articlecontent ul {
margin: 0 0 0 20px;
list-style-image: url(images/arrow.gif);
color: #000;
}


/* box shadow on pics */
.articlecontent img {
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

/* super (section) header */
aside section sheader {
margin: 10px 0 0 0;
padding: 10px 15px;
background-color: #F5E9DF;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

/* sidebar */
aside section {
margin: 10px 0 0 0;
padding: 10px 15px;
background-color: #F5F5DC; /* #F6D9BC; */ /*#F5E9DF;*/
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

aside .section-highlight{
margin: 10px 0 0 0;
padding: 10px 15px;
background-color: burlywood; /* #F6D9BC; */ /*#F5E9DF;*/
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}


aside section ul {
margin: 0 0 0 20px;
list-style-image: url(images/arrow.gif);
color: #000; /* #7b0000; */
}

aside section ul li a {
display: block;
xtext-decoration: none;
color: #000;
}

/* added sept 2018 */
aside section a:link {
color: #663300; 
}

/* changes sept 2018 */
aside section ul li a:hover {
background-color: #ffcc99; /*#D6AD33; */ /* 7b0000; */
color: #8A2E00; /* fff */
}

/* footer */
footer {
clear: both;
float: left;

/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #CD5C5C 0%, #823A1E 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #CD5C5C 0%, #823A1E 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #CD5C5C 0%, #823A1E 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #CD5C5C), color-stop(1, #823A1E));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #CD5C5C 0%, #823A1E 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #CD5C5C 0%, #823A1E 100%);

width: 960px;
height: 30px;
color: #fff;
margin-bottom: 10px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
/* curved border radius */
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

footer p {
text-align: right;
font-size: 12px;
padding-right: 20px;
padding-top: 4px;
}

footer p.left {
 float: left;
 margin-left: 20px;
}

footer p.right {
 float: right;
}


footer a {
color: #FFF;
}

footer a:hover {
color: #999;
text-decoration: none;
}


/* style for inserting a picture with caption *?

.picture { 
   background-color: #F9F9F9;
   border: 1px solid #CCCCCC; 
   padding: 3px;
   font: 11px/1.4em Arial, sans-serif;
   text-align:center; 
 }
.picture img { 
   border: 1px solid #CCCCCC;
   vertical-align:middle; 
   margin-bottom: 3px; 
}
.right { 
   margin: 0.5em 0pt 0.5em 0.8em; 
   float:right; 
}
.left { 
   margin: 0.5em 0.8em 0.5em 0; 
   float:left; 
}


/* Typical use of picture class                                                  */
/* <div class="picture right" style="width:152px;">                              */
/* <img src="./icons/under_construction.gif" width="150" height="124" />         */
/* <br />Page posted for review.                                                 */
/* </div>                                                                        */




.strong {
	font-weight:bold;
}
.italic {
	font-style:italic;
}

.imgshadow { /* Better style on light background */
	background:#FFFFFF;
	padding:4px;
	border:1px solid #777777;
	margin-top:5px;
	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
	width:auto;
	float:left;
	margin:5px 15px 5px 5px;
}

.img_right { /* Image sticks to the right */
	width:auto;
	float:right;
	margin:5px 15px 5px 5px;
}


/* These menu items may be the ones included with blondplank template */
/* Need to verify if they are used by eoDance */
/* and how they relate to menu.css */

#menu li .black_box {
	background-color:#333333;
	color: #eeeeee;
	text-shadow: 1px 1px 1px #000;
	padding:4px 6px 4px 6px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;

	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}

#menu li ul {
	list-style:none;
	padding:0;
	margin:0 0 12px 0;
}
#menu li ul li {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding:0;
	margin:0;
	float:none;
	text-align:left;
	width:130px;
}


#menu li ul li:hover {
	background:none;
	border:none;
	padding:0;
	margin:0;
}

#menu li .greybox li {
	background:#F4F4F4;
	border:1px solid #bbbbbb;
	margin:0px 0px 4px 0px;
	padding:4px 6px 4px 6px;
	width:116px;

	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}
#menu li .greybox li:hover {
	background:#ffffff;
	border:1px solid #aaaaaa;
	padding:4px 6px 4px 6px;
	margin:0px 0px 4px 0px;
}




