/*
Theme Name: Clariity
Theme URI: http://clariity.com
Description: Clariity
Author: Mike Wu
Version: 1.0
*/

	/* Global White Space Reset - Hat Tip: Andrew Krespanis of http://leftjustified.net/  */
* {
	padding: 0;
	margin: 0;
}

p,pre,blockquote,label,ul,ol,dl,fieldset,address {
	margin: 0 0 1em;
}

ul {
	margin-bottom: 1em;
}

ul li {
	margin-bottom: .5em;
}


ol {
	padding-left: 2em;
	margin-left: 2em;
	margin-bottom: 1em;
}

ol li {
	margin-bottom: .5em;
}

/* End GWR */ /* Custom Styles
-------------------------------------------------------- */

body {
	font: 12px  Verdana, Helvetica, sans-serif;
}

/* Tables - table, tr, th, td
-------------------------------------------------------- */
th,td {
	padding: 2px;
	font-size: 69%; /* for IE 5.x */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: 100%; /* for compliant browsers */
}

th {
	text-align: left;
	font-weight:normal;
	vertical-align: bottom;
}

td {
	vertical-align: top;
}

/* Lists - ol, ul, li, dl, dt, dd
-------------------------------------------------------- */
li {
	line-height: 1.5em;
	margin-bottom: .2em;
}

/* Forms - form, fieldset, legend, input, textarea
-------------------------------------------------------- */
fieldset {
	padding: .7em .7em;
}

legend {
	padding: 0 .3em;
	font-weight: bold;
}

/* Links - a, a:hover
-------------------------------------------------------- */
a {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
	color:#B56C2F;
}

/* Headers - h1, h2, h3, h4, h5, h6
-------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 100%;
	margin-bottom: .5em;
}

h1 {
	font-size: 208%;
	margin: .25em 0 .75em;
}

h2 {
	font-size: 135%;
	margin: 1em 0 1em;
}

h3 {
	font-size: 100%;
	margin: 0 0 .75em;
	line-height:1.2em;
}

h4 {
	font-size: 100%;
	margin: 0;
	color: #333;
	margin: 0 0 .75em;
}

h5 {
	font-size: 90%;
	margin-bottom:10px;
}

h6 {
	font-size: 80%;
}

a {
	color:#006699;
}

/* Text
-------------------------------------------------------- */
b,strong {
	font-weight: bold;
}

i,em {
	font-style: oblique;
}

input[type=text],input[type=password],select,textarea {
	font-family:  Verdana, Helvetica, sans-serif;
	border:1px solid #000;
	background: #eee;
	font-size: 11px;
	padding:2px;
}



img {
	border: 0;
}

/* Clearing floats - Hat Tip: http://www.positioniseverything.net/easyclearing.html  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* JCK - added this next line to remove the extra spacing in Safari and Firefox */
.c\learfix:after {
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.clear {
	clear: both;
}

.leftFloat {
	float:left;
	margin-right:10px;
}

.rightFloat {
	float:right;
	margin-left:10px;
}


body {
    text-align:center;
    background:url('/wp-content/themes/clariity/images/default.jpg') 50% 0% no-repeat #f6e6c5;
    margin:0;
    padding:0;
}

#wrapper {
	margin:0;
	padding:0;
}

#header {
    margin:0 auto;
    padding:0;
    width:1000px;
    height:80px;
    position:relative;
}

#header a {
	float:left;
}

#header h1 {
    text-indent:-999999px;
    background:url('/wp-content/themes/clariity/images/living_with_clariity_logo.png') no-repeat;
    width:264px;
    padding:0;
    margin:1px 0 0 7px;
    height:78px; 
}

#header .tagline {
float: left;
margin: 56px 0px 0px;
}

#header ul {
    list-style:none;
    font-weight:bold;
    font-size:11px;
    margin:0;
    padding:0;
    float:left;
    margin:56px 0 0 20px;
}

#header li {
    float:left;
    padding-right:25px;
}

#header li:last-child {
	padding-right:15px;
}


#pageBounds {
    width:1000px;
    margin:0 auto 50px;
    padding:0;
}

#contentTop {
    width:1000px;
    padding:0;
    margin:0;
    position:relative;
}


#contentTop ul.nav {
	list-style:none;
	text-align:left;
	padding:0;
	margin:0;
	background:url('/wp-content/themes/clariity/images/navigation.png') no-repeat;
	height:40px;
}

#contentTop ul.nav li {
	float:left;
	margin:0;
	font-weight:bold;
	margin-right:2px;
	height:40px;
}

#contentTop ul.nav li#home-page {
	width:44px;
}

#contentTop ul.nav li#getting-married {
	width:164px;
}

#contentTop ul.nav li#expecting-a-child {
	width:172px;
}

#contentTop ul.nav li#newborn {
	width:103px;
}

#contentTop ul.nav li#toddlers-and-preschoolers {
	width:219px;
}

#contentTop ul.nav li#children-in-gradeschool {
	width:239px;
}

#contentTop ul.nav li#search {
	width:44px;
}

#contentTop ul.nav li#home-page:hover {
	background:url('/wp-content/themes/clariity/images/navigation.png') 0px -48px no-repeat;	
}

#contentTop ul.nav li#getting-married:hover {
	background:url('/wp-content/themes/clariity/images/navigation.png') -46px -48px no-repeat;	
}

#contentTop ul.nav li#expecting-a-child:hover {
	background:url('/wp-content/themes/clariity/images/navigation.png') -212px -48px no-repeat;
}

#contentTop ul.nav li#newborn:hover {
	background:url('/wp-content/themes/clariity/images/navigation.png') -386px -48px no-repeat;
}

#contentTop ul.nav li#toddlers-and-preschoolers:hover {
	background:url('/wp-content/themes/clariity/images/navigation.png') -491px -48px no-repeat;
}

#contentTop ul.nav li#children-in-gradeschool:hover {
	background:url('/wp-content/themes/clariity/images/navigation.png') -712px -48px no-repeat;
}

#contentTop ul.nav li#search:hover {
	background:url('/wp-content/themes/clariity/images/navigation.png') -954px -48px no-repeat;
}

#contentTop ul.nav li h5 {
	text-indent:-99999px;
	height:40px;
}

#contentTop ul.subnav {
	list-style:none;
	text-align:left;
	padding:0;
	position:absolute;
	z-index:1000;
	margin:-10px 0 0 0;
}

#contentTop ul#subnav2 {
	margin-left:5px;
}

#contentTop ul#subnav3 {
	margin-left:-50px;
}

#contentTop ul#subnav4 {
	margin-left:-50px;
}

#contentTop ul#subnav5 {
	margin-left:-50px;
}

#contentTop ul#subnav6 {
	margin-left:-200px;
}

#contentTop ul#subnav7 {
	margin-left:-255px;
}


#contentTop ul.subnav li {
	margin:0;
	float:left;
	font-size:12px;
	line-height:44px;
	height:44px;
	padding:0 0 0 10px;
	font-weight:normal;
	background:url('/wp-content/themes/clariity/images/subnavigationbg.png') repeat-x;	
}

#contentTop ul.subnav li span {
	width:10px;
	height:44px;
	margin:0 0 0 10px;
	display:block;
	float:right;
	background:url('/wp-content/themes/clariity/images/subnavigationdivider.png') no-repeat;
}

#contentTop ul.subnav li.first {
	padding-left:0;
}

#contentTop ul.subnav li.left {
	width:12px;
	height:44px;
	padding:0;
	margin:0;
	background:url('/wp-content/themes/clariity/images/subnavigation.png') 0px 0px no-repeat;
}

#contentTop ul.subnav li.right {
	width:12px;
	height:44px;
	padding:0;
	margin:0;	
	background:url('/wp-content/themes/clariity/images/subnavigation.png') -13px 0px no-repeat;
}

#contentTop ul.subnav li a {
	color:#fff;
}


#contentBottom {
    width:1000px;
    height:19px;
    padding:0;
    margin:0 auto 25px;
	background: url('https://clariity.com/images/bg_content_bottom.png') 0px 0px no-repeat; 
}
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -340px 0 0;
	width: 100%;
}
#content {
	margin: 0 320px 0 0px;
	text-align:left;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}


/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto
	width: 900px;
}


.rounded {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.social {
	margin:5px 0 10px 0;
}

table.social {
	margin:0;
}

table.social td {
	padding:0 10px;
}

.fbLikeContainer {
	float:left;
	padding-right:5px;
}

.retweet strong {
	float:left;
	margin-top:2px;
	padding-right:2px;
	font-size:12px;
}

.retweet {
	float:left;
	padding-right:10px;
}


#footer {
    margin:0;
	text-align:center;
    padding:20px 0 0 0;
}

#footer .links {
    text-align:left;
 	margin:0 auto;
    width:980px;
}

#footer .links ul {
    list-style:none;

    margin:0;
    padding:0;
}

#footer .links li {
    margin:0;
    text-align:left;
    padding:0 4px;
    text-indent:0;
    line-height:16px;
}

#footer h5 {
	color:#7A7C7E;
}

#footer a {
    font-weight:normal;
    color: #809FAC;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	background: #000;
	margin: 0 auto;
	width: 940px;
	display:block;
	float:left;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#aaa;
	padding:0 10px;
	line-height:38px;
}
#access ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	float:left;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;	
}
#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	background:#333;
	height:auto;
	line-height:1em;
	padding:10px;
	width: 160px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color:#fff;
	background:#333;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}

* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color:#fff;
}

/* =Content
-------------------------------------------------------------- */

#main {
    width:960px;
    text-align:left;
    margin:0;
    padding:10px 20px 0 20px;
    background:#fff;
}

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {

}

#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:16px;
}

#content p {
	line-height: 20px;
}

#content ul, #content ol {
	margin-left:25px;
}

#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}


.authorHeader {
    padding:10px;		
    margin-bottom:20px;
	text-align:left;
	border:1px solid #9a9c9c;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.authorHeader h2 {
	margin:0 0 
}

.authorHeader .avatar {
	border:none;
	float:left;
	margin:0 10px 10px 0;
}

.authorHeader div {
	text-align: justify;
	padding:15px 10px;
	font-size:11px;
	line-height:16px;
	color:#333;
}

.post {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:3px solid #f5f5f7;
}

.post h2 {
	margin-top:0;
}

/*
#content table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {

	padding: 6px 24px;
}
#content tr.odd td {
	background: #F2F7FC;
}
*/
.hentry {
	margin: 0 0 20px 0;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
#content .entry-title {
	color: #333;
	font-size: 18px;
	line-height: 1.3em;
	font-family:Georgia;
	font-weight: bold;
	margin-bottom: 2px;
}

.single #content .entry-title {
	font-size:24px;
	margin-bottom:8px;
}

.entry-title a:link,
.entry-title a:visited {
	color:#333;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #B56C2F;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}

.entry-subscribe {
	clear:both;
	font-weight:bold;
	color:#003;
	margin:10px 0 15px 0;
	font-size:13px;
}

.disclaimer {
	padding:20px 0;
	font-size:9px;
	color:#666;
	font-style: italic;
	text-align:left;
}

#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#333;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #B56C2F;
}
.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #B56C2F;
}

.entry-utility .cat-links {
	margin-top:3px;
	display:block;
}

.entry-utility .tag-links {
	display:block;
	margin-top:3px;
}

#content .video-player {
	padding: 0;
}


.explore {
	list-style:none;
}

.explore li {
	float:left;
	width:190px;
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
}

/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



/* Images
-------------------------------------------------------------- */

#content img {
	max-width: 640px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}

.avatar {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	border:1px solid #9a9c9c;;
	padding:2px;
	float:left;
	display:block;
	margin-right:4px;
}

.attachment-post-thumbnail {
	float:left;
	margin-right:10px;
	border:1px solid #333;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


#featured-post-view {
	position:relative;
	width:640px;
	height:300px;
	overflow:hidden;
}

#featured-post-canvas {
	position:absolute;
	left:0px;
	top:0px;
}

.featured-post {
	position:absolute;
	width:640px;
	overflow:hidden;
	height:360px;
	color:#333;
	cursor:pointer;
}

.featured-post-wrapper .last {
	margin-right:0;
	border:none;
}

.featured-post-wrapper {
	padding:0;
	margin:0;
}

.featured-strip {
	margin:2px 0 0 1px;
	background:#eef9fc;
}

.featured-thumb {
	width:118px;
	padding:4px;
	margin:0;
	height:120px;
	border-right:1px dotted #ccc;
	text-align:center;
	cursor:pointer;
	float:left;
}

.featured-thumb-container {
	overflow:hidden;
	margin:2px auto;
	height:60px;
}

.featured-strip .current {
	background:#878477;
	color:#fff;
}

.must-read-post {
	position:relative;
	width:157px;
	float:left;
	height:120px;
	overflow:hidden;
	cursor:pointer;
}

.must-read-post-inner {
	height:110px;
	width:147px;
	overflow:hidden;
	padding:10px 5px;
}

.featured-thumb h3 {
	padding:5px;margin:0 auto;font-size:10px;font-weight:normal;text-align:center;
}


.featured-post h2 {
	font-family:Georgia;font-size:24px;padding:10px;margin:0;width:620px;z-index:9999;color:#333;background:none;
}
.must-read-post h2.bg,
.must-read-post h2 {
	font-size:12px;font-weight:normal;position:absolute;left:5px;bottom:0px;padding:5px;margin:0;width:137px;z-index:9999;color:#fff;background:none;
}


.must-read-post h2.bg,
.featured-post h2.bg { 
	color:#000;background:#000;opacity:0.6;filter:alpha(opacity=60);
}

h1.title {
	margin:10px 0 20px 0;
	font-size:28px;
	font-weight:normal;
	width:90%;
	text-align:left;
}

/* =Comments
-------------------------------------------------------------- */
.comments-link a {
	color:#069;
}

#comments {
	clear: both;
}

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 16px;
}
.commentlist ol {
	list-style: decimal;
}

.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */

#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;

}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}


.error404 {
	height:400px;
	border:none;
}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	text-indent:0;
	margin-left:10px;
}

.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-container {
	margin: 0 0 18px 0;
    padding:15px;
}

.wc2 {
	margin-top:18px;
	background:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}


.wc1 {
	background:#eef9fc;
	text-align:left;
	border:1px solid #9a9c9c;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.widget-title h3 {
	text-indent:-9999px;
}

.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}


#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

.btn {
	background:	#29AAE2;
	border:1px solid #29AAE2;
	cursor:pointer;
	color:#FFFFFF;	
	padding:6px 20px;
 	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.btn:hover {
	color:#29AAE2;
	background:#f3f7fc;
	border:1px solid #29AAE2;
}

.taf {
	font-size:18px;
	font-weight:bold;
}

.b_small {
    font-weight:normal;
    height:20px;
    margin:4px 0;
    color:#fff;
    display:inline-block;
    padding:0 20px;
    line-height:20px;
    font-size:11px;
    cursor:pointer; 
    background-image:url('http:/www.clariity.com/images/btn_overlay.png');        
    background-repeat: repeat-x;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.b_large {
    font-weight:normal;
    height:34px;
    margin:10px 0;
    color:#fff;
    display:inline-block;
    padding:0 30px;
    line-height:34px;
    font-size:16px;
    cursor:pointer;
    background-image:url('http:/www.clariity.com/images/btn_overlay.png');        
    background-repeat: repeat-x;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.b_green {
    background-position:0px -259px;
    background-color:#406325;
    border:1px solid #406325;
}

.b_green:hover {
    background-position:0px -222px;
    background-color:#6e913d;
    border:1px solid #6e913d;   
}

.b_blue {
    background-position:0px -186px;
    background-color:#223d7b;
    border:1px solid #223d7b;
}

.b_blue:hover {
    background-position:0px -148px;
    background-color:#134d8d;
    border:1px solid #134d8d;   
}

.b_gray {
    background-position:0px -113px;
    background-color:#666666;
    border:1px solid #666666;
}

.b_gray:hover {
    background-position:0px -74px;
    background-color:#663333;
    border:1px solid #663333;   
}

.b_orange {
    background-position:0px -333px;
    background-color:#f15e25;
    border:1px solid #f15e25;
}

.b_orange:hover {
    background-position:0px -297px;
    background-color:#f68b1f;
    border:1px solid #f68b1f;   
}

.b_large:hover,
.b_small:hover {
    color:#fff;
    text-decoration: none;
}

