/*
Theme Name: neulane
Theme URI: 
Version: 1.0
Description: Stylish 2-3 column wp theme
*/

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--            Main Layout            --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

body {
  font: normal 12px arial, tahoma, verdana;
  text-align: center;
  color: #000;
  background: #d3d3d3 url("images/bg.jpg") repeat-x;
}
.wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  background: url("images/background.jpg") no-repeat center top;
}
.marginauto {
  width: 942px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
}
.content {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  background: url("images/content-bg.gif") repeat-y center;
}
.banner {
  height: 172px;
  text-align: left;
}
.post-wrap {
  width: 641px;
  padding: 10px;
  float: left;
}
.sidebar-wrap {
  width: 272px;
  padding: 0 0 0 9px;
  float: right;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--             Defaults              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

* {padding: 0; margin: 0;}
a {text-decoration: none; color: #336699;}
a:hover { color: #ff0000; }
img {border: none;}
li {list-style: none;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

h1 {color: #22a1c0;}
h2 {color: #a8a8a8; font-size: 20px;}
p { color: #787878; line-height: 19px;}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--       Banner(Topbars,Logo)        --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.logo {
  padding-top: 47px;
  clear: both;
  margin: 0 auto;
}
.logo span {
  display: block;
  clear: both;
  line-height: 3px;
  font-size: 13px;
  color: #aecde3;
  font-weight: normal;
}

.categories-left {
  width: 6px;
  height: 39px;
  float: left;
  background: url("images/pages-left.gif") no-repeat;
}
.categories-right {
  width: 7px;
  height: 39px;
  float: left;
  background: url("images/pages-right.gif") no-repeat;
}
.dropdown-categories {
  height: 38px;
  display: block;
  background: url("images/categories-bg.gif") repeat-x;
}
.topbars {
  padding: 6px 12px 12px 6px;
  clear: both;
}
.search {
  height: 30px;
  padding: 10px 0px 4px 5px;
  color: #6d6d6d;
  display: block;
  float: right;
}
.search a {
  color: #6d6d6d;
}
.topbars form.search{ padding: 0px; margin: 2px 0px 10px; background: none; border: none; font-style: italic;}
.topbars input.search{float: left; padding:0px; margin:0px; background: none; border: none; font-style: italic;}
.topbars input.search_button{float: right; margin-left: 5px;}

.subscribe {
  height: 27px;
  padding: 12px 30px 0 0;
  color: #6d6d6d;
  display: block;
  float: right;
  background: url("images/subscribe.gif") no-repeat right center;
}
.subscribe a {
  color: #6d6d6d;
}
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--              Post                 --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.post {
  display: inline-block;
  color: #474747;
}
.post span.meta {
  color: #9a9a9a;
}
.entry-content {
  padding-top: 7px;
  line-height: 21px;
  color: #2f2f2f;
}
.post img.border {
  margin-right: 10px;
  padding: 7px;
  background: #ebebeb;
}
.entry-title {
  margin-bottom: 2px;
  font: 16px/18px sans-serif;
  color: #1a5f9f;
}
.entry-title a {
  color: #1a5f9f;
}
.readmore {
  color: #169db8;
  font-style: italic;
  text-decoration: underline;
}
.readmore:hover {
  color: #0a6577;
  text-decoration: none;
}
.post-comments {
  width: 49px;
  height: 35px;
  color: #6b92a9;
  padding-top: 6px;
  text-align: center;
  font: bold 16px arial;
  display: block;
  float: right;
  background: url("images/comments.gif") no-repeat;
}
.hr {
  height: 1px;
  margin: 10px 0;
  background: #ebebeb;
  clear:both;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--            Front Page             --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.indexposts {
  width: 421px;
  float: left;
}
.middlewidget {
  width: 200px;
  padding: 0 5px 0 5px;
  float: right;
}
.showcase {
  width: 401px;
  padding: 10px;
  margin-bottom: 25px;
  background: #ebebeb;
}
.showcase img {
  margin-bottom: 7px;
}
.smallindex img {
  padding: 5px;  
  margin-right: 5px;
  float: left;
  background:#ffffff;
}
.smallindex {
  margin-bottom: 15px;
}
.smallindex .entry-content {
  padding: 0;
}
.smallindex span {
  color: #9a9a9a;
}

.middle {
  width: 174px;
  padding: 5px 13px;
  background: url("images/middle-bg.gif") repeat-y;
}
.middle-title {
  width: 200px;
  padding-bottom: 8px;
  color: #5e5e5e;
  font-size: 17px;
  background: #fff url("images/middle-top.gif") no-repeat bottom;
}
.middlebottom {
  width: 200px;
  height: 5px;
  margin-bottom: 19px;
  background: url("images/middle-bottom.gif") no-repeat;
}
.middle li {
  padding: 7px 0 7px 12px;
  background: url("images/middle-button.gif") no-repeat 0 12px;
}
.middle li a {
  color: #898989; 
}
.middle li a:hover {
  color: #444;
}

/* WORDPRESS DEFAULT STYLESHEET FOR styles/images*/
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; clear: both; margin-top: 10px; margin-bottom: 10px; }
#single img { padding: 7px; }
.alignleft { float: left; margin: 5px 10px 0 0; }
.alignright { float: right; margin: 5px 0 0 10px; }
#single .wp-caption { text-align: center; padding: 7px 3px; border: 1px solid #ccc; }
#single .wp-caption img, .wp-caption a img { border: 0; padding: 0; background-color: #fff; border: 1px solid #ccc; }
#single .wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 5px 0 0; margin: 0; font-weight: 900; font-style: italic; }
a:hover img.alignleft, a:hover img.alignright { border: 0; }

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--              Sidebar              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.widgettitle {
  width: 253px;
  height: 30px;
  padding: 8px 0 0 10px;
  color: #5e5e5e;
  font: bold 16px "trebuchet MS";
  text-transform: uppercase;
  background: url("images/widget-title.gif") no-repeat;
}
.widget ul {
  padding: 10px;
}
.widget div {
  padding: 10px;
}
.widget li {
  padding: 10px 0 10px 17px;
  background: url("images/widget-button.gif") no-repeat 0 11px;
}
.widget li a {
  color: #717171;
}
.widget li a:hover {
  color: #333;
}
.textwidget {
  color: #6f6f6f;
  line-height: 22px;
}
.widget_tag_cloud a {
  padding: 4px;
  margin: 3px;
  color: #717171;
  line-height: 40px;
}
.widget_tag_cloud a:hover {
  color: #fff;
  background: #6a8ebe;
}
#searchform #s {
  width: 165px;
  height: 15px;
  padding: 4px;
  font-size: 12px;
  border: 2px solid #d4d4d4;
  background: #fff;
}
#searchform #searchsubmit {
  padding: 1px;
  font-size: 12px;
}


.advertisement {
  padding-bottom: 10px;
}
.advertisement img {
  padding: 2px;
  border: 1px solid #c7c7c7;
  background: #fff;
}
.advertisement img:hover {
  border: 1px solid #a0a0a0;
}

/* next previous */

.previous a {
	float:left;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-older.gif) no-repeat 0 0;
	overflow:hidden;
}
.previous a:hover {
	background:url(images/link-older.gif) no-repeat 0 -33px;
}
.next a {
	float:right;
	width:93px;
	height:33px;
	text-indent:-400px;
	background:url(images/link-newer.gif) no-repeat 0 0;
	overflow:hidden;
}
.next a:hover {
	background:url(images/link-newer.gif) no-repeat 0 -33px;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--       Comments and Gravatar       --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.commentlist {
  width: 604px;
  padding: 15px;
  margin: 0;
  clear: both;
  float: right;
}
li.comment{
  margin: 0;
  font-size: 13px;
  color: #333;
  clear: both;
  float: right;
}
.prop {
    height:40px;
    float:right;
    width:1px;
}
.pingback{
  margin: 0;
  font-size: 13px;
  color: #333;
  clear: both;
}
.pingback a{
   margin-left: 5px;
   color: #333;
   font-style:normal;
}
.trackback{
  margin: 0;
  font-size: 13px;
  color: #333;
  clear: both;
}
.trackback a{
   margin-left: 5px;
   color: #333;
   font-style:normal;
}
.comment-meta {
  height: 36px;
  font-size: 14px;
  color: #8f8f8f;
  font-family: tahoma;
  background: url("images/commentbar.gif") repeat-x;
}
.comment-meta span{
  padding: 10px 10px 0 0;
  color: #8f8f8f;
  font-family: tahoma;
}
li div.comment-meta .author{
  height: 26px;
  padding: 10px 7px 0 7px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  font-family: Georgia;
  float: left;
  color: #666;
  background: url("images/usercomment.gif") repeat-x;
}
li div.comment-meta .author a{
  color: #175084;
}

#respond {
  padding-left: 15px;
  padding-right: 15px;
  color: #333;
  clear: both;
}
#respond a{
  font-size: 13px;
  font-weight: bold;
}

#cancel-comment-reply{
  clear: both;
  
}
#cancel-comment-reply a{
  color: #175084;
  text-decoration: underline;
  font-style: italic;
}
li.depth-1{
  width: 100%;
}
li.depth-2{
  width: 90%;
}
li.depth-3{
  width: 80%;
}
li.depth-4{
  width: 70%;
}
li.depth-5{
  width: 60%;
}
li.depth-6{
  width: 50%;
}
li p {
  clear: both;
  font: normal 12px/1.4 helvetica,arial,sans-serif;
  margin:0 0 1em;
  color: #333;
  line-height: 18px;
}
li.comment a{
  color: #000;
}

li .gravatar-wrap {
  width: 45px;
  height: 45px;
  padding: 5px;
  position:absolute;
  left:0px;  
  top:0px;
  background: #ececec;
}
.gravatar-text {
  height: 1%;
  margin: 10px 0;
  padding: 0 0 0 70px;
  position: relative;
}
li .comment-reply {
  float: right;
  padding: 5px;
}
li .comment-reply a {
  width: 56px;
  height: 27px;
  color: #175084;
  text-decoration: underline;
  font-style: italic;
  display: block;
  background: url("images/reply.gif") no-repeat;
}

#leaveareply {
  color: #175084;
}
#comments {
  color: #175084;
  font-size: 20px;
  margin-bottom: 15px;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--           Comment Form            --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

textarea#comment {
  padding: 20px;
  margin-top: 10px;
  overflow:auto; 
  color: #000;
  border: 1px solid #d1d1d1;
  background-color: #f8f6f6;
}
#commentform input {
  width: 197px;
  height: 20px;
  padding: 5px;
  float: left;
  color: #000;
  border: none;
  background: url("images/input.gif") no-repeat;
}
#commentform label {
  color: #444;
  font-size: 12px;
  padding-top: 5px;
  padding-left: 5px;
  display: inline-block;
}
#commentform p {
  clear: both;
}
#commentform a {
  color: #555;
}
#commentform div {
  padding-top: 7px;
  clear: both;
}
#commentform input#submit {
  width: 80px;
  height: 33px;
  margin-bottom: 10px;
  display: inline-block;
  border: none;
  background: url("images/submit.gif") no-repeat;
}


/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--             Elements              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.entry-content { color: #474747; line-height: 16px;}
.entry-content p { color: #474747; margin-bottom: 16px;}
.entry-content h1 {font-size: 16px;	color: #0b2236;	margin: 5px 0 5px 0;}
.entry-content h2 {font-size: 14px;	color: #0b2236;	margin: 5px 0 5px 0;}
.entry-content h3 {font-size: 16px;	color: #0b2236;	margin: 5px 0 5px 0;}
.entry-content h4 {font-size: 14px; color: #0b2236;	margin: 5px 0 5px 0;}
.entry-content h5 {font-size: 12px; color: #0b2236;	margin: 5px 0 5px 0;}
.entry-content h6 {font-size: 10px; color: #0b2236; margin: 5px 0 5px 0;}

.entry-content blockquote {
  width: 450px;
  margin: 15px auto;
  background-color: #f8f8f8;
  padding: 15px;
  font-style: italic;
}

/* 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;}

.pagination {
  padding: 10px;
}
.pagination a {
  margin: 0 10px;
}

/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/
/*--               Footer              --*/
/*-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --*/

.footer {
  width: 932px;
  height: 25px;
  padding-left: 10px;
  padding-top: 15px;
  margin: 0 auto;
  color: #5b5b5b;
  font-weight: bold;
  text-align: left;
  clear: both;
  background: url("images/content-bottom.gif") no-repeat top;
}

*, :active, :focus 
{
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: 0px;
}

#toTop 
{
position: fixed;
bottom: 80px;
right: 80px;
cursor: pointer;
background-color: transparent;
background-image: url("images/totop.png");
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0% 0%;
text-indent: -9999px;
width: 51px;
height: 51px;
}
a#toTop:hover, a#toTop:focus, a#toTop:active{
	color:#fff;
	text-decoration:none;
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/
/*- CLEARFIX --- * I prefer not to touch this code, I don't recommend you do so either, it works... so don't fix whats working ;) * -*/
/*-----------------------------------------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{background: none; border: 0; clear: both; display: block; float: none; font-size: 0; list-style: none;	margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}

