/* CSS Document */
html {
	background:#52C7F1 none;
	height:100%;
}
body {
	position:relative;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	line-height:1.4em;
	height:100%;
}
a, a:link, a:visited {
	/*font-size:1em;*/
	color:#EF662F;
	text-decoration:none;
}
a:hover, a:focus {
	/*font-size:1em;*/
	text-decoration:underline;
}
small, .small {
    font-size: 75%;
}
#top, #bottom {
	/*position: fixed;*/
}          
#top, #bottom {
	left: 0;
	right: 0;
} 
#top {
	top: 0;
	/*background:transparent url(../images/header_bkg.png) 50% 0 no-repeat scroll;*/
	position:absolute;
	height:280px;
	z-index: 6;
}  
#wrapper {
	/*height:100%;*/
	z-index: 4;
	display:block;
	background:transparent url(../images/main_bkg.png) 50% 0 no-repeat scroll;
}
#cloud {
	top: 0;
	background:transparent url(../images/main_bkg.png) 50% 0 no-repeat scroll;
	position:absolute;
	/*z-index: 5;*/
	width:100%;
	height:100%;
	clear:both;
	display:block;
}
#main {
	z-index:7;
	display:block;
	/*position:absolute;*/
	width:100%;
}
#footer {
	/*position:absolute;*/
	background:transparent url(../images/main_bottom_bkg.png) 50% 0 no-repeat scroll;
	/*height:100%;*/
	width:100%;
	padding-top:330px;
	z-index:8;
}
.sponsor {
	background:#FFFFFF url(../images/footer.png) 50% 0 no-repeat scroll;
	height:100%;
}
.section {
    background: none repeat scroll 0 0 transparent;
    margin: 0 auto;
    width: 980px;
	min-height:400px;
	display:block;
	clear:both;
	text-align:left;
}
.section .inner {
	padding-top:180px;
}
.h1, .h2 {
	padding-left:160px;
}
h1, h2 {
	font-weight:normal;
}
span.link {
	background:transparent url(../images/bullets.png) 0 0 no-repeat scroll;
	width:22px;
	height:22px;
	display:inline-block;
}
a:hover span.link {
	background-position: 0 -22px;
}
.lower-alpha {
	list-style-type:lower-alpha;
}
.upper-alpha {
	list-style-type:upper-alpha;
}
.nav {
	list-style: none none outside;
	padding:0;
	margin:0;
	color:#FFF;
}
.nav .nav_item {
	line-height:30px;
	margin-bottom:6px;
}
.nav .nav_item .nav_element  {
	background:#64C3B5 none;
	border:2px solid #FFFFFF;
	display: inline-block;
	padding:0 10px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}
.nav .nav_item .nav_element.highlight {
	background-color:#FAD837;
	border-color: #536131;
    color: #536131 !important;
}
.nav .nav_item .nav_element:link, .nav .nav_item .nav_element:visited {
	text-decoration: none !important;
	color:#FFFFFF;
}
.nav .nav_item .nav_element:hover, .nav .nav_item .nav_element:focus {
	background:#4EAADB none;
}
.nav .nav_item .active, .nav .nav_item .active:link, .nav .nav_item .active:visited  {
	background:#EF662F none;
	text-decoration: none !important;
	color:#FFFFFF !important;
}
ul.quartered-list {
    list-style: none outside none;
	margin:0;
	padding:0;
}
.line:after {
	clear: both;
    content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
    display: block;
    font-size: xx-large;
    height: 0 !important;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}
.unit:after {
	content: " ";
    display: block;
    /*position: absolute;*/
}
.unit, .quartered-list li {
	float:left;
}
.aside {
    display: block;
}
.leftline {
    border-left: 1px solid #EEEEEE;
    position: relative;
}
.aside .leftline {
    border-color: #DDDDDD;
}
.leftline:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px;
}
.size1of1 {
	float:none;
}
.size1of4, .quartered-list li {
	width:25%;
}
body.ie7 .size1of4 {
	width:24.99%;
}
.size1of3 {
	width:33.33333%;
}
body.ie7 .size1of3 {
	width:33.3%;
}
.size1of2 {
	width:50%;
}
body.ie7 .size1of2 {
	width:49.99%;
}
.size2of3 {
	width:66.66666%;
}
body.ie7 .size2of3 {
	width:66.6%;
}
.size3of4 {
    width: 75%;
}
body.ie7 .size3of4 {
    width: 74.99%;
}
.size1of5 {
	width:20%;
}
.size2of5 {
	width:40%;
}
.size3of5 {
	width:60%;
}
.size4of5 {
	width:80%;
}
.size1of6 {
	width:16.666666%;
}
body.ie7 .size1of6 {
	width:16.6%;
}
.size1of7 {
	width:14%;
}
.size1of8 {
	width:12.5%;
}
.white_block {
	background:#FFFFFF none;
	padding:0 15px;
}
.nopadding {
	padding:0;
}
.in {
	padding-left: 6.25%;
    padding-right: 6.25%;
}
.in5 {
	padding-left: 5px;
    padding-right: 5px;
}
.in15 {
	padding-left: 15px;
    padding-right: 15px;
}
.in30 {
	padding-left: 30px;
    padding-right: 30px;
}
.inr15 {
    padding-right: 15px;
}
.inl30 {
	padding-left: 30px;
}
.out30 {
	margin-bottom: 30px;
    margin-top: 30px;
}
.ab15 {
    padding-bottom: 15px;
    padding-top: 15px;
}
.ab5 {
    margin-right: 5px;
    margin-left: 5px;
}

/* table */
table {
    border: 1px solid #FFF;
	/*border-collapse: collapse;*/
    border-spacing: 0;
}
table {
    width: 100%;
}
td, th {
    text-align: left;
}
tr th, tr td {
    color: #333;
}
.simple {
	font-size:80%;
}
.simple tr:first-child {
    border-top: 1px solid #DCDCDC;
}
.simple tr {
    border-bottom: 1px solid #DCDCDC;
    box-shadow: 0 1px 1px #FFFFFF;
}
.simple tr.noboxshadow {
    box-shadow: none;
}
.simple th {
    background: none repeat scroll 0 0 #EEEEEE;
    font-weight: 600;
}
.simple th, .simple td {
    padding: 1em;
}
.simple th.center, .simple td.center {
	text-align: center;
	vertical-align:middle;
}
.simple td, .simple th {
    border-right: 1px solid #DCDCDC;
    box-shadow: 1px 0 1px #FFFFFF;
}
.simple td:first-child, .simple th:first-child {
    border-left: 1px solid #DCDCDC;
}
.simple span.true {
	background: url(../images/icon/v.png) no-repeat scroll 50% 50% transparent;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}
.simple span.false {
	background: url(../images/icon/x.png) no-repeat scroll 50% 50% transparent;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}
.simple span.center {
	text-align:center;
	display:block;
}
.simple .totals {
	text-align: center;
	font-weight: bold;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}
body.ie7 .clearfix {
    clear: both;
    display: block;
}
.hidden {
	display: none !important;
	height: 0 !important;
	line-height: 0 !important;
	visibility: hidden !important;
	overflow: hidden !important;
}

.simple span.work {
	background: url(../images/icons/upload.png) no-repeat scroll 50% 50% transparent;
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
}
.guide-thumb {
    height: 160px;
    width: 160px;
	overflow: hidden;
}
figure {
    margin-bottom: 10px;
	display: block;
}
.guidethumb {
    max-height: 160px;
    max-width: 160px;
}
body.ie7 .guidethumb {
    width: 160px;
}

.blue {
	color:#0D659E;
}

/* like button */
.actions {
	margin: 10px 0 5px;
    overflow: hidden;
}
.button-group {
	display:inline-block;
	white-space:nowrap;
	margin-right:0;
	width:220px;
}
.button-group button {
    border: 1px solid;
    border-radius: 3px 3px 3px 3px;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 2.95em;
    outline: 0 none;
    padding: 0 0.91em;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: normal;
	float:left;
}
.button-default, .button-default[disabled] {
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(center top , #FFFFFF 0pt, #E0E0E0 100%);
    border-color: #CCCCCC #CCCCCC #AAAAAA !important;
    box-shadow: 0 0 1px #FFFFFF inset;
    text-shadow: 0 1px 0 #FFFFFF;
}
.button-default {
	color:#555555;
}
.button-default:hover {
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
	-ms-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
	box-shadow:0 1px 2px rgba(0,0,0,0.25),inset 0 0 3px #fff;
	border-color:#999;
}
.button-default:hover img {
	opacity:1;
}
.button-default.toggled {
	border-color:#aaa;
	border-bottom-color:#ccc;
	border-top-color:#999;
	-moz-box-shadow:inset 0 1px 2px #aaa;
	-ms-box-shadow:inset 0 1px 2px #aaa;
	-webkit-box-shadow:inset 0 1px 2px #aaa;
	box-shadow:inset 0 1px 2px #aaa;
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#e6e6e6,EndColorStr=#dcdcdc);
	background-image:-moz-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
	background-image:-ms-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
	background-image:-o-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
	background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#e6e6e6),color-stop(100%,#dcdcdc));
	background-image:-webkit-linear-gradient(top,#e6e6e6 0,#dcdcdc 100%);
	background-image:linear-gradient(to bottom,#e6e6e6 0,#dcdcdc 100%);
}
.button-group .button {
	border-right-style:none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
button-group .button {
    margin-right: 0;
}
.button-group .start {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
.button-group .start:hover {
	padding-right:.82em;
	border-right:1px solid #999;
	z-index:100;
}

.button-group .end {
	border-right-style:solid;
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
.button-group .end {
    margin: 0 2px 0 0;
}
.button-icon {
    font-size: 0;
    margin-right: 7px;
    vertical-align: middle;
}
.button img {
    font-size: 0;
    vertical-align: middle;
}
.button-icon-watch-like {
	background: url(../images/icons/like.png) no-repeat scroll 0 0 transparent;
    height: 15px;
    width: 13px;
	opacity:.6;
}
.button-icon-watch-unlike {
	background: url(../images/icons/like.png) no-repeat scroll -15px 0 transparent;
    height: 15px;
    width: 13px;
	opacity:.6;
}
.button-content {
    display: inline-block;
    line-height: 1.6666em;
    vertical-align: middle;
	padding-top: 4px;
}
.watch-likes-right {
	float: right;
}
.likes-count {
	color: #333333;
    line-height: inherit;
    margin-left: 3px;
}
.likes-count strong {
	font-size: 1.25em;
    font-weight: normal;
}
.autor-group {
	/*float:right;
	width:550px;*/
	display:block;
}
.category {
	border-bottom: 2px dotted #FAD837;
	margin-bottom:15px;
}
.category.highlight {
	border-bottom: 0 none;
	background:transparent url(../images/bkg_work.png) 0 bottom no-repeat scroll;
}

.category h3 {
	padding-left:15px;
}
.conduct-code {
	border-top: 1px dashed #55B25F;
	padding-top:10px;
	margin-bottom:15px;
}