/*  
Theme Name: MC2
Theme URI: http://scottdavidherman.com/etc/marccooper/index2b.php/
Description: Marc Cooper's blog design by Scott David Herman, with some programming by <a href="http://sternisha.com/">Todd Sternisha</a>. Comment styles based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 2.0
Author: Scott David Herman
Author URI: http://scottdavidherman.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/

/* begin marc */
/* base css */
/* @import url(http://marccooper.typepad.com/.shared/themes/common/base-weblog.css); */

/* portal css */


/* theme css */
/* general page elements */

#content
{ padding: 10px 20px 10px 20px; border-right:1px solid #ccc; max-width: 650px;}

.linebreak {

	height: 1px;

	background-color: #ccc;

	line-height: 0px;

	font-size: 0px;

	width: 150px;
	
	margin: 10px 0px 10px 0px;

}

a
{
	font-weight: bold;
}

/*a:link { text-decoration: none; color: #C85927; }
a:visited { text-decoration: none; color: #C57F4D; }
a:active { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }*/
.wave { background: #5C67C1 url(img/mc_waveform2.gif) repeat-x top center }
.fade { background: #fff url(img/mc_fade.gif) repeat-x top center }
a:link { text-decoration: none; color: #C4591F; }
a:visited { text-decoration: none; color: #C4591F; }
a:active { text-decoration: none; color: #000; }
a:hover { text-decoration: underline; color: #000; }
ul {list-style:none; margin-left:0; }
li {margin-left: 0; }
/* layout */

body
{
	margin: 0;
	background: #FFFFCC;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #cccccc;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #ffffff;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, sans-serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0;
	font-size: small;
	
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
		height: 31px;
		background-image: url("http://marccooper.typepad.com/blank.gif");
		background-position: 15px 15px;
		background-repeat: no-repeat;
		text-align: left;
	}
	
	#banner-inner { overflow: visible; padding: 0; }
	
	#banner-header
	{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	
	#banner-header a
	{
		display: block;
		left: 0;
		top: 0;
		height: 31px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



/* default to artistic/calendar/timeline layout */

#container
{
	width: 1000px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
	
			display: block;
		float: none;
		width: auto;
		margin-right: 465px;
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
			display: block;
		position: absolute;
		float: none;
		right: 0;
		top: 0;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border-left: 1px solid #000000;
	padding: 15px 15px 15px 14px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #A0ABB2;
	padding: 3px;
	color: #425865;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
	
	
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
	.alt {
	margin: 0;
	padding: 10px;
	}


.entry-header, .post h2 a
{
	margin: 1px 0 10px 0;
	border: 0;
	color: #C4591F;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	line-height: 120%
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
	.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333333;
	}
	
.commentlist li {
	font-weight: bold;
	}

.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;
	}


/* End Comments */

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 14px 0;
	border-top: 1px dotted #B8C2CA;
	padding: 7px 0px 0px 0px;
	color: #41515D;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 320px;
}


/* modules */

/* ul.noindent, li {margin:0, padding: 0;} */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
.sidebar ul
{
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}

.module-header, li h2
{
	margin: 5px 5px;
	border-bottom: 1px solid #999999;
  	padding: 3px;
	color: #644C4D;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content, li, .sidebar p
{
	margin: 0px 0 5px 0;
	color: #644C4D;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: 11px;
	line-height: 125%;
	text-align: left;
}


.module-list { margin: 0; }
.module-list-item { margin: 10px 0; }
.typelist-thumbnailed .module-list-item { margin: 10px 0; }
.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo
{
	text-align: center;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family: 'Lucida Grande', Verdana, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}





/* user css */

.module-content
{
	position: relative;
	margin: 7px 0px 21px 0px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

ul.noindent li img {margin-bottom: 7px ;}

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: right;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px 0px 5px 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px 0px 5px 0px;
}

#search {

	padding: 0px 0px 5px 5px;

	margin-top: 10px;

	margin-bottom: 0px;

	font-size: 10px;

	width: 140px;

}

 

#search form {

 	margin: 0px;

 	padding: 0px;

}

 
#search h3 {

 	margin-left: 0px;

}

 

#search #s {

	float: left;

	border: 1px solid #CACACA;

	border-right: 0px;

	height: 22px;

	width: 103px;

	font-size: 12px;

	margin: 0px;

	padding: 0px;

}
 .alignright {float:right;}

#featuredEntries {
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 205px;
	width: 1000px;
	border-bottom: 1px solid #ccc;
	background: white url('/img/content_bg.gif') top left repeat-y;
}

#featuredEntries .entryBlock {
	float: left;
	overflow: hidden;
	margin: 0px 17px 0px 17px;
	width: 210px;
	height: 240px;
}

#featuredEntries .entryBlock h2 {
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
}

#featuredEntries .entryBlockImage {
	height: 155px;
	width: 230px;
	overflow: hidden;
	margin-bottom: 5px;
}

.entry-footer .social {
	clear: right;
	float: right;
	width: 142px;
}

.entry-footer span.yahooBuzzBadge {
	text-align: right;
}

.entry-footer .social img {
	float: right;
	margin-left: 10px;


/* other css */






	/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

