@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);

*{
  margin: 0px;
  padding: 0px;
}

hr {
  border: 1px dashed #ddd;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 9px;
}

.clear {
	clear:both;
}

body{
  background: url(../images/bg.png) 0 0 repeat;
}

#main{
  background: url(../images/Main.png) center center repeat;
  width: 91%;
  box-shadow: 0 0 5px #999;
  margin: auto;
  padding: 20px;
}
.header{
  margin:0 0 3px 0;
  height: 150px;
  background: url(../images/move/header.png) center center no-repeat;
  border: 1px solid #fff;
  margin
}

.header .logo a{
  background: url(../images/logo.png) center center no-repeat;
  width: 348px;
  height: 75px;
  display: block;
  position: relative;
  left: 300px;
  top: 38px;
}

.menu{
  background: url(../images/move/menu.png) center top repeat-x;
  width: 100%;
  height: 51px;
  margin: auto;
  border-radius: 5px;
}
.menu ul{
  float: left;
}

.menu ul li{
  display: inline-block;
  margin-left: 5px;
}
.menu ul li a{
  text-align: center;
  padding: 17px;
  font: lighter 11px/51px 'Open Sans', sans-serif;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  text-shadow: 0 1px 0 #4b0090;
}

.menu ul li a:hover{
    background-color: rgba(0, 0, 0, 0.04);
}

/* =========== Left =========== */
#right {
	width:279px;
	float:right;
}

#right article {
	margin:0 0 10px 0;
}
#right article:last-child {}
#right article .top {
	background-image: url(../images/move/top_box.png);
	height:46px;
	width:279px;
	text-align:center;
	color:#fff;
    font: lighter 11px/46px 'Open Sans', sans-serif;
	text-transform:uppercase;
    text-shadow: 0 1px 0 #4b0090;
    border-radius: 5px 5px 0px 0px;
}
#right article .top p {}
#right article .body {
	padding:10px;
	background: url(../images/body_box.png) repeat left;
	color: #7000d8;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 11px;
	text-align: center;
    border-bottom: 2px solid #7000d8;
}

/* =========== Right =========== */

#left {
	width: 627px;
	float:left;
}

#left article {
	margin:0 0 10px 0;
}

#left article:last-child {}
#left article .top {
	background-image: url(../images/move/top_box.png);
	height:46px;
	width: 627px;
	text-align:center;
	color:#fff;
    font: lighter 11px/46px 'Open Sans', sans-serif;
	text-transform:uppercase;
    text-shadow: 0 1px 0 #4b0090;
    border-radius: 5px 5px 0px 0px;
}
#left article .top p {}
#left article .body {
	background: url(../images/body_box.png) repeat left;
	padding:12px 15px 15px 15px;
	color: #7000d8;
    font-family: 'Open Sans', sans-serif;
    font-weight: lighter;
    font-size: 11px;
	text-align: center;
    border-bottom: 2px solid #7000d8;
}

input[type="text"], input[type="password"], input[type="email"] {
  background-color: #f9f9f9;
  padding: 8px;
  border: 1px solid #e5e5e5;
  font-size: 11px;
  margin-top: 2px;
  width: 70%;
  text-align: center;
  margin-bottom: 3px;
}

input[type="submit"]{
  background-image: linear-gradient(to bottom, #7000d8, #6100bb);
  padding: 6px;
  border: none;
  width: 44%;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  font-size: 11px;
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  cursor: pointer;
  border-radius: 2px;
}
input[type="submit"]:hover{
  background-image: linear-gradient(to bottom, #6100bb, #7000d8);
}

input[type="button"], .button{
  background-image: linear-gradient(to bottom, #FF9900, #FF6600);
  padding: 6px;
  border: none;
  width: 38%;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  font-size: 11px;
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  cursor: pointer;
  border-radius: 2px;
  text-decoration: none;
}
input[type="button"]:hover, .button:hover{
  background-image: linear-gradient(to bottom, #FF6600, #FF9900);
}

td.title{
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 50%;
  color: #7000d8;
  text-shadow: 0 0 1px #7000d8;
}
td.title a{
  text-decoration: none;
  color: #7000d8;
  text-shadow: 0 0 4px #7000d8;
  font-weight: bold;
  text-align: center;
}

td.Output{
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 5px;
  width: 50%;
  color: #339933;
  text-shadow: 0 0 1px #339933;
}
td.Output a{
  text-decoration: none;
  color: red;
  text-shadow: 0 0 4px red;
  font-weight: bold;
}
td.tops{
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 10px;
  color: #7000d8;
  font-weight: bold;
}
td.tops a{
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  color: #7000d8;
  text-decoration: none;
}
td.tops a:hover{
  color: #D2691E;
}

td.update{
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  padding: 10px;
  color: #7000d8;
  font-weight: bold;
}
td.update a{
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  color: #7000d8;
  text-decoration: none;
}
td.update a:hover{
  color: #D2691E;
}


td.update2{
  background-image: linear-gradient(to bottom, #7000d8, #6100bb);
  border: 1px solid #e5e5e5;
  padding: 10px;
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}
td.update2 a{
  transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -webkit-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  color: #000;
  text-decoration: none;
}
td.update2 a:hover{
  color: #FFF;
}

footer{
  width: 91%;
  padding: 22px;
}
footer p{
  font-family: 'Open Sans';
  font-size: 10px;
  text-align: center;
  color: #7000d8;
  text-shadow: 0 0 1px #7000d8;
}
footer a{
  text-decoration: none;
  color: #000;
  text-shadow: 0 0 1px #000;
}

.colors{
  background-color: rgba(0, 0, 0, 0.08);
  width: 67px;
  height: 32px;
  float: left;
  margin: 5px;
  padding: 8px;
  border: 1px solid rgba(161, 161, 161, 0.38);
  position: fixed;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: lighter;
  font-size: 9px;
}

.colors a.red{
  background: url(../images/red.png) center center no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
}

.colors a.move{
  background: url(../images/move.png) center center no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-left: 1px;
}
.colors a.black{
  background: url(../images/black.png) center center no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-left: 1px;
}
.colors a.default{
  background: url(../images/blue.png) center center no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  margin-left: 1px;
}
