/*****************************************************************************/
/* Musical Expressions Mobile Disc Jockeys CSS File                          */
/* Created 11/18/2018 by Christian Jackson                                   */
/* mexpressdjs.css                                                           */
/* Use with Musical Expressions Mobile Disc Jockeys Website                  */
/*****************************************************************************/

/*****************************************************************************/
/*                             HTML tag styles                               */
/*****************************************************************************/

body {
  font-family: Arial,sans-serif,serif;
  /* color: #333333; */
  background-repeat: repeat;
  line-height: 1.166;
  padding: 0px;
  background-color: #44224e;
  width: 1200px;
  display: block;
  margin: 0 auto;
  border: 1px solid #cccccc;
}


a:link, a:visited {
  color: #000000;
  text-decoration: none;
}

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

.fulstor {
  color: #cccccc;
  font-size: 16px;
  text-decoration: none;
}
p {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial,sans-serif;
  margin: 0px;
  padding: 0px;
}


h1 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  color: #0099cc;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2 {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #003366;
}

h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #003366;
}

h4 {
 font-size: 100%;
 font-weight: normal;
 color: #cccccc;
}

h5 {
 font-size: 100%;
 color: #cccccc;
}

ul {
  font-family: Arial, sans-serif;
  list-style-type: square;
  font-size: 12px;
}

ol {
  font-family: Arial, sans-serif;
  font-size: 12px;
}

li {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 3px;
}

label {
 font: bold 100% Arial,sans-serif;
 color: #FFFFFF;
}

.fnt01 {
  font-size: 12px;
  color: aliceblue;
}


.fnt01 {
  font-size: 142px;
  color:aqua;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

header {
  margin: 0;
  padding: 0px;
  background: #048;
  border-bottom: 1px solid #cccccc;
  width: 1200px;
}

/************ header nav styles *************/
#menublock {
  padding: 1px 1px 1px 1px;
  width: 1198px;
}

main {
  width: 1200px;
  background-image: url("../images/backgrnd_new.gif");
  margin: auto;
}

nav {
  display: block;
  margin: 0px;
  padding: 0px;
  background-color: #24478f;
  width: 20px;
}

/*
nav a:link {
	color: black;
	background-color: darkturquoise;
}

nav a:visited {
	
}

nav a:hover {
	background-color: #991f00;
}
*/

aside {
  float: left;
  width: 147px;
  height: 100%;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

article {
  padding: 5px;
  margin: 0px 0px 0px 150px;
}

.rtimg {
  margin: 0px 10px 10px 0px;
}

.ltimg {
  margin: 0px 0px 10px 10px;
}

#content {
  float:right;
  width: 85%;
  margin: 0;
  padding: 0 3% 0 0;
}

.musica {
  color: azure;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#sitetitle{
  font-size: 30px;
  text-align: center;
  margin: 0px;
  padding: 0px 0px 5px 0px;
}

/***********************************************/
/*          Buttons and Dropdown Menu          */
/***********************************************/
.menubtn {
  background-color: #66a3ff;
  color: #000000;
  padding: 2px;
  margin: 2px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ccc;
  width: 130px;
}

.menubtn:hover {
  background-color: #991f00;
  text-decoration: none;
}

.dropbtn {
  background-color: #66a3ff;
  color: #000000;
  padding: 2px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #ccc;
  width: 130px;
}

.dropdown {
  position: inherit;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  font-size: 16px;
  background-color: darkblue;
  width: 130px;
  box-shadow: 0px 0px 8px 8px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: white;
  padding: 5px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #666666;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #991f00;
}


/*************** #pageName styles **************/

#pagename{
  color: aliceblue;
  padding: 0px 0px 10px 10px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
  font-size: 80%;
  padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
  padding: 0px 0px 10px 10px;
  font-size: 80%;
  height: 560px;
}

.feature h3{
  padding: 30px 0px 5px 0px;
  text-align: center;
}

.feature img{
  padding: 0px 10px 0px 0px;
  margin: 0 5px 5px 0;
}

.featpic {
  float: left;
  font-size: 14px;
  color: aliceblue;
}

figure {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 10px;
  margin-inline-end: 10px;
  vertical-align: top;
}

figcaption {
  color:aliceblue;
  padding: 2px;
  text-align: left;
}

.feature2 {
  padding: 0px 0px 10px 10px;
  font-size: 80%;
  height: 290px;
}


/************** .story styles *****************/

.story {
  clear: both;
  height: 30px;
  padding: 0px 5px 0px 10px;
  margin: 0px 0px 0px 147px;
  font-size: 16px;
}

.story p {
  padding: 0px 0px 10px 0px;
}

.storpic {
  float: right;
  font-size: 14px;
  color: aliceblue;
}

.filform {
  padding: 0px 0px 10px 10px;
  font-size: 80%;
}

.formborder {
  width: 660px;
  border: 1px solid lightskyblue;
}

#thanky {
  margin: 0px 0px 0px 160px;
  padding: 5px;
  text-align: center;
}

.thanky tr {
  text-align: center;
}

.thanky2 {
  margin: 0px 0px 0px 300px;
  padding: 5px;
  text-align: center;
}

.thanky3 {
  margin: 0px 0px 0px 160px;
  padding: 5px;
  text-align: center;
}
.thanky3 tr {
  text-align: center;
}

.thanky4 {
  margin: 0px 0px 0px 320px;
  padding: 5px;
  text-align: center;
}

/************* #siteInfo styles ***************/

footer {
  clear: both;
  border-top: 1px solid #ccc;
  font-size: 75%;
  color: #0099FF;
    background: #048;
  padding: 10px 10px 10px 10px;
  margin-top: -1px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
  the bottom border of the navBar in cases where they "touch" */

footer img{
  padding: 4px 4px 4px 0px;
  vertical-align: middle;
}

footer a:link {
  color: #66ff99;
  text-decoration: none;
}

footer a:link, a:visited {
  color: #ffff44;
  text-decoration: none;
}

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

/*********** #navBar link styles ***********/

#navbar ul a:link, #navBar ul a:visited {
  display: block;
}

#navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*********** #sectionLinks styles ***********/

#sectionLinks {
  position: relative;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #0066FF;
  font-size: 90%;
}

#sectionLinks h3 {
  padding: 10px 0px 2px 10px;
}

#sectionLinks a:link {
  padding: 2px 0px 2px 10px;
  border-top: 1px solid #0066FF;
  width: 100px;
    voice-family: "\"}\"";
    voice-family:inherit;
  width: 100px;
}

#sectionLinks a:visited {
  border-top: 1px solid #cccccc;
  padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover {
  border-top: 1px solid #cccccc;
  background-color: #0099FF;
  padding: 2px 0px 2px 10px;
}

form tr {
	background-color: darkblue;
}

/*********** .relatedLinks styles ***********/

.relatedLinks {
  margin: 0px;
  padding: 0px 0px 10px 10px;
  font-size: 90%;
}

.relatedLinks h3 {
  padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
  padding: 10px 0px 0px 10px;
  font-size: 80%;
  border-top: 1px solid #cccccc;
}

#advert img {
  display: block;
}


/************** #headlines styles **************/

#headlines {
  margin: 0px;
  padding: 10px 0px 20px 10px;
  font-size: 80%;
} 

#headlines p {
  padding: 5px 0px 5px 0px;
}

.normal {  font-family: Arial, sans-serif; margin-left: 0px;}
.times {  font-family: "Times New Roman", Times, serif}
.identlevel {  margin-top: -12px; margin-bottom: -12px; margin-left: 18px}

/******************************* .table ********************************/
table {
  background-image: url("../images/backgrnd_new.gif");
}

.right-td {
  width: 440px;
}
/******************************* .styles ********************************/
.style1 {
  color: #9966FF  ;
  font-size: 24px;
}

.style2 {color: #66FF99;
}

.style3 {
  color: #66FF00  ;
  font-size: 24px;
}

.style4 {
  color: black;
}

.style6 {font-size: 80%}

.style7 {color: #FFFF00}

.style8, a:link, a:visited {
  color: #66FF99;
  text-decoration: none;
  font-size: large;
  font-weight: bold;
  margin-left: 10px;
}

.style9 {color: #99FFFF}

.style10 {
  color: #9966FF  ;
  font-size: 14px;
}

.style12 {
  font-size: large;
  font-weight: bold;
  color: #66FFCC;
}

.style15 {font-size: 14px}

.style16 {
  font-size: 18px;
  color: #CC99FF;
}

.style17 {color: #99ebff}

.style24 {
  font-size: 16px;
  font-weight: bold;
  color: #99ebff;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 0px;
  vertical-align: top;
}

.style25 {
  font-size: 16px;
  font-weight: bold;
  color: #99ebff;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.style26 {
  font-size: 16px;
  font-weight: bold;
  color: #99ebff;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 160px;
  vertical-align: top;
}

.style27 {
  font-size: 16px;
  font-weight: bold;
  color: #99ebff;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 160px;
  vertical-align: top;
}

.style28 {
  font-size: 16px;
  font-weight: bold;
  color: #99ebff;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.style29 {
  font-size: 16px;
  font-weight: bold;
  color: #99ebff;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 180px;
  vertical-align: top;
}

.style30 {
  font-size: 16px;
  font-weight: bold;
  color: #99ebff;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 40px;
  vertical-align: top;
}
