/*
Theme Name: Mad Otter
Author: Ivar Hill
Version: 1.0
Description: Custom theme for the Mad Otter games website.
*/

body{
	text-align: center;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 2;
}

h1{
color: #000000;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

h2{
text-align: center;
font-weight: 500;
    font-size: 18pt;
	color: #000000;
}


a{
color: #ff6200;
	text-decoration: none;
}
a:hover{
text-decoration: underline;
}

#mo_page_header{
	position: relative;
	background-image: url(images/madotter_page_header.jpg);
	height: 106px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 30px;
	z-index: -5;
}

#header{
	position: absolute;
	height: 250px;
	width: 100%;
	top:0;
	left:0;
	background-color: #303030;
	color: #ffffff;
	background-image: url(images/madotterheader.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#menubar{
	background-color: #ffffff;
    color: #000000;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	left:0;
	width: 100%;
	line-height: 50px;
background-color: #ffffff;
z-index: 200;
}
#main{
		position: absolute;
	left:0;
	top: 250px;
	width:100%;
}

#mo_logo{
background-image: url(images/mo_logo.png);
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	
}
#content{
width: 80%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: justify;
}
#content img{
max-width:100%;
}
#sidebar{
	width: 23%;
}
#delimiter{
	clear: both;
}
#footer{
	position:relative;
	left:0px;
	height: 150px;
border-top: 1px  solid #dddddd;
	bottom: 0;
	width: 100%;


}

#footer_left{
top: 10px;
text-align: left;
position:absolute;
width:50%;
left:20px;
}
#footer_right{
top: 10px;
text-align: right;
position:absolute;
width:50%;
right:20px;
}
.title{
	
}

hr{
border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

div.button{
padding-top: 1px;
    fill: #ff6200;
    position: relative;
    display: inline-block;
width:200px;
    height:50px;
    color: #000000;
    background-color: #ffffff;
margin-left: -5px;
margin-right: -5px;
    
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 800;
    font-size: 15px;
    letter-spacing:1px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    z-index: 2;
    //text-shadow: 0.1em 0.1em 0px rgba(0,0,0,0.1);
}

div.button:hover{
    fill: #ffffff;
    color: #ffffff;
    background-color: #ff6200;
	text-shadow: 0.1em 0.1em 0px rgba(0,0,0,0.1);
}
div.button:active{
    color: #ffffff;
    background-color: #d35100;
}

div.button_huge{
	display: none;
width: 300px;
	background-color: #303030;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
}

div#tb_large_ourgames, div#tb_large_artcommissions, div#tb_large_aboutus{
width: 300px;
	height: 300px;
	position: relative;
	background-color: #303030;
}
div#tb_large_ourgames{
background-image: url(images/tb_large_ourgames.jpg);
}

div#tb_large_artcommissions{
background-image: url(images/tb_large_artcommissions.jpg);
}

div#tb_large_aboutus{
background-image: url(images/tb_large_aboutus.jpg);
}


div.button_huge_caption{
height: 50px;
	line-height: 50px;
}

.navbuttons{
text-align:center;
}

.navbuttons a{
color: #000000;
}

.navbuttons a:hover{
color: #000000;
text-decoration: none;
}

.navbuttons p{
display: inline-block;
}

.section{

	position: relative;
}
.section p{
margin: 0;
}
.section_image{

	float:left;
	margin-right: 30px;
	margin-top:20px;
}

.section_text{
position: relative;
}

.section h1{
	font-size: 28px;
	font-weight: 700;
	text-align: left;
	margin: 0;
	margin-bottom: -15px;
}

.section h2{
	margin-bottom: 5;
	font-size: 18px;
	font-weight: 700;
	text-align:left;
}

input, textarea{
border: none;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 16px;
	font-weight: 500;
	width: 400px;
	padding-left: 10px;
	padding-right: 10px;
	color: #808080;
	background-color: #eeeeee;
}

input.button{
font-weight: 700;
letter-spacing: 1px;
color: #ff6200;
background-color: #ffffff;
border: 1px solid #dddddd;
height: 50px;
width: 200px;
}
input.button:hover{
cursor:pointer;
color: #ffffff;
background-color: #ff6200;
text-shadow: 0.1em 0.1em 0px rgba(0,0,0,0.1);
}

textarea{
	height: 200px;
	padding-top: 8px;
	resize: none;
}

.button_inline{
position:relative;
	/display: inline-block;
	padding-left:20px;
	padding-right:20px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	font-weight: 500;
}

.button_inline:hover{
	cursor: pointer;
    fill: #ffffff;
    color: #ffffff;
    background-color: #ff6200;
	text-shadow: 0.1em 0.1em 0px rgba(0,0,0,0.1);
}

.button_inline a:hover{
color: #ffffff;
text-decoration:none;
}

.button_inline:hover a{
color: #ffffff;
text-decoration:none;
}

.button_inline:active{
    color: #ffffff;
    background-color: #d35100;
}
