/*
Theme Name: AdaptMy
Theme URI: 
Description: 
Version: 2 (WP2.6.2)
Author: 
Author URI: 
Tags: 
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

.blog .post .title {
	color:#022B47;
	font-size:17px;
	font-weight:bold;
	vertical-align: middle;
}

.blog p {
	margin-top: 12px;
	margin-bottom: 12px;
}

.blog .post .commentsLink,
.blog .post .tag {
	margin-top: 10px;
	margin-bottom: 10px;
}

.posts .nav .next {
	float: right;
	padding: 10px;
}

.posts .nav .prev {
	float: left;
	padding: 10px;
}

.social {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #6E5D4A;
	border-bottom: 1px solid #6E5D4A;
}

.leftBar {
	float: left;
	width: 460px;
	padding: 10px;
	border-right: 1px solid #6E5D4A;
}

#PrintBody .leftBar {
	padding: 0px;
	width: 700px;
	border-right: none;
}

#PrintBody .sidebar {
	display: none;
}

#PrintBody .social {
	display: none;
}

#PrintBody .posts .nav {
	display: none;
}

#PrintBody #Center {
	margin: 0px;
}

.sidebar {
	float: right;
	padding: 10px;
	width: 215px;
	margin: 0;
}

.sidebar .widgettitle {
	margin-bottom: 10px;
}

.sidebar .widget {
	margin-bottom: 30px;
}

#commentform label {
	float: left;
	width: 280px;
	clear: left;
}

#commentform input {
	float: left;
	width: 160px;
}

.comments li .avatar {
	float: left;
}

.comments li .commentContent {
	margin-left: 36px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#respond {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #6E5D4A;
}

#comment {
	width: 100%;
}

.sidebar ul.children {
	margin-left: 20px;
}

.blog form {
	display: block;
}

.social {
	display: block;
	height: 24px;
	line-height: 22px;
}

.social li {
	display: block;
	vertical-align: middle;
	float: left;
	margin: 0px;
	padding: 0px;
	margin-right: 22px;
	height: 24px;
	line-height: 22px;
}

.social li .stumbleupon {
	text-decoration: none;
	font-size: 10px;
}

.social li .stumbleupon img {
	vertical-align: middle;
}

.social li .digg {
	text-decoration: none;
	font-size: 10px;
}

.social li .digg img {
	vertical-align: middle;
}

.social li .reddit {
	text-decoration: none;
	font-size: 10px;
}

.social li .reddit img {
	vertical-align: middle;
	padding-bottom: 3px;
}

.social .twitter {
	padding-top: 5px;
}

.social .twitter div {
	display: inline;
	position: static;
}

.social .tweetmeme_button iframe {
	width: 75px;
}

.social .fb_share_count_nub_right {
	display: none;
	float: left;
}

.social .FBConnectButton_Small {
	margin-top: 4px;
	background-position: right -440px;
}

.social .FBConnectButton_Small .FBConnectButton_Text {
	margin-left: 0px;
	margin-right: 17px;
}

.social .facebook div {
	display: inline;
	position: static;
}


.separate-posts1 {
background-color: #000000;
border:0 none;
height:1px;
width:90%;
}

.separate-posts2 {
margin-top: 20px;
margin-bottom: 20px;
background-color: #000000;
border:0 none;
height:1px;
width:90%;
}

.post-bullets {
margin-left:20px;
}



.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #ffffff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 15px;
   padding: 0 4px;
   margin: 0;
}

