/* 
	Some CSS taken from SMF 2.0: https://www.simplemachines.org
	Some CSS taken from the following Minecraft theme for SMF 2.0: https://custom.simplemachines.org/index.php?theme=2464
*/

@font-face {
  font-family: "mine";
  font-style: normal;
  font-weight: normal;
  src: local("mine"), url("mine.ttf") format("truetype");
}

/* Normal, standard links. */
a:link, a:visited
{
	color: #346;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
	cursor: pointer;
}	

/* clearing the floats */
#top_section
{
	min-height: 65px;
	overflow: hidden;
	margin-bottom: 3px;
}

body
{
	background: 
	url("cielo.png") no-repeat scroll center top,
	url("horizonte.png") repeat-x scroll center top #966c4a;	
	font: 78%/130% "Verdana", "Arial", "Helvetica", sans-serif;
	margin: 0 auto;
	padding: 15px 0;
}

.center {
	text-align: center;
}

.shoutdatetime {
    font-family: 'Courier New', Consolas;
    font-weight: bolder;
}

/* use dark grey for the text, leaving #000 for headers etc */
body
{
	color: #444;
}

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
	margin: 0 auto;
	min-width: 764px;
	max-width: 2300px;
	margin-top:250px;
	width: 80%;
	background-color: rgba(255,255,255,0.6);
	border-radius: 5px 5px 0px 0px;
    padding-bottom: 16px;
}

.clearfloat {
	clear: both;
}

#logo
{
	height:250px;
	width:776px;
	float:left;
	margin-top:-250px;
	margin-left:-20px;
}

#munecos
{
	height:240px;
	width:308px;
	float:left;
	margin-top:-240px;
	margin-left:75%;
}

/* By default set the color on these tags as #000. */
h1, h2, h3, h4, h5, h6
{
	color: #000;
	margin: 0;
	padding: 0;
}
.titlebg
{
	color: #222;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.catbg
{
	color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}

/* Styles for rounded headers.
------------------------------------------------------- */
h3.catbg, h4.titlebg
{
	overflow: hidden;
	height: 31px;
	line-height: 31px;
	font-size: 1.2em;
	font-weight: bold;
}
h3.catbg
{
	color: #fff;
	text-shadow: #000 0px 2px 2px;
	font-family: "mine";
	font-size:18px;
	font-weight:500;
    padding-left: 9px;
}
h3.catbg
{
	padding-right: 9px;
}
h4.titlebg
{
	padding-right: 9px;
}
div.cat_bar
{
	background: #99abbf url(barra.png) repeat-x;
	height: 31px;
	overflow: hidden;
	margin-bottom: 1px;
}
/* rounded bars needs a different background here */

div.roundframe div.cat_bar
{
	background-color: rgba(255,255,255,0.6);
	margin-bottom: 0;
}
div.title_barIC
{
	padding-left: 9px;
	height: 31px;
	overflow: hidden;
	margin-bottom: 1px;
}
/* Used for sections that need somewhat larger corners.
----------------------------------------------------------- */
.roundframe
{
	padding: 10px;
	background-color: rgba(255,255,255,0.6);
}

/* the framing graphics */
#header
{
	padding-left: 20px;
}
#header div.frame
{
	display: block;
	padding: 5px 20px 0 0;
}
/* the content section */
#content_section
{
	padding-left: 20px;
}
#content_section div.frame
{
	display: block;
	padding: 0 20px 0 0;
    margin: 4px;
}
#main_content_section
{
	width: 100%;
	min-height: 200px;
}

/* the main title, always stay at 45 pixels in height! */
h1.title
{
	color: #346;
	font-size: 4em;
	font-family: "mine", Geneva, verdana, sans-serif;
	line-height: 45px;
	margin: 0;
	padding: 0;
}

h2.title
{
	line-height: 45px;
	font-size: 2em;
	margin: 0;
	padding: 0;
}

/* Used by the NChat plugin: https://custom.simplemachines.org/index.php?mod=2846 */
#nchat_admin_shoutbox {
	background-color: #ffffff;
	border-left-style: solid;
	border-left-width: 1px;
	height: 150px;
	overflow: auto;
	padding:2px 6px;
}
