/*
Theme Name: yoursite.com
Author: YourTheme
Author URI: yoursite.com
Version: 1.0
License: GNU General Public License
*/

/* browser reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
  background: #f3f3f3;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
}
html, body {
  height: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote: before, blockquote: after,
q: before, q: after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
  color: #d42025;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration:  line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clear {
  clear: both;
}
/* floating */

.left,.alignleft  { float: left!important; } 
.right,.alignright { float: right!important;}

/* text aligments */

.text-left { text-align: left!important; }
.text-right { text-align: right!important; }
.text-center,.aligncenter { text-align: center!important; }

/* go structure */

#wrapper { 
  min-height: 100%;
  height: auto !important; 
  height:100%;
}

.inner {
  width: 946px;
  margin: 0 auto;
}

/* start header */

#header{
  background: url(images/header-bg.png) repeat-x 0 0;
  height: 101px;
}	
#header #logo {
  float: left;
}
#header #logo a {
  background: url(images/logo.png) no-repeat 0 0;
  width: 364px;
  height: 49px;
  display: block;
  margin: 15px 0 0 5px;
}

/* start search */

.search_form {
  background: url(images/search-bg.png) no-repeat 0 0;
  width: 302px;
  height: 36px;
  float: right;
  margin: 21px 0 0 0;
}
 .search_form  #searchform .form-line label {
  display: none;
}
.search_form  #searchform .form-line #s {
  border: none;
  background: none;
}
.search_form  #searchform  .form-line  {
  padding: 9px 5px 8px 11px;
  width: 252px;
  float: left;
}
.search_form  #searchform  .form-line  input {
  width: 252px;
}
.search_form  #searchform .submit-line {
  width: 34px;
  float: right;
  padding: 7px 0;  
}
.search_form  #searchform .submit-line input {
  cursor: pointer;
  width: 26px;
  height: 22px;
  border: none;
  background: url(images/search-buttom.png) no-repeat 0 0;
}  
.entry-summary p,
.entry-meta {
  color: #000;
  font: normal 14px/23px Arial, sans-serif;
  padding-top: 10px;
}

/* content headers */

.title-for-post {
  font: normal 24px Arial, sans-serif;
  color: #000;
  margin: 0 0 10px 0;
}
.title-for-post a{
  display: block;
  color: #000;
  text-decoration: none;
}
h1.page-title {
 font: bold 26px Arial, sans-serif;
  color: #000;
  margin: 0 0 10px 0;
}
h1.page-title a {
  color: #000;
  text-decoration: none;
}
h2.entry-title {
  font: normal 24px Arial, sans-serif;
  color: #000;
  margin: 0 0 10px 0;
}
h2.entry-title a{
  color: #000;
  text-decoration: none;
}

/* start content */

#container {
  padding-bottom: 62px;
}
.content-bg{
  width: 630px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  background: #fff url(images/content-bg.png) repeat-x 0 bottom;
}
.content {
  width: 630px;
  float: left;
}	
.post-time {
  width: 86px;
  float: left;
  text-align: center;
}
.post-time  .day {
  font: normal 42px Arial;
  color: #d42025;
}
.post-time .month-year {
  font: normal 10px Arial;
  color: #949494;
  background: url(images/date-bg.png) no-repeat 0 0;
  width: 54px;
  height: 17px;
  padding: 7px 0 0 0;
  margin: 0 auto;
}
.text-content {
  float: right;
  width: 524px;
  padding: 0 20px 0 0;
}
.text-content p {
  color: #000;
  font: normal 14px/23px Arial, sans-serif;
  padding-top: 10px;
}
.text-content ul li,
.text-content ol li,
.post-content ul li,
.post-content ol li   {
  font: normal 14px/23px Arial, sans-serif;    padding: 0 0 10px 0;
}
.text-content ul,
.text-content ol,
.post-content ul,
.post-content ol {
  margin: 0 0 0 20px;
}
.content-entry  {
  background: url(images/blog-post-bg.png) no-repeat 0 bottom;
  padding: 20px 0 35px 0;
} 
.content-entry:last-child,
.single .content-entry {
  background: none;
}
.more-link {
  display: block;
  width: 100px;
  margin: -20px 0 -20px 0;
}
.comment-number{
  color: #949494;
  font: normal 13px Arial, sans-serif;
  width: 110px;
  float: right;
  margin-top: 20px;
}
.number-comments {
  background: url(images/comment-bg.png) no-repeat 0 0;
  font: normal 13px Arial, sans-serif;
  height: 20px;
  width: 30px;
  display: block;
  color: #727272;
  text-align: center;
  float: right;
}
.nav-page {
  height: 80px;
  width: 630px;
}
.prev-page a {
  float: left;
}
.next-page a {
  float: right;
}
.next-page a, .prev-page a {
  display: block;
  background: url(images/nav-bg.png) no-repeat 0 0;
  width: 220px;
  text-align: center;
  font: bold 16px Arial, sans-serif;
  padding: 7px 0 0 0;
  height: 30px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  margin: 23px 0 0 0;
}
.post-content {
  padding: 0 20px 20px 20px;
}
.post-content p {
  color: #151213;
  font: normal 14px/23px Arial, sans-serif;
  padding: 10px 0 10px 0;
}
.tags {
  width: 100%;
}
.tags ul li {
  list-style-type: none;
  float: left;
  background: url(images/tags-li-bg.png) no-repeat right 0; 
  padding: 0 3px 0 0;
  height: 28px;
  font: normal 13px Arial, sans-serif;
  margin: 0 0 0 1px;
}
.tags ul li  a {
  background: url(images/tags-a-bg.png) no-repeat 0 0; 
  display: block;
  color: #727272;
  padding: 6px 8px 0 14px;
  text-decoration: none;
  height: 22px;
}
.tags span {
  float: left;
  margin: 5px 5px 0 0;
  font: bold 13px Arial, sans-serif;
}
.date-post {
  font: bold 13px Arial, sans-serif;
  color: #151213;
  float: left;
}
.date-post span {
  font-weight: normal;
  color: #949494;
}
.social {
  float: right;
  text-align: left;
}
.date-end-social {
  padding: 15px 0 44px 5px; 
}
.commentlist li {
  background: url(images/blog-post-bg.png) no-repeat 0 bottom;
  padding: 10px 0 35px 0;
  list-style-type: none;
} 
.commentlist li:last-child {
  background: none;
  padding: 10px 0 20px 0;
}
.comment-content {
  padding: 0 20px;
  font: normal 13px Arial, sans-serif;
  color: #151213;
}
.comment-content p {
  font: normal 14px/18px Arial, sans-serif;
  color: #727272;
}
.comment-meta {
  padding: 10px 20px 0 20px;
  font: normal 11px Arial, sans-serif;
  color: #949494;
}
#reply-title {
  font: normal 24px Arial, sans-serif;
  color: #949494;
  padding: 30px 10px 20px 5px;
}
#commentform {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #e7e7e7;
  border-radius: 5px;
  clear: both;
  margin: 0 0 20px 0;
}
#commentform input {
  background: none;
  border: none;
}
#author, #email {
  padding: 6px;
  width: 289px;
  color: #8d8d8d;
  font: normal 13px Arial, sans-serif; 
}
.comment-form-author {
  width: 301px;
  height: 32px;
  background: url(images/input-bg.png) no-repeat 0 0;
  float: left;
  margin: 9px 0 0 10px;
}
.comment-form-email {
  width: 301px;
  height: 32px;
  background: url(images/input-bg.png) no-repeat 0 0;
  float: right;
  margin: 9px 10px 0 0;
}
.form-submit {
  margin: 10px 0 0 0;
  clear: both;
  height: 37px;
  padding: 0 0 10px 0;
}
#comment {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  -moz-box-shadow: inset 0 0 5px #cfcfcf;
  -webkit-box-shadow: inset 0 0 5px#cfcfcf;
  box-shadow: inner 0 0 5px #cfcfcf; 
  width: 600px;
  height: 74px;
  margin: 11px 0 0 10px;
  padding: 8px 0 0 8px;
  max-width: 600px;
  color: #8D8D8D;
  font: normal 13px Arial, sans-serif;
  position: relative;
}
#submit {
  background: url(images/send-bg.png) no-repeat 0 0 !important;
  width: 100px;
  height: 37px;
  color: #fff;
  font: normal 16px Arial, sans-serif;
  float: right;
  margin: 0 10px 0 0;
}
.google-comments-link {
  width: 105px;
  height: 32px;
  display: block;
  float: left;
  margin: 0 2px;
}
.socials p {
  float: left;
  width: 105px !important;
  margin: 0 2px 0 92px;
}
#commentform .fb_iframe_widget span {
  height: 32px !important;
  width: 105px !important;
  
}
.fb_iframe_widget iframe {
  width: 105px !important;
  height: 32px !important;
}
.login_withtxt {
  width: 80px;
  float: left;
  padding: 6px 0 0 0;
  margin: 0 0 0 8px;
  color: #727272;
  font: normal 13px Arial, sans-serif;
}
.login_withtxt_butt,
.login_withtxt_butt2 {
  width:105px;
  margin: 0 2px;
  float: left;
  height: 32px;
}
.auth-loginlink {
  background: url(images/facebook-hover.jpg) no-repeat 0 0;
  display: block;
  width:105px;
  height: 32px;
}

.login_google {
  background: url(images/google-hover.jpg) no-repeat 0 0;
  display: block;
  width:105px;
  height: 32px;
}
.login_midbg {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 1;
}
.socials {
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 10;
  opacity: 0;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#commentform {
  position: relative;
}
/* start sidebar */

#sidebar {
  float: right;
  width: 300px;
  margin: 0 0 0 14px;
}
#sidebar .widget_recent_entries  {
  margin: 30px 0 0 0;
}
#sidebar .widget_recent_entries  h3 {
  color: #8d8d8d;
  font: normal 18px Arial, sans-serif;
  margin: 0 0 10px 0;
}
#sidebar .widget_recent_entries ul {
  background:#FFFFFF url(images/content-bg.png) repeat-x 0 bottom;
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}
#sidebar .widget_recent_entries ul li {
  list-style-type: none;
  border-bottom: 1px dotted #e1e1e1;
  font: normal 14px Arial, sans-serif;
  padding: 17px 0 13px 30px;
  background: url(images/arrow.png) no-repeat 12px center;
}
#sidebar .widget_recent_entries ul li a:hover {
  text-decoration: underline;
}
 #sidebar .widget_recent_entries ul li a {
  color: #151213;
  text-decoration: none;
  display: block;
 }
.social-bg {
  background: url(images/social-bg.png) no-repeat 0 0;
  width: 285px;
  height: 45px;
  padding: 12px 0 0 13px;
}
#alt-login-methods, .opacity {
  opacity: 0;
}
#alt-login-methods.nopacity {
  opacity: 1;
}
.banner {
  background: url(images/banner-bg.png) no-repeat 0 0;
  height: 71px;
  width: 300px;
  display: block;
}
.banner-center {
  background: url(images/banner-center-bg.png) repeat-y 0 0;
  padding: 0 12px;
  display: block;
  width: 276px;
  
}
.banner-center  p {
  font: normal 14px Arial, sans-serif;
  color: #646364;
  padding-bottom: 5px;
}
.banner-bottom {
  background: url(images/banner-bottom-bg.png) no-repeat 0 0;
  width: 300px;
  height: 6px;
  display: block;
}
.fb_link {
  margin: 0 0 0 10px;
}
.google-avatar img,
.fb_link img {
  padding: 5px;
  border: 1px solid #949494 !important;
  float: left;
}
#fb-msg {
  color: #444444;
  font: 14px/23px Arial, sans-serif;
  padding: 40px 20px 0 20px;
  display: block !important;
  text-align: center;
}
#fb-user {
  border: none !important;
}
#sfc_comm_send {
  padding: 0 0 10px 10px;
}
.google-auth-comment {
  color: #444444;
  font: 14px/23px Arial, sans-serif;
  text-align: center;
  display: block !important;
  padding: 10px 20px 0 20px;
}
/* start footer */

#footer {
  height: 30px;
  background: url(images/footer-bg.png) repeat-x 0 0;
  padding: 32px 0 0 0;
  position: relative;
  margin-top: -62px; 
  clear: both;
  overflow: hidden;} 
  }
#footer .bottom-menu {
  width: 630px;
  float: left;
}
#footer .bottom-menu li {
  float: left;
  font: normal 13px Arial, sans-serif;
  padding: 0 30px 0 0;
  list-style-type: none;
}
#footer .bottom-menu li a {
  color: #242122;
  text-decoration: none;
}
#footer .bottom-menu li a:hover {
  text-decoration: underline;
}
#sidebar-footer {
  width: 630px; 
}
#footer .copyright {
  float: right;
  color: #8d8d8d;
  font: normal 12px Arial, sans-serif; 
}
.plugin #providers .provider #button_facebook {
  background-image: url("images/facebook.jpg")!important;
  height: 105px!important;
  width: 32px!important;
}
.plugin #providers .provider #button_facebook:hover {
  background-image: url("images/facebook-hover.jpg") !important;
}
.plugin #providers .provider #button_google{
  background-image: url("images/google.jpg")!important;
  height: 105px!important;
  width: 32px!important;
}
.plugin #providers .provider #button_google:hover {
  background-image: url("images/google-hover.jpg")!important;
}
.hide {
  display: none !important;
}
.padding {
  padding-top: 20px;
}
.content-entry .search_form {
  float: left !important;
}