html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
list-style-position: outside;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
}
caption,
td,
th {
text-align: left;
vertical-align: middle;
font-weight: normal;
}
th {
font-weight: bolder;
}
p {
text-indent: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.error {
color: #ff0000;
}
.warning {
color: #cc6600;
}
.success {
color: #008000;
}
.icon {
display: inline-block;
width: 16px;
height: 16px;
}
.erase {
display: none;
}
.hide {
visibility: hidden;
}
.lfloat {
float: left !important;
}
.rfloat {
float: right !important;
}
.lclear {
clear: left;
}
.rclear {
clear: right;
}
.clear {
clear: both;
}
.strike {
text-decoration: line-through;
}
.center {
text-align: center;
}
.left {
text-align: left;
}
.right {
text-align: right;
}
.sub {
vertical-align: sub;
font-size: .83em;
line-height: .83em;
}
.sup {
vertical-align: super;
font-size: .83em;
line-height: .83em;
}
.italic {
font-style: italic;
}
html,
body {
margin: 0;
padding: 0;
font-family: 'Arial CE', 'Arial', sans-serif;
font-size: 13px;
color: #37322e;
}
body {
background: url('/images/background2.png') repeat-x center -19px #c4b89e;
}
body.homepage {
background: url('/images/background.png') repeat-x center -19px #c4b89e;
}
header,
footer,
article,
section,
aside {
display: block;
}
#all {
width: 960px;
margin: 0 auto 10px;
position: relative;
}
header {
background: #992122;
height: 114px;
position: relative;
z-index: 10;
}
header:before,
header:after {
content: '';
display: block;
position: absolute;
height: 45px;
width: 1px;
background: white;
top: 25px;
}
header:before {
left: 0;
}
header:after {
right: 0;
}
header #logo {
display: block;
background: url('/images/logo2.png?v2') no-repeat;
width: 210px;
height: 125px;
position: absolute;
top: 15px;
left: 5px;
z-index: 10;
}
.homepage header #logo {
background: url('/images/logo.png?v2') no-repeat;
}
.homepage header #logo:after {
background: url('/images/arrow_gray.png?v2') no-repeat;
}
header #logo:after {
content: '';
display: block;
width: 22px;
height: 11px;
position: absolute;
top: 88px;
left: 162px;
background: url('/images/arrow_white.png?v2') no-repeat;
}
header menu {
position: absolute;
right: 15px;
top: 25px;
list-style: none;
margin: 0;
padding: 0;
}
header menu li {
float: left;
border-left: solid 1px white;
padding: 0 3px 2px;
}
header menu li:first-child {
border-left: none;
}
header menu li.active a,
header menu li a:hover {
color: #c2b69e;
text-decoration: none;
}
header menu li.active a {
font-weight: bold;
}
header menu li a {
color: white;
text-decoration: none;
display: block;
padding: 1px 10px;
margin-top: -1px;
height: 100%;
font-size: 15px;
vertical-align: top;
}
header menu li:first-child+li+li+li+li+li+li a {
padding-left: 50px;
position: relative;
}
header menu li:first-child+li+li+li+li+li+li a:before {
content: '';
display: block;
background: url('/images/heart_menu.png') no-repeat;
width: 23px;
height: 23px;
position: absolute;
top: -1px;
left: 13px;
}
header menu li:first-child+li+li+li+li+li a {
position: relative;
color: transparent;
font-size: 0;
width: 59px;
height: 16px;
}
header menu li:first-child+li+li+li+li+li a:before {
content: '';
display: block;
background: url('/images/techedu_menu.png') no-repeat;
width: 59px;
height: 13px;
position: absolute;
top: 2px;
}
header menu li:first-child+li+li+li+li+li a:hover:before {
background-position: 0 -13px;
}
section {
zoom: 1;
-webkit-box-shadow: 6px 6px 10px 0 rgba(0,0,0,.4);
-moz-box-shadow: 6px 6px 10px 0 rgba(0,0,0,.4);
box-shadow: 6px 6px 10px 0 rgba(0,0,0,.4);
margin-bottom: 20px;
background: url('/images/back_main.png') repeat-y 10px top white;
position: relative;
}
section:after {
content: '';
display: block;
clear: both;
}
.homepage section {
background: white;
}
section.archive {
background: white;
}
section #main {
width: 730px;
float: left;
}
section #main.archive {
width: 960px;
}
section #main #recent {
background: #766959;
height: 267px;
width: 722px;
-webkit-box-shadow: 0 0 6px 1px #444444;
-moz-box-shadow: 0 0 6px 1px #444444;
box-shadow: 0 0 6px 1px #444444;
}
section #main #recent:after {
content: '';
display: block;
height: 267px;
top: 0;
width: 20px;
right: -20px;
z-index: 50;
position: absolute;
background: #766959;
}
section #main #recent img {
float: left;
}
section #main #recent .cover {
height: 267px;
width: 445px;
}
section #main #recent .content {
color: white;
width: 276px;
float: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 15px;
position: relative;
height: 267px;
}
section #main #recent .content p {
font-size: 12px;
margin: 0;
margin-bottom: 8px;
}
section #main #recent .content .title {
font-size: 21px;
line-height: 22px;
margin-bottom: 5px;
font-weight: normal;
font-family: 'open_sans_condensedbold', 'Arial CE', 'Arial', sans-serif;
}
section #main #recent .content .title.big {
font-size: 32px;
line-height: 35px;
}
section #main #recent .content .author {
margin-bottom: 6px;
}
section #main #recent .content .more {
position: absolute;
bottom: 10px;
font-size: 15px;
line-height: 17px;
}
section #main #content {
padding: 20px 25px;
}
section #main #content h1 {
text-align: right;
font-size: 46px;
line-height: 46px;
text-transform: uppercase;
color: #c8b79d;
margin-bottom: 15px;
}
section #main #content h1.small {
text-transform: none;
font-size: 32px;
text-align: left;
}
section #main #content p {
color: #756959;
font-size: 13px;
line-height: 20px;
margin-bottom: 14px;
}
section #main #content.homepage p {
line-height: 18px;
}
section #main #content.homepage .red-paragraph {
position: relative;
height: 39px;
padding-top: 12px;
padding-left: 87px;
color: #992122;
font-weight: bold;
font-size: 18px;
}
section #main #content.homepage .red-paragraph img {
position: absolute;
top: 0;
left: 0;
}
section #main #content.homepage .distribution {
background: #c4b89e;
position: relative;
height: 83px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 8px 10px 8px 15px;
width: 415px;
float: left;
}
section #main #content.homepage .distribution p {
color: #483b2c;
font-weight: bold;
font-size: 17px;
line-height: 1.3;
margin: 0 0 3px;
}
section #main #content.homepage .distribution p.edition {
color: #6c502e;
font-size: 16px;
}
section #main #content.homepage .distribution:after {
width: 59px;
height: 39px;
content: '';
position: absolute;
bottom: -7px;
right: 10px;
background: url('/images/logo_brown.png') no-repeat;
}
section #main #content.homepage .homepage-headline {
margin: 15px 0 10px;
font-weight: bold;
font-size: 18px;
}
section #main #content.homepage .homepage-headline a {
color: #992122;
text-decoration: underline;
}
section #main #content.homepage .homepage-headline a:hover {
text-decoration: none;
}
section #main #content.homepage .homepage-headline+.homepage-reference {
padding-left: 100px;
padding-right: 20px;
border-right: 1px solid #c4b89e;
}
section #main #content.homepage .homepage-headline+.homepage-reference+.homepage-reference {
padding-left: 120px;
border-left: 1px solid #c4b89e;
margin-left: -1px;
}
section #main #content.homepage .homepage-headline+.homepage-reference+.homepage-reference img {
left: 20px;
}
section #main #content.homepage .homepage-reference {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
text-align: justify;
width: 325px;
float: left;
margin-bottom: 15px;
}
section #main #content.homepage .homepage-reference img {
position: absolute;
top: 0;
left: 0;
}
section #main #content.homepage .homepage-reference .author {
font-size: 16px;
color: #766959;
font-weight: bold;
margin-bottom: 0;
}
section #main #content.homepage .homepage-reference p a {
text-decoration: underline;
color: #483b2c;
}
section #main #content.homepage .homepage-reference p a:hover {
text-decoration: none;
}
section #main #content.homepage .ads-banner img {
margin: 20px auto;
display: block;
}
section #main #content .archive {
zoom: 1;
}
section #main #content .archive:after {
content: '';
display: block;
clear: both;
}
section #main #content .archive .item {
display: block;
margin-left: 29px;
float: left;
height: 210px;
margin-bottom: 5px;
}
section #main #content .archive .item:first-child,
section #main #content .archive .item.clear {
margin-left: 0;
clear: both;
}
section #main #content .archive .item .cover {
width: 127px;
height: 169px;
display: block;
}
section #main #content .archive .item span.cover {
background: #c4b89e;
}
section #main #content .archive .item p {
font-size: 13px;
color: #756959;
line-height: 14px;
padding-top: 5px;
}
section #main #content .archive .item .download {
color: #992222;
text-decoration: underline;
}
section #main #content .archive .item .download:hover {
text-decoration: none;
}
section #main #content .formats {
zoom: 1;
margin-bottom: 10px;
margin-top: 20px;
}
section #main #content .formats:after {
content: '';
display: block;
clear: both;
}
section #main #content .formats .format {
float: left;
width: 135px;
height: 265px;
margin-right: 35px;
margin-bottom: 10px;
font-size: 9px;
line-height: 13px;
text-align: center;
}
section #main #content .formats .format img {
margin-bottom: 10px;
}
section #main #content .formats .format dl {
margin: 0;
padding: 0;
}
section #main #content .formats .format dt {
clear: both;
float: left;
}
section #main #content .formats .format dd {
float: right;
text-align: right;
white-space: nowrap;
}
section #main #content .formats .format dd.clear {
clear: both;
}
section #main #content .formats .format.last {
font-size: 10px;
line-height: 18px;
}
section #main #content .formats .format.last dl {
margin-top: 115px;
}
section #main #content .formats+p {
font-size: 11px;
line-height: 16px;
}
section #main #content .reference {
border-bottom: 1px solid #bebdc5;
margin: 12px 0;
height: 140px;
}
section #main #content .reference h2 {
font-size: 18px;
font-weight: bold;
padding-bottom: .3em;
clear: none;
}
section #main #content .reference a {
color: #c53e2b;
font-weight: bold;
text-decoration: underline;
}
section #main #content .reference a:hover {
text-decoration: none;
}
section #main #content .reference figure {
float: left;
position: relative;
margin: 0 20px 0 0;
}
section #main #content .reference figure img {
margin: 0;
display: block;
}
section #main #content .reference figure figcaption {
position: absolute;
top: 118px;
left: 0;
width: 680px;
color: #a5a4ae;
}
section #main #content.reference-detail {
padding-left: 230px;
}
section #main #content.reference-detail h1 {
font-size: 25px;
font-weight: bold;
color: black;
line-height: 1.3;
text-transform: none;
text-align: left;
}
section #main #content.reference-detail figure {
position: absolute;
top: 25px;
left: 30px;
width: 176px;
margin: 0;
}
section #main #content.reference-detail figure img {
margin: 0;
}
section #main #content.reference-detail figure figcaption {
margin-top: 5px;
color: #a5a4ae;
line-height: 1.3;
}
section #main #content.reference-detail a {
color: #c53e2b;
font-weight: bold;
text-decoration: underline;
}
section #main #content.reference-detail a:hover {
text-decoration: none;
}
section #main #content .homepage-references {
position: relative;
top: -7px;
}
section #main #content .homepage-references .rotator {
width: 100%;
zoom: 1;
}
section #main #content .homepage-references .rotator:after {
content: '';
display: block;
clear: both;
}
section #main #content .homepage-references .rotator .inner {
position: relative;
}
section #main #content .homepage-references .rotator .inner p {
margin-left: 100px;
margin-top: -15px;
}
section #main #content .homepage-references .rotator .inner p a {
margin: 0;
}
section #main #content .homepage-references .homepage-reference {
border-right: 1px solid #c4b89e;
padding-right: 20px;
margin-right: 20px;
height: 250px;
}
section #main #content .homepage-references .homepage-reference .text {
margin-bottom: 32px;
position: relative;
top: 2px;
}
section #main #content .homepage-references .homepage-reference img {
margin-top: 3px;
}
section #main.index {
padding-bottom: 95px;
}
section #main.index #content {
padding-left: 40px;
padding-right: 40px;
}
section #main #bottom {
position: absolute;
bottom: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 95px;
}
section #main #bottom strong {
display: block;
font-size: 11px;
font-weight: normal;
color: #414353;
}
section #main #bottom .rotator {
padding: 5px 0;
border-top: solid 1px #bdbbd0;
position: relative;
width: 960px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
height: 95px;
}
section #main #bottom .rotator .wrapper {
margin: -6px auto 0 auto;
height: 82px;
position: absolute;
left: 40px;
right: 40px;
}
section #main #bottom .rotator .wrapper .inner a {
height: 70px;
line-height: 70px;
float: left;
margin: 0 10px;
}
section #main #bottom .rotator:after {
position: absolute;
content: '';
display: block;
border-right: solid 1px #bcbbcd;
width: 1px;
height: 95px;
top: -1px;
right: 0;
}
section aside {
width: 230px;
float: right;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
color: #c4b89e;
font-size: 12px;
}
.homepage section aside {
color: #756959;
padding-bottom: 95px;
}
section aside p {
color: inherit;
font-size: 12px;
margin-bottom: 5px;
}
section aside .cover {
display: block;
margin: 10px 0 5px 0;
}
section aside .gratias-banner {
display: block;
margin: 15px 0 10px;
}
section aside .gratias-banner img {
display: block;
width: 100%;
height: auto;
}
section aside .archive {
zoom: 1;
}
section aside .archive:after {
content: '';
display: block;
clear: both;
}
section aside .archive .item {
width: 66px;
height: 88px;
display: block;
float: left;
margin: 0 4px 4px 0;
}
section aside .archive span.item {
background: #c4b89d;
}
.homepage section aside .archive span.item {
background: #d6d4c8;
}
section aside .archive+* {
margin-top: 20px;
display: block;
}
section aside .ads-banner img {
margin-top: 15px;
}
section aside .facebook-banner {
display: block;
text-align: center;
}
section aside .facebook-banner img {
width: 100%;
}
section aside .ct-banner {
margin-top: 20px;
display: block;
text-align: center;
}
section aside .ct-banner img {
width: 100%;
}
footer {
clear: both;
text-align: right;
font-size: 12px;
color: #756959;
line-height: 1.4;
zoom: 1;
}
footer:after {
content: '';
display: block;
clear: both;
}
footer .left {
float: left;
width: 660px;
margin-bottom: 10px;
}
footer .float-right {
float: right;
}
footer a {
color: #414353;
text-decoration: underline;
}
footer a:hover {
text-decoration: none;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.rotator {
float: left;
}
.rotator strong,
.rotator a {
margin-left: 10px;
margin-right: 10px;
}
.rotator strong {
position: relative;
z-index: 5;
}
.rotator .arrLeft,
.rotator .arrRight {
display: block;
width: 24px;
height: 24px;
background: no-repeat center;
margin-top: 25px;
cursor: pointer;
}
.rotator .arrLeft {
background-image: url('/images/rotator_left.png');
float: left;
}
.rotator .arrRight {
background-image: url('/images/rotator_right.png');
float: right;
}
.rotator .wrapper {
overflow: hidden;
}
.rotator .wrapper .inner {
width: 9999em;
height: 100%;
position: absolute;
left: 0;
top: 7px;
overflow: hidden;
}
.rotator .wrapper .inner a img {
vertical-align: middle;
}
.reference-rotator {
padding: 5px 0;
position: relative;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 25px;
float: none;
}
.reference-rotator .wrapper {
width: 100%;
margin: -6px auto 0 auto;
height: 120px;
position: relative;
}
.reference-rotator .wrapper .inner a {
height: 111px;
line-height: 111px;
float: left;
margin: 0 10px 0 0;
}
.reference-rotator .wrapper .inner a img {
margin: 0 !important;
display: block;
}
.pagination {
text-align: center;
}
.pagination li {
display: inline-block;
padding: 0 3px;
}
.pagination li * {
color: gray;
}
.pagination li.disabled * {
display: none;
}
.pagination li.active * {
color: black;
font-weight: bold;
}
section.articles {
background-color: #ffffff;
background-image: none;
}
section.articles #main #content h1 {
margin-top: 10px;
font-size: 25px;
font-weight: bold;
color: black;
line-height: 1.3;
text-transform: none;
text-align: left;
}
section.articles #main #content h2 {
clear: both;
font-size: 18px;
font-weight: bold;
margin: 15px 0 10px;
line-height: 1.3;
}
section.articles #main #content h3 {
line-height: 1.3;
font-size: 13px;
font-weight: bold;
margin: 10px 0 7px;
}
section.articles #main #content p {
color: #404040;
text-align: justify;
}
section.articles #main #content .small {
font-size: 12px;
background: #f2edde;
padding: 7px 15px;
}
section.articles #main #content .small p:last-child {
margin-bottom: 0;
}
section.articles #main #content img.image-left {
margin-right: 20px;
margin-bottom: 10px;
float: left;
}
section.articles #main #content ul {
color: #756959;
margin-bottom: 10px;
list-style-type: disc;
}
section.articles #main #content ul li {
margin: 5px 0 5px 25px;
line-height: 1.3;
}
section.articles #main #content a {
color: #992122;
text-decoration: underline;
}
section.articles #main #content a:hover {
text-decoration: none;
}
section.articles #main #content th,
section.articles #main #content td {
padding: 2px 5px;
}
section.articles #main #content .article-list {
zoom: 1;
}
section.articles #main #content .article-list:after {
content: '';
display: block;
clear: both;
}
section.articles #main #content .article-list img {
float: left;
margin-right: 20px;
}
section.articles #main #content .article-list .text {
float: left;
width: 510px;
zoom: 1;
height: 100px;
overflow: hidden;
line-height: 20px;
}
section.articles #main #content .article-list .text:after {
content: '';
display: block;
clear: both;
}
section.articles #main #content .article-list .author {
float: left;
margin-right: 20px;
font-style: italic;
color: #818181;
}
section.articles #main #content .article-list .more {
float: right;
}
section.articles #main #content.article-detail h1 {
color: #992122;
font-size: 19px;
margin-top: 20px;
margin-bottom: 0;
}
section.articles #main #content.article-detail h2 {
color: #992122;
font-size: 16px;
margin-bottom: 5px;
}
section.articles #main #content.article-detail .under-headline {
zoom: 1;
}
section.articles #main #content.article-detail .under-headline:after {
content: '';
display: block;
clear: both;
}
section.articles #main #content.article-detail>.colorbox {
float: left;
margin: 5px 20px 10px 0;
clear: left;
}
section.articles #main #content.article-detail>.colorbox+p {
color: #8b7b58;
font-style: italic;
}
section.articles #main #content.article-detail .author {
float: left;
margin-right: 20px;
font-style: italic;
color: #818181;
}
section.articles #main #content.article-detail section {
box-shadow: none;
color: #605343;
font-style: italic;
border: 2px solid #c4b89e;
padding: 15px 25px;
position: relative;
zoom: 1;
}
section.articles #main #content.article-detail section:after {
content: '';
display: block;
clear: both;
}
section.articles #main #content.article-detail section p {
font-size: 14px;
}
section.articles #main #content.article-detail section :first-child {
margin-top: 0;
}
section.articles #main #content.article-detail section :last-child {
margin-bottom: 0;
}
section.articles #main #content.article-detail section:before {
content: '';
position: absolute;
background: #ffffff url('/images/article-logo.png') no-repeat center;
width: 90px;
height: 55px;
bottom: -30px;
right: -25px;
}
section.articles #main #content.article-detail .right {
float: right;
margin: 0 0 10px 15px;
clear: right;
}
section.articles #main #content.article-detail .left {
float: left;
margin: 0 15px 10px 0;
clear: left;
}
section.articles #main #content.article-detail .center {
margin: 10px auto;
display: block;
}
section.articles #main #content.article-detail a {
text-decoration: underline;
}
section.articles #main #content.article-detail a:hover {
text-decoration: none;
}
section.articles #main #content.article-detail h2,
section.articles #main #content.article-detail hr {
clear: both;
}
section.articles #main #content.article-detail ul,
section.articles #main #content.article-detail ol {
clear: left;
}
section.articles #main #content.article-detail blockquote {
border: 2px solid #c4b89e;
padding: 20px 20px 20px 40px;
position: relative;
margin: 30px 0 25px;
line-height: 1.4;
}
section.articles #main #content.article-detail blockquote:before {
content: '';
display: block;
width: 45px;
height: 35px;
background: #ffffff url('/images/quote.png') no-repeat;
position: absolute;
top: -10px;
left: -10px;
}
section.articles #main #content.article-detail blockquote p {
margin: 0;
font-weight: bold;
color: #a3791d;
font-size: 17px;
}
section.articles #main #content.article-detail figcaption {
font-style: italic;
color: #8b7b58;
line-height: 1.3;
}
section.articles #main #content .no-float {
float: none !important;
}
section.articles #main #content .pagination {
clear: both;
text-align: center;
border-top: 1px solid #992122;
margin: 20px 0;
float: left;
width: 660px;
font-size: 0;
}
section.articles #main #content .pagination li {
display: inline-block;
padding: 5px 6px;
font-size: 15px;
margin-top: -1px;
border-top: 1px solid black;
margin-left: 0;
}
section.articles #main #content .pagination li a {
text-decoration: none;
}
section.articles #main #content .pagination li span {
color: #000000;
}
section.articles #main #content .pagination li:hover {
padding: 5px 5px 4px;
border: 1px solid #992122;
cursor: pointer;
}
section.articles #main #content .pagination li a:hover {
text-decoration: none;
}
section.articles #main #content .pagination li * {
color: #992122;
}
section.articles #main #content .pagination li.disabled * {
display: block;
color: #b0b0b0;
}
section.articles #main #content .pagination li.disabled:hover,
section.articles #main #content .pagination li.separator:hover {
cursor: auto;
padding: 5px 6px;
border: 0;
border-top: 1px solid black;
}
section.articles #main #content .pagination li.active {
background: #992122;
}
section.articles #main #content .pagination li.active * {
color: #ffffff;
}
section.articles #main #content .pagination li.previous {
float: left;
}
section.articles #main #content .pagination li.next {
float: right;
}
section.articles aside {
border-left: 1px solid #c4b89e;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 0 20px;
margin: 20px 0;
}
section.articles aside h3 {
text-transform: uppercase;
color: #c8b79d;
font-size: 45px;
text-align: right;
}
section.articles aside menu {
padding: 0;
margin-top: 20px;
}
section.articles aside menu li {
list-style-type: none;
margin: 2px 0;
}
section.articles aside menu li a {
display: block;
height: 22px;
font-size: 18px;
padding-top: 4px;
padding-right: 10px;
text-align: right;
color: #992122;
width: 180px;
}
section.articles aside menu li.active a {
background: #e6dfd1;
border-top-left-radius: 22px;
border-bottom-left-radius: 22px;
width: 215px;
margin-left: -35px;
}
section.articles aside img {
margin: 50px auto 3px;
display: block;
}
.imgrotator {
position: relative;
}
.imgrotator .imgrotator-item {
position: absolute;
top: 0;
left: 0;
display: none;
}
.imgrotator .imgrotator-item:first-child {
display: block;
}
.gallery {
margin-right: -40px;
zoom: 1;
}
.gallery:after {
content: '';
display: block;
clear: both;
}
.gallery .gallery-image {
display: block;
float: left;
margin-right: 40px;
margin-bottom: 20px;
}
.social {
clear: both;
line-height: 9px;
height: 20px;
}
.social .fb-like {
height: 20px;
overflow: hidden;
}
#content.magazine-contest ol {
list-style-type: lower-alpha;
padding-left: 40px;
margin-bottom: 14px;
color: #756959;
line-height: 20px;
}
#content.magazine-contest a {
color: #756959;
text-decoration: underline;
}
#content.magazine-contest a:hover {
text-decoration: none;
}
#content.magazine-contest form th,
#content.magazine-contest form td {
padding: 5px 10px;
}
#content.magazine-contest form input[type="text"],
#content.magazine-contest form textarea {
border: 1px solid #756958;
padding: 2px 5px;
}
#content.magazine-contest form textarea {
width: 500px;
height: 100px;
}
#content.magazine-contest form input[type="checkbox"] {
margin-right: 10px;
}
#content.magazine-contest form input[type="submit"] {
border: 0;
background: #756958;
color: #ffffff;
padding: 2px 10px;
cursor: pointer;
}
#content.magazine-contest form input[type="submit"]:focus {
padding: 3px 9px 1px 11px;
}
#content.magazine-contest .contest-form {
position: relative;
}
#content.magazine-contest .contest-form .contest-images {
position: absolute;
top: 0;
right: 40px;
width: 300px;
text-align: right;
}
.homepage .contest-banners {
text-align: center;
margin-bottom: 20px;
}
.homepage .contest-banners a:hover {
text-decoration: none;
}
.homepage .contest-banners img {
margin: 0 10px;
}
.contest-banner-responses img {
margin: 20px auto;
}
