/*
Theme Name: PhotoBox2
Author: Jesse
Version: 1.0
Description: Photography Site *Photobox2*
*/

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--            Main Layout            --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

body {
  margin:0;
  font: normal 12px arial, tahoma, verdana;
  color: #000;
  background: #dddddd;
  height: 100%;
  overflow: auto;
}
.bodyleft {
  width: 25%;
  height:100%;
  position:fixed;
  z-index:2;
  top:0;
  left:0;
  border-right: 4px solid #bababa;
  background: #000 url("images/left-bg.gif") repeat;
}
* html .bodyleft {
  position: absolute;
}
.leftoverlay {
  width: 100%;
  height: 100%;
  background: url("images/left-overlay.png") no-repeat right -200px;
}
.leftwidth {
  width: 230px;
  padding-top: 60px;
  float: right;
}
.bodyright {
  width: 696px;
  padding-left: 20px;
  padding-top: 20px;
  margin-left: 26%;
  position: relative;
  height: 100%;
  z-index:1;
}
.marginauto {
  width: 939px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.banner {
  width: 100%;
  padding-bottom: 17px;
  display: inline-block;
  text-align: center;
}

.posts-wrap {
  width: 700px;
  padding: 0px;
  float: left;
}
.blog-wrap {
  width: 962px;
  padding: 20px;
  padding-right: 0;
  display: inline-block;
  background: url("images/blog-bg.gif") repeat-y;
}
.blog-top {
  width: 982px;
  height: 7px;
  background: url("images/blog-top.gif") no-repeat;
}
.blog-bottom {
  width: 982px;
  padding: 0;
  padding-bottom: 3px;
  margin-top: 20px;
  display: inline-block;
  float: left;
  background: url("images/blog-bottom.gif") no-repeat bottom;
}
.sidebar-wrap {
  width: 230px;
  padding: 0;
  padding-right: 30px;
  padding-top: 10px;
  margin: 0;
  float: right;
}
.content-block {
  width: 693px;
  float: left;
}
.category-topbar {
  height: 36px;
}
.category-header {
  margin-top: 4px;
  font-size: 13px;
  color: #515151;
  float: left;
}
.category-header span {
  color: #515151;
}
.sortby {
  margin-top: 4px;
  font-size: 13px;
  color: #515151;
  float: left;
}
.date-button {
  width: 62px;
  height: 28px;
  display: block;
  margin-left: 5px;
  float: left;
  background: url("images/date-button.gif") no-repeat;
}
.random-button {
  width: 79px;
  height: 28px;
  display: block;
  margin-left: 5px;
  float: left;
  background: url("images/random-button.gif") no-repeat;
}
.popular-button {
  width: 103px;
  height: 28px;
  display: block;
  margin-left: 5px;
  float: left;
  background: url("images/popular-button.gif") no-repeat;
}

.content-top {
  width: 696px;
  height: 3px;
  background: url("images/content-top.gif") no-repeat;
}
.content-bg {
  width: 696px;
  height: 100%;
  display: inline-block;
  background: url("images/content-bg.gif") repeat-y;
}
.content-bottom {
  width: 656px;
  height: 100%;
  padding: 10px 20px 20px 20px;
  display: inline-block;
  background: transparent url("images/content-bottom.gif") no-repeat bottom;
}



/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--             Defaults              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

* {padding: 0; margin: 0;}
a {text-decoration: none;}
a {color: #636363;}
a:hover {color: #2f2f2f;}
img {border: none;}
li {list-style: none;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

h1 {color: #535353;}
h2 {color: #535353; font-size: 20px;}
p { color: #787878; line-height: 19px;}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--       Banner(Topbars,Logo)        --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.logo {
  height: 54px;
  padding-top: 3px;
  float: left;
  font-weight: normal;
  display: block;
}
.logotext {
  padding-top: 5px;
}
.logoimage {
  float: left;
}
.logo a {
  font-size: 36px;
  font-weight: bold;
  float: left;
  color: #000;
  letter-spacing: -0.04em;
}
.logo a:hover {
  color: #848484;
}
.logo span {
  font-size: 14px;
  line-height: 50px;
  color: #999;
  margin-left: 10px;
  display: inline-block;
  float: left;
}

#searchform-left {
  width: 206px;
  height: 31px;
}
#searchform-left #s-left {
  width: 162px;
  height: 21px;
  padding: 5px;
  float: left;
  border: none;
  color: #555;
  background: url("images/search-bar.png") no-repeat;
}
#searchform-left #searchsubmit-left {
  width: 34px;
  height: 31px;
  float: left;
  border: none;
  cursor: pointer;
  background: url("images/search-button.png") no-repeat;
}
.searchform-left {
  position: absolute;
  bottom: 20px;
  right: 19px;
}


.topbars {
  padding-top: 110px;
  float: right;
  clear: both;
}

ul.dropdown-categories {
  position: relative;
  top: 10px;
  left: 10px;
  height: 48px;
  padding: 0;
  float: left;
  display: block;
}
ul.dropdown-pages {
  height: 48px;
  padding: 0;
  float: left;
  display: block;
}
.pages-left {
  width: 2px;
  height: 48px;
  float: left;
  display: block;
  background: url("images/topbar-left.gif") no-repeat;
}
.pages-right {
  width: 3px;
  height: 48px;
  float: right;
  display: block;
  background: url("images/topbar-right.gif") no-repeat;
}



/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--              Post                 --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
.blog-large-post {
  width: 696px;
}
.large-borderimg {
  width: 674px;
  height: 316px;
  padding: 11px 11px 12px 11px;
  display: block;
  position: relative;
  background: url("images/blog-large.gif") no-repeat;
}
.blog-small-post {
  width: 324px;
  padding-right: 23px;
  padding-bottom: 25px;
  padding-top: 15px;
  float: left;
  background: url("images/small-bg.gif") repeat-x bottom;
} 
.small-even {
  padding-right: 0;
  padding-left: 23px;
}
.small-spacer {
  width: 2px;
  height: 406px;
  float: left;
  background: url("images/small-spacer.gif") repeat-y center;
}

.small-borderimg {
  width: 302px;
  height: 220px;
  display: block;
}
.small-border {
  width: 302px;
  height: 220px;
  padding: 11px 11px 12px 11px;
  position: relative;
  background: url("images/blog-small.gif") no-repeat;
}

.small-readmore {
  width: 116px;
  height: 33px;
  display: block;
  position: absolute;
  bottom: -11px;
  left: 101px;
  background: url("images/readmore.png") no-repeat;
}
.small-readmore:hover{
  background: url("images/readmore-hover.png") no-repeat;
}

.post-wrap {
  width: 615px;
  padding-top: 15px;
  padding-left: 25px;
  float: left;
}
.post {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 20px;
  padding-top: 10px;
}
.entry-content {
  line-height: 23px;
  color: #818181;
}
.post .borderimg img {
  padding: 12px;
  background: url("images/post-img.gif") no-repeat;
}
.post .borderimg:hover img {
  background: url("images/post-img-hover.gif") no-repeat;
}

.postright {
  width: 460px;
  float: left;
}
.blog-title {
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
}
.blog-title a {
  color: #353535;
}
.blog-title a:hover {
  color: #767676;
}
.entry-title {
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #353535;
}
.entry-title a {
  color: #353535;
}
.entry-title a:hover {
  color: #767676;
}
.searchresults {
  font-size: 25px;
  line-height: 50px;
  color: #555;
  margin-bottom: 20px;
}
.meta {
  padding: 10px 0;
  font-size: 13px;
  font-weight: normal;
  color: #aeaeae;
  margin-bottom: 10px;
  display: inline-block;
}
.meta-cat {
  display: block;
}
.meta-cat .cat {
  padding: 5px;
  margin-right: 7px;
  line-height: 40px;
  border: 1px solid #d5d5d5;
  background: #f5f5f5;
}
.meta a {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.meta a:hover {
  color: #444;
  border-bottom: 1px dotted #444;
}
.readmore {
  color: #000;
  font-weight: bold;
}
.readmore:hover {
  color: #444;
}

.category-post {
  width: 197px;
  height: 163px;
  padding: 11px 11px 12px 11px;
  margin-right: 19px;
  margin-bottom: 19px;
  position: relative;
  float: left;
  background: url("images/category-bg.gif") no-repeat;
}
.category-title {
  width: 192px;
  height: 0px;
  padding-left: 5px;
  font-size: 14px;
  position: absolute;
  bottom: 12px;
  left: 11px;
  display: block;
  background: url("images/category-title.png") no-repeat;
}
.category-title a {
  color: #000;
}
.magnify {
  width: 0px;
  height: 31px;
  position: absolute;
  top: 18px;
  right: 11px;
  z-index: 999;
  display: block;
  background: url("images/zoom-in.png") no-repeat;
}
.magnify:hover {
  background: url("images/zoom-in-hover.png") no-repeat;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--           Home Page               --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.indexbanner {
  width: 940px;
  height: 112px;
  margin: 1px auto 0 auto;
  background: url("images/banner.gif") repeat-x;
}
.indexbanner .left {
  width: 708px;
  font-size: 23px;
  padding: 18px 15px;
  line-height: 35px;
}
.getintouch {
  width: 187px;
  height: 64px;
  padding: 0;
  display: block;
  background: url("images/getintouch.gif") no-repeat;
}
.getintouch:hover {
  background: url("images/getintouch-hover.gif") no-repeat;
}

.blockposts {
  width: 920px;
  display: inline-block;
  padding: 10px;
  margin: 1px 0 0 2px;
  background: #f2f2f2;
}

.blockpost {
  position: relative;
}

.blockpost span, .blockpost span a {
  color: #0b60d3;
  font-weight: bold;
}
.blockpost a {
  color: #000;
}
.blockpost a:hover {
  color: #87abdb;
}
.blockpost .entry-title a:hover {
  color: #777;
}

.blockpost .entry-content {
  margin-top: 5px;
}
.blockpost .indexbox-img {
  width: 381px;
  height: 233px;
  padding: 10px 11px 12px 11px;
  margin-right: 15px;
  display: block;
  float: left;
  background: url("images/indexbox-img.gif") no-repeat;
}
.blockpost .indexbox-img:hover {
  background: url("images/indexbox-img-hover.gif") no-repeat;
}
div#even .entry-content, div#even .entry-title, div#even .boxmeta {
  padding-left: 5px;
}
.homepageblocks {
  width: 940px;
  margin: 0 2px;
  margin-bottom: -3px;
  display: inline-block;
  background: #ececec;
}

.homepage-post {
  width: 280px;
  height: 370px;
  padding: 15px;
  float: left;
}
.homepage-post h3.entry-title{
  font-size: 21px;
  font-weight: bold;
}
.homepage-post .entry-content{
  line-height: 24px;
  color: #636363;
}
.homepage-post .borderimg{
  width: 273px;
  height: 83px;
  padding: 5px 6px 7px 6px;
  display: block;
  background: url("images/homepage-img.gif") no-repeat;
}
.homepage-post .borderimg:hover{
  background: url("images/homepage-img-hover.gif") no-repeat;
}
.homepage-spacer {
  width: 2px;
  height: 400px;
  float: left;
  background: url("images/homepage-spacer.gif") repeat-y;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--             Single                --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.single .meta {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  background: none;
}

.date {
  width: 119px;
  height: 36px;
  padding-top: 6px;
  position: absolute;
  top: 20px;
  right: -11px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  background: url("images/date.png") no-repeat;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--            Portfolio              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.portfolio {
  width: 894px;
  padding: 25px;
  margin: 0;
  float: left;
}
.portfolio .post {
  width: 439px;
  float: left;
  position: relative;
}
.portfolio #portfolio-odd {
  margin-right: none;
  border: none;
}
.portfolio #portfolio-even {
  margin-right: 15px;
}
.portfolio .cat-title {
  font-size: 28px;
  padding-bottom: 7px;
  font-style: italic;
}
.portfolio .portfolioimg {
  width: 415px;
  height: 207px;
  padding: 12px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  background: url("images/portfolio-img.gif") no-repeat;
}
.portfolio .portfolioimg:hover {
  background: url("images/portfolio-img-hover.gif") no-repeat;
}

.portfolio .entry-title {
  padding: 7px;
  display: block;
  position: absolute;
  top: 160px;
  left: 12px;
  z-index: 10;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  font-style: italic;
  color: #000;
  background: #fff;
}
.portfolio .entry-title:hover {
  color: #fff;
  background: #000;
}
.portfolio .entry-title2 {
  display: block;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
  font-style: italic;
  color: #000;
}
.portfolio .readmore {
  color: #000;
  font-weight: bold;
}
.portfolio .readmore:hover {
  color: #666;
  border-bottom: 1px dotted #666;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--            Navigation             --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.s-pagination {
  width: 100%;
  height: 61px;
  clear: both;
  margin: 0;
}
.s-pagination a {
  width: 143px;
  height: 18px;
  padding: 6px 2px 5px 2px;
  border: 1px solid #ddd;
  text-align: center;
  color: #666;
  display: inline-block;
}
.s-pagination a:hover {
  color: #000;
  border: 1px solid #bbb;
}
.pag-left {
  width: 48%;
  overflow: hidden;
  text-align: left;
  float: left;
}
.pag-right {
  width: 48%;
  overflow: hidden;
  text-align: right;
  float: right;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--              Sidebar              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.widget {
  width: 230px;
  padding-right: 30px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.widget .widgettitle {
  color: #000;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: bold;
  display: block;
}
.widget ul{
  width: 100%;
  padding-top: 0;
  display: inline-block;
}
.widget div {
  padding-top: 0;
  display: inline-block;
}
.widget ul li {
  padding: 12px 0 12px 29px;
  color: #898989;
  border-bottom: 1px solid #e0e0e0;
  background: url("images/list-item.gif") no-repeat 12px 17px;
}
.widget ul li a {
  color: #4b4b4b;
}
.widget ul li a:hover {
  color: #999999;
}
.widget ul li ul {
  width: 208px;
  padding:5px 0px 0px 12px;
}
.widget .textwidget {
  line-height: 22px;
  width: 100%;
  padding-top: 5px;
  color: #777;
}
.widget_tag_cloud a {
  padding: 4px;
  margin: 3px;
  line-height: 40px;
}
.widget_tag_cloud a:hover {
  background: #cdcdcd;
}
.widget_search {
  width: 263px;
  display: inline-block;
}
#searchform #s {
  width: 213px;
  height: 22px;
  padding: 5px;
  font-size: 13px;
  color: #828282;
  display: block;
  margin-top: 1px;
  margin-right: 5px;
  float: left;
  border: none;
  background: url("images/search-input.gif") no-repeat;
}
#searchform #searchsubmit {
  width: 79px;
  height: 33px;
  float: left;
  font-size: 12px;
  display: block;
  cursor: pointer;
  border: none;
  background: url("images/search-button.gif") no-repeat;
}
li.recentcomments {

}
.advertisement {
  padding-bottom: 10px;
}
.advertisement{
  width: 230px;
  padding: 0;
  text-align: center;
  background: #e5e5e5;
}
.advertisement a {
  width: 180px;
  height: 100px;
  padding: 10px 11px 12px 11px;
  display: block;
  margin: 10px auto;
  background: url("images/ad-img.gif") no-repeat;
}
.advertisement a:hover {
  background: url("images/ad-img-hover.gif") no-repeat;
}
.advertisement img {
}

#calendar_wrap table {
  width: 200px;
  padding: 6px 0;
  border: 1px solid #dcdcdc;
  border-top: none;
  text-align: center;
  background: #fff;
}
#wp-calendar caption {
  width: 200px;
  padding: 5px 0;
  font-size: 15px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
  background-color: #f6f6f6;
}
#wp-calendar td {
  padding: 2px;
}
#wp-calendar td a {
  background-color: #f6f6f6;
}
#wp-calendar th {
  height: 22px;
  border-bottom: 1px solid #f0f0f0;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--       Comments and Gravatar       --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

div.commentbox {
  width: 613px;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #d5d5d5;
  clear: both;
  float: right;
  position: relative;
  display: inline-block;
  background: #f5f5f5 url("images/comments/comment.gif") repeat-x top;
}
#respond {
  padding: 0 0 20px 0;
  clear: both;
}
h2.singleheaders {
  color: #000;
  margin-top: 20px;
  line-height: 60px;
  font-weight: normal;
  font-size: 25px;
}
h2.line {
  border-top: 1px solid #dadada;
}
.comment-meta {
  height: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.comment-author {
  height: 32px;
  font-size: 14px;
  padding-left: 25px;
  float: left;
  background: url("images/comments/user.gif") no-repeat left 2px;
}
.comment-date {
  height: 32px;
  padding-top: 2px;
  padding-left: 20px;
  color: #636363;
  font-size: 10px;
  float: right;
  background: url("images/comments/time.gif") no-repeat;
}
.gravatar-wrap img {
  width: 74px;
  height: 74px;
  padding: 5px;
  border: 1px solid #dedede;
  background: #fefefe;
}
.gravatar-wrap {
  width: 84px;
  float: left;
  margin-right: 20px;
}
.comment-reply-link {
  width: 74px;
  height: 14px;
  padding: 4px 5px;
  color: #7f7f7f;
  display: block;
  border: 1px solid #dbdbdb;
  background: #fff url("images/comments/reply-icon.gif") no-repeat 65px 3px;
}
.comment-reply-link:hover {
  background: #fff url("images/comments/reply-icon.gif") no-repeat 65px -16px;
}
.prop {
  width: 1px;
  height: 110px;
}
.comment-text .text {
  float: left;
  color: #6e6e6e;
}
.comment-number {
  width: 44px;
  height: 34px;
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: neosans;
  position: absolute;  
  top: 16px;
  left: -43px;
  background: url("images/comments/numbering.gif") no-repeat;
}

.depth-2 .commentbox, .depth-4 .commentbox, .depth-5 .commentbox, .depth-6 .commentbox, .depth-7 .commentbox, .depth-8 .commentbox, .depth-9 .commentbox, .depth-10 .commentbox {
  clear: both;
  float: right;
}
.depth-2 .commentbox {width: 561px;}
.depth-3 .commentbox {width: 511px;}
.depth-4 .commentbox {width: 491px;}
.depth-5 .commentbox {width: 451px;}
.depth-6 .commentbox {width: 411px;}
.depth-7 .commentbox {width: 371px;}
.depth-8 .commentbox {width: 331px;}
.depth-9 .commentbox {width: 291px;}
.depth-10 .commentbox {width: 251px;}

.comment-text {
  width: 506px;
  float: left;
}

.depth-2 .comment-text {width: 446px;}
.depth-3 .comment-text {width: 406px;}
.depth-4 .comment-text {width: 386px;}
.depth-5 .comment-text {width: 346px;}
.depth-6 .comment-text {width: 306px;}
.depth-7 .comment-text {width: 266px;}
.depth-8 .comment-text {width: 226px;}
.depth-9 .comment-text {width: 186px;}
.depth-10 .comment-text {width: 146px;}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--           Trackbacks              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.trackbacklist {
  width: 665px;
  padding: 20px;
  border: 1px solid #d6d6d6;
  background: #f5f5f5 url("images/comments/comment.gif") repeat-x top;
}
.trackbacklist li {
  line-height: 24px;
}
.trackbacklist li a {
  color: #34738d;
  font-size: 14px;
}
.trackbacklist li a:hover {
  color: #454545;
  text-decoration: underline;
}
.trackback-number {
  font-weight: bold;
  margin-right: 10px;
  color: #454545;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--           Comment Form            --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/


.cancel-reply {
  padding-left: 25px;
  color: #cc906d;
  font-family: arial;
  font-size: 13px;
  background: url("images/comments/cancel.gif") no-repeat;
}
.req {
  color: #89887e;
  line-height: 20px;
}
.req strong {
  color: #666666;
}
.divform {
  padding: 4px 0;
}
.divform label span {
  color: #188bb1;
}
.divform label.name {
  width: 60px;
  height: 26px;
  padding-top: 13px;
  padding-left: 40px;
  color: #5b5b5b;
  display: block;
  float: left;
  background: url("images/comments/name.gif") no-repeat;
}
.divform label.email {
  width: 60px;
  height: 26px;
  padding-top: 13px;
  padding-left: 40px;
  color: #5b5b5b;
  display: block;
  float: left;
  background: url("images/comments/email.gif") no-repeat;
}
.divform label.url {
  width: 60px;
  height: 26px;
  padding-top: 13px;
  padding-left: 40px;
  color: #5b5b5b;
  display: block;
  float: left;
  background: url("images/comments/website.gif") no-repeat;
}
.divform input {
  width: 191px;
  height: 19px;
  padding: 10px;
  margin: 0;
  color: #454545;
  display: block;
  border: none;
  background: url("images/comments/input.gif") no-repeat;
}
.textarea {
  padding: 5px 0;
}
.textarea textarea {
  padding: 15px;
  color: #333;
  font-family: arial;
  border: 1px solid #d5d5d5;
  background: #f5f5f5 url("images/comments/comment.gif") repeat-x top;
}
.submit-button #submit {
  width: 160px;
  height: 36px;
  border: none;
  cursor: pointer;
  display: block;
  background: url("images/comments/submit.gif") no-repeat;
}
.submit-button #submit:hover {
  background: url("images/comments/submit-hover.gif") no-repeat;
}


/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--             Elements              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

/* Resets */
.entry-content div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

.entry-content:focus {outline: 0;}

.entry-content ins {text-decoration: none;}
.entry-content del {text-decoration: line-through;}
.entry-content table {border-collapse: collapse; border-spacing: 0;}

/* Align */
.alignright { float: right; }
.alignleft { float: left }
img.alignleft { display:inline; float:left; margin-right:13px; }
img.alignright { display:inline; float:right; margin-left:13px; }

/* Headers */
.entry-content p {margin-bottom: 20px;}
.entry-content h1 {font-size: 22px;	color: #4b7f7f;	margin: 0 0 10px 0;}
.entry-content h2 {font-size: 20px;	color: #4b7f7f;	margin: 0 0 10px 0;}
.entry-content h3 {font-size: 18px;	color: #4b7f7f;	margin: 0 0 10px 0;}
.entry-content h4 {font-size: 16px; color: #0b2236;	margin: 0 0 10px 0;}
.entry-content h5 {font-size: 14px; color: #0b2236;	margin: 0 0 10px 0;}
.entry-content h6 {font-size: 12px; color: #0b2236; margin: 0 0 10px 0;}

/* 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;}

/* Captions */
.wp-caption { border: 1px solid #ddd; text-align: center; background-color: #f5f5f5; padding-top: 4px; margin-bottom: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-captionp.wp-caption-text { font-size: 12px; line-height: 15px; padding: 0 4px 5px; margin: 0; }
.wp-caption.alignleft { margin: 0px 10px 10px 0px; }
.wp-caption.alignright { margin: 0px 0px 10px 10px; }

.entry-content blockquote {
  width: 450px;
  margin: 15px auto;
  background-color: #f8f8f8;
  padding: 15px;
  font-style: italic;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--            Full Width             --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/


.post-wrap-full {
  width: 911px;
  padding: 16px;
  display: inline-block;
  background: url("images/fullbottom.gif") no-repeat bottom;
}
.post-top-full {
  width: 943px;
  height: 8px;
  background: url("images/fulltop.gif") no-repeat;
}
.post-bottom-full {
  width: 943px;  
  display: inline-block;
  float: left;
  background: url("images/fullbg.gif") repeat-y;
}
.post-wrap-full .entry-title {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

div.helptitle {
  width: 900px;
  height: 31px;
  padding-top: 12px;
  padding-left: 10px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #222;
  background: url("images/help/helptitle.png") no-repeat;
}
div.helptitle:hover {
  cursor: pointer;
}
div.helpbg {
  width: 888px;
  padding: 10px;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  border: 1px solid #cbcbcb;
  border-top: none;
  display: inline-block;
  background: #fff;
}
div.helpleft {
  width: 340px;
  float: left;
}
div.helpimage {
  width: 528px;
  float: right;
  border: 3px solid #398af7;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--               Footer              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.footer {
  width: 100%;
  margin-top: 90px;
  color: #696969;
  font-weight: normal;
  text-align: center;
  display: inline-block;
  clear: both;
}
.footerline {
  width: 100%;
  border-top: 1px solid #fff;
}
.footer a {
  font-weight: bold;
  color: #696969;
}
.footer a:hover {
  color: #333;
  text-decoration: underline;
}
.footer li.page_item {
  float: left;
  padding: 0 10px;
  font-weight: normal;
}
.footer li.page_item a {
  font-weight: normal;
}
.footer .right {
  float: right;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--           Footer Widgets          --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.footerbottom {
  width: 681px;
  height: 30px;
  padding: 16px 15px 5px 0;
  margin-top: -3px;
  clear: both;
  background: url("images/footer-bottom.gif") no-repeat;
}
.footerwidgets {
  width: 654px;
  padding: 20px;
  height: 100%;
  text-align: left;
  border: 1px solid #bbb;
  border-top: 1px solid #d0d0d0;
  border-bottom: none;
  display: inline-block;
  background: #e9e9e9 url("images/footer-bg.gif") repeat-x;
}
.footerwidgets .widget-footer {
  width: 203px;
  padding: 0;
  padding-bottom: 20px;
  margin-right: 20px;
  float: left;
}
.footerwidgets .widget3 {
  margin-right: 0;
}
.footerwidgets .footertitle {
  padding: 0px 0 15px 0px;
  color: #333;
  font: normal 21px "trebuchet MS";
}
.widget-footer ul{
  padding: 0;
}
.widget-footer div {
  padding: 0;
}
.widget-footer li {
  width: 100%;
  color: #6b6b6b;
  display: block;
  padding: 0 0 2px 0;
  background: url("images/footer-spacer.gif") repeat-x bottom;
}
.widget-footer li a {
  padding: 7px 0 8px 23px;
  color: #6b6b6b;
  display: block;
  font-weight: normal;
  background: url("images/list-item.png") no-repeat 10px 12px;
}
.widget-footer li a:hover {
  color: #474747;
  background: #e1e1e1 url("images/list-item.png") no-repeat 10px 12px;
}
.widget-footer .textwidget {
  line-height: 22px;
  color: #777;
}
.widget-footer .widget_search {
  height: 50px;
  margin-bottom: 15px;
}
.widget-footer .widget_search .widget-top {
  display: none;
}
.widget-footer .widget_search .widget-bottom {
  display: none;
}
.widget-footer #searchform #s {
  width: 158px;
  height: 16px;
  padding: 10px;
  font-size: 13px;
  color: #828282;
  display: block;
  float: left;
  border: 1px solid #d3d3d3;
  background: #ececec;
}
.widget-footer #searchform #searchsubmit {
  width: 78px;
  height: 35px;
  float: left;
  font-size: 12px;
  display: block;
  cursor: pointer;
}
.footer-ads {
  padding-bottom: 10px;
}
.footer-ads div {
  padding: 0;
  text-align: left;
}
.footer-ads a {
  padding: 3px;
  margin-right: 3px;
  margin-left: 3px;
  margin-bottom: 3px;
  margin-top: 3px;
  padding-bottom: 0px;
  display: inline-block;
  border: 1px solid #c0c0c0;
}
.footer-ads a:hover {
  padding: 3px;
  padding-bottom: 0px;
  border: 1px solid #a0a0a0;
}
.widget-footer li.recentcomments {
  color: #6b6b6b;
  display: block;
  padding: 5px 0 7px 23px;
  background: url("images/list-item.png") no-repeat 10px 12px;
}
.widget-footer li.recentcomments a {
  color: #6b6b6b;
  display: block;
  font-weight: normal;
  background: none;
}
.widget-footer li.recentcomments a:hover {
  color: #474747;
  background: #e1e1e1;
}
