/*
Theme Name: FranklinCovey Consultants home theme
Theme URI: http://www.franklincovey.com/blog
Description: FranklinCovey's blog theme
Author: Axis41
Author URI: http://www.axis41.com
Tags: 
Version: 1.0.0
*/

a {
	color: #2971a7;
}

#small_main {
	float: left;
	width: 658px;
}

#blog-content {
	padding: 0 30px;
}

/* Side bar boxes
-----------------*/
#sidebar {
	float: right;
	width: 300px;
}

.box-right {
	width: 300px;
	margin:10px 0 0;
	font: 12px arial, sans-serif;
	background: url(img/bg-box-right.gif) repeat-y left top;
}

.box-right h4, .box-right .heading {
	padding: 20px 20px 0 20px;
	background: url(img/bg-box-right-top.gif) no-repeat left top;
	font-size: 14px;
	font-weight: bold;
	color: #576670;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.box-right-content {
	margin: 0 20px;
}

.box-right-bottom {
	height: 20px;
	background: url(img/bg-box-right-bottom.gif) no-repeat left top;
}

.box-right ul {
	margin:0;
	padding:0;
	list-style:none;
}

.box-right li {
	line-height:20px;
}

.box-right ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right ul li ul li ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
}

.box-right hr {
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px #d6d6d6 solid;
	background: #d6d6d6;
}

.box-right .link-box {
	width: 96px;
	float: left;
}

.box-right .link-box p {
	margin: 1em 0 0;
}

.box-right .links a {
	display: block;
	line-height: 16px;
	padding: 0 0 0 24px;
	background-repeat: no-repeat;
	background-position: left;
}

.box-right a:hover {
	text-decoration: underline;
}

/* rss link */
.box-right .links .rss-link {
	background-image: url(img/icon-rss.png);
}

/* youtube link */
.box-right .links .youtube-link {
	background-image: url(img/icon-youtube.png);
}

/* facebook link */
.box-right .links .facebook-link {
	background-image: url(img/icon-facebook.png);
}

/* delicious link */
.box-right .links .delicious-link {
	background-image: url(img/icon-delicious.png);
}

/* stumbleupon link */
.box-right .links .stumble-link {
	background-image: url(img/icon-stumble-upon.png);
}

/* Posts
-----------------*/
.blog-post {
	margin: 25px 0 0;
	padding-bottom: 8px;
	border-bottom: 1px #d5d5d5 solid;
	font-size: 12px;
	/*color: #898989;*/
	color: #576670;
}

.blog-post p {
	line-height: 1.3em;
}

.blog-post h2 {
	margin: 0;
	padding: 0;
}

.blog-post .meta {
	margin: 0 0 25px;
	padding: 0;
	/*color: #b4b4b4;*/
	color: #999999;
	font-size: 11px;
}

.blog-post .meta a {
	color: #2971a7;
}

.blog-post a:hover {
	text-decoration: underline;
}

.blog-post hr {
	height: 1px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px #d6d6d6 solid;
	background: #d6d6d6;
}

/* Misc
-----------------*/
.clear {
	clear:both;
}

/** WORDPRESS CSS */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
   margin: 15px 0;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/** WIDGETS CSS */

#calendar_wrap table {
	width: 100%;
}

#calendar_wrap td {
	text-align: center;
}

#wp-calendar caption {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #662625;
	color: #fff;
}

#tag_cloud {
	line-height:normal;
}

/*	##################################
   	FORMS
	################################## */

#commentform label {
    display: block;
    margin: 0 0 5px 0;
}

.text {
    width: 350px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #ccc;
}

textarea {
    width: 450px;
    height: 150px;
    margin: 0;
    padding: 5px;
    border: 1px solid #ccc;
}

.submit {
    width: auto;
    padding: 5px;
    color: #fff;
    background: #662625;
	border: 0;
}

.submit-image {
	padding: 0;
	margin: 0;
	border: 0;
}


/*	##################################
   	COMMENTS
	################################## */
	
.comment {
	margin: 0 0 20px 0;
	padding: 20px;
	background: #F5F6F3;
	border: 1px solid #ccc;
}

.comment p {
	margin: 0px;
}

.comment-details {

}

.comment img {
	float: none;
	vertical-align: middle;
}

img.avatar {
	float: left;
	margin: 0 10px 10px 0;
}

.more-link {
	display: block;
	width: 100px;
}


#footer {
	float: none;
	padding-left: 30px;
}
