/*

Theme Name: Speech Buddies Blog

Theme URI: http://www.speechbuddy.com/

Version: 1.0

Description: 2 Column theme, Blue, Gray

Author: First Page Sage

Author URI: http://www.firstpagesage.com

*/

html {
	background:none;
	padding:0;
	margin:0;
}
body {
	
@font-face {
    font-family: 'function_pro_bookbold';
    src: url('functionpro-bold-webfont.eot');
    src: url('functionpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('functionpro-bold-webfont.woff') format('woff'),
         url('functionpro-bold-webfont.ttf') format('truetype'),
         url('functionpro-bold-webfont.svg#function_pro_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'ArchitectsDaughterRegular';
    src: url('ArchitectsDaughter-webfont.eot');
    src: url('ArchitectsDaughter-webfont.eot?#iefix') format('embedded-opentype'),
         url('ArchitectsDaughter-webfont.woff') format('woff'),
         url('ArchitectsDaughter-webfont.ttf') format('truetype'),
         url('ArchitectsDaughter-webfont.svg#ArchitectsDaughterRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'function_pro_bookregular';
    src: url('functionpro-book-webfont.eot');
    src: url('functionpro-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('functionpro-book-webfont.woff') format('woff'),
         url('functionpro-book-webfont.ttf') format('truetype'),
         url('functionpro-book-webfont.svg#function_pro_bookregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
	margin:0;
	color:#333;
}
/** common **/

.smalltext {
	font-size:10px;
}
.clear {
	clear:both;
}
img {
	border:none !important;
}
.linesep {
	border-bottom:#CCC 1px solid;
	margin:20px 0 20px 0;
}
/** post **/

.post {
	margin:10px 20px 20px 20px;
	border-bottom:#CCC 1px solid;
}
.imgfloat {
	float:left;
}
.thumbnail {
	margin:0 30px 20px 0;
}
.imgbrdr {
	border:#CCC 1px solid !important;
	padding:4px;
}
.imgbrdr:hover {
	border:#999 1px solid !important;
}
.commentcount {
	float:right;
	background-image:url(images/commentcount.gif);
	background-repeat:no-repeat;
	width:50px;
	height:35px;
	overflow:hidden;
	padding:0;
	margin:5px 0 0 0;
}
.commentcount p {
	font-size:15px;
	color:#6f6767;
	padding:5px 0 0 0;
	text-align:center;
	margin:0;
}
.floatleft {
	float:left;
	width:200px;
	margin:20px 0 10px 0;
}
.floatright {
	float:right;
	width:200px;
	text-align:right;
	margin:20px 0 10px 0;
}



/** header **/

#header {
	background-image:url(images/bg_repeat2.png);
	background-repeat:repeat-x;
	width:100%;
	height:217px;
	margin:20px 0 0 0;
}
#header .hwidth {
	width:1024px;
	margin:0 auto 0 auto;
}
#logo {
	float:left;
	width:600px;
	height:79px;
	margin:3px 0 5px 17px;
	font-style:italic;
	font-family:"Trebuchet MS", Trebuchet, "Gill Sans MT", sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#999999;
	line-height:24px;
}
#sbu {
	float:right;
	margin:10px 7px 0 0;
}
/** main content **/

#maincontent {
	border:1px solid #DDDDDD;
	box-shadow: 0 1px 6px #DDD;
	padding: 30px 0 0;
	width:940px;
	margin: -7px auto 0px auto;
}
#maincolumn {
	float:left;
	width:640px;
	margin:12px 0 0 2px;
}
#maincolumn .maincolumnmid {
	background-color:#FFF;
	min-height:600px;
	padding:0;
	margin:0;
}
#maincolumn .maincolumntop {
	background-position:bottom;
	background-repeat:no-repeat;
	height:8px;
}
#maincolumn .maincolumnbot {
	background-position:bottom;
	background-repeat:no-repeat;
	height:9px;
}
/** sidebar **/

#sidebar {
	float:right;
	width:240px;
	min-height:200px;
}
#sidebar .sidebarmid {
	background-color:#FFF;
	min-height:200px;
	padding:10px 0 10px 0;
	margin:0;
}
#sidebar .sidebartop {
	background-position:bottom;
	background-repeat:no-repeat;
	height:7px;
}
#sidebar .sidebarbot {
	background-position:bottom;
	background-repeat:no-repeat;
	height:7px;
}
.sidepadding {
	padding:10px 20px 10px 20px;
}
.sidebarlist {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	border-bottom:#CCC 1px solid;
}
.sidebarlist ul {
	padding:0;
	margin:0;
}
.sidebarlist li {
	list-style:none;
	padding:0;
	margin:8px 0 8px 0;
	font-size:13px;
}
.sidebarlist li a {
	color:#0081C6;
	text-decoration:none;
}
.sidebarlist li a:hover {
	color:#666;
}
/** footer **/

#shell_foot {
	clear:both;
	width:100%;
	background:#CCC;
	margin:40px 0 0 0;
}
#shell_foot.subpage {
	position:relative;
	float:left;
	clear:both;
	width:100%;
	background:url(https://www.speechbuddy.com/assets/images/bg_footer_subpage.png);
	height:100px;
}
#shell_foot {
	min-width: 1050px;
}
#foot_wrap {
	width:1050px;
	margin:0 auto;
}
#foot_copy {
	width:600px;
	float:right;
	text-align:right;
	margin-right:15px;
}
#foot_copy p {
	color:#999;
	font-size:11px;
	width:auto;
}
#foot_nav {
	margin-top:20px
}
#foot_nav a, #foot_nav span {
	font-weight:900;
	height:20px;
	display:block;
	padding-top:6px;
}
#foot_nav a.facebook {
	background:url(https://www.speechbuddy.com//assets/images/icnfacebook_bw.png) no-repeat;
	padding-left:24px;
}
#foot_nav a.twitter {
	background:url(https://www.speechbuddy.com//assets/images/icntwitter_bw.png) no-repeat;
	padding-left:24px;
}
#foot_logo {
	position:relative;
	float:left;
	margin:15px;
}
#foot_nav {
	position:relative;
	float:right;
	margin:20px 0 0 25px;
	padding:0;
}
#foot_nav ul {
	position:relative;
	padding:0;
	margin:0;
}
#foot_nav ul li {
	position:relative;
	display:inline;
	float:left;
	margin:0 15px 0 0;
	font-size:11px;
	color:#666;
}
#foot_nav ul li a {
	color:#666;
	font-size:11px;
}
/** pagination **/

#pagination {
	margin:20px 20px 20px 20px;
}
/** comments **/

#comments-title {
	font-family:'futura_std_bookregular',Helvetica,serif;
	font-size:22px;
	line-height:28px;
	color:#4d4747;
	padding:10px 0 10px 0;
	margin:0;
	border-top:#CCC 1px solid;
}
.nopassword, .nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist, .page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist a {
	color:#0989b9 !important;
	text-decoration:none;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus, .comment-meta a:active, .comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover, a.comment-reply-link:focus, a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}
/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus, .commentlist > li.bypostauthor .comment-meta a:active, .commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}
/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment, .page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}
/* Comment Form */
#respond {
	background: #F0F0F0;
	border: 1px solid #F0F0F0;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 92%;
}
#respond input[type="text"], #respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	box-shadow: inset 0 1px 3px rgba(204, 204, 204, 0.95);
	position: relative;
	padding: 10px 2px 6px 2px;
	text-indent: 5px;
}
#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url, #respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label, #respond .comment-form-email label, #respond .comment-form-url label, #respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	box-shadow: 1px 2px 2px rgba(204, 204, 204, 0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus, #respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 98%;
}
#respond .comment-form-author .required, #respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	top: 45px;
	z-index: 1;
}
#respond .comment-notes, #respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 20px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#respond input#submit {
	background: #66C3B5;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	color: #333;
	cursor: pointer;
	font-size: 14px;
	margin: 0px 0px;
	padding: 6px 12px 5px 12px;
	position: relative;
	left: 410px;

}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover, #respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus, #cancel-comment-reply-link:active, #cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 1em;
}
#respond input[type=text] {
	display: block;
	height: 14px;
	width: 45%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/** caption **/
.wp-caption {
	background: #fff;
	border: 1px solid #fff;
	max-width: 100%; /* Image does not overflow the content area */
	padding:8px 8px 0px 0px;
	margin:20px auto 20px auto;
	text-align: right;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin:0;
	max-width: 100%;
	padding:0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size:10px;
	line-height:14px;
	margin:0;
	padding:2px;
}
/** navigation **/

#shell_nav {
	float:left;
	clear:both;
	width:100%;
	height:31px;
}
#shell_nav #nav {
	width:100%;
	height:31px;
	margin:0;
	padding:0; /* background:url(images/bg_nav_sprite3.png) 0 0 no-repeat; */
}
#shell_nav #nav li {
	display:inline;
	text-indent:-99999px;
	cursor:pointer;
	position:relative;
	float:left
}
#shell_nav #nav li a {
	float:left;
	outline:none;
	width:125px;
	height:0;
	overflow:hidden;
}
#shell_nav #nav li a {
	background-image:url(images/bg_nav_sprite3.png);
	background-repeat:no-repeat;
	height:31px
}
#shell_nav #nav li#nav00 {
	margin:0 0 0 0;
	width:71px;
} /* HOME */
#shell_nav #nav li#nav01 {
	margin:0 0 0 0;
	width:149px
} /* PRODUCT INFORMATION */
#shell_nav #nav li#nav02 {
	margin:0 0 0 0;
	width:93px
} /* FOR PARENTS */
#shell_nav #nav li#nav03 {
	margin:0 0 0 0;
	width:157px
} /* FOR SPEECH THERAPISTS */
#shell_nav #nav li#nav04 {
	margin:0 0 0 0;
	width:79px
} /* PURCHASE */
#shell_nav #nav li#nav05 {
	margin:0 0 0 0;
	width:87px
} /* CONTACT US */
#shell_nav #nav li#nav06 {
	margin:0 0 0 0;
	width:78px
} /* SOLUTIONS */
#shell_nav #nav li#nav00 a {
	background-position: 0 0;
	width:100%;
} /* BLOG */
#shell_nav #nav li#nav07 {
	margin:0 0 0 0;
	width:51px
}
#shell_nav #nav li#nav01 a {
	background-position: -71px 0;
	width:100%
}
#shell_nav #nav li#nav02 a {
	background-position: -220px 0;
	width:100%
}
#shell_nav #nav li#nav03 a {
	background-position: -313px 0;
	width:100%
}
#shell_nav #nav li#nav04 a {
	background-position: -470px 0;
	width:100%
}
#shell_nav #nav li#nav05 a {
	background-position: -549px 0;
	width:100%
}
#shell_nav #nav li#nav06 a {
	background-position: -636px 0;
	width:100%
}
#shell_nav #nav li#nav07 a {
	background-position: -714px 0;
	width:100%
}
#shell_nav #nav li#nav00 a:hover {
	background-position: 0 -31px;
}
#shell_nav #nav li#nav01 a:hover {
	background-position: -71px -31px;
}
#shell_nav #nav li#nav02 a:hover {
	background-position: -220px -31px;
}
#shell_nav #nav li#nav03 a:hover {
	background-position: -313px -31px;
}
#shell_nav #nav li#nav04 a:hover {
	background-position: -470px -31px;
}
#shell_nav #nav li#nav05 a:hover {
	background-position: -549px -31px;
}
#shell_nav #nav li#nav06 a:hover {
	background-position: -636px -31px;
}
#shell_nav #nav li#nav07 a:hover {
	background-position: -714px -31px;
}
/** subscribe box **/

#subscribebox {
	width:200px;
	color:#666;

}

#subscribebox p {
	font-size:15px;
	padding:0;
	margin:14px 0 3px 0;
	color: #666
}
.subscribetext {
	font-size:12px;
	padding:3px;
	color:#999;
	width:148px;
	margin:0 6px 0 0;
	border:#CCC 1px solid;
}
.subscribebutton {
	font-size:12px;
	background-color:#66C3B5;
	color:#3C3C3C;
	border:none;
	padding:3.5px 8px;
	border-radius:3px;
}

input, textarea, .uneditable-input {
    margin-left: 0;
    margin-top: -8px;
}


#sidespacing{
	margin: 0 0 40px 0;
}

#follow{
	margin: 10px 0 4px 0;
}

form {
    margin: 0 0 30px;
}

.sb-footer ul {
    margin: 0 18px;
    padding: 0;
}

.offset9 {
    margin-left: 540px;
}

.sb-footer p {
    margin: 0 18px;
    text-align: right;
}

.sb-footer {
    font-size: 10px;
    padding-bottom: 25px;
    padding-top: 40px;
}

/** search **/
#searchbox {
	width:190px;
	height:40px;
	padding:0;
	margin:10px 0 20px 0;
}
.sinputbox {
	background:#f7f7f7;
	border:#a2a1a1 1px solid;
	color:#a2a1a1;
	font-size:12px;
	padding:0;
	width:140px;
	height:28px;
	margin:8px 8px 0 0;
}
.searchbutton {
	background:#66C3B5;
	border:#66C3B5 1px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3C3C3C;
	width:50px;
	height:30px;
	padding:0 4px;
	margin:0;
	border-radius:3px;
}
.searchbutton:hover {
	background:#919191;
	border:#919191 1px solid;
	cursor:pointer;
}