/*  
Theme Name: CMD+Shift Blog 4.1
Theme URI: http://cmdshiftdesign.com/blog
Description: version 4 design for cmdshiftdesign.com/blog - all text and grid styling modified on Sept. 21, 2009.
Version: 4.1
Author: Liz Andrade

Color Guide:

Almost-Black: #252525;
Almost-white: #f0f0f0;
pink: #a24e7e;a
aqua: #076787; 
dark-grey: #666;
light-grey: #ccc;
*/

* {
	margin: 0;
	padding: 0;
}

/* default elements */
body {
	background:  #fff url(images/bg.gif) repeat-x;
	font: 12px/20px Helvetica, Helvetica Neue, Arial, "Trebuchet MS", sans-serif;
}
img {
	padding: 0; margin: 0;
}

a:link, a:visited, a:active {
	color: #076787;
	text-decoration: none;
}

a:hover {
	color: #076787;
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
}

div.post img.wp-smiley, .content img.wp-smiley, div.comment img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}

span.cleaner {
	clear: both;
	display: block;
}


/* layout */

#container {  /* This contains the whole site */
	width: 940px;
	margin: 0 auto 0 auto;
}

#header {
	height: 225px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
	#logo {
		display: inline-block;
		float: left;
		position: relative;
		top: 70px; left: 0;
	}
	
	#nav { 
		text-transform: uppercase;
		text-align: right;
		height: 20px;
		padding: 21px 0 10px 0;
		font-family: "Trebuchet MS";
		font-size: 1.4em;
		font-weight: bold;
		letter-spacing: 0.13em;
	}
	
	#nav li {
		float: right;
		display: inline;
	}
	
	#nav li a:link, #nav li a:active, #nav li a:visited {
		padding: 10px 0 10px 0;
		margin-left: 40px;
		color: #fff;
		text-decoration: none;
	}
	
	#nav li a:hover {
		text-decoration: none;
		background: url(images/nav_on.gif) center 30px no-repeat;
	}


#main { /* this holds everything below the header */
	margin: 0 auto;
	width: 940px;
}

/* entries */

#content {  /* this is main content column */
	float: left;
	width: 560px;
}
	#content h2, h2.pagetitle, h3#respond {
		width: 560px;
		font-size: 40px;
		font-weight: bold;
		line-height: 40px;
		margin-bottom: 40px;
	}
	
	#content h2, #content h2 a, h2.pagetitle a {
		color: #a24e7e;
	}
	
	#content span.date, #content span.author, #content span.categories, #content span.tags {
		color: #666;
		display: inline-block;
		font-size: 10px;
		text-transform: uppercase;
		margin-bottom: -2px;
	}
		
.entry { /* this is the individual entry holders */
	display: block;
	border-bottom: 5px solid #252525;
	padding-bottom: 20px;
	margin-bottom: 45px;
	float: left;
}
	
	.entry h3 {
		color: #076787;
		font-size: 20px;
		font-weight: bold;
		margin: 2px 0 10px 0;
	}
	
	.entry h4 {
		color: #252525;
		font-size: 16px;
		font-weight: bold;
		padding: 10px 0 10px 0;
	}
	.entry blockquote { 
	background: url(images/quotes.jpg) no-repeat 0 10px;
	color: #4a4a4a;
	padding: 8px 20px 5px 60px;
	}
	
	.entry blockquote p {
		font-size: 20px;
		font-style: italic;
		line-height: 30px;
	}
	
	.entry blockquote cite, .entry blockquote cite a {
		font-size: 10px;
		color: #666;
	}
	.entry blockquote cite a:hover {
		color: #076787;
		text-decoration: none;
	}

	.entry embed, .entry object {
		clear: both;
		display: block;
		margin: 20px auto;
	}
	
	.entry ul {
		margin: 0 0 20px 20px;
	}
	
	.entry li {
		list-style-position: inside;
	}
	
	.entry ol {
		margin: 0 0 20px 20px;
	}
	
	.entry div.letter {
		width: 540px;
		color: #252525;
		border-left: solid 2px #a24e7e;
		padding-left: 20px;
		margin: 20px 0 0 0;
		font-family: "Courier New", Courier, monospace;
		font-weight: bold;
	}
	.entry img {
		border: 2px solid #ccc;
		padding: 3px;
	}
	.entry img.center, .entry img.aligncenter {
		
	}
	.entry img.left, .entry img.alignleft, .wp-caption img.left, .wp-caption img.alignleft {
		float: left;
		margin-right: 20px;
	}
	
	.entry img.right, .entry img.alignright, .wp-caption img.right, .wp-caption img.alignright {
		float: right;
		margin-left: 20px;
	}
	
.summarys { /* this holds the article summarys on search and archivve pages */
	float: left;
}

/* sociable */
div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


/* pagination */

div.pagination {
	clear: both;
	margin: 30px 0 20px 0;
}

div.pagination div.left a {
	background: url(images/nxt.gif) right 0 no-repeat;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	padding: 5px 40px 0 0;
}

div.pagination div.left a:hover {
	background: url(images/nxt.gif) right -34px no-repeat;
	text-decoration: none;
}

div.pagination div.right a {
	background: url(images/prv.gif) 0 0 no-repeat;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	padding: 5px 0 0 40px;
}

div.pagination div.right a:hover {
	background: url(images/prv.gif) 0 -34px no-repeat;
	text-decoration: none;
}

	
/* comment counter */

	a.comments_link span, .comments_link span {
		display: inline-block;
		background: url(images/comment_icon_s.gif) 0px 2px no-repeat;
		color: #fff;
		font-size: 15px;
		height: 28px;
		width: 22px;
		padding: 2px 10px 2px 2px;
		margin: 17px 10px 3px 0;
		text-align: right;
		text-decoration: none;
		text-transform: uppercase;
		clear: both;
	}
	
	a.comments_link span:hover {
		background: url(images/comment_icon_s.gif) 0px -28px no-repeat;
	}
	
	a.comments_link, .comments_link {
		padding: 0;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
	}
	
	a.comments_link:hover {
		color: #252525;
		text-decoration: none;
	}
	
	p.commentcount {
		font: 14px "Trebuchet MS";
		font-size: 14px;
		color: #666;
		background: url(images/comment_count.gif) no-repeat;
		height: 28px;
		text-align: left;
		text-decoration: none;
		padding: 2px 0 0 50px;
		margin-top: 30px;
	}
	
	h3#comments {
		color: #666;
		font-size: 12px;
		font-weight: bold;
		margin: 0 0 0 86px;
	}
	
	/* comment list */
	
	ol.commentlist { /* this holds the comments posted */
	list-style: none;
	width: 560px;
	}
	ol.commentlist li.ad { /* comments advertisments */
		margin: 0 0 40px 0;
	}
	
	ol.commentlist img.avatar {
	display: block;
	width: 50px; height: 50px;
	border: 2px solid #ccc;
	padding: 3px;
	float: left;
	margin-top: 20px;
	}
	
	ol.commentlist li div.comment { /* this hold individual comments */
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	float: left;
	padding: 20px;
	margin: 0 0 40px 20px;
	width: 438px;
	}
	
	ol.commentlist li div.comment p {
		color: #4a4a4a;
	}
	
	ol.commentlist li div.comment ul {
		padding: 5px 0 10px 0;
	}
	
	ol.commentlist li div.comment ul li {
		list-style: disc;
	}
	
	ol.commentlist cite.comment-author {
		color: #076787;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;
	}
	
	ol.commentlist small.datetime {
		display: block;
		font-size: 10px;
		margin-bottom: 20px;
	}
	
	ol.commentlist .author_comment div.comment {
		background-color: #fff;
		border: 1px solid #a24e7e;
	}
	
	ol.commentlist .author_comment div.comment a, ol.commentlist .author_comment div.comment cite.comment-author {
		color: #a24e7e
	}
	
	/* trackbacks */ 
	.linkluv {
		display: inline-block;
		float: left;
	}
	
	.trackbacks {
		display: inline-block;
		float: left;
		width: 438px;
		padding: 20px;
		background-color: #f0f0f0;
		border: 1px solid #ccc;
		margin: 0 0 20px 80px;
		top: -20px;
	}
	
	.trackbacks ul {
		list-style: outside;
		list-style: none;
		margin: 15px 0 0 0x;
	}
	
	.trackbacks li {
		padding: 0;
	}
	
	.trackbacks h4 {
		color: #076787;
		font-weight: bold;
	}
	
	/* COMMENTS FORM */
	 
	h3#respond {
		margin-left: 80px;
	}
	
	form#commentform { /* this holds the comment form */
		margin: 0 0 40px 80px;
		position: relative;
		width: 500px;
		float: left;
		width: 480px;
	}
	
	form#commentform p {
		clear: both;
		height: 30px;
		float: left;
	}
	
	form#commentform input, form#commentform textarea { 
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		background-color: #f0f0f0;
		border: 1px solid #ccc;
		color: #252525;
		padding: 3px;
		display: block;
		float: left;
	}
	
	form#commentform input {
		float: left;
		width: 212px;
	}
	
	form#commentform textarea { /* main message area */
		height: 120px;
		width: 472px;
	}
	
	form#commentform input:hover, form#commentform textarea:hover {
		background-color: #f0f0f0;
		border: 1px solid #666;
		color: #252525;
	}
	
	form#commentform label {
		color: #666;
		float: left;
		font-size: 11px;
		margin-left: 17px;
		line-height: 30px;
		float: left;
	}
	
	form#commentform input#submit { /* submit comment button */
		background-color: #4a4a4a;
		border: none;
		font-weight: bold;
		color:#fff;
		text-transform: uppercase;
		cursor: pointer;
		float: right;
		clear: both;
		margin-top: 10px;
		padding: 10px;
		width: 160px;
		
	}
	
	form#commentform input#submit:hover, form#commentform input#submit:active {
		background-color: #076787;
	}
	
	.subscribe-to-comments { 
		float: right;
		clear: both;
		margin-top: -40px;
	}
	.subscribe-to-comments label {
		margin-top: -8px;
	}
	.nocomments {
		display: none;
	}


/* sidebar */

#sidebar {
	float: right;
	margin-left: 20px;
	width: 300px;
}

#sidebar ul {
	width: 300px;
	list-style: none;
}

#sidebar ul li { 
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #252525;
	margin: 10px 0 10px 0;
	/*float: right;*/
}

li#archives-2 option {
	width: 250px;
}
 
#sidebar ul li h2 { 
	color: #4a4a4a;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
} 

#sidebar ul li ul li {
	border: none;
}

/* categories */

	#sidebar ul li#categories-3 ul { 
		overflow: hidden;
		margin: 0; padding:0;
		width: 320px;
		 }
	
	
	#sidebar ul li#categories-3 ul li { 
		margin: 0 15px 0 0; padding: 0;
		line-height: 20px;
		width: 140px;
		display: inline-block;
	}

/* archives */

	#sidebar ul li#archives-3 select {  background-color: #fff;
		width: 294px;
		height: 25px;
	}

/* about */
	
	#sidebar ul li#about { 
		margin-top: 36px;
		display: block;
	}
	
	#sidebar ul li#about img {
		border: solid 3px #ccc;
		padding: 2px;
		margin: 0 5px 2px 0;
		float:left;
	}
	#sidebar ul li#books img {
		margin: 0 10px 2px 0;
		float:left;
		border: solid 1px #ccc;
	}
	

/* search */
	
	#sidebar li.search {
		background: #fff url(images/search_icon.gif) no-repeat 2px 50%;
		display: block;
		padding-left: 80px;
	}
	
	form.searchform {
		position: relative;
	}
	
	form.searchform input.s {
		width: 205px;
		color: #666;
		padding: 3px 0 3px 5px;
		margin-bottom: 10px;
	}

/* subscribe */

	div#subscribe img {
		float: left;
		margin: 0 15px 0 0;
	}
	
	div#e-rss img {
		float: left;
		margin: 0 15px 0 0;
	}
	
	#sidebar a.feed_button img, #sidebar a.email_feed_button img, #sidebar a.tweet_button img {
		border: none;
		position: relative;
	}
	
	#sidebar a.feed_button img {
		padding: 0 0 0 5px;
	}
	
	div#e-rss input {
		width: 205px;
		color: #666;
		padding: 3px 0 3px 5px;
		margin: 15px 0 10px 0;
	}

/* twitter */

	li#twitter h2 {
		padding-bottom: 10px;
	}
	
	li#twitter img {
		float: left;
		margin: 0 15px 0 0;
	}
	
	li#twitter ul#twitter_update_list {
		margin: 0;
		padding: 0;
		color: #666;
		line-height: 20px;
		margin-bottom: -1px;
		width: 300px;
	}
	
	li#twitter ul#twitter_update_list li {
		font-size: 11px;
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: dashed 1px #e7e7e7;
	}
	
	li#twitter ul#twitter_update_list li span {
	}

/* advertising table */

	#sidebar table.img_ad { background-color: #e7e7e7;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 5px;
	width: 282px;
	/*float: right;*/	
	}
		#sidebar table.img_ad  td {
			margin: 0; padding: 5px 0 5px 0;
			text-align: center;
		}
		#sidebar table.img_ad  tr { background-color: #f1f1f1; 
			margin: 0; padding: 0;
		}
		
		#sidebar table.img_ad img { border: 1px solid #FF3300;
			border: none;
			margin: 0; padding: 0;
		}
		#sidebar table.img_ad p {
			font-size: 10px;
			color: #666;
			text-transform: uppercase;
			line-height: 12px; 
			padding: 0;
			margin: 5px 0;
		}



/* footer */

#footer { 
	clear: both;
	border-top: 1px solid #ccc;
	padding: 20px 0 0 0;
	margin: 20px auto 20px auto;
	text-align: right;
}
	#footer p {
	text-transform: uppercase;
	font-size: 10px;
	}
	
	#footer p a:link, #footer p a:hover, #footer p a:active, #footer p a:visited {
		color: #076787;
	}
	
	#footer ul#nav {
	}
	
	#footer ul#nav li {
	}
	
	#footer ul#nav li a {
	}
	
	#footer ul#nav li.current_page_item a {
	}
	
	#footer ul#nav li.last a {
	}


.goog_word_ad {
	margin: 20px 0 20px 0;
}	
.nopage {
}

.nopage p {
	margin-bottom: 25px;
}

h2#404 {
	font-size: 20px;
}