/*
 * Theme Name: Varg
 * Theme URI: http://varg.layout.nu
 * Description: A dark wolf theme with 3 columns, Swedish translation included.
 * Author: Poena
 * Author URI: http://layout.nu
 * Version: 1.3.2
 */
/* wordpress must have css! */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
.alignleft {
  display: inline;
  float: left;
}
.alignright {
  display: inline;
  float: right;
}
.left {
  float: left
}
.right {
  float: right
}
.clear {
  clear: both
}
textarea {
  resize: none;
  overflow-y: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px
}
.wp-caption {
  text-align: center;
  padding: 4px;
  margin: 4px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 12pt;
  line-height: 17px;
  padding: 0;
  margin: 0;
}
img {
  border: none;
  margin: 0;
}
img a {
  border: none
}
img.left {
  float: left;
  border: none;
  padding: 6px;
}
img.right {
  float: right;
  border: none;
  padding: 6px;
}
blockquote {
  margin: 15px;
  padding: 6px;
  font-style: italic;
}
code {
  margin: 10px;
  padding: 4px;
  font-family: "Courier New", Courier, monospace;
}
cite {
  font-size: 9pt;
  font-weight: bold;
  font-style: normal;
}
/* calendar  kalender */
#wp-calendar {
  width: 170px;
  text-align: center;
}
#wp-calendar a,
#wp-calendar a:hover,
#wp-calendar a:visited {
  text-decoration: underline
}
caption {
  font-size: 10pt;
  padding: 0;
  margin: 0;
  text-align: left;
  font-weight: bold;
}
#today {
  border: 1px dotted;
  border-color: #ab8263;
}
/* forms, search */
#submit,
#searchsubmit,
#s {
  margin-top: 2px;
  nowhitespace: afterproperty;
  padding: 2px;
  /*font-weight: bold;font-size: 8pt;*/;
}
/* Text meant only for screen readers */
.screen-reader-text {
  position: absolute;
  left: -9000px;
}
/*End must have*/
a {
  color: #0A678C;
  text-decoration: none;
}
a:hover {
  color: #ab8263;
  text-decoration: underline;
}
h1,
h2,
h3 {
  margin-bottom: 10px!important
}
h4,
h5,
h6 {
  margin-bottom: 5px!important
}
h1 {
  font-size: 25px;
  padding: 0;
  margin: 0;
  font-weight: bold;
}
h2 {
  font-size: 25px;
  padding: 0;
  margin: 0;
}
h3 {
  font-size: 12pt;
  padding: 0;
  margin: 0;
}
h4 {
  font-size: 10pt;
  padding: 0;
  margin: 0;
}
h5,
h6 {
  padding: 0;
  margin: 0;
}
body {
  background: #0b6387;
  font-family: arial, tahoma, verdana, sans-serif;
  font-size: 11px;
  margin: 0;
}
.main-container {
  background: url(images/wrapper-bg.jpg) repeat-x top;
  min-width: 1200px;
}
.main-container-btm {
  background: url(images/main-wrapper-bg.jpg) repeat top;
  min-width: 1200px;
}
.wrapper {
  background: url(images/main-body-img.jpg) no-repeat top;
  min-width: 1200px;
}
#wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  color: black;
}
#wrap:after {
	display: table;
	content: " ";
	clear: both;
}
#header {
  height: 183px;
  width: 1200px;
  margin: auto;
}
.logo {
  float: left;
  margin: 12px 0 0 46px;
}
.toplink ul {
  list-style: none;
  margin: 0;
  padding: 15px 0 0 0;
  float: right;
}
.toplink ul li {
  float: left;
  margin: 0 5px;
  padding: 0 5px;
  color: #045475;
  font-size: 14px;
}
.toplink ul li a {
  color: #045475
}
.toplink ul li a:hover {
  color: #9f6b2c
}
/* title  titel */
#header h4 {
  font-size: 18pt;
  margin: 0;
  padding: 120px 0 0 360px;
}
/* the link in the title  url i titeln  */
#header h4 a,
#header h4 a:hover {
  text-decoration: none
}
/* description  beskrivning */
#header h3 {
  font-style: italic;
  font-size: 10pt;
  margin-top: 4px;
  padding: 0 0 0 360px;
}
/* menu  menyn */
#menu {
  height: 32px;
  clear: both;
  display: block;
  margin: 0 auto 25px auto;
  max-width: 1200px;
}
#menu ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: table;
  width: 100%;
}
#menu ul li {
  display: table-cell;
  cell-spacing: 4px;
  cursor: pointer;
  position: relative;
}
#menu a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: 98%;
    box-sizing: border-box;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin: 0 4px;
    border-radius: 5px;
    background: #0b6184;
    padding: 8px 3px;
    vertical-align: middle;
}
#menu ul li:hover a,
#menu ul li.current-menu-item a,
#menu ul li.current-post-ancestor a,
#menu ul li.current-menu-ancestor a {
  background:#0280b5;
}
#menu ul ul {
  display: none;
  position: absolute;
  top: 32px;
  left: -15px;
  float: left;
  width: 180px;
  z-index: 99999;
  padding-left: 15px;
}
#menu ul ul li {
  min-width: 180px
}
#menu ul ul ul {
  left: 100%;
  top: 0;
}
#menu ul li:hover > ul {
  display: block
}
#menu ul li:hover ul li,
#menu ul li:hover ul li.current-menu-item {
  background-position: 0 0
}
#menu ul li:hover ul li a,
#menu ul li:hover ul li.current-menu-item a {
  background-position: 100% 0
}
#menu ul li:hover ul li:hover {
  background-position: 0 -33px
}
#menu ul li:hover ul li:hover a {
  background-position: 100% -33px
}
/*White Curved Box*/
.top-curve-bg span {
  background: url(images/curve-bg.gif) no-repeat 0 0;
  padding-left: 10px;
  display: block;
  height: 10px;
}
.top-curve-bg span span {
  background: url(images/curve-bg.gif) no-repeat 100% 0
}
.btm-curve-bg span {
  background: url(images/curve-bg.gif) no-repeat 0 100%;
  padding-left: 10px;
  display: block;
  height: 10px;
}
.btm-curve-bg span span {
  background: url(images/curve-bg.gif) no-repeat 100% 100%
}
/* content */
#content {
  float: left;
  width: 948px;
  background: #fff;
}
/* Sticky posts */
.mysticky {
  background: url(images/single-post-light.png) no-repeat;
  margin-left: 6px;
  margin-bottom: 10px;
  width: 558px;
  min-height: 170px;
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 21px;
  padding-left: 18px;
}
.mysticky h1 a {
  margin-left: 10px;
  padding-left: 40px;
  background: url(images/selectedpaw.png) no-repeat;
}
.stickyentry {
  width: 480px;
  font-size: 10pt;
  margin-left: 20px;
  overflow: hidden;
}
/*Div that contains the date, comment and edit buttons, for posts.    Div som har datum, "kommentar" och "redigera" */
.post-date {
  float: left;
  display: inline;
  padding-right: 5px;
  padding-left: 5x;
  padding-top: -5px;
  margin: 0 auto;
  width: 50px;
  font-size: 8pt;
  text-align: center;
  font-family: 'Times New Roman', Times, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  line-height: 1.7em;
  font-weight: bold;
  color: #ffffff;
}
.post-date a {
  font-size: 12pt;
  text-align: center;
  font-family: 'Times New Roman', Times, 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  line-height: 1.7em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
/* Set the margin and padding of the comment and edit icons.    Margin och padding till ikonerna*/
.dateimg {
  margin: 0;
  padding: 0;
  position: relative;
  top: 10px;
}
.post-edit-link .dateimg {
  top: 0
}
/* pages   sidor */
.pagemain {
  margin: 0 6px 10px;
  min-height: 307px;
  padding: 8px;
}
.page-entry {
  font-size: 12pt
}
/* frontpage and posts    styla framsidan */
.postfront,
.postmain {
  padding: 8px 8px 8px 15px;
  margin-bottom: 10px;
  min-height: 190px;
}
.cattag {
  margin-bottom: 6px;
  font-size: 14px;
  color: #7e5626;
}
/*post contents*/
.post {
  padding-bottom: 8px;
  border-bottom: 1px solid #e0f6ff;
  margin: 0 12px 20px;
}
.entry {
  float: left;
  font-size: 12pt;
  overflow: hidden;
}
.front-entry {
  font-size: 12pt;
  overflow: hidden;
}
.archive-entry {
  font-size: 10pt;
  overflow: hidden;
}
.entry p,
.page-entry p {
  margin: 12px 0
}
.postmetadata {
  clear: both;
  background: #F7F7F7;
  padding: 6px;
  margin-top: 16px;
}
.attachment-post-thumbnail {
  margin-left: 0;
  padding: 0;
}
/* Post author information */
#entry-author-info {
  clear: both;
  font-size: 10pt;
  overflow: hidden;
  padding-top: 35px;
  margin-bottom: 20px;
}
#entry-author-info #author-link {
  padding-top: 6px;
  font-size: 8pt;
}
#entry-author-info #author-avatar {
  float: left;
  padding-right: 10px;
}
#entry-author-info #author-avatar img {
  border: 1px solid #ccc;
  padding: 1px;
  width: 48px;
  height: 48px;
}
#entry-author-info #author-description {
  float: left;
  margin: 0;
  width: 80%;
}
#entry-author-info h2 {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 3px;
}
/* Related posts   relaterade poster */
#related-posts {
  clear: both;
  font-size: 10pt;
  overflow: hidden;
  width: 470px;
  padding-top: 30px;
  padding-left: 0;
  margin-bottom: 25px;
}
#related-posts .related-posts-content {
  float: left;
  margin-right: 7px;
  width: 142px;
  margin-left: 4px;
  padding-top: 8px;
}
#related-posts .related-posts-content a {
  font-weight: bold
}
#related-posts .related-posts-content img {
  width: 60px;
  height: 60px;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6px;
  border: 2px solid #cfcfcf;
  padding: 0px;
}
/* Navigation  -settings for the next and previous posts and pages*/
.navigation {
  font-size: 10pt;
  float: left;
  width: 500px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
}
.navigation.small {
	width: 400px;
}
.discussion-navigation {
  font-size: 12px;
  font-weight: bold;
  margin-top: 2px;
}
.dn-left {
  width: 49%;
  float: left;
}
.dn-right {
  width: 49%;
  float: right;
  text-align: right;
}
.page-link {
  clear: both;
  margin-bottom: 15px;
}
/* sidebar */
.sidebar {
  width: 228px;
  float: left;
  margin-left: 10px;
  padding: 0px;
  text-align: left;
  font-size: 10pt;
  color: #000;
  overflow: hidden;
  margin-bottom: 200px;
}
.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar a {
  color: #0A678C;
  text-decoration: underline;
}
.sidebar a:hover {
  color: #7E5626
}
.sidebar ul ul {
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 14pt;
  clear: both;
}
.sidebar ul li p {
  margin: 10px
}
.sidebar ul li ul {
  padding-bottom: 10px
}
.sidebar ul ul li {
  list-style-type: none;
  list-style-position: inside;
  margin-left: 0;
  margin-bottom: 3px;
  padding-left: 16px;
}
.sidebar ul li .entry_author_image {
  float: right
}
.sidebar ul li .entry_author_image img {
  max-width: 75px; /*max-height: 75px;*/ border:6px solid #e8e8e8; padding:0; margin:10px 0 0 0;
}
.sidebar .textwidget img {
  border: 6px solid #e8e8e8;
  margin: 10px auto;
  padding: 0;
}
.sidebar .textwidget .book-mark {
border-top: 1px dashed #5CBFE8;
    padding: 20px 0;
    margin: 15px 0 20px;
    display: block;
}
.sidebar .textwidget .book-mark .clear {
  font-size: 0;
  height: 0px;
  display: none;
}
*+html .sidebar .textwidget .book-mark .clear {
  display: block
}
.sidebar .textwidget .book-mark ul li {
  float: left;
  clear: none;
  margin: 0 5px 10px 0;
  padding: 0;
}
.sidebar .textwidget .book-mark img {
  padding: 0;
  border: none;
  margin: 0;
}
.sidebar .add-head {
  text-transform: uppercase;
  font-family: Myriad Pro, Trebuchet MS , Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  text-align: center;
}
.sidebar .google-adds {
  border-top: 1px dashed #5cbfe8;
  padding-top: 15px;
}
.wp_bannerize,
.wp_bannerize ul li,
.wp_bannerize div {
  text-align: center!important
}
.wp_bannerize img {
  border: 6px solid #E8E8E8;
  margin-bottom: 20px;
  padding: 0!important;
}
.sidebar .content {
  padding: 0 8px 10px 15px
}
.tutoring h4 {
  color: #045475;
  padding: 10px 15px;
  border-top: 1px dashed #5cbfe8;
  border-bottom: 1px dashed #5cbfe8;
  font-size: 16px;
}
.tutoring h4 a {
  color: #045475;
  text-decoration: none;
}
.tutoring h4 a:hover {
  color: #fff
}
.sidebar img {
  max-width: 195px
}
.post img,
.entry img {
  max-width: 427px
}
/* widgets */
.widget h4 {
  background: url(images/sidebar-head-bg.gif) no-repeat 0 10px;
  padding: 10px 0 10px 15px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  border-top: 1px dashed #5cbfe8;
  border-bottom: 1px dashed #5cbfe8;
}
.widget h4#score-board-heading {
  margin: 18px 0
}
.widget h4 span {
  background: url(images/sidebar-head-bg.gif) no-repeat 100% 0;
  display: block;
  line-height: 30px;
}
.widget h4 span a {
  color: #fff;
  text-decoration: none;
}
.widget h4 span a:hover {
  color: #fff
}
.widget_calendar h2 {
  background: none
}
#footer h2 {
  background: none;
  padding: 0;
  margin: 0;
}
/* Style recent comments with gravatars */
.sidebar img {
  vertical-align: middle;
  padding: 3px 6px 3px 3px;
}
.sidebar .varg-comments {
  padding-top: 3px
}
/* end sidebars */
/* comments   kommentarerna */
#comments {
  padding: 10px;
  margin-left: 20px;
}
#comments div.commenthead {
  margin-top: 5px
}
#comments h3.commenthead {
  text-align: center;
  margin-bottom: 35px;
}
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.commentlist li.comment {
  position: relative;
  margin-bottom: 20px;
  list-style: none;
}
.commentlist li p {
  margin: 6px 0;
  padding: 0;
  line-height: 14pt;
}
#discussion-board-comments .commentlist li p,
#score-board-comments .commentlist li p {
  font-size: 14px
}
#score-board-comments .commentlist{
    margin-top: 50px!important;
}
.comment-author {
}
.comment-body {
  margin-bottom: 20px;
  min-height: 50px;
  width: 470px;
  color: #fff;
}
.comment-meta {
  height: 30px;
  color: #666;
  font-size: 8pt;
}
#comments .comment-body ul,
#comments .comment-body ol {
  margin-bottom: 18px
}
#content .commentlist {
  list-style: none;
  margin-top: 15px;
}
.commentlist .avatar {
  width: 50px;
  height: 50px;
  float: left;
  padding: 0;
  margin-right: 5px;
}
.comment-author cite {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
}
.commentlist .even {
}
.commentlist .odd {
}
.commentlist .bypostauthor {
}
.nopassword,
.nocomments {
  display: none
}
#comments .trackback .comment-meta,
#comments .pingback .comment-meta {
  margin: 4px;
  padding: 4px;
  height: 20px;
}
#comments .trackback .comment-author,
#comments .trackback p,
#comments .pingback .comment-author,
#comments .pingback p {
  margin: 4px;
  padding: 4px;
}
/* Comments form */
input[type=submit] {
  color: #333
}
#respond {
  width: 400px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  padding: 0;
  color: #000;
  margin-bottom: 5px;
  border-bottom: 1px solid #212121;
  padding-bottom: 5px;
}
#respond p {
  margin: 0
}
#respond .comment-notes {
  margin-bottom: 1em
}
.form-allowed-tags {
  line-height: 1em
}
.children {
  clear: both;
  padding: 0;
  margin: 10px 0;
}
#discussion-board-comments .comment {
  overflow: hidden
}
#discussion-board-comments .reply-plus, #score-board-comments .reply-plus {
  float: left;
  margin-right: 10px;
}
#discussion-board-comments .children li, #score-board-comments .children li {
  margin-left: 25px;
  margin-top: 10px;
  padding: 5px;
  background: lavender;
}
#discussion-board-comments .children, #score-board-comments .children {
  display: none;
}
.children #respond {
  margin: 0 48px 0 0
}
h3#reply-title {
  margin: 18px 0
}
.reply a.comment-reply-link,
.reply-plus a.comment-reply-link {
  background: #0b6387;
  color: #fff;
  font-weight: bold;
  padding: 3px 10px;
  font-size: 12px;
}
.reply a.comment-reply-link:hover,
.reply-plus a.comment-reply-link:hover {
  background: #815928
}
.show-replies {
  font-weight: bold;
  font-size: 14px;
}
#comments-list #respond {
  margin: 0 0 18px 0
}
#comments-list ul #respond {
  margin: 0
}
#cancel-comment-reply-link {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
#respond .required {
  color: #ff4b33;
  font-weight: bold;
}
#respond label {
  font-size: 12px
}
#respond input[type="text"],
#respond input[type="file"] {
  margin: 5px 0 15px;
  width: 213px;
  padding: 3px 5px 3px 10px;
  background: url(images/input-bg.png) no-repeat 0 0;
  border: none;
  color: #7b9ba8;
  height: 31px;
  line-height: 31px;
  display: block;
}
#respond textarea,
textarea {
  width: 98%;
  border: 1px solid #c3e0ed;
  background: #e9f9ff;
  color: #7b9ba8;
}
#respond .form-allowed-tags {
  font-size: 12px;
  line-height: 18px;
  display: none;
}
#respond .form-allowed-tags code {
  font-size: 11px
}
#respond .form-submit {
  margin: 12px 0
}
#respond .form-submit input {
  font-size: 14px;
  width: auto;
}
#respond .form-submit input {
  background: url(images/btn-post-comment.gif) no-repeat 2px 7px;
  border: none;
  cursor: pointer;
  border: none;
  text-indent: -25000px;
  width: 145px;
  height: 35px;
}
/* footer */
#footer {
  height: 172px;
  clear: both;
  overflow: hidden;
  background: url(images/footer-blue-bg.gif) repeat-x bottom;
}
body.home #footer {
	height:205px;
}
#footer .footer-wrapper {
  background: url(images/footer-bg.jpg) no-repeat top
}
#footerbg {
  padding: 70px 0 0 0;
  width: 1200px;
  margin: auto;
}
#footerbg,
#footerbg a,
#footerbg p {
  color: #a6c8d5;
  font-size: 12px;
}
#footerbg .sidebar {
  width: 175px;
  border-right: 1px dashed #3eafde;
  margin: 0;
  min-height: 80px;
}
#footerbg .sidebar.last {
  border: none
}
#footerbg .sidebar img {
  padding: 0;
  border: none;
}
#footerbg .sidebar .widget {
  padding-left: 15px
}
#footerbg .sidebar.last .textwidget ul li {
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
  clear: none;
  width: 35px;
}
#footerbg .sidebar .head {
  color: #a6c8d5;
  font-weight: bold;
}
.footer-sh {	
clear:both;
    float: none;
    width: 100%;
	padding-right: 0;
	padding-top: 0px;
	padding-bottom: 20px;
}
.sh-link {
    display: block;
	float:right;
    height: 29px;    
    overflow: hidden;
    background: url(images/icon-egg.png) no-repeat right top;
	text-align:right;
	padding-right:31px;
	line-height:29px;
	color:#fff;
	margin-right:2%;
}
/* credits  */
.credits {
  float: right;
  width: 180px;
  height: 130px;
  padding-left: 24px;
  padding-top: 6px;
  margin-left: 70px;
  background: url(images/tass.png) no-repeat;
}
/* search results */
.results {
  padding: 0 0 0 25px
}
.results h3 {
  padding: 15px 0 0
}
/* gallery */
.gallery-caption {
}
.gallerymain {
  background: url(images/single-post.png) no-repeat;
  margin-left: 6px;
  width: 558px;
  min-height: 407px;
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 21px;
  padding-left: 18px;
}
.gallerymain h1,
.gallerymain h3 {
  margin-left: 18px;
  margin-bottom: 10px;
}
.gallery-entry {
  width: 497px;
  font-size: 10pt;
  margin-left: 14px;
}
.gallery {
  margin: auto
}
.gallery-icon {
}
.gallery-caption {
  margin-left: 0
}
.gallery-item {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}
.gallery img {
  border: 2px solid #cfcfcf;
  margin: 0;
  padding: 0;
}
#wpadminbar {
  display: none
}
/*Sign Up Form*/
.sidebar .sign-head {
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 15px;
}
.email-signup {
  width: 100%;
  float: left;
  margin-top: 8px;
}
.email-signup label {
  font-size: 16px;
  font-weight: bold;
  float: left;
  margin: 8px 8px 0 15px;
  color: #7e5626;
}
.sidebar .follow-by-email-submit, .wpcf7-submit {
  background: url(images/btn-submit.png) no-repeat top;
  width: 90px;
  height: 27px;
  cursor: pointer;
  border: none;
  margin-top: 5px;
  text-indent: -250000px;
}
.sidebar .search-submit {
  background: url(images/btn-search.png) no-repeat top;
  width: 90px;
  height: 27px;
  cursor: pointer;
  border: none;
  margin: 5px 0 15px 10px;
  text-indent: -250000px;
}
.follow-by-email-submit {
  background: url(images/btn-go.gif) no-repeat top;
  width: 61px;
  height: 27px;
  cursor: pointer;
  border: none;
  margin-top: 5px;
  text-indent: -250000px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.follow-by-email-address,
.wpcf7-text {
  width: 213px;
  padding: 3px 5px 3px 10px;
  background: url(images/input-bg.png) no-repeat 0 0!important;
  border: none;
  color: #7b9ba8;
  height: 31px;
  line-height: 31px;
  display: block;
  margin-bottom: 10px;
  float: left;
  font-style: italic;
}
.follow-by-email-address input {
  background: none;
  border: none;
  font-style: italic;
  color: #7b9ba8;
  width: 213px;
}
.wpcf7-text {
  float: none;
  margin-top: 5px;
}
.success-stories {
  /*padding-bottom: 15px*/
}
.submit-stories {
  background: url(images/btn-arrow.png) no-repeat 100% 50%;
  color: #7f5728;
  font-size: 16px;
  padding-right: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.success-stories p {
  margin: 0 10px 10px 15px
}
.success-stories .resources {
  font-size: 12px;
  margin: 0 0 15px 15px;
}
.success-stories .resources li {
  background: url(images/arrow.gif) no-repeat 0 5px;
  padding: 0 0 0 10px;
  margin-bottom: 3px;
}
.success-stories .resources li a {
  color: ##045475;
  font-size: 12px;
}
.success-stories .resources lia:hover {
  color: #7E5626
}
.social-media {
  background: url(images/social-media-bg.gif) no-repeat 0 0;
  width: 462px;
  height: 31px;
  clear: both;
  float: left;
  margin-top: 0px;
}
.social-media .addthis_toolbox {
  margin-top: 7px;
  margin-left: 11px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .follow-by-email-address {
    padding-top: 4px;
    display: block;
  }
  .follow-by-email-address:focus {
    padding-top: 4px
  }
  .follow-by-email-address,
  .wpcf7-text {
    background-position: left
  }
}
.page-id-27 #comments {
  display: none
}
.page-id-2 h3#reply-title {
  background: url(images/tell-us-score.gif) no-repeat 0 0;
  width: 190px;
  height: 15px;
  text-indent: -50000px;
}
.page-id-2 #respond .form-submit input {
  background: url(images/btn-post-score.gif) no-repeat 0 0
}
input.cptch_number {
  background: url(images/input-bg2.png) no-repeat 0 0 !important
}
.post.type-post.status-publish {
  position: relative
}
.social-media {
  position: relative
}
.social-media .sm-left,
.social-media .sm-right {
}
.social-media .sm-right {
  position: absolute;
  top: 0px;
  right: 10px;
}
.latest-comment h4 {
  border-bottom: 1px dashed #5cbfe8
}
.latest-comment p {
  padding: 0 10px
}
.lc-body {
  font-style: italic
}
.lc-author {
  background: #dbf5ff;
  color: #0a678c;
}
.email-signup.borders {
  border-top: 1px dashed #5cbfe8;
  border-bottom: 1px dashed #5cbfe8;
  padding-top: 8px;
}
.fb-like {
    text-align: right;
    right: 2px;
    padding-top: 0px;
    width: 80px;
    padding-bottom: 15px;
}
.comment-form-secret-code {
  display: none;
}
.page-template-scoreboard .comment {
	overflow: hidden;
}
.page-template-scoreboard .comment a {
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
li.widget_pages h4 {
    background: #0875A0 !important;
    padding: 0px 0 0px 15px !important;
    margin-top: 12px !important;
}
li.widget_pages h4 span {
    background: #0875A0 !important;}
.fca_eoi_form .fca_eoi_form_button_element {
  background: url(images/btn-go.gif) no-repeat top;
  width: 61px;
  height: 27px;
  cursor: pointer;
  border: none;
  margin-top: 5px;
  text-indent: -250000px;
  margin-bottom: 15px;
  margin-left: 10px;
}
.fca_eoi_form_input_element {
  width: 213px;
  padding: 3px 5px 3px 10px;
  background: url(images/input-bg.png) no-repeat 0 0!important;
  border: none;
  color: #7b9ba8;
  height: 31px;
  line-height: 31px;
  display: block;
  margin-bottom: 10px;
  float: left;
  font-style: italic;
}
.fca_eoi_layout_email_field_inner.fca_eoi_layout_field_inner {
  margin: 0;
  width: 213px;
  padding: 3px 5px 3px 10px;
  background: url(images/input-bg.png) no-repeat 0 0!important;
  border: none;
  color: #7b9ba8;
  height: 31px;
  line-height: 31px;
  display: block;
  float: left;
  font-style: italic;
}
.fca_eoi_layout_email_field_wrapper.fca_eoi_layout_field_wrapper {
  border: 0 !important;
}
form.fca_eoi_layout_widget .fca_eoi_layout_content_wrapper {
  margin: 0 !important;
}
#fca_eoi_form_17729 .fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_email_field_wrapper {
  float: left !important;
  width: 76% !important;
  display: block;
}
form.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper {
  float: left;
  width: auto !important;
  clear: none !important;
}
.fca_eoi_layout_inputs_wrapper.fca_eoi_layout_inputs_wrapper {
  float: left;
  width: 100%;
}
form.fca_eoi_layout_0 div.fca_eoi_layout_submit_button_wrapper input.fca_eoi_form_button_element {
  margin-left: 10px;
}
#fca_eoi_form_17729 .fca_eoi_layout_0.fca_eoi_layout_widget {
  border: 0;
}
.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_email_field_wrapper input {font-size: 13px !important;}
.fca_eoi_layout_0.fca_eoi_layout_widget div.fca_eoi_layout_name_field_wrapper input {
  font-size: 14px !important;
}
.fca_eoi_form_wrapper.fca_eoi_layout_widget_wrapper{display: block !important}
.email-signup {
  display: none;
}