/*  
Theme Name: CreativeThoughts
Theme URI: http://wordpress.org/
Description: The default WeDoCreative
Author URI: http://wedocreative.com/

*/

@import url('reset-min.css');

body {
	font-family: "helvetica", "Lucida Grande", Verdana;
	font-size: 12px;
	background: white url('images/header-background.png') repeat-x;
}

a {
	color: #1e7bd2;
	text-decoration: none;
}

h2 {
        font-size: 16px;
        letter-spacing: -1px;
        margin-top: 10px;
} 

bold, strong {
	font-weight: bold;
}

div.column {
	padding-left: 105px;
}

#doc {
	width: 840px;
	margin: 0px auto;
}

/* @group Header */

#header {
	padding: 0px 0px;
	overflow: hidden;
	height: 230px;
}

#header a {
	text-decoration: none;
}

#header-logo {
	height: 60px;
	float: left;
}

#header-logo a {
	background: url('images/logo-hover.png');
	display: block;
	width: 430px;
	height: 140px;
}

#header-logo a:hover {
	text-indent: -5000px;
}

#header-links {
	height: 90px;
	padding: 15px;
	padding-right: 0px;
	float: right;
	margin: 0px;
}

#header-links ul li {
	float: left;
}

#rss-link {
	margin-right: 7px;
}

#about-link {
	margin-right: 14px;
}

#about-link,
#about-link a  {
	width: 112px;
	height: 30px;
}

#about-link a {
	display: block;
	text-align: center;
	padding-top: 5px;
	line-height: 25px;
	color: white;
	background: url('images/first-background.png') no-repeat;
	text-decoration: none;
}

#about-link a:hover {
	background: url('images/first-background.png') no-repeat -112px 0px;
}

#wedocreative-link,
#wedocreative-link a  {
	width: 105px;
	height: 30px;
}

#wedocreative-link a {
	display: block;
	text-align: center;
	line-height: 30px;
	color: white;
	background: url('images/creative-background.png') no-repeat;
	text-indent: -5000px;
}

#wedocreative-link a:hover {
	background: url('images/creative-background.png') no-repeat -105px 0px;
}

#header-info {
	clear: both;
	padding: 15px;
}

#header-info li {
	float: left;
	width: 160px;
	margin-left: 24px;
}

#header-info h2 {
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
}

#header-info a:hover h2 {
	color: #9acfff;
}

#header-info p {
	color: #808080;
	line-height: 12px;
}

#header-info a:hover p {
	color: white;
}

li#creative-thoughts-description {
	width: 220px;
	margin-left: 0px;
	padding-top: 4px;
}

#creative-thoughts-description p {
	color: white;
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 265px;
	float: right;
}

#searchform input {
	vertical-align: middle;
}

#sidebar h2 {
	color: #2a2a2a;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#sidebar li {
	padding: 5px 15px;
	margin-bottom: 15px;
}

#sidebar li li,
#sidebar li.no-margin,
#sidebar li.categories {
	margin-top: 2px;
       margin-bottom: 0px;
      	font-size: 16px;
      
}

#sidebar .box-top {
	background: #e6e6e6 url('images/box-top.png') no-repeat;
}

#sidebar .box-bottom {
	background: #e6e6e6 url('images/box-bottom.png') no-repeat bottom;
}

#sidebar li.categories {
	padding-bottom: 20px;
}

#sidebar li.categories h2 {
	color: purple;
}

#sidebar li.categories li {
	background: url('images/bullet.png') no-repeat left center;
	padding: 0;
	padding-left: 20px;
}

#sidebar li.categories li a {
	color: black;
	text-decoration: none;
}

#sidebar li.our-sites li {
	padding: 2px 0px;
	padding-left: 20px;
}

#sidebar li.our-sites li a {
	color: black;
}

#sidebar li.subscribe a {
	display: block;
	width: 195px;
	height: 81px;
	background: url('images/subscribe-hover.png');
}

#sidebar li.subscribe a:hover {
	text-indent: -5000px;
}

#sidebar li.subscribe h2,
#sidebar li.email h2,
#sidebar li.our-sites h2 {
	color: #1e7bd2;
}

#sidebar li.email input {
	border: 0px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	border-left: 1px solid #a1a1a1;
	padding: 4px;
}

#sidebar li.popular-posts li {
	font-size: 18px;
	color: #1e7bd2;
	border-bottom: 1px solid #cecece;
	padding: 6px 0px;
}

#sidebar li.popular-posts li a {
	text-decoration: none;
}

#sidebar li.archive li,
#sidebar li.archive li a {
	padding: 0px;
	color: #808080;
	text-decoration: none;
}

#sidebar li.archive img,
#sidebar li.popular-posts img {
	margin-top: 6px;
}

/* @end */

/* @group Content */

.ddsg-wrapper ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 32px;
}

.ddsq-wrapper ul li {
	padding-left: 8px;
}

#content-wrapper {
	padding: 15px;
	overflow: auto;
}

#content {
	width: 540px;
	float: left;
}

#content .post {
	clear: both;
	margin-bottom: 30px;
}

#content .post .entry ul li {
	list-style-type: disc;
}

#content .post .entry ul,
#content .post .entry ol {
	margin:0pt 0pt 8px;
	padding:0pt 0pt 0pt 35px;
}

#content .post .entry ol li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
}

#content .post .entry .clickables ul li {
	list-style-type: none;
}

#content .post h2.post-title {
	font-size: 30px;
	color: black;
        margin-bottom: 0px;
}

#content .post h2 a {
        color: #2890f1;
        text-decoration: none;
}

#content .post h2 a:hover {
        color: black;
        text-decoration: none;
}

#content .post .author,
#content .post .author a {
	color: #808080;
	font-family: georgia;
        text-decoration: none;
}

#date-column {
	width: 105px;
	float: left;
	overflow: hidden;
}

#back-home {
	padding-top: 6px;
}

#content .date {
	background: #78b1e6;
	width: 90px;
	float: left;
	margin-right: 15px;
	text-align: center;
	color: white;
	font-family: Arial;
	display: block;
}

#content .date a {
	color: white;
	text-decoration: none;
}

#content a:hover .date  {
	background: #1e7bd2;
	text-decoration: none;
}

#content a:hover .date * {
	text-decoration: none;
}

#content .date .day {
	font-size: 36px;
	font-weight: bold;
	display: block;
}

#content .date .month {
	font-size: 21px;
	font-weight: bold;
	display: block;
}

#content .date .comments,
#content .date .comments a {
	font-size: 16px;
	font-weight: bold;
	color: #78b1e6;
	line-height: 48px;
	text-decoration: none;
}

#content .date .comments {
	background: url('images/date-background.png') 0px 0px no-repeat;
	display: block;
}

#content a:hover .date .comments {
	background: url('images/date-background.png') no-repeat -90px 0px;
	color: #1e7bd2;
}

#content .entry {
	padding-left: 105px;
	margin-top: 15px;
        line-height: 18px;
        font-size: 14px;
        color: black;
}

#content .entry p, #content .entry blockquote {
	margin-bottom: 15px;
}

#content .entry img {
	background: white;
	padding: 6px;
	border: 1px solid #cccccc;
}

#content .post .clickables {
	background: url('images/clickables-bg.png') no-repeat;
	overflow: hidden;
	height: 32px;
	margin-bottom: 15px;
}

#content .post .clickables li {
	float: right;
	margin-right: 10px;
}

#content .post .clickables li img {
	border: 0;
	padding: 0;
}

/* @end */

/* @group Comments */

#content ol.commentlist {
	margin-top: 16px;
}

#content ol.commentlist li {
	margin-bottom: 15px;
	overflow: auto;
}

#content ol.commentlist li .comment-content {
	padding-left: 105px;
	color: #2a2a2a;
}

#content ol.commentlist .comment-date {
	width: 90px;
	float: left;
	margin-right: 15px;
	text-align: center;
	color: #808080;
	font-family: Arial;
	text-align: right;
}

#content ol.commentlist li.author-comment .comment-date {
	color: black;
}

#content ol.commentlist li.author-comment .comment-body {
	background: #78b1e6;
	color: white;
	overflow: auto;
}

#content ol.commentlist li.author-comment .comment-body .comment-text {
	padding: 0px 4px;
}

#content ol.commentlist li .comment-body .comment-text strong {
	font-weight: bold;
	color: black;
}

#content ol.commentlist li.author-comment .comment-body .comment-text strong {
	font-weight: bold;
	color: white;
}

#content ol.commentlist li.author-comment .comment-body .comment-text p {
	color: white;
}

#content ol.commentlist li.author-comment .comment-author-avatar {
	float: left;
	width: 48px;
	height: 48px;
	background: white;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 4px;
}

#content ol.commentlist li .comment-body .comment-text,
#content ol.commentlist li .comment-body .comment-text p {
	color: #2a2a2a;
}

/* @end */

#commentform input,
#commentform textarea {
	border: 1px solid #b2c7da;
	background: #bfd9f1;
	padding: 4px;
}

#commentform p {
	margin-bottom: 4px;
}

#commentform div {
	text-align: right;
	width: auto;
	width: 340px;
}

#commentform input:focus,
#commentform textarea:focus {
	background: #80b3e3;
	border-color: #668fb5;
	color: white;
}

#commentform #submit {
	border: 0;
	padding: 0;
	background: none;
}

#commentform #comment {
	width: 332px;
}