@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body {
	background-color: #272b30;
	background: url(images/bg.png) repeat fixed;
	font-family: 'Open Sans', sans-serif;
	color: #c8c8c8;
	margin: 0;
	line-height: 14px
}

hr {
	border: 0;
	border-top: 1px dashed #c8c8c8;
	display: block;
}

a {
	font-size: 14px;
	color: #c8c8c8;
}

a:hover {
	font-size: 14px;
	color: #c8c8c8;
	text-decoration: none;
}

a.post {
	font-size: 12px !important;
	color: #c8c8c8;
}

a.post:hover {
	font-size: 12px !important;
	color: #c8c8c8;
	text-decoration: none;
}

a.news {
	font-size: 10px;
	color: #c8c8c8;
}

a.news:hover {
	font-size: 10px;
	color: #c8c8c8;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.red {
	color: #75191a;
}

.textSpace {
	padding-right: 25px;
}

.author {
	padding-top:8px;
	font-size:10px;
	font-style: italic;
}

.deck img {
	max-height: 182px;
	max-width: 125px;
}

.profile .left {
	width:65%;
	float:left;
}

.profile .right {
	width:35%;
	float:right;
	text-align:right;
}

.error {
	width:85%;
	margin:5px auto;
	padding-left:35px;
	padding-top: 6px;
	border-radius: 4px;
	background:rgba(255,0,0,0.4) url('/images/failed.png') 5px center no-repeat;
	position: relative;
	padding-bottom: 10px;
}

.tick {
	width:85%;
	margin:5px auto;
	padding-left:35px;
	padding-top: 6px;
	border-radius: 4px;
	background:rgba(0,255,0,0.4) url('/images/tick.png') 5px center no-repeat;
	position: relative;
	padding-bottom: 10px;
}

.timerRed {
	color: #FF0000;
}

.timerGreen {
	color: #00FF00
}

.blinkRed {
	color: #FF0000;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.crimes > .red {
	color: #FF0000;
}

.crimes > .yellow {
	color: #FFFF00
}

.crimes > .green {
	color:#00FF00
}

.column1 {
	float: left;
	width: 430px;
}

.column2 {
	float: left;
	width:185px
}

.column3 {
	float: right;
}

.column1mail {
	float: left;
	width: 180px;
}

.column2mail {
	float: left;
	width:185px
}

.column3mail {
	float: right;
}

.listItem {
	height: 22px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.listItem:first-child {
	border-radius: 5px 5px 0 0;
	background-color: #4d4d4d !important;
}

.listItem:nth-child(odd) {
	background-color: rgba(117,25,26,0.5);
}

.listItem:nth-child(even) {
	background-color: rgba(10,10,10,0.5);

}

#leftColumn {
	float: left;
	width: 33%;
}

#rightColumn {
	float: right;
	width: 66%;
}

.tooltip {
    position: relative;
    display: inline-block;
	float: right;
}

.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.goBack {
	float:right;
	padding-right:5px;
}


#mainWrapper {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}

#headerWrap {
	position: relative;
}

#headerWrap img {
	display: block;
	margin: 0 auto;
}

#stats {
	position: absolute;
	background-color: rgba(65,65,65,0.75);
	width: 260px;
	height: 85px;
	top: 10px;
	left: 50px;
	border: 2px solid #222222;
	border-radius: 5px;
}

#statsPic {
	position: relative;
	width: 60px;
	height: 60px;
	margin: 8px 0 0 7px;
	float: left;
}

#statsPersonal {
	position: relative;
	float: right;
	width: 160px;
	font-size: 12px;
	margin: 8px 7px 0 0;
}


#toolbar {
	position: relative;
	width: 1024px;
	height: 22px;
	padding-top: 7px;
	background-image: url("images/toolbar.png");
    background-repeat: repeat-x;
	border: 1px solid #101010;
	text-align: center;
	font-size: 14px;

}

#leftMenu {
	width: 20%;
	float:left;
	position:relative;
}

.centertextStats {
	text-align: center;
	margin-bottom: -12px;
	display:block;
}


.leftMenuLiMain {
    position: relative;
    display: block;
    padding: 6px 0px;
	text-align: center;
    background-color: #222222;
	background-image: url("images/menu-highlight.png");
	background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0, 0.6);
	font-size: 14px;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1) inset;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.leftMenuLi {
    position: relative;
    display: block;
    padding: 6px 15px;
    background-image: url("images/menubg.png");
    border: 1px solid rgba(0, 0, 0, 0.6);
	font-size: 14px;
	box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1) inset;
}

.leftMenuLi:hover {
	background-image: url("images/menubg-hover.png");
}

.leftMenuLi a {
	font-size: 14px;
	color: #c8c8c8;
}

.leftMenuLi a:hover {
	font-size: 14px;
	color: #c8c8c8;
	text-decoration: none;
}

#mainContent {
	position: relative;
	float: right;
	width: 80%;
}

#mainContent .contentBox {
	width: 80%;
	margin: 0 auto;
	margin-top: 20px;
	box-shadow: 0 3px 3px 3px rgba(0,0,0,0.2);
}
#mainContent .titleBar {
	position: relative;
	border: 1px solid #222222;
	padding: 8px 0;
	background-color: #4d4d4d;
	background-image: url("images/menu-highlight.png");
	background-repeat: no-repeat;
	padding-left: 10px;
}

#mainContent .innerContent {
	padding: 10px;
	background-color: #2a2a2a;
	line-height:16px;
	font-size:12px;
}

.innerContent input[type="submit"] {
	padding: 5px 10px;
	background-color: rgba(10,10,10,0.5);
	border: 1px solid #75191a;
	color: c8c8c8;
	border-radius: 4px;
	margin-top:5px;
}

.innerContent input[type="submit"]:hover {
	transition-duration: 0.4s;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid #75191a;
	background-color: rgba(117,25,26,0.5);
}

.innerContent input[type="button"] {
	padding: 5px 10px;
	background-color: rgba(10,10,10,0.5);
	border: 1px solid #75191a;
	color: c8c8c8;
	border-radius: 4px;
	margin-top:5px;
}

.innerContent input[type="button"]:hover {
	transition-duration: 0.4s;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid #75191a;
	background-color: rgba(117,25,26,0.5);
}

.innerContent input[type="text"] {
	width: 280px;
	margin-top:5px;
	margin-bottom: -1px;
	border-radius: 3px;
	height:30px;
	padding-left:5px;
	font-size: 14px;
	border: 1px solid #75191a;
	background-color: rgba(10,10,10,0.5);
	color: c8c8c8;
}

.innerContent input[type="password"] {
	width: 280px;
	margin-top:5px;
	margin-bottom: -1px;
	border-radius: 3px;
	height:30px;
	padding-left:5px;
	font-size: 14px;
	border: 1px solid #75191a;
	background-color: rgba(10,10,10,0.5);
	color: c8c8c8;
}

.innerContent textarea {
	width:100%;
	margin-bottom: 15px;
	margin-top:5px;
	border-radius: 3px;
	height:100px;
	padding-left:5px;
	font-size: 14px;
	border: 1px solid #75191a;
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(10,10,10,0.5);
	resize: none;
	color: #c8c8c8;
}

.innerContent textarea:focus {
	border: 1px solid #75191a;
	background-color: rgba(10,10,10,0.5);
	color: #c8c8c8;
}


.innerContent input[type="text"]:hover{
	background-color: rgba(117,25,26,0.5);
}

.innerContent input[type="password"]:hover{
	background-color: rgba(117,25,26,0.5);
}

.innercontent input[type="password"]:focus{
	background-color: rgba(117,25,26,0.5);
}

.innercontent input[type="text"]:focus{
	background-color: rgba(117,25,26,0.5);
}


#login .innerContent {
	padding: 10px;
	background-color: #2a2a2a;
	line-height:16px;
	font-size:12px;
}

#login .contentBox {
	width: 320px;
	margin: 0 auto;
	margin-top: 50px;
	box-shadow: 0 3px 3px 3px rgba(0,0,0,0.2);
}
#login .titleBar {
	position: relative;
	border: 1px solid #222222;
	padding: 8px 0;
	background-color: #4d4d4d;
	background-image: url("images/menu-highlight.png");
	background-repeat: no-repeat;
	padding-left: 10px;

}

#login .innerContent {
	padding: 10px;
	background-color: #2a2a2a;
	line-height:16px;
	font-size:12px;
}

#login .innercontent .login {
	font-size: 14px;
}

#login .innercontent h2 {
	font-size: 20px;
	color: #ffffff;
	text-align: center;
}

#login .innercontent .login input[type="text"] {
	width: 280px;
	margin-top:5px;
	margin-bottom: -1px;
	border-radius: 3px;
	height:30px;
	padding-left:5px;
	font-size: 14px;
	border: 1px solid #75191a;
	background-color: rgba(10,10,10,0.5);
	color: c8c8c8;
}

#login .innercontent .login input[type="password"] {
	width: 280px;
	border-radius: 3px;
	height:30px;
	padding-left:5px;
	font-size: 14px;
	border: 1px solid #75191a;
	background-color: rgba(10,10,10,0.5);
	color: c8c8c8;
}

#login .innercontent .login input[type="email"] {
	width: 280px;
	border-radius: 3px;
	height:30px;
	padding-left:5px;
	font-size: 14px;
	border: 1px solid #75191a;
	background-color: rgba(10,10,10,0.5);
	color: c8c8c8;
	margin-bottom: -1px;
}
#login .innercontent .login input[type="email"]:hover{
	background-color: rgba(117,25,26,0.5);
}

#login .innercontent .login input[type="password"]:hover{
	background-color: rgba(117,25,26,0.5);
}

#login .innercontent .login input[type="text"]:hover{
	background-color: rgba(117,25,26,0.5);
}

#login .innercontent .login input[type="password"]:focus{
	background-color: rgba(117,25,26,0.5);
}

#login .innercontent .login input[type="text"]:focus{
	background-color: rgba(117,25,26,0.5);
}

#login .innercontent .login textarea {
	width:100%;
	margin-bottom: 15px;
	margin-top:5px;
	border-radius: 3px;
	height:100px;
	padding-left:5px;
	font-size: 14px;
	border: 1px solid #75191a;
	font-family: 'Open Sans', sans-serif;
	resize: none;
}

#login .innercontent .login input[type="submit"] {
	padding: 5px 10px;
	background-color: rgba(10,10,10,0.5);
	border: 1px solid #75191a;
	color: c8c8c8;
	border-radius: 4px;
	margin-top:5px;
}


#login .innercontent .login span {
	text-transform: Uppercase;
	font-size: 12px;
}

#login .innercontent .login input[type="submit"]:hover {
	transition-duration: 0.4s;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	border: 1px solid #75191a;
	background-color: rgba(117,25,26,0.5);
}

#sitemessage {
	background-color: #cb6565;
	margin: 5 5 0 5;
	border-radius:4px;
	text-align:center;
	color: #ffffff;
	padding: 5px;
}

#sitemessagego {
	background-color: #76cb65;
	margin: 5 5 0 5;
	border-radius:4px;
	text-align:center;
	color: #ffffff;
}
