@import 'css/https___raw_githubusercon.css';
@import 'sm-core-css.css';
@import 'sm-dsimple.css';

/* .......................userstyles............... */

#span { font-size: 16px; line-height: 20px;
	}
	
.sp2 {color:green;font-weight:bold;font-size:20px;
line-height:35px;text-align: center;vertical-align: middle;text-indent: 20px;}

.selected {   color: yellow;
	 font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}


h1, h2, h3 	 { font-size: 16px; line-height: 20px;	}

html { height: 100%; }
body {
    min-height:100%; 
    position:relative; 
    padding-bottom:[footer-height] 
	max-width:1024px; 
	
}

.sm-simple {border-radius:3px; padding: 0px 15px;line-height:	20px;font-weight:400;}
/* .sm-blue > li:first-child {background:#4c4d76;} */
.sm-nowrap {padding-bottom:2px;border-radius:3px;}
ul.sm-nowrap {border-radius:3px;}

/* #li:hover {background:#4c4d76;} */

li {padding:2px;}
.has-submenu {color:white;font-weight:400;padding:-1px;}
.sub-arrow{opacity:0.9;}
.sm-simple> ul.has-submenu > li > a.has-submenu {opacity:1;}

.globalwrap{background-color: white; max-width:955px !important;
 padding:5px; padding-top:1px;
 min-height:800px;
 -webkit-box-shadow: 0px 2px 7px -1px rgba(219,215,219,1);
-moz-box-shadow: 0px 2px 7px -1px rgba(219,215,219,1);
box-shadow: 0px 2px 7px -1px rgba(219,215,219,1);
}

/* nav */
.wrap {
margin-right: auto; /* 1 */
  margin-left:  auto; /* 1 */
  padding-top:  5px; /* 1 */
  max-width: 950px; /* 2 */
  padding-right: 10px; /* 3 */
  padding-left:  10px; /* 3 */

}
/* content */
.wrapc {  max-width: 950px; 
border:1px white; 
} 
#content{min-height:600px; padding:15px;}
	
.footer{border:1px black dotted; max-width:920px; align:center;}