/*
Theme Name: Antagonist2
Author: Ralph Broenink
Author URI: http://www.ralphbroenink.net
Description: Het thema van Antagonist, gebaseerd op het Twenty Eleven-thema.
Version: 1.4
Text Domain: antagonist2
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
#wordpress {
  /* =Structure
----------------------------------------------- */

  /* Singular */

  /* Attachments */

  /* Showcase */

  /* error404 */

  /* Alignment */

  /* Right Content */

  /* One column */

  /* Simplify the showcase template */

  /* Simplify the showcase template when small feature */

  /* Remove the margin on singular articles */

  /* Simplify the pullquotes and pull styles */

  /* Make sure the logo and search form don't collide */

  /* Talking avatars take up too much room at this size */

  /* =Global
----------------------------------------------- */

  /* Headings */

  /* Text elements */

  /* Forms */

  /* Links */

  /* Assistive text */

  /* =Header
----------------------------------------------- */

  /* =Menu
-------------------------------------------------------------- */

  /* Search Form */

  /* =Content
----------------------------------------------- */

  /* Images */

  /* Image borders */

  /* Make sure embeds and iframes fit their containers */

  /* Password Protected Posts */

  /* Author Info */

  /* Comments link */

  /*
Post Formats Headings
To hide the headings, display: none the ".entry-header .entry-format" selector,
and remove the padding rules below.
*/

  /* Singular content styles for Posts and Pages */

  /* =Aside
----------------------------------------------- */

  /* =Link
----------------------------------------------- */

  /* =Gallery
----------------------------------------------- */

  /* =Status
----------------------------------------------- */

  /* =Quote
----------------------------------------------- */

  /* =Image
----------------------------------------------- */

  /* =error404
----------------------------------------------- */

  /* =Showcase
----------------------------------------------- */

  /* Intro */

  /* Featured post */

  /* Small featured post */

  /* Large featured post */

  /* Featured Slider */

  /* Recent Posts */

  /* =Attachments
----------------------------------------------- */

  /* =Navigation
-------------------------------------------------------------- */

  /* Singular navigation */

  /* =Widgets
----------------------------------------------- */

  /* Search Widget */

  /* Ephemera Widget */

  /* Twitter */

  /* Widget Image */

  /* Calendar Widget */

  /* =Comments
----------------------------------------------- */

  /* Post author highlighting */

  /* Post Author threaded comments */

  /* sidebar-page.php comments */

  /* Make sure we have room for our comment avatars */

  /* And a full-width comment form */

  /* Comment Form */

  /* =Footer
----------------------------------------------- */

  /* Two Footer Widget Areas */

  /* Three Footer Widget Areas */

  /* Site Generator Line */

  /* =Responsive Structure
----------------------------------------------- */

  /* =Print
----------------------------------------------- */

  /* =IE7
----------------------------------------------- */

  /* =IE8 
----------------------------------------------- */
}
#wordpress html,
#wordpress body,
#wordpress div,
#wordpress span,
#wordpress applet,
#wordpress object,
#wordpress iframe,
#wordpress h1,
#wordpress h2,
#wordpress h3,
#wordpress h4,
#wordpress h5,
#wordpress h6,
#wordpress p,
#wordpress blockquote,
#wordpress pre,
#wordpress a,
#wordpress abbr,
#wordpress acronym,
#wordpress address,
#wordpress big,
#wordpress cite,
#wordpress code,
#wordpress del,
#wordpress dfn,
#wordpress em,
#wordpress font,
#wordpress ins,
#wordpress kbd,
#wordpress q,
#wordpress s,
#wordpress samp,
#wordpress small,
#wordpress strike,
#wordpress strong,
#wordpress sub,
#wordpress sup,
#wordpress tt,
#wordpress var,
#wordpress dl,
#wordpress dt,
#wordpress dd,
#wordpress ol,
#wordpress ul,
#wordpress li,
#wordpress fieldset,
#wordpress form,
#wordpress label,
#wordpress legend,
#wordpress table,
#wordpress caption,
#wordpress tbody,
#wordpress tfoot,
#wordpress thead,
#wordpress tr,
#wordpress th,
#wordpress td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
#wordpress :focus {
  /* remember to define focus styles! */

  outline: 0;
}
#wordpress body {
  background: #fff;
  line-height: 1;
}
#wordpress ol,
#wordpress ul {
  list-style: none;
}
#wordpress table {
  /* tables still need 'cellspacing="0"' in the markup */

  border-collapse: separate;
  border-spacing: 0;
}
#wordpress caption,
#wordpress th,
#wordpress td {
  font-weight: normal;
  text-align: left;
}
#wordpress blockquote:before,
#wordpress blockquote:after,
#wordpress q:before,
#wordpress q:after {
  content: "";
}
#wordpress blockquote,
#wordpress q {
  quotes: "" "";
}
#wordpress a img {
  border: 0;
}
#wordpress article,
#wordpress aside,
#wordpress details,
#wordpress figcaption,
#wordpress figure,
#wordpress footer,
#wordpress header,
#wordpress hgroup,
#wordpress menu,
#wordpress nav,
#wordpress section {
  display: block;
}
#wordpress body {
  padding: 0 2em;
}
#wordpress #page {
  margin:  0px;
  max-width: 1000px;
}
#wordpress #branding hgroup {
  margin: 0 7.6%;
}
#wordpress #access div {
  margin: 0 7.6%;
}
#wordpress #primary {
  float: left;
  margin: 0 -330px 0 0;
  width: 100%;
}
#wordpress #content {
  margin: 0 360px 0 0;
  width: 550px;
  border-right: #ccc 1px solid;
  padding-right: 30px;
}
#wordpress #secondary {
  float: right;
  margin-right: 0;
  width: 280px;
}
#wordpress .singular #primary {
  margin: 0;
}
#wordpress .singular #content,
#wordpress .left-sidebar.singular #content {
  margin: 0 7.6%;
  position: relative;
  width: auto;
}
#wordpress .singular .entry-header,
#wordpress .singular .entry-content,
#wordpress .singular footer.entry-meta,
#wordpress .singular #comments-title {
  margin: 0 auto;
  width: 68.9%;
}
#wordpress .singular .image-attachment .entry-content {
  margin: 0 auto;
  width: auto;
}
#wordpress .singular .image-attachment .entry-description {
  margin: 0 auto;
  width: 68.9%;
}
#wordpress .page-template-showcase-php #primary,
#wordpress .left-sidebar.page-template-showcase-php #primary {
  margin: 0;
}
#wordpress .page-template-showcase-php #content,
#wordpress .left-sidebar.page-template-showcase-php #content {
  margin: 0 7.6%;
  width: auto;
}
#wordpress .page-template-showcase-php section.recent-posts {
  float: right;
  margin: 0 0 0 31%;
  width: 69%;
}
#wordpress .page-template-showcase-php #main .widget-area {
  float: left;
  margin: 0 -22.15% 0 0;
  width: 22.15%;
}
#wordpress .error404 #primary {
  float: none;
  margin: 0;
}
#wordpress .error404 #primary #content {
  margin: 0 7.6%;
  width: auto;
}
#wordpress .alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
#wordpress .alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
#wordpress .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#wordpress .left-sidebar #primary {
  float: right;
  margin: 0 0 0 -26.4%;
  width: 100%;
}
#wordpress .left-sidebar #content {
  margin: 0 7.6% 0 34%;
  width: 58.4%;
}
#wordpress .left-sidebar #secondary {
  float: left;
  margin-left: 7.6%;
  margin-right: 0;
  width: 18.8%;
}
#wordpress .one-column #page {
  max-width: 690px;
}
#wordpress .one-column #content {
  margin: 0 7.6%;
  width: auto;
}
#wordpress .one-column #nav-below {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.625em;
}
#wordpress .one-column #secondary {
  float: none;
  margin: 0 7.6%;
  width: auto;
}
#wordpress .one-column .page-template-showcase-php section.recent-posts {
  float: none;
  margin: 0;
  width: 100%;
}
#wordpress .one-column .page-template-showcase-php #main .widget-area {
  float: none;
  margin: 0;
  width: auto;
}
#wordpress .one-column .page-template-showcase-php .other-recent-posts {
  border-bottom: 1px solid #ddd;
}
#wordpress .one-column section.featured-post .attachment-small-feature {
  border: none;
  display: block;
  height: auto;
  max-width: 60%;
  position: static;
}
#wordpress .one-column article.feature-image.small {
  margin: 0 0 1.625em;
  padding: 0;
}
#wordpress .one-column article.feature-image.small .entry-title {
  font-size: 20px;
  line-height: 1.3em;
}
#wordpress .one-column article.feature-image.small .entry-summary {
  height: 150px;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
}
#wordpress .one-column article.feature-image.small .entry-summary a {
  left: -9%;
}
#wordpress .one-column.singular .entry-header,
#wordpress .one-column.singular .entry-content,
#wordpress .one-column.singular footer.entry-meta,
#wordpress .one-column.singular #comments-title {
  width: 100%;
}
#wordpress .one-column.singular blockquote.pull {
  margin: 0 0 1.625em;
}
#wordpress .one-column.singular .pull.alignleft {
  margin: 0 1.625em 0 0;
}
#wordpress .one-column.singular .pull.alignright {
  margin: 0 0 0 1.625em;
}
#wordpress .one-column.singular .entry-meta .edit-link a {
  position: absolute;
  left: 0;
  top: 40px;
}
#wordpress .one-column.singular #author-info {
  margin: 2.2em -8.8% 0;
  padding: 20px 8.8%;
}
#wordpress .one-column .commentlist > li.comment {
  margin-left: 102px;
  width: auto;
}
#wordpress .one-column #branding #searchform {
  right: 40px;
  top: 4em;
}
#wordpress .one-column .commentlist > li.comment {
  margin-left: 0;
}
#wordpress .one-column .commentlist > li.comment .comment-meta,
#wordpress .one-column .commentlist > li.comment .comment-content {
  margin-right: 85px;
}
#wordpress .one-column .commentlist .avatar {
  background: transparent;
  display: block;
  padding: 0;
  top: 1.625em;
  left: auto;
  right: 1.625em;
}
#wordpress .one-column .commentlist .children .avatar {
  background: none;
  padding: 0;
  position: absolute;
  top: 2.2em;
  left: 2.2em;
}
#wordpress .one-column #respond {
  width: auto;
}
#wordpress body,
#wordpress input,
#wordpress textarea {
  color: #373737;
  font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
}
#wordpress body {
  background: #e2e2e2;
}
#wordpress #page {
  background: #fff;
}
#wordpress h1,
#wordpress h2,
#wordpress h3,
#wordpress h4,
#wordpress h5,
#wordpress h6 {
  /*clear: both;*/
}
#wordpress hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}
#wordpress p {
  margin-bottom: 1.625em;
}
#wordpress ul,
#wordpress ol {
  margin: 0 0 1.625em 2.5em;
}
#wordpress ul {
  list-style: square;
}
#wordpress ol {
  list-style-type: decimal;
}
#wordpress ol ol {
  list-style: upper-alpha;
}
#wordpress ol ol ol {
  list-style: lower-roman;
}
#wordpress ol ol ol ol {
  list-style: lower-alpha;
}
#wordpress ul ul,
#wordpress ol ol,
#wordpress ul ol,
#wordpress ol ul {
  margin-bottom: 0;
}
#wordpress dl {
  margin: 0 1.625em;
}
#wordpress dt {
  font-weight: bold;
}
#wordpress dd {
  margin-bottom: 1.625em;
}
#wordpress strong {
  font-weight: bold;
}
#wordpress cite,
#wordpress em,
#wordpress i {
  font-style: italic;
}
#wordpress blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
#wordpress blockquote em,
#wordpress blockquote i,
#wordpress blockquote cite {
  font-style: normal;
}
#wordpress blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
}
#wordpress pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
#wordpress code,
#wordpress kbd,
#wordpress samp,
#wordpress var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
#wordpress abbr,
#wordpress acronym,
#wordpress dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
#wordpress address {
  display: block;
  margin: 0 0 1.625em;
}
#wordpress ins {
  background: #fff9c0;
  text-decoration: none;
}
#wordpress sup,
#wordpress sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
#wordpress sup {
  bottom: 1ex;
}
#wordpress sub {
  top: .5ex;
}
#wordpress input[type=text],
#wordpress input[type=password],
#wordpress textarea {
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  color: #888;
}
#wordpress input[type=text]:focus,
#wordpress textarea:focus {
  color: #373737;
}
#wordpress textarea {
  padding-left: 3px;
  width: 98%;
}
#wordpress input[type=text] {
  padding: 3px;
}
#wordpress input#s {
  background: url(images/search.png) no-repeat 5px 6px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  height: 22px;
  line-height: 1.2em;
  padding: 4px 10px 4px 28px;
}
#wordpress input#searchsubmit {
  display: none;
}
#wordpress a {
  color: #EF239C;
  text-decoration: underline;
}
#wordpress a:focus,
#wordpress a:active,
#wordpress a:hover {
  text-decoration: underline;
}
#wordpress .assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
}
#wordpress #access a.assistive-text:active,
#wordpress #access a.assistive-text:focus {
  background: #eee;
  border-bottom: 1px solid #ddd;
  color: #1982d1;
  clip: auto !important;
  font-size: 12px;
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 7.6%;
}
#wordpress #branding {
  border-top: 2px solid #bbb;
  padding-bottom: 10px;
  position: relative;
  z-index: 9999;
}
#wordpress #site-title {
  margin-right: 270px;
  padding: 3.65625em 0 0;
}
#wordpress #site-title a {
  color: #111;
  font-size: 30px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
}
#wordpress #site-title a:hover,
#wordpress #site-title a:focus,
#wordpress #site-title a:active {
  color: #1982d1;
}
#wordpress #site-description {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0 270px 3.65625em 0;
}
#wordpress #branding img {
  height: auto;
  margin-bottom: -7px;
  width: 100%;
}
#wordpress #access {
  background: #222;
  /* Show a solid color for older browsers */

  background: -moz-linear-gradient(#252525, #0a0a0a);
  background: -o-linear-gradient(#252525, #0a0a0a);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#252525), to(#0a0a0a));
  /* older webkit syntax */

  background: -webkit-linear-gradient(#252525, #0a0a0a);
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px;
  clear: both;
  display: block;
  float: left;
  margin: 0 auto 6px;
  width: 100%;
}
#wordpress #access ul {
  font-size: 13px;
  list-style: none;
  margin: 0 0 0 -0.8125em;
  padding-left: 0;
}
#wordpress #access li {
  float: left;
  position: relative;
}
#wordpress #access a {
  color: #eee;
  display: block;
  line-height: 3.333em;
  padding: 0 1.2125em;
  text-decoration: none;
}
#wordpress #access ul ul {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  float: left;
  margin: 0;
  position: absolute;
  top: 3.333em;
  left: 0;
  width: 188px;
  z-index: 99999;
}
#wordpress #access ul ul ul {
  left: 100%;
  top: 0;
}
#wordpress #access ul ul a {
  background: #f9f9f9;
  border-bottom: 1px dotted #ddd;
  color: #444;
  font-size: 13px;
  font-weight: normal;
  height: auto;
  line-height: 1.4em;
  padding: 10px 10px;
  width: 168px;
}
#wordpress #access li:hover > a,
#wordpress #access ul ul :hover > a,
#wordpress #access a:focus {
  background: #efefef;
}
#wordpress #access li:hover > a,
#wordpress #access a:focus {
  background: #f9f9f9;
  /* Show a solid color for older browsers */

  background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
  background: -o-linear-gradient(#f9f9f9, #e5e5e5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));
  /* Older webkit syntax */

  background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
  color: #373737;
}
#wordpress #access ul li:hover > ul {
  display: block;
}
#wordpress #access .current-menu-item > a,
#wordpress #access .current-menu-ancestor > a,
#wordpress #access .current_page_item > a,
#wordpress #access .current_page_ancestor > a {
  font-weight: bold;
}
#wordpress #branding #searchform {
  position: absolute;
  top: 3.8em;
  right: 7.6%;
  text-align: right;
}
#wordpress #branding #searchform div {
  margin: 0;
}
#wordpress #branding #s {
  float: right;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: width, background;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 400ms;
  -moz-transition-property: width, background;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 400ms;
  -o-transition-property: width, background;
  -o-transition-timing-function: ease;
  width: 72px;
}
#wordpress #branding #s:focus {
  background-color: #f9f9f9;
  width: 196px;
}
#wordpress #branding #searchsubmit {
  display: none;
}
#wordpress #branding .only-search #searchform {
  top: 5px;
  z-index: 1;
}
#wordpress #branding .only-search #s {
  background-color: #666;
  border-color: #000;
  color: #222;
}
#wordpress #branding .only-search #s,
#wordpress #branding .only-search #s:focus {
  width: 85%;
}
#wordpress #branding .only-search #s:focus {
  background-color: #bbb;
}
#wordpress #branding .with-image #searchform {
  top: auto;
  bottom: -27px;
  max-width: 195px;
}
#wordpress #branding .only-search + #access div {
  padding-right: 205px;
}
#wordpress #main {
  clear: both;
  padding: 0;
}
#wordpress .page-title {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
}
#wordpress .page-title a {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-transform: none;
}
#wordpress .hentry,
#wordpress .no-results {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  padding: 0 0 1.625em;
  position: relative;
}
#wordpress .hentry:last-child,
#wordpress .no-results {
  border-bottom: none;
}
#wordpress .blog .sticky .entry-header .entry-meta {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
#wordpress .entry-title,
#wordpress .entry-header .entry-meta {
  padding-right: 0px;
}
#wordpress .entry-title {
  clear: both;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2em;
  padding-bottom: .3em;
  padding-top: 15px;
  color: #333;
}
#wordpress .entry-title,
#wordpress .entry-title a {
  text-decoration: none;
  color: #333;
}
#wordpress .entry-title a:hover,
#wordpress .entry-title a:focus,
#wordpress .entry-title a:active {
  /*color: #1982d1;*/
}
#wordpress .entry-meta {
  color: #666;
  clear: both;
  font-size: 12px;
  line-height: 18px;
}
#wordpress .entry-meta a {
  color: #666;
  text-decoration: underline;
}
#wordpress .single-author .entry-meta .by-author {
  display: none;
}
#wordpress .entry-content,
#wordpress .entry-summary {
  padding: 1.625em 0 0;
}
#wordpress .entry-content h1,
#wordpress .entry-content h2,
#wordpress .comment-content h1,
#wordpress .comment-content h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2.6em;
}
#wordpress .entry-content h3,
#wordpress .comment-content h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.6em;
}
#wordpress .entry-content table,
#wordpress .comment-content table {
  border-bottom: 1px solid #ddd;
  margin: 0 0 1.625em;
  width: 100%;
}
#wordpress .entry-content th,
#wordpress .comment-content th {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
}
#wordpress .entry-content td,
#wordpress .comment-content td {
  border-top: 1px solid #ddd;
  padding: 6px 10px 6px 0;
}
#wordpress .entry-content #s {
  width: 75%;
}
#wordpress .comment-content ul,
#wordpress .comment-content ol {
  margin-bottom: 1.625em;
}
#wordpress .comment-content ul ul,
#wordpress .comment-content ol ol,
#wordpress .comment-content ul ol,
#wordpress .comment-content ol ul {
  margin-bottom: 0;
}
#wordpress dl.gallery-item {
  margin: 0;
}
#wordpress .page-link {
  clear: both;
  display: block;
  margin: 0 0 1.625em;
}
#wordpress .page-link a {
  background: #eee;
  color: #373737;
  margin: 0;
  padding: 2px 3px;
  text-decoration: none;
}
#wordpress .page-link a:hover {
  background: #888;
  color: #fff;
  font-weight: bold;
}
#wordpress .page-link span {
  margin-right: 6px;
}
#wordpress .entry-meta .edit-link a,
#wordpress .commentlist .edit-link a {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  float: right;
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 300;
  text-decoration: none;
  padding: 0 8px;
}
#wordpress .entry-meta .edit-link a:hover,
#wordpress .commentlist .edit-link a:hover {
  background: #888;
  color: #fff;
}
#wordpress .entry-content .edit-link {
  clear: both;
  display: block;
}
#wordpress .entry-content img,
#wordpress .comment-content img,
#wordpress .widget img {
  max-width: 97.5%;
  /* Fluid images for posts, comments, and widgets */

}
#wordpress img[class*="align"],
#wordpress img[class*="wp-image-"],
#wordpress img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}
#wordpress img.size-full,
#wordpress img.size-large {
  max-width: 97.5%;
  width: auto;
  /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */

  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */

}
#wordpress .entry-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
#wordpress img.alignleft,
#wordpress img.alignright,
#wordpress img.aligncenter {
  margin-bottom: 1.625em;
}
#wordpress p img,
#wordpress .wp-caption {
  margin-top: 0.4em;
}
#wordpress .wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px;
}
#wordpress .wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
}
#wordpress .wp-caption .wp-caption-text,
#wordpress .gallery-caption {
  color: #666;
  font-family: Georgia, serif;
  font-size: 12px;
}
#wordpress .wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative;
}
#wordpress .wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px;
}
#wordpress #content .gallery {
  margin: 0 auto 1.625em;
}
#wordpress #content .gallery a img {
  border: none;
}
#wordpress img#wpstats {
  display: block;
  margin: 0 auto 1.625em;
}
#wordpress #content .gallery-columns-4 .gallery-item {
  width: 23%;
  padding-right: 2%;
}
#wordpress #content .gallery-columns-4 .gallery-item img {
  width: 100%;
  height: auto;
}
#wordpress img[class*="align"],
#wordpress img[class*="wp-image-"],
#wordpress #content .gallery .gallery-icon img {
  /* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */

  /*border: 1px solid #ddd;*/
  padding: 6px;
}
#wordpress .wp-caption img {
  border-color: #eee;
}
#wordpress a:focus img[class*="align"],
#wordpress a:hover img[class*="align"],
#wordpress a:active img[class*="align"],
#wordpress a:focus img[class*="wp-image-"],
#wordpress a:hover img[class*="wp-image-"],
#wordpress a:active img[class*="wp-image-"],
#wordpress #content .gallery .gallery-icon a:focus img,
#wordpress #content .gallery .gallery-icon a:hover img,
#wordpress #content .gallery .gallery-icon a:active img {
  /* Add some useful style to those fancy borders for linked images ... */

  background: #eee;
  border-color: #bbb;
}
#wordpress .wp-caption a:focus img,
#wordpress .wp-caption a:active img,
#wordpress .wp-caption a:hover img {
  /* ... including captioned images! */

  background: #fff;
  border-color: #ddd;
}
#wordpress embed,
#wordpress iframe,
#wordpress object {
  max-width: 100%;
}
#wordpress .post-password-required .entry-header .comments-link {
  margin: 1.625em 0 0;
}
#wordpress .post-password-required input[type=password] {
  margin: 0.8125em 0;
}
#wordpress .post-password-required input[type=password]:focus {
  background: #f7f7f7;
}
#wordpress #author-info {
background: #f2f7fc;border-top: 2px solid #d1dfed;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
/*#wordpress .singular #author-info {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 2.2em -35.6% 0 -35.4%;
  padding: 20px 35.4%;
}
#wordpress .archive #author-info {
  border-bottom: 1px solid #ddd;
  margin: 0 0 2.2em;
  padding: 0 0 2.2em;
}*/
#wordpress #author-avatar {
  float: left;
  margin-right: -78px;
}
#wordpress #author-avatar img {
  background: #fff;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #bbb;
  -moz-box-shadow: 0 1px 2px #bbb;
  box-shadow: 0 1px 2px #bbb;
  padding: 3px;
}
#wordpress #author-description {
  float: left;
  margin-left: 108px;
}
#wordpress #author-description h2 {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  margin: 5px 0 10px;
}
#wordpress .entry-header .comments-link a {
  background: #eeeeee url(images/comment-bubble.png) no-repeat;
  color: #666;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  overflow: hidden;
  padding: 0 0 0;
  position: absolute;
  top: 1.5em;
  right: 0;
  text-align: center;
  text-decoration: none;
  width: 43px;
  height: 36px;
}
#wordpress .entry-header .comments-link a:hover,
#wordpress .entry-header .comments-link a:focus,
#wordpress .entry-header .comments-link a:active {
  background-color: #1982d1;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
}
#wordpress .entry-header .comments-link .leave-reply {
  visibility: hidden;
}
#wordpress .entry-header .entry-format {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  position: absolute;
  top: -5px;
}
#wordpress .entry-header hgroup .entry-title {
  padding-top: 15px;
}
#wordpress article.format-aside .entry-content,
#wordpress article.format-link .entry-content,
#wordpress article.format-status .entry-content {
  padding: 20px 0 0;
}
#wordpress article.format-status .entry-content {
  min-height: 65px;
}
#wordpress .recent-posts .entry-header .entry-format {
  display: none;
}
#wordpress .recent-posts .entry-header hgroup .entry-title {
  padding-top: 0;
}
#wordpress .singular .hentry {
  border-bottom: none;
  padding: 4.875em 0 0;
  position: relative;
}
#wordpress .singular.page .hentry {
  padding: 3.5em 0 0;
}
#wordpress .singular .entry-title {
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}
#wordpress .singular .entry-title,
#wordpress .singular .entry-header .entry-meta {
  padding-right: 0;
}
#wordpress .singular .entry-header .entry-meta {
  position: absolute;
  top: 0;
  left: 0;
}
#wordpress blockquote.pull {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6125em;
  margin: 0 0 1.625em;
  text-align: center;
}
#wordpress .singular blockquote.pull {
  margin: 0 -22.25% 1.625em;
}
#wordpress .pull.alignleft {
  margin: 0 1.625em 0 0;
  text-align: right;
}
#wordpress .singular .pull.alignleft {
  margin: 0 1.625em 0 -22.25%;
}
#wordpress .pull.alignright {
  margin: 0 0 0 1.625em;
  text-align: left;
}
#wordpress blockquote.pull.alignleft,
#wordpress blockquote.pull.alignright {
  width: 33%;
}
#wordpress .singular .pull.alignright {
  margin: 0 -22.25% 0 1.625em;
}
#wordpress .singular blockquote.pull.alignleft,
#wordpress .singular blockquote.pull.alignright {
  width: 33%;
}
#wordpress .singular .entry-meta .edit-link a {
  bottom: auto;
  left: 50px;
  position: absolute;
  right: auto;
  top: 80px;
}
#wordpress .format-aside .entry-title,
#wordpress .format-aside .entry-header .comments-link {
  display: none;
}
#wordpress .singular .format-aside .entry-title {
  display: block;
}
#wordpress .format-aside .entry-content {
  padding: 0;
}
#wordpress .singular .format-aside .entry-content {
  padding: 1.625em 0 0;
}
#wordpress .format-link .entry-title,
#wordpress .format-link .entry-header .comments-link {
  display: none;
}
#wordpress .singular .format-link .entry-title {
  display: block;
}
#wordpress .format-link .entry-content {
  padding: 0;
}
#wordpress .singular .format-link .entry-content {
  padding: 1.625em 0 0;
}
#wordpress .format-gallery .gallery-thumb {
  float: left;
  display: block;
  margin: .375em 1.625em 0 0;
}
#wordpress .format-status .entry-title,
#wordpress .format-status .entry-header .comments-link {
  display: none;
}
#wordpress .singular .format-status .entry-title {
  display: block;
}
#wordpress .format-status .entry-content {
  padding: 0;
}
#wordpress .singular .format-status .entry-content {
  padding: 1.625em 0 0;
}
#wordpress .format-status img.avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  float: left;
  margin: 4px 10px 2px 0;
  padding: 0;
}
#wordpress .format-quote blockquote {
  color: #555;
  font-size: 17px;
  margin: 0;
}
#wordpress .indexed.format-image .entry-header {
  min-height: 61px;
  /* Prevent the comment icon from colliding with the image when there is no title */

}
#wordpress .indexed.format-image .entry-content {
  padding-top: 0.5em;
}
#wordpress .indexed.format-image .entry-content p {
  margin: 1em 0;
}
#wordpress .indexed.format-image .entry-content p:first-child,
#wordpress .indexed.format-image .entry-content p:first-child a,
#wordpress .indexed.format-image .entry-content p:first-child img {
  display: block;
  margin: 0;
}
#wordpress .indexed.format-image .entry-content .wp-caption .wp-caption-text {
  margin: 0;
  padding-bottom: 1em;
}
#wordpress .indexed.format-image footer.entry-meta {
  background: #ddd;
  overflow: hidden;
  padding: 4%;
  max-width: 96%;
}
#wordpress .indexed.format-image div.entry-meta {
  display: inline-block;
  float: left;
  width: 35%;
}
#wordpress .indexed.format-image div.entry-meta + div.entry-meta {
  float: none;
  width: 65%;
}
#wordpress .indexed.format-image .entry-meta span.cat-links,
#wordpress .indexed.format-image .entry-meta span.tag-links,
#wordpress .indexed.format-image .entry-meta span.comments-link {
  display: block;
}
#wordpress .indexed.format-image footer.entry-meta a {
  color: #444;
}
#wordpress .indexed.format-image footer.entry-meta a:hover {
  color: #fff;
}
#wordpress #content .indexed.format-image img {
  border: none;
  max-width: 100%;
  padding: 0;
}
#wordpress .indexed.format-image .wp-caption {
  background: #111;
  margin-bottom: 0;
  max-width: 96%;
  padding: 2% 2% 0;
}
#wordpress .indexed.format-image .wp-caption .wp-caption-text {
  color: #ddd;
}
#wordpress .indexed.format-image .wp-caption .wp-caption-text:before {
  color: #444;
}
#wordpress .indexed.format-image a:hover img {
  opacity: 0.8;
}
#wordpress .error404 #main #searchform {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 8.9%;
}
#wordpress .error404 #main #s {
  width: 95%;
}
#wordpress .error404 #main .widget {
  clear: none;
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
#wordpress .error404 #main .widget_archive {
  margin-right: 0;
}
#wordpress .error404 #main .widget_tag_cloud {
  float: none;
  margin-right: 0;
  width: 100%;
}
#wordpress .error404 .widgettitle {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
}
#wordpress h1.showcase-heading {
  color: #666;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.6em;
}
#wordpress article.intro {
  background: #f9f9f9;
  border-bottom: none;
  margin: -1.855em -8.9% 1.625em;
  padding: 0 8.9%;
}
#wordpress article.intro .entry-title {
  display: none;
}
#wordpress article.intro .entry-content {
  color: #111;
  font-size: 16px;
  padding: 1.625em 0 0.625em;
}
#wordpress article.intro .edit-link a {
  background: #aaa;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 0 8px;
  position: absolute;
  top: 30px;
  right: 20px;
  text-decoration: none;
}
#wordpress article.intro .edit-link a:hover,
#wordpress article.intro .edit-link a:focus,
#wordpress article.intro .edit-link a:active {
  background: #777;
}
#wordpress section.featured-post {
  float: left;
  margin: -1.625em -8.9% 1.625em;
  padding: 1.625em 8.9% 0;
  position: relative;
  width: 100%;
}
#wordpress section.featured-post .hentry {
  border: none;
  color: #666;
  margin: 0;
}
#wordpress section.featured-post .entry-meta {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */

  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
#wordpress section.featured-post .attachment-small-feature {
  float: right;
  height: auto;
  margin: 0 -8.9% 1.625em 0;
  max-width: 59%;
  position: relative;
  right: -15px;
}
#wordpress section.featured-post.small {
  padding-top: 0;
}
#wordpress section.featured-post .attachment-small-feature:hover,
#wordpress section.featured-post .attachment-small-feature:focus,
#wordpress section.featured-post .attachment-small-feature:active {
  opacity: .8;
}
#wordpress article.feature-image.small {
  float: left;
  margin: 0 0 1.625em;
  width: 45%;
}
#wordpress article.feature-image.small .entry-title {
  line-height: 1.2em;
}
#wordpress article.feature-image.small .entry-summary {
  color: #555;
  font-size: 13px;
}
#wordpress article.feature-image.small .entry-summary p a {
  background: #222;
  color: #eee;
  display: block;
  left: -23.8%;
  padding: 9px 26px 9px 85px;
  position: relative;
  text-decoration: none;
  top: 20px;
  width: 180px;
  z-index: 1;
}
#wordpress article.feature-image.small .entry-summary p a:hover {
  background: #1982d1;
  color: #eee;
  color: rgba(255, 255, 255, 0.8);
}
#wordpress section.feature-image.large {
  border: none;
  max-height: 288px;
  padding: 0;
  width: 100%;
}
#wordpress section.feature-image.large .showcase-heading {
  display: none;
}
#wordpress section.feature-image.large .hentry {
  border-bottom: none;
  left: 9%;
  margin: 1.625em 9% 0 0;
  position: absolute;
  top: 0;
}
#wordpress article.feature-image.large .entry-title a {
  background: #222;
  background: rgba(0, 0, 0, 0.8);
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: .2em 20px;
}
#wordpress section.feature-image.large:hover .entry-title a,
#wordpress section.feature-image.large .entry-title:hover a {
  background: #eee;
  background: rgba(255, 255, 255, 0.8);
  color: #222;
}
#wordpress article.feature-image.large .entry-summary {
  display: none;
}
#wordpress section.feature-image.large img {
  display: block;
  height: auto;
  max-width: 117.9%;
  padding: 0 0 6px;
}
#wordpress .featured-posts {
  border-bottom: 1px solid #ddd;
  display: block;
  height: 328px;
  margin: 1.625em -8.9% 20px;
  max-width: 1000px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#wordpress .featured-posts .showcase-heading {
  padding-left: 8.9%;
}
#wordpress .featured-posts section.featured-post {
  background: #fff;
  height: 288px;
  left: 0;
  margin: 0;
  position: absolute;
  top: 30px;
  width: auto;
}
#wordpress .featured-posts section.featured-post.large {
  max-width: 100%;
  overflow: hidden;
}
#wordpress .featured-posts section.featured-post {
  -webkit-transition-duration: 200ms;
  -webkit-transition-property: opacity, visibility;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 200ms;
  -moz-transition-property: opacity, visibility;
  -moz-transition-timing-function: ease;
}
#wordpress .featured-posts section.featured-post {
  opacity: 0;
  visibility: hidden;
}
#wordpress .featured-posts #featured-post-1 {
  opacity: 1;
  visibility: visible;
}
#wordpress .featured-post .feature-text:after,
#wordpress .featured-post .feature-image.small:after {
  content: ' ';
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */

  width: 100%;
  height: 45px;
  position: absolute;
  top: 230px;
}
#wordpress .featured-post .feature-image.small:after {
  top: 253px;
}
#wordpress #content .feature-slider {
  top: 5px;
  right: 8.9%;
  overflow: visible;
  position: absolute;
}
#wordpress .feature-slider ul {
  list-style-type: none;
  margin: 0;
}
#wordpress .feature-slider li {
  float: left;
  margin: 0 6px;
}
#wordpress .feature-slider a {
  background: #3c3c3c;
  background: rgba(60, 60, 60, 0.9);
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.5), inset 0 0 2px rgba(255, 255, 255, 0.5);
  display: block;
  width: 14px;
  height: 14px;
}
#wordpress .feature-slider a.active {
  background: #1982d1;
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.8);
  cursor: default;
  opacity: 0.5;
}
#wordpress section.recent-posts {
  padding: 0 0 1.625em;
}
#wordpress section.recent-posts .hentry {
  border: none;
  margin: 0;
}
#wordpress section.recent-posts .other-recent-posts {
  border-bottom: 1px solid #ddd;
  list-style: none;
  margin: 0;
}
#wordpress section.recent-posts .other-recent-posts li {
  padding: 0.3125em 0;
  position: relative;
}
#wordpress section.recent-posts .other-recent-posts .entry-title {
  border-top: 1px solid #ddd;
  font-size: 17px;
}
#wordpress section.recent-posts .other-recent-posts a[rel="bookmark"] {
  color: #373737;
  float: left;
  max-width: 84%;
}
#wordpress section.recent-posts .other-recent-posts a[rel="bookmark"]:after {
  content: '-';
  color: transparent;
  font-size: 11px;
}
#wordpress section.recent-posts .other-recent-posts .comments-link a,
#wordpress section.recent-posts .other-recent-posts .comments-link > span {
  border-bottom: 2px solid #999;
  bottom: -2px;
  color: #444;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
  padding: 0.3125em 0 0.3125em 1em;
  position: absolute;
  right: 0;
  text-align: right;
  z-index: 1;
}
#wordpress section.recent-posts .other-recent-posts .comments-link > span {
  border-color: #bbb;
  color: #888;
}
#wordpress section.recent-posts .other-recent-posts .comments-link a:hover {
  color: #1982d1;
  border-color: #1982d1;
}
#wordpress section.recent-posts .other-recent-posts li:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}
#wordpress .image-attachment div.attachment {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-width: 1px 0;
  margin: 0 -8.9% 1.625em;
  overflow: hidden;
  padding: 1.625em 1.625em 0;
  text-align: center;
}
#wordpress .image-attachment div.attachment img {
  display: block;
  height: auto;
  margin: 0 auto 1.625em;
  max-width: 100%;
}
#wordpress .image-attachment div.attachment a img {
  border-color: #f9f9f9;
}
#wordpress .image-attachment div.attachment a:focus img,
#wordpress .image-attachment div.attachment a:hover img,
#wordpress .image-attachment div.attachment a:active img {
  border-color: #ddd;
  background: #fff;
}
#wordpress .image-attachment .entry-caption p {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 2.6em;
  margin: 0 0 2.6em;
}
#wordpress #content nav {
  clear: both;
  overflow: hidden;
  padding: 0 0 1.625em;
}
#wordpress #content nav a {
  font-size: 12px;
  font-weight: bold;
  line-height: 2.2em;
}
#wordpress #nav-above {
  padding: 0 0 1.625em;
}
#wordpress #nav-above {
  display: none;
}
#wordpress .paged #nav-above {
  display: block;
}
#wordpress .nav-previous {
  float: left;
  width: 50%;
}
#wordpress .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
#wordpress #content nav .meta-nav {
  font-weight: normal;
}
#wordpress #nav-single {
  float: right;
  position: relative;
  top: -0.3em;
  text-align: right;
  z-index: 1;
}
#wordpress #nav-single .nav-previous,
#wordpress #nav-single .nav-next {
  width: auto;
}
#wordpress #nav-single .nav-next {
  padding-left: .5em;
}
#wordpress #nav-single .nav-previous {
  padding-right: .5em;
}
#wordpress .widget-area {
  font-size: 12px;
}
#wordpress .text-widget {
   
}
#wordpress .widget {
  clear: both;
  margin: 0 0 2.2em;
}
#wordpress .widget-title {
  color: #000;
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: normal;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
#wordpress .widget ul {
  font-size: 15px;
  margin: 0;
}
#wordpress .widget ul ul {
  margin-left: 1.5em;
}
#wordpress .widget ul li {
  color: #777;
  font-size: 13px;
}
#wordpress .widget a {
  font-weight: bold;
  text-decoration: none;
}
#wordpress .widget a:hover,
#wordpress .widget a:focus,
#wordpress .widget a:active {
  text-decoration: underline;
}
#wordpress .widget_search form {
  margin: 0 0 1.625em;
}
#wordpress .widget_search #s {
  width: 85%;
}
#wordpress .widget_search #searchsubmit {
  background: #ddd;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
  color: #888;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  top: -2px;
}
#wordpress .widget_search #searchsubmit:active {
  background: #1982d1;
  border-color: #0861a5;
  -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
  color: #bfddf3;
}
#wordpress section.ephemera ol,
#wordpress .widget_twentyeleven_ephemera ol {
  list-style: square;
  margin: 5px 0 0;
}
#wordpress .widget_twentyeleven_ephemera .widget-entry-title {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
#wordpress .widget_twentyeleven_ephemera .comments-link a,
#wordpress .widget_twentyeleven_ephemera .comments-link > span {
  color: #666;
  display: block;
  font-size: 10px;
  font-weight: 500;
  line-height: 2.76333em;
}
#wordpress section.ephemera .entry-title a span {
  color: #29628d;
}
#wordpress .widget_twitter li {
  list-style-type: none;
  margin-bottom: 14px;
}
#wordpress .widget_twitter .timesince {
  display: block;
  font-size: 11px;
  margin-right: -10px;
  text-align: right;
}
#wordpress .widget_image img {
  border: 0;
  padding: 0;
  height: auto;
  max-width: 100%;
}
#wordpress .widget_calendar #wp-calendar {
  color: #555;
  width: 95%;
  text-align: center;
}
#wordpress .widget_calendar #wp-calendar caption,
#wordpress .widget_calendar #wp-calendar td,
#wordpress .widget_calendar #wp-calendar th {
  text-align: center;
}
#wordpress .widget_calendar #wp-calendar caption {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0 3px 0;
}
#wordpress .widget_calendar #wp-calendar th {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
#wordpress .widget_calendar #wp-calendar tfoot td {
  background: #f4f4f4;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#wordpress #comments-title {
  color: #666;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  padding: 0 0 1em;
}
#wordpress .nopassword,
#wordpress .nocomments {
  color: #aaa;
  font-size: 24px;
  font-weight: 100;
  margin: 26px 0;
  text-align: center;
}
#wordpress .commentlist {
  list-style: none;
  margin: 0 auto;
  width: 68.9%;
}
#wordpress .content .commentlist,
#wordpress .page-template-sidebar-page-php .commentlist {
  width: 100%;
  /* reset the width for the one-column and sidebar page layout */

}
#wordpress .commentlist > li.comment {
  background: #f6f6f6;
  border: 1px solid #ddd;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 1.625em;
  padding: 1.625em;
  position: relative;
}
#wordpress .commentlist .pingback {
  margin: 0 0 1.625em;
  padding: 0 1.625em;
}
#wordpress .commentlist .children {
  list-style: none;
  margin: 0;
}
#wordpress .commentlist .children li.comment {
  background: #fff;
  border-left: 1px solid #ddd;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin: 1.625em 0 0;
  padding: 1.625em;
  position: relative;
}
#wordpress .commentlist .children li.comment .fn {
  display: block;
}
#wordpress .comment-meta .fn {
  font-style: normal;
}
#wordpress .comment-meta {
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
}
#wordpress .commentlist .children li.comment .comment-meta {
  line-height: 1.625em;
  margin-left: 50px;
}
#wordpress .commentlist .children li.comment .comment-content {
  margin: 1.625em 0 0;
}
#wordpress .comment-meta a {
  font-weight: bold;
}
#wordpress .commentlist .avatar {
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  box-shadow: 0 1px 2px #ccc;
  left: -102px;
  padding: 0;
  position: absolute;
  top: 0;
}
#wordpress .commentlist > li:before {
  content: url(images/comment-arrow.png);
  left: -21px;
  position: absolute;
}
#wordpress .commentlist > li.pingback:before {
  content: '';
}
#wordpress .commentlist .children .avatar {
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  left: 2.2em;
  padding: 0;
  top: 2.2em;
}
#wordpress a.comment-reply-link {
  background: #eee;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #666;
  display: inline-block;
  font-size: 12px;
  padding: 0 8px;
  text-decoration: none;
}
#wordpress a.comment-reply-link:hover,
#wordpress a.comment-reply-link:focus,
#wordpress a.comment-reply-link:active {
  background: #888;
  color: #fff;
}
#wordpress a.comment-reply-link > span {
  display: inline-block;
  position: relative;
  top: -1px;
}
#wordpress .commentlist > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
#wordpress .commentlist > li.bypostauthor .comment-meta {
  color: #575757;
}
#wordpress .commentlist > li.bypostauthor:before {
  content: url(images/comment-arrow-bypostauthor.png);
}
#wordpress .commentlist .children > li.bypostauthor {
  background: #ddd;
  border-color: #d3d3d3;
}
#wordpress .page-template-sidebar-page-php .commentlist > li.comment,
#wordpress .page-template-sidebar-page-php.commentlist .pingback {
  margin-left: 102px;
  width: auto;
}
#wordpress .page-template-sidebar-page-php #respond {
  width: auto;
}
#wordpress #respond {
  background: #ddd;
  border: 1px solid #d3d3d3;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 auto 1.625em;
  padding: 1.625em;
  position: relative;
  width: 68.9%;
}
#wordpress #respond input[type="text"],
#wordpress #respond textarea {
  background: #fff;
  border: 4px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  -moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
  position: relative;
  padding: 10px;
  text-indent: 80px;
}
#wordpress #respond .comment-form-author,
#wordpress #respond .comment-form-email,
#wordpress #respond .comment-form-url,
#wordpress #respond .comment-form-comment {
  position: relative;
}
#wordpress #respond .comment-form-author label,
#wordpress #respond .comment-form-email label,
#wordpress #respond .comment-form-url label,
#wordpress #respond .comment-form-comment label {
  background: #eee;
  -webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  -moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
  color: #555;
  display: inline-block;
  font-size: 13px;
  left: 4px;
  min-width: 60px;
  padding: 4px 10px;
  position: relative;
  top: 40px;
  z-index: 1;
}
#wordpress #respond input[type="text"]:focus,
#wordpress #respond textarea:focus {
  text-indent: 0;
  z-index: 1;
}
#wordpress #respond textarea {
  resize: vertical;
  width: 95%;
}
#wordpress #respond .comment-form-author .required,
#wordpress #respond .comment-form-email .required {
  color: #bd3500;
  font-size: 22px;
  font-weight: bold;
  left: 75%;
  position: absolute;
  top: 45px;
  z-index: 1;
}
#wordpress #respond .comment-notes,
#wordpress #respond .logged-in-as {
  font-size: 13px;
}
#wordpress #respond p {
  margin: 10px 0;
}
#wordpress #respond .form-submit {
  float: right;
  margin: -20px 0 10px;
}
#wordpress #respond input#submit {
  background: #222;
  border: none;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  color: #eee;
  cursor: pointer;
  font-size: 15px;
  margin: 20px 0;
  padding: 5px 42px 5px 22px;
  position: relative;
  left: 30px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
#wordpress #respond input#submit:active {
  background: #1982d1;
  color: #bfddf3;
}
#wordpress #respond #cancel-comment-reply-link {
  color: #666;
  margin-left: 10px;
  text-decoration: none;
}
#wordpress #respond .logged-in-as a:hover,
#wordpress #respond #cancel-comment-reply-link:hover {
  text-decoration: underline;
}
#wordpress .commentlist #respond {
  margin: 1.625em 0 0;
  width: auto;
}
#wordpress #reply-title {
  color: #373737;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
#wordpress #cancel-comment-reply-link {
  color: #888;
  display: block;
  font-size: 10px;
  font-weight: normal;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  position: absolute;
  right: 1.625em;
  text-decoration: none;
  top: 1.1em;
}
#wordpress #cancel-comment-reply-link:focus,
#wordpress #cancel-comment-reply-link:active,
#wordpress #cancel-comment-reply-link:hover {
  color: #ff4b33;
}
#wordpress #respond label {
  line-height: 2.2em;
}
#wordpress #respond input[type=text] {
  display: block;
  height: 24px;
  width: 75%;
}
#wordpress #respond p {
  font-size: 12px;
}
#wordpress p.comment-form-comment {
  margin: 0;
}
#wordpress .form-allowed-tags {
  display: none;
}
#wordpress #colophon {
  clear: both;
}
#wordpress #supplementary {
  border-top: 1px solid #ddd;
  padding: 1.625em 7.6%;
  overflow: hidden;
}
#wordpress #supplementary.two .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 48.1%;
}
#wordpress #supplementary.two .widget-area + .widget-area {
  margin-right: 0;
}
#wordpress #supplementary.three .widget-area {
  float: left;
  margin-right: 3.7%;
  width: 30.85%;
}
#wordpress #supplementary.three .widget-area + .widget-area + .widget-area {
  margin-right: 0;
}
#wordpress #site-generator {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  line-height: 2.2em;
  padding: 2.2em 0.5em;
  text-align: center;
}
#wordpress #site-generator a {
  color: #555;
  font-weight: bold;
}
@media (max-width: 800px) {
  #wordpress {
    /* Simplify the basic layout */
  
    /* Simplify the showcase template */
  
    /* Simplify the showcase template when small feature */
  
    /* Remove the margin on singular articles */
  
    /* Simplify the pullquotes and pull styles */
  
    /* Make sure we have room for our comment avatars */
  
    /* And a full-width comment form */
  
    /* No need to float footer widgets at this size */
  
    /* No need to float 404 widgets at this size */
  
  }
  #wordpress #main #content {
    margin: 0 7.6%;
    width: auto;
  }
  #wordpress #nav-below {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1.625em;
  }
  #wordpress #main #secondary {
    float: none;
    margin: 0 7.6%;
    width: auto;
  }
  #wordpress .page-template-showcase-php .featured-posts {
    min-height: 280px;
  }
  #wordpress .featured-posts section.featured-post {
    height: auto;
  }
  #wordpress .page-template-showcase-php section.recent-posts {
    float: none;
    margin: 0;
    width: 100%;
  }
  #wordpress .page-template-showcase-php #main .widget-area {
    float: none;
    margin: 0;
    width: auto;
  }
  #wordpress .page-template-showcase-php .other-recent-posts {
    border-bottom: 1px solid #ddd;
  }
  #wordpress section.featured-post .attachment-small-feature,
  #wordpress .one-column section.featured-post .attachment-small-feature {
    border: none;
    display: block;
    float: left;
    height: auto;
    margin: 0.625em auto 1.025em;
    max-width: 30%;
    position: static;
  }
  #wordpress article.feature-image.small {
    float: right;
    margin: 0 0 1.625em;
    width: 64%;
  }
  #wordpress .one-column article.feature-image.small .entry-summary {
    height: auto;
  }
  #wordpress article.feature-image.small .entry-summary p a {
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  #wordpress .singular .entry-header,
  #wordpress .singular .entry-content,
  #wordpress .singular footer.entry-meta,
  #wordpress .singular #comments-title {
    width: 100%;
  }
  #wordpress .singular blockquote.pull {
    margin: 0 0 1.625em;
  }
  #wordpress .singular .pull.alignleft {
    margin: 0 1.625em 0 0;
  }
  #wordpress .singular .pull.alignright {
    margin: 0 0 0 1.625em;
  }
  #wordpress .singular .entry-meta .edit-link a {
    left: 0;
    position: absolute;
    top: 40px;
  }
  #wordpress .singular #author-info {
    margin: 2.2em -8.8% 0;
    padding: 20px 8.8%;
  }
  #wordpress .commentlist {
    width: 100%;
  }
  #wordpress .commentlist > li.comment,
  #wordpress .commentlist .pingback {
    margin-left: 102px;
    width: auto;
  }
  #wordpress #respond {
    width: auto;
  }
  #wordpress #colophon #supplementary .widget-area {
    float: none;
    margin-right: 0;
    width: auto;
  }
  #wordpress .error404 #main .widget {
    float: none;
    margin-right: 0;
    width: auto;
  }
}
@media (max-width: 650px) {
  #wordpress {
    /* @media (max-width: 650px) Reduce font-sizes for better readability on smaller devices */
  
    /* Reposition the site title and description slightly */
  
    /* Make sure the logo and search form don't collide */
  
    /* Floated content doesn't work well at this size */
  
    /* Make sure the post-post navigation doesn't collide with anything */
  
    /* Talking avatars take up too much room at this size */
  
    /* Use the available space in the smaller comment form */
  
  }
  #wordpress body,
  #wordpress input,
  #wordpress textarea {
    font-size: 13px;
  }
  #wordpress #site-title a {
    font-size: 24px;
  }
  #wordpress #site-description {
    font-size: 12px;
  }
  #wordpress #access ul {
    font-size: 12px;
  }
  #wordpress article.intro .entry-content {
    font-size: 12px;
  }
  #wordpress .entry-title {
    font-size: 21px;
  }
  #wordpress .featured-post .entry-title {
    font-size: 14px;
  }
  #wordpress .singular .entry-title {
    font-size: 28px;
  }
  #wordpress .entry-meta {
    font-size: 12px;
  }
  #wordpress blockquote {
    margin: 0;
  }
  #wordpress blockquote.pull {
    font-size: 17px;
  }
  #wordpress #site-title {
    padding: 5.30625em 0 0;
  }
  #wordpress #site-title,
  #wordpress #site-description {
    margin-right: 0;
  }
  #wordpress #branding #searchform {
    top: 1.625em !important;
  }
  #wordpress .alignleft,
  #wordpress .alignright {
    display: block;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  #wordpress #nav-single {
    display: block;
    position: static;
  }
  #wordpress .singular .hentry {
    padding: 1.625em 0 0;
  }
  #wordpress .singular.page .hentry {
    padding: 1.625em 0 0;
  }
  #wordpress .commentlist > li.comment,
  #wordpress .commentlist > li.pingback {
    margin-left: 0 !important;
  }
  #wordpress .commentlist .avatar {
    background: transparent;
    display: block;
    padding: 0;
    position: static;
  }
  #wordpress .commentlist .children .avatar {
    background: none;
    left: 2.2em;
    padding: 0;
    position: absolute;
    top: 2.2em;
  }
  #wordpress #respond input[type="text"] {
    width: 95%;
  }
  #wordpress #respond .comment-form-author .required,
  #wordpress #respond .comment-form-email .required {
    left: 95%;
  }
  #wordpress #content .gallery-columns-3 .gallery-item {
    width: 31%;
    padding-right: 2%;
  }
  #wordpress #content .gallery-columns-3 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 450px) {
  #wordpress #content .gallery-columns-2 .gallery-item {
    width: 45%;
    padding-right: 4%;
  }
  #wordpress #content .gallery-columns-2 .gallery-item img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #wordpress body {
    padding: 0;
  }
  #wordpress #page {
    margin-top: 0;
  }
  #wordpress #branding {
    border-top: none;
  }
}
@media print {
  #wordpress {
    /* Comments */
  
    /* Post author highlighting */
  
    /* Post Author threaded comments */
  
  }
  #wordpress body {
    background: none !important;
    font-size: 10pt;
  }
  #wordpress footer.entry-meta a[rel=bookmark]:link:after,
  #wordpress footer.entry-meta a[rel=bookmark]:visited:after {
    content: " [" attr(href) "] ";
    /* Show URLs */
  
  }
  #wordpress #page {
    clear: both !important;
    display: block !important;
    float: none !important;
    max-width: 100%;
    position: relative !important;
  }
  #wordpress #branding {
    border-top: none !important;
    padding: 0;
  }
  #wordpress #branding hgroup {
    margin: 0;
  }
  #wordpress #site-title a {
    font-size: 21pt;
  }
  #wordpress #site-description {
    font-size: 10pt;
  }
  #wordpress #branding #searchform {
    display: none;
  }
  #wordpress #branding img {
    display: none;
  }
  #wordpress #access {
    display: none;
  }
  #wordpress #main {
    border-top: none;
    box-shadow: none;
  }
  #wordpress #primary {
    float: left;
    margin: 0;
    width: 100%;
  }
  #wordpress #content {
    margin: 0;
    width: auto;
  }
  #wordpress .singular #content {
    margin: 0;
    width: 100%;
  }
  #wordpress .singular .entry-header .entry-meta {
    position: static;
  }
  #wordpress .entry-meta .edit-link a {
    display: none;
  }
  #wordpress #content nav {
    display: none;
  }
  #wordpress .singular .entry-header,
  #wordpress .singular .entry-content,
  #wordpress .singular footer.entry-meta,
  #wordpress .singular #comments-title {
    margin: 0;
    width: 100%;
  }
  #wordpress .singular .hentry {
    padding: 0;
  }
  #wordpress .entry-title,
  #wordpress .singular .entry-title {
    font-size: 21pt;
  }
  #wordpress .entry-meta {
    font-size: 10pt;
  }
  #wordpress .entry-header .comments-link {
    display: none;
  }
  #wordpress .page-link {
    display: none;
  }
  #wordpress .singular #author-info {
    background: none;
    border-bottom: none;
    border-top: none;
    margin: 2.2em 0 0;
    padding: 0;
  }
  #wordpress #respond {
    display: none;
  }
  #wordpress .widget-area {
    display: none;
  }
  #wordpress #colophon {
    display: none;
  }
  #wordpress .commentlist > li.comment {
    background: none;
    border: 1px solid #ddd;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin: 0 auto 1.625em;
    padding: 1.625em;
    position: relative;
    width: auto;
  }
  #wordpress .commentlist .avatar {
    height: 39px;
    left: 2.2em;
    top: 2.2em;
    width: 39px;
  }
  #wordpress .commentlist li.comment .comment-meta {
    line-height: 1.625em;
    margin-left: 50px;
  }
  #wordpress .commentlist li.comment .fn {
    display: block;
  }
  #wordpress .commentlist li.comment .comment-content {
    margin: 1.625em 0 0;
  }
  #wordpress .commentlist .comment-edit-link {
    display: none;
  }
  #wordpress .commentlist > li::before,
  #wordpress .commentlist > li.bypostauthor::before {
    content: '';
  }
  #wordpress .commentlist .reply {
    display: none;
  }
  #wordpress .commentlist > li.bypostauthor {
    color: #444;
  }
  #wordpress .commentlist > li.bypostauthor .comment-meta {
    color: #666;
  }
  #wordpress .commentlist > li.bypostauthor:before {
    content: none;
  }
  #wordpress .commentlist .children > li.bypostauthor {
    background: #fff;
    border-color: #ddd;
  }
  #wordpress .commentlist .children > li.bypostauthor > article,
  #wordpress .commentlist .children > li.bypostauthor > article .comment-meta {
    color: #666;
  }
}
#wordpress #ie7 article.intro {
  margin-left: -7.6%;
  margin-right: -7.6%;
  padding-left: -7.6%;
  padding-right: -7.6%;
  max-width: 1000px;
}
#wordpress #ie7 section.featured-post {
  margin-left: -7.6%;
  margin-right: -7.6%;
  max-width: 850px;
}
#wordpress #ie7 section.recent-posts {
  margin-right: 7.6%;
}
#wordpress #ie8 section.feature-image.large img {
  width: 100%;
}

#wordpress #text-5, #wordpress #text-4 { background-color: #f2f7fc; border-radius: 5px; padding: 10px;
line-height:normal; 
font-size: 16px;}

/* Extra */
.domain_chooser #check_button{width:120px;height:40px;background:url('https://www.antagonist.nl/static/img/order/check_sprite2.png');border:0;vertical-align:middle;font-size:18px;font-family:inherit;color:white;margin-left:15px;border-radius:0px;cursor:pointer;}
.domain_chooser #check_button:hover{background-position:0px -40px;}
.domain_chooser #check_button:hover{box-shadow:0 0 4px black;}

#cta_knop {
font-family:"Trebuchet MS", sans-serif !important;
color:#FFF !important;
font-size:30px !important;
text-shadow:0 -1px 3px rgba(0,0,0,0.2);

position:relative;
border:0;
width:320px;
height:72px;
background:url('https://www.antagonist.nl/static/img/webhosting/knop2.png') no-repeat;
cursor:pointer;overflow:hidden;
}

#cta_knop:hover{background:url('https://www.antagonist.nl/static/img/webhosting/knop2_over.png') no-repeat;box-shadow:0 0 4px black;}

.entry-content p {color: #555 !important; line-height: 24px !important;}
.entry-content h1, h2, h3, h4 {color: #444 !important;}
.entry-content ul {color: #555 !important; line-height: 24px !important;}
.entry-content ol {color: #555 !important; line-height: 24px !important;}

#headlines .headline ul {line-height: 16px !important;}
table {color: #777 !important;}

/* CTA-Right */
.actie_cta_right{ position:relative; margin:0 auto; text-align:center; height:auto; width:250px; padding: 15px !important; background-color:#FFFFFF; font-family: "Trebuchet MS", sans-serif; }
.actie_cta_right .anta_logo{position:relative; margin-bottom:15px;}
.actie_cta_right .titel_cta {position:relative; width:100%; height:auto;}
.actie_cta_right .titel_cta h2 { font-size:14px !important; line-height: 18px !important; color:#555; font-weight:bold; margin:0;}
.actie_cta_right .titel_cta .medium{ font-size:22px; padding:0; margin:0; font-weight:bold;}
.actie_cta_right .titel_cta .big{ font-size:24px; padding:0; margin:0; font-weight:bold;}
.actie_cta_right .titel_cta .extreme{ font-size:26px; padding:0; margin:0; font-weight:bold;}
.actie_cta_right .stars {position:relative; margin-top:15px; margin-bottom:10px;}
.actie_cta_right .image {position:relative;}
.actie_cta_right .knop {position:relative; top:-7px;}
.actie_cta_right .down{position:relative; width:100%; height:auto; font-size:12px; color:#666;}

/* CTA-Top */
.actie_cta{ position:relative;margin:0 auto; height:226px; width:550px; background-color:#FFF; background-image:url(//www.antagonist.nl/wordpress/cta/Background.png);	font-family: "Trebuchet MS", sans-serif; }
.actie_cta .bericht_cta{ position:absolute; left:25px; top:50px; width:220px; height:100px; font-size:12px; color:#FFF;}
.actie_cta .bericht_cta h2{ font-size:16px; padding:0; margin:0; font-weight:bold;}
.actie_cta .bericht_cta .medium{ font-size:17px; padding:0; margin:0; font-weight:bold;}
.actie_cta .bericht_cta .big{ font-size:18px; padding:0; margin:0; font-weight:bold;}
.actie_cta .bericht_cta .extreme{ font-size:20px; padding:0; margin:0; font-weight:bold;}
.actie_cta .button_cta{ position:absolute; left:65px; bottom:13px; height:15px; width:100px; background-color:#ff8400;border-bottom:4px solid #f25000;padding:10px 15px 10px 15px; color:#FFF; font-size:13px; text-align:center;text-transform: uppercase;}
.actie_cta .button_cta:hover{ background-color:#ff6c00;}
.actie_cta .button_cta a{position:relative;display:block; left:-19px; text-decoration:none; color:#FFF; height:35px; width:140px; }
.actie_cta .scherm_cta{ position:absolute; right:0px; top:21px; height: 160px; width:237px; background-color:#FFF;}