/**********************************************************************


    HTML ELEMENTS


**********************************************************************/

body {
	font: 1.35em/1.25 'abril-text', Arial, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	background: #0a2b74;
    font-weight: 600;
    overflow-y: scroll;

}
/**::-moz-selection {
  color: #ffffff;
  background:#101010;
}*/


/**********************************************************************


    BLOCK ELEMENTS


**********************************************************************/

h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em 0;
	font-weight: normal;
	color: #a4b9e9;
}
h1 {
	font-size: 250%;
}
h2 {
	font-size: 185%;
}
h3 {
	font-size: 165%;
}
h4 {
	font-size: 135%;
}
h5 {
	font-size: 117%;
}
p {
	margin-bottom: 1em;
}
ul {
	margin-bottom: 1.2em;
}
ul ul {
	margin: 0.3em 0 0;
}
ul li {
	margin: 0 0 0.3em 20px;
	padding-left: 15px;
}
ol {
  margin: 0 0 1.2em 0.85em;
  counter-reset: li; /* Initiate a counter */
}
ol > li {
  position: relative; /* Create a positioning context */
  margin: 0 0 0.3em 1.5em; /* Give each list item a left margin to make room for the numbers */
  list-style: none; /* Disable the normal item numbering */
}
ol > li:before {
  content: counter(li)')'; /* Use the counter as content */
  counter-increment: li; /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 0;
  left: -1.35em;
  margin: 0;
  color: #0064ad;
  font-weight: bold;
}

dl {
	margin: 0 0 1.2em;
}
dt {
	margin: 0;
  padding: 1.2em 1.75em;
  background: #e3f5fd;
  color: #0064ad;
  font-size: 117%;
  line-height: 1.25em;
}
dd {
	margin: 0 0 2em 0;
  padding: 1.2em 1.75em;
  background: #0064ad;
  color: #ffffff;
  font-size: 117%;
  line-height: 1.25em;
  position: relative;
}
dd:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 100%;
  display: block;
  width: 29px;
  height: 31px;
  background: url('../images/dd-after.png') no-repeat 0 0;
}

blockquote {
  margin: 0 0 0.6em 0;
  padding: 1.2em 1.75em 0.4em;
  background: #e3f5fd;
  color: #0064ad;
  font-size: 117%;
  line-height: 1.25em;
  position: relative;
}
blockquote:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  width: 29px;
  height: 31px;
  background: url('../images/blockquote-after.png') no-repeat 0 0;
}
blockquote p {
	margin-bottom: 1em;
}
.author {
  margin: 0 0 1em 38px;
  color: #0064ad;
  font-weight: bold;
}
.author .position {
  margin-left: 16px;
  font-weight: normal;
  color: #6ebee2;
  display: inline-block;
  position: relative;
}
.author .position:after {
  content: '|';
  position: absolute;
  left: -14px;
  top: -1px;
  display: block;
  font-weight: normal;
  color: #dbf4ff;
}
address {
	margin-bottom: 0.8em;
	font-style: normal;
}
table {
	margin-bottom: 1em;
}
caption {
	padding: 1em 0 0.2em 0;
	font-size: 117%;
	font-weight: bold;
	color: #181818;
}
caption.forBlind {
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
th, td {
	border-width: 1px;
	border-style: solid;
	border-color: #e3e3e3;
	padding: 10px 15px;
}
hr {
  height: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #e3e3e3;
}


/**********************************************************************


    INLINE ELEMENTS


**********************************************************************/

a, a:link, a:visited {
	text-decoration: underline;
	color: #0064ad;
	cursor: pointer;
}
/*
a:visited {
	text-decoration: underline;
	color: #606060;
}
*/
a:hover, a:focus, a:active {
	text-decoration: none;
	color: #2f9dd7;
}
/*
h3 a, h3 a:link, h4 a, h4 a:link, h5 a, h5 a:link, h6 a, h6 a:link, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #000000;
}
h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: #606060;
}
h3 a:hover, h3 a:focus, h3 a:active, h4 a:hover, h4 a:focus, h4 a:active, h5 a:hover, h5 a:focus, h5 a:active, h6 a:hover, h6 a:focus, h6 a:active {
	color: #000000;
}
*/
small {
	font-size: 85%;
}
sup, sub {
	font-size: 85%;
}
sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
ins {
 	text-decoration: none;
}


/**********************************************************************


    FORM ELEMENTS


**********************************************************************/

form {
	margin-bottom: 1em;
  padding: 0 30px 28px 30px;
  background: #e3f5fd;
}
#content form {
  position: relative;
}
fieldset {
  padding: 1px 0 0; /* webkit */
}
legend {
  background: #0064ad;
  margin: 0 -30px 30px -30px;
	padding: 22px 30px;
  width: 100%;
	font-size: 135%;
	font-weight: bold;
	color: #ffffff;
  display: block;
}
legend.forBlind {
	height: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}
label, form .label {
  float: left;
	line-height: 48px;
  width: 200px;
  font-size: 117%;
  color: #0064ad;
}
input, select, textarea {
  float: left;
	vertical-align: middle;
}
input.text, select, textarea {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}
input.text, select, textarea {
  border: none;
	border-left: 2px solid #cce0ef;
	border-top: 2px solid #cce0ef;
	font-size: 107%;
  color: #686868;
  font-family: arial;
}
.error input.text, .error select, .error textarea {
  border: none;
	border: 1px solid #bb390b;
}
input.text {
  width: 200px;
	padding: 12px 12px 11px;
}
select {
	padding: 2px 2px 2px 0;
}
textarea {
  width: 364px;
	padding: 12px 12px 11px;
	overflow: auto;
}
#sidebar textarea {
  width: 207px;
}


/**********************************************************************


    BUTTONS


**********************************************************************/
button, .button {
    display: inline-block;
    padding: 18px 30px;
    line-height: 1em;
    color: #ffffff;
    border: none;
    border-bottom: 7px solid #218100;
    background-color: #2ba800;
    text-decoration: none !important;
    cursor: pointer;
}

a.button,
a.button:link,
a.button:visited {
    color: #fff;
}

.buttonA {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.buttonB {
  background-color: #e2001a;
  border-color: #ae0014; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.buttonC {
  background-color: #5aa6e2;
  border-color: #3682d2; 
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.buttonD {
  background-color: #3466c9;
  border-color: #1b40ae; 
  color: #039;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.buttonE { 
    background-color: #dc2b18;
    border-color: #a8191f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
}
a.button.buttonE {
    color: #fff;
    font-weight: normal;
}
a.button.buttonE:hover {
    color: #fff;
}

/*** BIG ***/
.button.big,
button.big {
    padding: 21px 32px 19px;
    font-size: 135%;
}

/*** SMALL ***/
.button.small,
button.small {
  padding: 14px 25px;
  font-size: 82%;
}


/*** HOVER ***/
.buttonA:hover {
  background-color: #34cc00;
  border-color: #289d00; 
}

.buttonB:hover {
  background-color: #ff324a;
  border-color: #c42639; 
}

.buttonC:hover {
  background-color: #91ceff;
  border-color: #6ab5ff; 
}

.buttonD:hover {
  background-color: #2ba800;
  border-color: #218100; 
  color: #fff;
}

.buttonE:hover {
    color: #fff;
    background-color: #2ba800;
    border-color: #218100;
}




/**********************************************************************


    ICON


**********************************************************************/

.icon {
  background-image: url('../images/sprites-y.png') !important;
  background-repeat: no-repeat !important;
}

.buttonA.big.icon.arrowRight {
  background-position: 102% 26px;
  padding-right: 80px;
}

.buttonA.icon.repeat {
   background-position: 104% -687px;
  padding-right: 64px;
}


.buttonE.icon.repeat {
  background-position: 104% -687px;
  padding-right: 64px;
}

.buttonA.icon.yes {
  background-position: 15px -90px;
  padding-left: 62px;
}
.buttonB.icon.no {
  background-position: 15px -186px;
  padding-left: 62px;
}

.icon.fb {
  background-position: 20px -488px;
  padding-left: 60px;
}
.icon.twitter {
  background-position: 18px -586px;
  padding-left: 65px;
}

.buttonE.big.icon.arrowDown {
    background-position: 100% 30px;
    padding-right: 80px;
}



/**********************************************************************


    SIMPLY STYLED FORM


**********************************************************************/

form .duly {
  color: #e00000;
  font-weight: normal;
}
form .dulyInfo {
  text-align: right;
	font-size: 80%;
}
#content form .dulyInfo {
  position: absolute;
  right: 20px;
  top: 17px;
  margin: 0.9em 0 0;
}
.agreement input {
	float: left;
}
.agreement label {
	width: 94%;
	max-width: 94%;
	margin: 0 0 0 8px;
	line-height: 1.5;
	font-weight: normal;
}
form .entries {
	margin: 0 0 30px;
  float: left;
  width: 100%;
}
#content form .message {
  width: 100%;
}
form .captcha {
  margin: 0;
  width: 450px;
}
.captchaCode {
  float: left;
  margin: 0 8px 0 0;
}
.captchaCode br {
  display: none;
}
.captchaCode img {
  display: block;
}
.captcha .burster {
  background: url('../images/sprites-y.png') no-repeat 0 -900px;
  float: left;
  width: 15px;
  height: 14px;
  margin: 17px 8px 0 0;
  font-size: 106%;
}
.captcha input.text {
  float: left;
  width: 70px;
	text-transform: uppercase;
}
#sidebar .captcha input.text {
  width: 55px;
}
form .submit {
  margin: 0;
  text-align: right;
  float: right;
  width: 120px;
}
form .submit .button {
  float: right;
}
#unsubscribe .entries {
  width: auto !important;
  margin: 0 !important
}
#unsubscribe .entries br {
  display: none;
}


/**********************************************************************


    COMMON CLASSES


**********************************************************************/

/* === FLOAT === */
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/* === FLOAT CLEANER === */
.msie-6 .cleaned,
.msie-7 .cleaned {
    height: 1%;
}
.cleaned:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}
.clear {
  clear: both;
}

/* === NON FRIEND FRIENDLY === */
.hidden {
	display: none !important;
}

/* === BLIND FRIENDLY === */
.forBlind {
	position: absolute !important;
	left: -10000px;
	top: -10000px;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden;
}

/* === TEXT FORMAT === */
.bold {
	font-weight: bold;
}
.italic {
  font-style: italic;
}
.small {
  font-size: 85%;
}
.big {
  font-size: 117%;
}


/**********************************************************************


    PRINTOUT


**********************************************************************/

.list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.list .item {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  overflow: hidden;
  background: 0;
}
.perex {
  margin: 0 0 1.2em;
  overflow: hidden;
  color: #0064ad;
  font-size: 117%;
}
.published, .date {
  margin: 0 0 5px;
  overflow: hidden;
}
.text, .info, .links, .thumbnail {
  margin: 0;
  overflow: hidden;
}
.source {
  margin: 0 0 10px;
  overflow: hidden;
}
.thumbnail img {
  display: block;
}
.more, .back {
  margin: 20px 0;
}
.back {
  text-align: right;
}
form .back {
  text-align: left;
}

/* === MESSAGES === */
.done,
.warning,
.confirm {
  padding: 9px 10px 9px 60px;
  margin: 0 0 30px 0;
  font-size: 125%;
  color: #ffffff;
}
.done {
}
.done .info {
  margin: 0;
}
.done a {
	color: #ffffff;
}
.warning {
}
.warning .info {
  margin: 0;
}
.warning a {
	color: #ffffff;
}
.confirm {
	color: #efa900;
}
.confirm .info {
  margin: 0;
}
.confirm a {
	color: #ffffff;
}
.errors {
  margin: 0 0 10px;
}
.errors .item {
  margin: 0;
  padding: 0;
  background: 0;
}
.found {
  margin: 0 0 10px;
}
.notFound {
  margin: 0 0 10px;
}
.highlite {
  font-weight: bold;
}

/* === SHARED LINKS === */
.share {
  margin: 20px -20px 10px;
  border: 1px solid #f3f3f3;
  padding: 20px;
  background: #f8f8f8;
  =width: 100%; /* Q&D IE6+7 */
  _position: relative; /* Q&D IE6 */
}
.share .title {
  display: block;
  font-size: 106%;
}
.share .item {
  margin: 0 2px;
  font-size: 92%;
  white-space: nowrap;
}
.share img {
  vertical-align: middle;
}


/**********************************************************************


    IMAGE OVERLAY


**********************************************************************/

.overlaid {
  display: block;
  position: relative;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}


/**********************************************************************


    PAGER


**********************************************************************/

.pager {
  margin: 0 -20px;
  border: 1px solid #f3f3f3;
  padding: 20px;
  text-align: center;
  background: #f8f8f8;
  =width: 100%; /* Q&D IE6+7 */
  _position: relative; /* Q&D IE6 */
}
.pager .prev, .pager .next {
  width: 20%;
  position: relative;
  color: #808080;
}
.pager .prev {
  float: left;
  text-align: left;
  _background: #f8f8f8; /* Q&D IE6 */
}
.pager .next {
  float: right;
  text-align: right;
}
.pager .pages {
  float: left;
  width: 100%;
  margin: 0 -20%;
}
.pager .link, .pager .selected {
  margin: 0 5px;
}
.pager .selected {
  font-weight: bold;
}
.pager .icon {
  padding: 0;
}


/**********************************************************************


    SKYPE


**********************************************************************/

.skype_pnh_container {
  display: none !important;
}
.skype_pnh_print_container {
  display: inline !important;
}
