
hr { margin:  0px 0px; }

.japalure_menu_dot_red {
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
}

.japalure_menu_dot_green {
  height: 10px;
  width: 10px;
  background-color: #80cbc4;
  border-radius: 50%;
  display: inline-block;
}

.japalure_menu_dot_blue {
  height: 10px;
  width: 10px;
  background-color: #448aff;
  border-radius: 50%;
  display: inline-block;
}

.japalure_menu_dot_white {
  height: 10px;
  width: 10px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
}

.japalure_menu_dot_orange {
  height: 10px;
  width: 10px;
  background-color: #ff6d00;
  border-radius: 50%;
  display: inline-block;
}


input[type="text"]  
{
  height: 32px;
  display: table-cell;
  border: 5px;  
  color: white;
  background: black;
}

input[type="uri"]  
{
  height: 32px;
  display: table-cell;
  border: 5px;
  color: white;
  background: black;
  width:600px;
}


input:required
{
  background-color: white;
}

input:focus
{
  border: 1px solid gray;
}

input:invalid
{
  background-color:  gray;
}

input:valid
{
  background-color: white;
}

input[type="checkbox"]:checked before
{
  display:inline-block;
  width: 10px;
  height: 10px;
  border-radius: 0px;
  border: 2px solid white;
  box-shadow: none;
  transform: scale(1.5);
  color: white;
}

input[type="checkbox"]
{
  display:inline-block;
  width: 10px;
  height: 10px;  
  border-radius: 0px;
  border: 2px solid black;
  box-shadow: none;  
  transform: scale(1.5);
  color: red;
}

input[type="checkbox"]:checked after 
{ 
  display:inline-block;
  border: 2px solid black;
  box-shadow: none;
  transform: scale(1.5);
  color: white;
}

input[type="button"]  
{
  display: table-cell;
  padding: 8px 10px 10px 10px;
  vertical-align: middle;
  height: 40px;
  border: 2px solid #d7d7d7;
  color: white;
  background: black;
  font-family:  Helvetica; 
  font: 18px  Helvetica; 

}

.red 
{
  color: red;
}

select
{
  height: 32px;
  border: 1px solid white;
  background: black;
  color:white;
}

option
{
  color:white;
  background-color: black;
 
}

select option:checked,
select option:hover 
{
    box-shadow: 0 0 10px 100px #000 inset;
    background-color: black;
}

select:focus > option:checked 
{ 
  background: #000 !important;
  background-color: black;
}

option selected
{
  color: white;  
  background-color: gray;
}

header a
{
  outline:none !important;
}

hr 
{
  color: white;   
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

body
{
  
  height: 100%;
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 50px;
  background: black;
  color: white;
  vertical-align: middle; 
  font-family:  Helvetica; 
  font: 18px  Helvetica; 
}

body ul
{
  font: Helvetica; 
}

h1
{
   font: bold 40px; 
   position: absolute;
   width: 100%;
   display: table;
   padding: 0px 0px 0px 0px;
   left: 0px;
   top: 0px;
   margin: 0px 0px 0px 0px;
   background: #558ED5;
   color: white;
}

h2 
{
  font: bold 34px; 
  line-height: 24px;
  padding: 0px 0;
}


h3 
{
  line-height: 22px;
  padding: 0px 0;
  font: bold 24px; 
}

p
{
  padding-bottom: 0px;
  font: 18px; 
}

nav 
{
  position: absolute;
  right: 0;
}


nav ul 
{ 
  margin: 0 auto;
  list-style: none;
}

nav ul li 
{
  margin: 0 auto;
  float: right;
}
		
nav ul li a 
{
  margin: 20px;
  font-size: 18px;
  line-height: 44px;
  width: 80px;
  text-align: left;
  text-decoration: none;
  color: white;
  outline:none !important;
}

nav ul li a:hover 
{
   color: white;
   font-weight: normal
}
			
nav ul li.selected a 
{
   font-weight: normal;
   color: white;
}

nav ul li.subscribe a 
{
  margin-left: 22px;
  padding-left: 33px;
  text-align: left;
}

#intro 
{
   position: relative;
   background: black;
   padding: 10px;
   display: table;
   width: 800px;
   height: 100px;
   top: 60px;
   -webkit-background-size: 100%;
   -o-background-size: 100%;
   -khtml-background-size: 100%;
   -moz-border-radius: 22px;
   -webkit-border-radius: 22px;
}

#intro h2 
{
   z-index: 9999;
   text-align: center;
   font-weight: normal;
   color: white;
   font-size: 32px;
}

#intro h3
{
   z-index: 9999;   
   text-align: center;
   font-weight: normal;
   color: white;
   font-size: 24px;
}


#intro img 
{
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
}

#content 
{
  position: relative;
  top: 100px;
  display: table;
}

#content #profile 
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #profile s
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #signin 
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #section
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#warning
{
  margin: 20px;
  border: 3px solid orange;
  color: white;
  font-weight: bold;
  background: black;
}

#content #signin p a  
{
  text-decoration: none;
  color: white;
  text-align:center;
  width: 100%;
  horizontal-align: center;
}

#content #signup 
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #application
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #application a
{
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#content #section a
{
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#content #session
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #session a
{
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#content #sessions
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #sessions a
{
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#content #profiles
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #profiles a
{
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#content #applications
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #applications a
{
  text-decoration: none;
  font-weight: bold;
  color: white;
}

#content #contact 
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#content #contact a
{
  min-height: 800px; 
  min-width: 800px;
  text-decoration: none;
}

#mainContent 
{
   display: table-cell;
   padding-right: 22px;
}
	
aside 
{
   position: relative;
   top: 100px;
   display: table-cell;
   width: 20%;  
}

aside  a
{
   text-align: left;
 }

.mainArticle 
{
  width: 700px;
  min-height: 800px;
}

.mainArticle header p a 
{
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  color: #777;
}

.mainArticle .notice
{
  color: red;
  text-align: justify;
  width: 650px;
  font-weight: bold;
}

	
.mainArticle header p a:hover 
{
  text-decoration: bold;
  color: white;
}

.mainArticle p 
{
  text-align: justify;
  width: 650px;
}


.mainArticle div 
{
  -moz-column-count: 1;
  -webkit-column-count: 1;
  -moz-column-gap: 22px;
  -webkit-column-gap: 22px;
}
	
.mainArticle img 
{

   margin: 0px 0;
  -webkit-box-shadow: 3px 3px 7px #777;
}


#list 
{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d7d7d7;
}

#list article 
{
   display: table;
   padding: 10px;
   margin-top: 5px;
 
}

#list article:nth-child(odd) 
{
  background: #E3E3E3;
  border: 6px solid d7 d7 d7;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  width: 400px;

}

#list article:nth-child(even) 
{
  background: #E3E3E3;
  border: 6px solid d7 d7 d7;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  width: 400px;

}
	
#list article header 
{
  display: table-cell;
  padding-right: 20px;
  padding-left: 0px;
  margin: 0 auto;

}

#list article img 
{
  padding: 2;
  -webkit-box-shadow: 3px 3px 7px #777;
  width: 125px;
  height: 50px;

}

#list article header a:hover 
{
  text-decoration: none;
  color: white;
}

	
#list article header a 
{
  font-weight: bold;
  color: white;
  text-decoration: none;
}
		

#list article p 
{
  width: 500px;
  word-wrap: break-word;
}

#list article p a 
{
  display: block;
  font-weight: bold;
  color: white;
  text-decoration: none;
}		


form 
{
  margin-top: 21px;
  padding-top: 22px;
  border-top: 1px solid #d7d7d7;
}

form p 
{
  display: table;
  margin-bottom: 22px;
  padding: 0 22px;
}

form label 
{
  display: table-cell;
  padding-right: 20px;
  text-align: right;
  font-weight: bold;
  vertical-align: top;
}


	
form input[type="text"], form input[type="email"], form input[type="url"], form input[type="password"], form input[type="date"]
{
  display: table-cell;
  height: 25px;
  border: 1px solid #d7d7d7;
  color: black;
  font-family: Helvetica; 
  font-size: 18px; 

}
	
form input[type="submit"]  
{
  display: table-cell;
  width: 200px;
  padding: 10px 10px 10px 10px;
  height: 50px;
  border: 2px solid #d7d7d7;
  color: white;
  background: black;
  font-family:  Helvetica; 
  font-size: 18px; 

}

	
aside section 
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px;
  background: url("images/sidebar_section_background.png") repeat-x;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  width: 300px;
}

aside section ul 
{
  margin: 0 0 0 0px;
  list-style: none;
  text-align: left;
  padding: 0px 0px 0px 0px;

}
	
aside section ul li a 
{
  display: block;
  text-decoration: none;
  color: white;
  padding-bottom: 5px;
  outline:none !important;
}		
		
aside section ul li a:hover 
{
  text-decoration: none;
  color: white;
}

footer 
{
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  background: black;
  margin-top: 100px;
  height: 300px;
  color: white;
}

footer div 
{
  display: table;
  padding: 0px 10px;
  width: 100%;
  color: #777;
}
	
footer div section 
{
  display: table-cell;
  padding: 0px 0px 0px 0px;
}
		
footer div #about
{
  padding-right: 10px;
  width: 60%;
  color: black;
}

footer div #notes p
{
  padding-right: 0px;
  width: 100%;
  color: black;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
		
footer h3 
{
  color: white;
  text-align: left;
}
	
footer a 
{
  color: white;
  text-decoration: none;
  outline:none !important;
 }
	
footer a:hover 
{
  color: white;
  text-decoration: none;
}
	
footer ul 
{
  margin: 0px 0px 0px 0px;
  list-style: square;
  color: white;
  padding: 0px 0px 0px 0px;
  list-style: none;
}
	
footer ul li a 
{
   display: block;
}

* {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
