/*
Theme Name: Templates
Theme URI: 
Version: 1.0
Description: standard
Author: Jesse Best
Author URI: http://www.desiredthemes.com
*/

/***********************************
Main Styles
***********************************/
body {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-family: tahoma, arial, sans-serif; 
  text-align: center;
  color: #000;
  background: url("images/bg.gif") repeat-x #e8e8e8;
}
.wrap {
  width: 947px;
  padding-bottom: 17px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  background: url("images/contentbg.gif") repeat-y #fff;
  border-bottom: 1px solid #d1d1d1;
}
.content {
  width: 947px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  background: url("images/content.gif") no-repeat;
}
.posts-wrap {
  width: 610px;
  padding-top: 10px;
  padding-left: 20px;
  float: left;
}
.sidebar-wrap {
  float: right;
}

*{padding: 0; margin: 0;}
a {text-decoration: none; color: #548edc;}
p {color: #5b5b5b; font-size: 13px; line-height: 20px; padding-top: 10px; padding-bottom: 10px;}
span {color: #5b5b5b;}
.left {float: left;}
.right {float: right;}
.center {text-align: center;}
.clear {clear: both;}
img { border: none; }
img.right {float: right; clear: none; margin: 0 0 1em 1em}
img.left {float: left; clear: none; margin: 0 1em 1em 0}
img.center {display: block; margin: 1em auto; text-align: center}
.marginauto {width: 947px; margin: 0 auto;}
.iblock {display: inline-block;}
.preload {display:none; width: 0; height: 0;}
input{padding: 4px; border: 2px solid #e4e3e3;}
textarea{padding: 4px; border: 2px solid #e4e3e3;}




/***********************************
Topbar
***********************************/

.banner {
  width: 943px;
  height: 48px;
  margin: 0 auto;
}
.bannerad {
  width: 923px;
  height: 97px;
  margin: 0 auto;
  text-align: left;
  padding-top: 8px;
  padding-left: 20px;
}
.logo{
  height: 48px;
  padding-left: 20px;
  display: block;
  float: left;
}
.logo a {
  width: 158px;
  height: 48px;
  display: block;
  float: left;
  background: url("images/logo.gif") no-repeat;
}
.logo a:hover {
  background: url("images/logohover.gif") no-repeat;
}
.slogan {
  height: 35px;
  padding: 15px;
  padding-top: 13px;
  line-height: 18px;
  color: #b4b4b4;
  font-family: arial;
  font-size: 13px;
  display: block;
  float: left;
  text-align: left;
}
.topbars {
  height: 48px;
  font-size: 13px;
  display: inline-block;
  float: right;
}
.topnav li a{
  height: 35px;
  padding-top: 13px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  font-family: arial;
  display: block;
  margin-right: 5px;
}
.topnav li{
  display: block;
  float: right;
}
.page_item a{
  color: #b5b5b5;
}
.page_item a:hover{
  color: #fff;
  background: url("images/topbarhover.gif") no-repeat;
}
.topnav li.current_page_item a{
  color: #fff;
  background: url("images/topbarcurrent.gif") no-repeat;
}
.topnav li.current_page_item a:hover {
  color: #fff;
  background: url("images/topbarcurrent.gif") no-repeat;
}


/***********************************
Sidebar
***********************************/

.sidebar-wrap {
  width: 253px;
  padding-right: 20px;
}
.widget {
  width: 253px;
  text-align:left;
}
.widget-footer {
  width: 253px;
  height: 4px;
  margin-bottom: 15px;
  background: url("images/widgetbottom.gif") no-repeat;
}
.widgettitle {
  width: 253px;
  font-size: 24px;
  line-height: 39px;
  font-weight: bold;
  letter-spacing: -0.04em;
  font-family: arial;
  color: #548edc;
  background: url("images/widgettop.gif") no-repeat bottom;
}
.widget li a {
  width: 241px;
  height: 23px;
  padding-top: 6px;
  padding-left: 10px;
  color: #656565;
  font-size: 13px;
  display: block;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
}
.widget li a:hover {
  background: #f4f4f4;
}
.widget li a span {
  color: #666;
}
.widget-bg{
  width: 251px;
  padding: 0px 1px;
  display: inline-block;
  background: url("images/widgetbg.gif") repeat-y;
}
.sponsors a {
  width: 125px;
  height: 125px;
  display: block;
  float: left;
}

/***********************************
Post
***********************************/
.post {
  width: 590px;
  padding-left: 10px;
  margin-top: 20px;
  text-align: left;
  display: inline-block;
}

.entry-content {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
  color: #818080;
  line-height:22px;
  clear: both;
}

/***********************************
Entry title/header/components
***********************************/
.entry-title{
  margin-bottom: 10px;
  font-size: 24px;
  display: block;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-family: arial;
  color: #548edc;
  border-bottom: 1px solid #e8e8e8;
}
.entry-title-single{
  margin-bottom: 5px;
}
.entry-title a{
  color: #548edc;
}
.entry-title a:hover{
  color: #2a559a;
}
.entry-title-single a{
  padding-left: 10px;
}
.postmeta {
  font: normal 13px tahoma;
  color: #838383;
}
.catbg a{
  height: 15px;
  padding: 3px;
  color: #838383;
  display: block;
  float: left;
  background: url("images/catbg.gif") repeat-x;
}
.catbg a:hover{
  text-decoration: underline;
}
.catleft{
  width:6px;
  height: 21px;
  color: #838383;
  float: left;
  background: url("images/catleft.gif") no-repeat;
}
.catright{
  width:6px;
  height: 21px;
  margin-right: 3px;
  color: #838383;
  float: left;
  background: url("images/catright.gif") no-repeat;
}


.buttonleft {
  width: 4px;
  height: 29px;
  float: left;
  background: url("images/buttonleft.gif") no-repeat;
}
.button {
  height: 29px;
  float: left;
  font: bold 11px tahoma;
  color: #838383;
  background: url("images/buttonbg.gif") repeat-x;
}
.preview {
  height: 21px;
  padding: 8px 27px 0 3px;
  color: #838383;
  display: block;
  background: url("images/demo.gif") no-repeat right;
}
.download {
  height: 21px;
  padding: 8px 27px 0 3px;
  color: #838383;
  display: block;
  background: url("images/download.gif") no-repeat right;
}
.buttonright {
  width: 4px;
  height: 29px;
  margin-right: 6px;
  float: left;
  background: url("images/buttonright.gif") no-repeat;
}

.postcontent {
  width: 355px;
  padding-left: 10px;
  float: left;
}
.postimage {
  width:201px;
  height: 148px;
  padding: 10px;
  display: block;
  float: left;
  background: url("images/previewpost.gif") no-repeat;
}

/***********************************
Comments
***********************************/
.comment-wrapper {
  margin: 0;
  padding: 10px;
  padding-right: 15px;
  list-style: none;  
  margin-top: 20px;
  text-align: left;
  display: inline-block;
  clear: both;
}
.commentlist {
  margin: 0;
  list-style: none;
  text-align: left;
  display: inline-block;
  clear: both;
}
.commentlist li {
  height: 1%;
  margin: 0 0 10px;
  padding: 5px 7px 5px 65px;
  position: relative;
}
.commentlist li a{
  color: #5d77ac;
}
.commentlist li .gravatar-wrap {
  width: 35px;
  height: 35px;
  padding: 3px;
  position:absolute;
  left:7px;  
  top:7px;
  background: #fff;
  border: 1px solid #ccc;
}
.commentlist li .comment-author{
  color: #333;
  font-weight: bold;
  font-size: 13px;
}
.commentlist li .comment-author a{
  color: #333;
}
.commentlist li p {
  clear: both;
  font:normal 12px/1.4 helvetica,arial,sans-serif;
  margin:0 0 1em;
  color: #555;
  line-height: 18px;
}
.commentlist li ul {
  font:normal 12px/1.4 helvetica,arial,sans-serif;
  list-style:square;
  margin:0 0 1em;
  padding:0;
  text-indent:0;
}
.commentlist li .reply{
  padding-top: 10px;
  padding-right: 7px;
}
.commentlist li .reply a {
  width: 56px;
  height: 25px;
  display: block;
  background: url("images/reply.gif") no-repeat;
}
.commentlist li .reply a:hover {
  
}

.commentlist li ul.children {
  list-style:none;
  margin:1em 0 0;
  text-indent:0;
}
.commentlist .comment-meta {
  color: #555;
  font-size: 11px;
}
.commentlist .left-meta {
  padding-top: 6px;
  display: inline-block;
}
.commentlist li ul.children li.depth-2 { margin:0 0 .25em; }
.commentlist li ul.children li.depth-3 { margin:0 0 .25em; }
.commentlist li ul.children li.depth-4 { margin:0 0 .25em; }
.commentlist li ul.children li.depth-5 {}
.commentlist li.even { border-top: 1px solid #ddd; }
.commentlist li.odd { border-top: 1px solid #ddd; }



#cancel-comment-reply {
  float: right;
}
#cancel-comment-reply  a {
  color: #5d77ac;
  text-decoration:underline;
}
#cancel-comment-reply  a:hover {
  text-decoration:none;
}


/**********************************
Comment Form
**********************************/
.respond-ul #respond {
  text-align:left;
}
.commentlist #respond {
  text-align:left;
  background-image: none;
}
.comment-notes {
  font-size: 16px;
  font-weight: bold;
  color: #5d77ac;
}

textarea#comment {
  width: 70%;
  height: 173px;
  margin: 0;
  padding: 7px;
  margin-top: 15px;
  overflow:auto;
  font-family: arial;
  color: #222;
  border: 1px solid #d1d1d1;
  background: #fff;
}

#commentform input {
  width: 201px;
  height: 17px;
  padding: 7px;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  color: #333;
  border: 1px solid #d1d1d1;
  background: #fff;
}
#commentform {
  color: #000;
}
#commentform label {
  color: #000;
  font-size: 13px;
  padding-left: 5px;
  padding-top: 12px;
  font-weight: normal;
  display: inline-block;
}
#commentform p {
  clear: both;
}
#commentform a {
  color: #5d77ac;
}
.divform {
  clear: both;
}
.divform label{
  color: #8d8b7b;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
}
.divform label span{
  color: #859989; 
}
.submit-button {
  width: 80px;
  height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.submit-button #submit{
  width: 80px;
  height: 33px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  background: url("images/submit.gif") no-repeat;
}
#leaveareply {
  color: #333;
  font-size: 23px;
  font-family: "trebuchet MS";
}

/***********************************
Elements
***********************************/

h1,h2,h3,h4,h5,h6 {margin:0;padding:0; font-weight:normal; }
.entry-content h1 {font-size: 1.6em; color: #8f8c7d; margin-bottom: 5px;}
.entry-content h2 {font-size: 1.5em; color: #8f8c7d; margin-bottom: 3px;}
.entry-content h3 {font-size: 1.4em;}
.entry-content h4 {font-size: 1.3em;}
.entry-content h5 {font-size: 1.2em;}
.entry-content h6 {font-size: 1.1em;}

.entry-content table {border:1px solid #D9D9D9;}
.entry-content th {background-color: #E9E9E9; padding: 5px;}
.entry-content td {border-top:1px solid #D9D9D9; padding: 5px;}

.entry-content a {color: #777}
.entry-content small{color: #777}

pre {overflow: auto;}

blockquote {
  padding-left: 5px;
  margin: 20px;
  font-style: oblique;
  color: #777;
}
/*-- ================ Elements ================= --*/

.additional-meta {
  font-size: xx-small;
}

ul {
  margin:0;
  padding:0;
}
ul li {
  padding:0;
}
li {
  list-style-type:none;
  margin:0;
  padding:0;
}
.disc {
  list-style-type:disc;
}

h2#comments{
  font-size: 22px;
  color: #333;
  font-family: "trebuchet MS";
}
h3#comments{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #333;
  font-family: "trebuchet MS";
}
h3#comments span{
  color: #777;
}
#searchresults {
  padding-top: 30px;
  text-align: left;
}
#search {
  width: 98%;
  height: 30px;
  padding-top: 4px;
  padding-left: 2%;
  font-size: 21px;
  color: #000;
  font-family: "trebuchet MS";
}
#searchnone {
  width: 550px;
  padding: 20px;
  text-align: center;
  padding-top: 30px;
}
.searchnothingfound {
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
}


/* lists inside posts */
.entry-content ul ol {margin-left:0;}
.entry-content ul li {margin-left:10px; list-style:disc; list-style-position:inside;}
.entry-content ul li ol {margin-left:10px;}
.entry-content ol li {margin-left:5px; list-style: decimal; list-style-position:inside;}
.entry-content ol li li {margin-left:5px;}

/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}


/***********************************
Footer
***********************************/
.cancelfooter {
  width: 947px;
  height: 60px;
  margin: 0 auto;
  clear: both;
  float: none;
}
.footer {
  width: 947px;
  height: 52px;
  margin: 0 auto;
  color: #8c8c8c;
  text-align: center;
  background: url("images/footbg.gif") repeat-x;
}
.footer a{
  color: #8c8c8c;
  font-weight: bold;  
}
.footer a:hover {
  color: #282828;
  text-decoration:underline;
}
.footlogo {
  width:188px;
  height:52px;
  display: block;
  float: left;
  background: url("images/footlogo.gif") no-repeat;
}
.footlogo:hover {
  background: url("images/footlogohover.gif") no-repeat;
}
.footer span {
  padding-top: 17px;
  display: block;
  font-weight: bold;
  float: right;
  color: #8c8c8c;
}
.footnav li {
  display: inline;
  padding: 0 9px;
}
.footnav li a:hover {
  text-decoration: none;
}
.footnav {
  padding-top: 17px;
  padding-left: 15px;
  float: left;
}

h1 a{
  font-size: 27px;
  display: block;
  font-weight: bold;
  letter-spacing: -0.06em;
  font-family: arial;
  color: #548edc;
  border-bottom: 1px solid #e8e8e8;
}
h1{
  font-size: 27px;
  display: block;
  font-weight: bold;
  letter-spacing: -0.06em;
  font-family: arial;
  color: #548edc;
  border-bottom: 1px solid #e8e8e8;
}
h2{
  font-size: 23px;
  display: block;
  font-weight: bold;
  letter-spacing: -0.06em;
  font-family: arial;
  color: #548edc;
  border-bottom: 1px solid #e8e8e8;
}
h4 {
  font-size: 18px;
  display: block;
  font-weight: bold;
  letter-spacing: -0.06em;
  font-family: arial;
  color: #548edc;
  border-bottom: 1px solid #e8e8e8;
}
.frontimage {
  width: 277px;
  height: 148px;
  margin-right: 5px;
  padding: 10px;
  float: left;
  background: url("images/previewfront.gif") no-repeat;
}

.licensebox {
  height: 48px;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 20px;
  display: block;
  border: 1px solid #e7e3b5;
  background:#fcf2cb;
}
.imagelicense {
  width: 46px;
  height: 40px;
  float: right;
  display: block;
  background:url("images/license-image.gif") no-repeat;
}
.textlicense {
  width: 420px;
  display: block;
  float: left;
  line-height: 16px;
  color: #a8997f;
}
.textlicense h3 {
  font-size: 12px;
}
.textlicense h3 a {
  color: #77674b;
  border-bottom: 1px dotted #77674b;
}

.wpcf7-response-output {
  font-size: 12px;
  font-family: verdana, arial;
}