@charset "utf-8";
/* Gustavo Wolff */


body {
	background-image: url(http://fisiogames.com.br/site/imgs/bg.png);
	background-repeat:no-repeat;
	background-position: top center;
	background-color: #b2b2b2;
	margin: 0px;
}

#center {
	margin: 0 auto;
	padding: 0 auto;
	width: 960px;
	height: 0 auto;
}

#top {
	background-image: url(http://fisiogames.com.br/site/imgs/logo.png);
	background-repeat: no-repeat;
	background-position:center;
	width: auto;
	height: 152px;
	padding-bottom: 20px;
}

#language {
        #background-image: url(http://fisiogames.com.br/site/imgs/idioma_english.gif);
        background-repeat: no-repeat;
        background-position:right;
        width: auto;
	height: 10px;
	padding-bottom: 10px;
}
#menu {
	width: auto;
	height: 35px;
	padding: 0px 10px;
	margin: 0;
}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li{
	float:left;
	margin-right: 3px;
}

#menu li a{
	display: block;
	width: 123px;
	height: 35px;
	font-family: Arial;
	font-size: 0.9em;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	line-height: 3em;
	background-repeat: no-repeat;
	background-image: url(http://fisiogames.com.br/site/imgs/novoIdle.png);
	background-position: bottom left;
}

#menu li.current_page_item a{
        line-height: 3em;
	background-image: url(http://fisiogames.com.br/site/imgs/novoActive.png);
	background-position: bottom left;
}

#menu a:hover{
	line-height: 2em;
	background-image: url(http://fisiogames.com.br/site/imgs/novoHoverr.png);
	background-position: bottom left;
}

#menu a.inf {
        line-height: 3em;
        background-image: url(http://fisiogames.com.br/site/imgs/novoActive.png);
	background-position: bottom left;
}

#content {
	width: auto;
	height: 0 auto;
        background-image: url(http://fisiogames.com.br/site/imgs/infoShadow.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#destaque {
	width:920px;
	margin: 0px 10px;
	padding: 10px;
	background-image:url(http://fisiogames.com.br/site/imgs/bgDestaque.png);
	background-repeat: no-repeat;
        float:none;
}

#destaque .left {
	height: 0 auto;
	width: 50%;
	float: left;
	margin: 0;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	color: #FFF;
	line-height: 1em;
}

#destaque h2 {
	text-align: left;
	text-shadow: #1E9F1D -1px -1px 0px;
	font-variant: small-caps;
        font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	color: #FFF;
	line-height: 1em;
        padding-left: 10px;
}

#destaque .right {
	height: 0 auto;
	width: 45%;
	float: right;
	margin: 0;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	color: #FFF;
	line-height: 1em;
}
/*
#destaque .right {
	height: 0 auto;
	width: 50%;
	float: right;
	margin: 0;
	padding: 5px;
	text-align: center;
}
*/

#separador{
	width: 0 auto;
	float: none;
	clear: both;
}

#info{
	width:920px;
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	height: auto;
	background-color: #f5f5f5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.95em;
	padding: 10px;
	background-image:url(http://fisiogames.com.br/site/imgs/infoDegradee.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#inffooter{
	float: none;
	width: 960px;
	height: 20px;
	padding-bottom: 5px;
	margin: 0 auto;
	background-image: url(http://fisiogames.com.br/site/imgs/bordaInf.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#footer{
	float: none;
	width: 960px;
	height: 41px;
	background-image: url(http://fisiogames.com.br/site/imgs/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	font-size: 0.8em;
	line-height: 3.1em;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

.post{
	color: #323232;
	font-family: Verdana, Geneva, sans-serif;
	font-size:0.8em;
	padding:5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #999;
}

.post h2{
	font-size: 1.6em;
	color:#222;
        text-shadow: #CCC -1px -1px 0px;
}

.post .entry{
	padding-top: 0;
	padding-left: 10px;
	padding-right: 10px;
}

img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
