/*
 Theme Name: Graphic Conversation
*/



/* Begin Typography & Colors */
body {
	margin: 0; padding: 0;
	font-size: 12px; line-height: 17px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #ffffff url(images/bg-main.png) repeat-x top;
	color: #333;
	}

#nav {
	background: #444444;
	border-bottom: 1px solid #e4e5df;
	height: 40px;
}

#nav div, #wrap {
	margin: 0 auto;
	width: 980px;
}

#nav ul {
	float: right;
	margin: 0; padding: 0;
	list-style: none;
}

#nav ul ul {
	display: none;
}

#nav li {
	float: left;
	font: bold 11px/40px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#nav li a {
	color: #c4c4ba;
	padding-left: 15px;
	margin-left: 15px;
	border-left: 1px solid #c4c4ba;
}

#page {
	border-top: 1px solid #444444;
	overflow: hidden;
	}

#wrap {
	padding-top: 30px;
	overflow: hidden;
}

#left {
	float: left;
	width: 550px;
	margin-bottom: 20px;
}

#right {
	float: right;
	width: 380px;
	margin-bottom: 20px;
}

#header {
	height: 95px;
	}

#content {
	background: #ffffff url(images/bg-left.png) no-repeat top;
	padding: 25px;
	}

#content h2 {
	font: normal 30px "Times New Roman", Times, serif;
	margin: 0 0 3px 0;
	color: #444444;
}

#content h2 a {
	color: #444444;
}

#content .morelink {float:right;margin:10px 0 10px 0;padding:10px 0 10px 0;}

#content .morelink a {font-weight:bold;text-decoration:underline;}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}

#footer {
	background: #ececec;
	border: none;
	padding: 0;
	margin: 0 0 40px 0;
	clear: both;
	border-top: 1px solid #b3b3b3;
	}

#footer div {
	margin: 0;
	padding: 20px;
	border-top: 1px solid #ffffff;
	overflow: hidden;
	}

#footer .left {
	float: left;
	list-style: none;
	padding: 0; margin: 0;
}

#footer .left li {
	float: left;
	margin-right: 10px;
}

#footer .left li a {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #444444;
}

#footer .right {
	float: right;
}

small {
	font: bold 11px Arial, Helvetica, Sans-Serif;
	text-transform: uppercase;
	color: #777777;
	}

small a {
	color: #777777;
}

h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p img {margin:0 0 10px 0;}
.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	  background:#fff;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
	
.commentlist span.says {display:none;}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

#sidebar #cols {
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 17px;
}

#sidebar .col1 {
	background: #e2e2df url(images/bg-coltop.png) no-repeat top;
	width: 180px;
	float: left;
}

#sidebar .col1 img {
	float: left;
	margin: 0 5px 10px 0;
}

#sidebar .col1 .inner {
	background: url(images/bg-colbottom.png) no-repeat bottom;
	padding: 10px;
	height: 210px;
}

#sidebar .col2 {
	background: #e2e2df url(images/bg-coltop.png) no-repeat top;
	width: 180px;
	float: right;
}

#sidebar .col2 .inner {
	background: url(images/bg-colbottom.png) no-repeat bottom;
	padding: 10px;
	height: 210px;
}

#sidebar h2 {
	font: bold 15px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0; padding: 0;
}

#sidebar .block {
	background: #e2e2df url(images/bg-sidetop.png) no-repeat top;
	margin-top: 20px;
}

#sidebar .block .inner {
	padding: 15px;
	background: url(images/bg-sidebottom.png) no-repeat bottom;
	line-height: 17px;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #ee4422;
	text-decoration: none;
	}

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

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.search {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #999999;
}

.postmetadata {
	clear: both;
	background: #ffedae;
	border: 1px solid #e2ce80;
	padding: 15px;
	margin: 15px 0;
	font-size: 11px;
}

.digg {
	clear: both;
	background: #f5f5f4;
	border: 1px solid #dbdbd8;
	padding: 10px 15px;
	margin: 15px 0;
	height:20px;
}

.digg ul {margin:0;padding:0;}

.digg ul li {float:left;display:inline;margin:0 20px 0 0;}

.clear {
	clear: both;
}

/* End Structure */

h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font: bold 18px Arial, Helvetica, sans-serif;
	}

/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

#sidebar .welcome {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar .welcome div {
	padding-top: 5px;
}

#sidebar .welcome div, #sidebar .welcome div a {
	font-size: 11px;
	font-weight: bold;
}

#sidebar #twitter p {
	background: url(images/bg-twitter.png) no-repeat bottom;
	margin: 0; padding: 10px 30px 50px 30px;
	font-size: 22px;
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	overflow: hidden;
}

#sidebar #twitter .date {
	background: url(images/bg-twitterdate.png) no-repeat top;
	height: 47px;
}

#sidebar #twitter .date span {
	display: block; width: 125px;
	color: #ffffff;
	padding: 11px 0 0 17px; text-align: center;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#sidebar #twitter .time {
	background: url(images/bg-dot.png) repeat-x bottom;
	display: block; padding: 12px 0; margin-bottom: 12px;
	font-style: italic;
	font-size: 12px;
}

#sidebar #twitter .avatar {
	float: left; margin-right: 10px;
}

#sidebar #twitter .username {
	display: block;
	font: bold 12px/17px Arial, Helvetica, sans-serif;
}

#sidebar #twitter .username a {
	color: #347db8;
}

#sidebar #twitter .author {
	display: block;
	font: bold 14px Arial, Helvetica, sans-serif;
}

#sidebar .follow {
	text-align: right;
	padding-right: 15px;
	margin-top: -10px;
	margin-bottom: 20px;
}

/* Begin Form Elements */
#searchform #s {
	width: 108px;
	padding: 5px;
	background: #e3e3df;
	border: 1px solid #b9b9af;
	width: 284px;
	}

#searchsubmit {
	border: 0;
	background: url(images/btn-search.png) no-repeat;
	width: 80px; height: 25px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond {
	padding-top: 30px;
	background: url(images/bg-sep.png) repeat-x top;
	overflow: hidden;
}

#respond .left {
	float: left;
	width: 60%;
}

#respond .right {
	float: right;
	width: 37%;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#respond strong {
	font-size: 15px;
}

#respond .right img {
	float: left;
	margin: 0 5px 5px 0;
}

#respond input, #respond textarea {
	border: 1px solid #AAA9A1;
	padding:  5px;
	background: #f3f3f3;
}

#respond #submit {
	border: 0;
	background: #d13c1e url(images/btn-addcomment.png) no-repeat;
	text-indent: -90000px;
	width: 137px;
	height: 42px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.vcard {
	background: #f5f5f4;
	overflow: hidden;
	padding: 4px;
	border: 1px solid #dbdbd8;
}

.bypostauthor .vcard {
	background: #ffedae;
	border: 1px solid #e2ce80;
}

.bypostauthor .children .vcard {
  background:#F5F5F4 none repeat;
  border:1px solid #DBDBD8;
}
.children .bypostauthor .vcard {
  background:#FFEDAE none repeat;
  border:1px solid #E2CE80;
}


.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 0px 10px 0px;
	list-style: none;
	

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#comments {
	background: url(images/h3-comments.png) no-repeat top left;
	padding: 20px;
	margin-left: -20px;
	width: 500px;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	margin-top: -23px;
	margin-bottom: 30px;
	margin-left: 5px;
	}
/* End Comments */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	}

.topnavigation {
	overflow: hidden;
	display: block;
	text-align: right;
	position: relative;
	height: 22px;
}

.topnavigation a {
	font-size: 11px;
	color: #777777;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#tabwrap {
	background: url(images/bg-sidebottom.png) no-repeat bottom;
	padding-bottom: 12px;
}

#tabcontrol {
	list-style: none;
	margin: 0 !important; padding: 0;
	height: 28px;
}

#tabcontrol li {
	float: left;
}

#tabcontrol li a {
	display: block; margin-right: 3px;
	width: 115px; height: 28px; line-height: 28px;
	text-align: center;
	font-weight: bold;
	background: #939288 url(images/tab.png) no-repeat;
	color: #ffffff;
}

#tabcontrol li a:hover, #tabcontrol li.selected a {
	background: #e2e2df url(images/tab-active.png) no-repeat;
	color: #444444;
}

.tabcontent {
	overflow: hidden;
	clear: both;
	background: #e2e2df url(images/bg-tabcontent.png) no-repeat top right;
	padding: 15px 15px 3px 15px;
}

.tabcontent a {
	text-decoration: underline;
}

.tabcontent a:hover {
	text-decoration: none;
}

.tabcontent h3.widgettitle {
	display: none;
}

.tabcontent ul {
	list-style: none;
	margin: 0 !important;
}

.tabcontent li {
	padding: none;
}

a.more-link {
	display: block;
	text-align: right;
	margin-top: 5px;
}

.data {
	padding: 10px;
	background: #ececec;
	overflow: hidden;
}

.data a {
	background: url(images/icon-comment.png) no-repeat center left;
	padding-left: 25px;
	line-height: 16px;
	display: block;
	float: right;
}

.tabcontent li li {
	padding-left: 20px;
	background: url(images/comment.gif) no-repeat center left;
	font: 12px Arial, Helvetica, sans-serif;
}

.tabcontent li li a {
	display: block;
	padding: 2px 0;
}

#respond .right li#facebookconnector {list-style-type:none;}

#respond .right li#facebookconnector h3 {display:none;}

#respond .right li#facebookconnector .fbconnect_LastUsers {display:none;}

#respond .right li#facebookconnector .fbconnect_miniprofile .fbconnect_userpicmain {border:0px;height:150px;}

#respond .right li#facebookconnector .fbconnect_miniprofile p {margin:0px;padding:0px;}

#sidebar .aktt_tweets ul li {margin:0 0 10px 0;padding:0 0 10px 0;}

#sidebar .aktt_tweets ul li {font-size:12px;color:#444;font-family:helvetica;}

#sidebar .aktt_tweets ul li a {color:#ee4422;}

#comments .avatar img {height:32px;width:32px;}


#comments .fn a {color:#444;font-weight:bold;font-size:13px;font-family:helvetica;}

#comments  .comment-meta  a {color:#444;font-size:12px;font-family:helvetica;}

.fbnarrowcolumn .commentmetadata a {padding:10px 0 0 0;margin:10px 0 0 0;}