body {
	margin: 0px;
        background: url(/images/1380393451.png) scroll center top transparent;
        height:100%;
        font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
}
#cont {
	width: 1020px;
	margin: auto;
	border-left: 2px solid #773900;
	border-right: 2px solid #773900;
	background: url(/images/cont.png) repeat scroll center top;
}
#top {
	background: url(/images/top.png) scroll center top;
	height: 180px;
	box-shadow: 0 0 11px black;
	margin-bottom: 10px;
}
.t1 {
	float: left;
        padding-top:2px;
}
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top: 74px;
	padding-bottom: 10px;
	float: right;
	margin-right: 16px;
}
ul.menu li {
	float: left;
	background: rgb(32, 32, 32);
	margin-left: 15px;
}
ul.menu li.m1 {
	background: rgb(41, 41, 41);
}
ul.menu li  ul li {
	margin: 0px;
}
ul.menu li a {
	display: block;
	padding: 16px 20px;
	text-decoration: none;
	color: #e67200;
	font-family: Candara;
	font-size: 17px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
ul.menu li a:hover {
	background: #ff9900;
	color: #000;
	/*font-family: Candara;
	font-size: 20px;*/
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
ul.menu ul {
	position: absolute;
	display: none;
	margin: 0;
	padding: 0;
	background: rgb(39, 39, 39);
	z-index: 100;
	list-style: none;
	border: 2px solid black;
}
ul.menu ul li {
	position: relative;
	float: none;
}
ul.menu ul li a {
	color: #e67200;
	width: auto;
	text-align: left;
	font-size: 17px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
ul.menu ul li a:hover {
	color: #ccc;
	background: #333;
	font-size: 17px;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}
ul.menu li:hover > ul {
	display: block;
}
.block {
	padding: 0 10px 0 10px;
	font-family: Candara;
	font-size: 16px;
	color: rgb(224, 224, 224);
}
#footer {
	box-shadow: 0 0 11px black;
	padding: 10px;
	clear: both;
	margin-top: 20px;
	font-family: Candara;
	font-size: 13px;
	color: white;
	text-align: center;
	border-bottom: 2px solid #773900;
	background: url(/images/top.png) scroll center top;
}

#footer a {
	text-decoration: none;
	color: #e67200;
	font-family: Candara;
}

#footer .copy  {
	color: #C4C4C4;
	text-decoration:none;
}

#footer .copy a:visited {
	color: #C4C4C4;
	text-decoration:none;
}

.ip-button {
    border-radius: 24px; 
    -moz-border-radius: 24px; 
    -webkit-border-radius: 24px; 
    border: 1px solid grey;
    width: 100%;
    height: 40px;
    text-align: center;
    background: rgb(69,72,77); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    
    color: white;
    text-decoration: none;
    font-size:30px;
}

.block a {
    text-decoration: none;
}

#greenbox {
    background-color: #E7FFE0;
    border: 1px solid #4D9B7F;
    color: #555;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Arial;
    text-align: center;
    margin-top:10px;
}

#orangebox {
    background-color: #FFCC99;
    border: 1px solid #FF9966;
    color: #555;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Arial;
    text-align: center;
    margin-top:10px;
}

#orangebox a {
    color: #CC6633 !important;
}

#orangebox a:visited {
    color: #CC6633 !important;
}

#redbox {
    background-color: #ffebe8;
    border: 1px solid #c00;
    color: #555;
    padding: 15px 20px;
    border-radius: 8px;
    font-family: Arial;
    text-align: center;
    margin-top:10px;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 46px;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
  cursor:inherit;
}
.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}
.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4C69BA, #3B55A0);
  /*font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;*/
  text-shadow: 0 -1px 0 #354C8C;
}
.loginBtn--facebook:before {
  border-right: #364e92 1px solid;
  background: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/14082/icon_facebook.png') 6px 6px no-repeat;
}
.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}