/* Base */
@import url(/.shared/themes/common/base-weblog.css);
@import url(http://www.indiegogo.com/stylesheets/common.css?1303421331);
@import url(http://www.indiegogo.com/stylesheets/igg.css?1308337783);

/* Portal */


/* Theme */
/* general page elements */

a:link { color: #FF0057; }
a:visited { color: #FF0057; }
a:hover { color: #FF0057; }
a:active { color: #FF0057; }


/* layout */

body
{
	margin: 0;
	color: #000000;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #E1DFDF;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #000000;
	text-align: left;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #FFFFFF;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	font-weight: bold;
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */

	#banner
	{
		height: 180px;
		background-image: url("http://indiegogo.typepad.com/blog/IGG Logo - black - low res.png");
		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: 180px;
		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: 780px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
			width: 315px; /* 285px + 15px + 15px */
	
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #E1DFDF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #E1DFDF;
}

/* 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; }

.content-header
{
	margin: 5px;
}

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #E6E6E6;
	padding: 3px;
	color: #000000;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: small;
	text-align: left;
	font-weight: bold;
}

.date-header, .archive-header {
	color: #1AB8CE;
  border-bottom: 2px solid #E6E6E6;
}

.entry
{
  margin-bottom: 50px;
}

.entry-header
{
	margin: 0px 5px 5px 5px;
	border: 0;
	
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: x-large;
	text-align: left;
	font-weight: bold;
	
	color: #1AB8CE;
}

.entry-header a
{
	font-weight: bold;
}

.entry-header a:link { color: #1AB8CE; }
.entry-header a:visited { color: #1AB8CE; }
.entry-header a:hover { color: #1AB8CE; }
.entry-header a:active { color: #1AB8CE; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 5px 5px 10px 5px;
}

.entry-content p { text-align: left; }

.entry-author-header
{
	border-top: 1px solid #EFEFEF;
  padding-top: 5px;
  padding-bottom: 10px;
}

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0;
	border-top: 1px solid #EFEFEF;
	padding: 3px;
	color: #1AB8CE;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
	
	
}

.post-footers, .module-more
{
  font-size: small;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */



.module-header
{
	margin: 5px 0;
	border-bottom: 1px dashed #E6E6E6;
	padding: 3px;
	color: #1AB8CE;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 0px;
	color: #000000;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
  padding: 5px 10px 10px 10px;
}
.leftbar .module-content
{
  padding-left: 0px;
}
.sidebar .module-content
{
  background: #EFEFEF;
}

.module-list { margin: 0; }
.module-list-item { margin: 0px; padding: 10px; }

.cloud-weight-1, .cloud-weight-2, .cloud-weight-3, .cloud-weight-4, .cloud-weight-5,
.cloud-weight-6, .cloud-weight-7, .cloud-weight-8, .cloud-weight-9, .cloud-weight-10
{ border-top: none; border-bottom: none; }

.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 3px solid #FFFFFF;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #1AB8CE;
	font-family: Helvetica,Arial,Tahoma,sans-serif;
	font-size: x-small;
	border-bottom: 1px dashed #E6E6E6;
	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-category .module-list-item { padding-top: 0px; padding-bottom: 4px; padding-left: 0px; }

.module-archives .module-list-item { padding-top: 4px; padding-bottom: 4px; padding-left: 0px; font-size: small; }

.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;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}


/* moblog1 tweaks */

		
	

	.layout-moblog1 #alpha
	{
		width: 200px;
		
	}

	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-moblog1 #beta
	{
					width: 380px;
		
		
	}

	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-moblog1 #gamma
	{
		width: 200px;
		
	}

	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}


/* moblog2 tweaks */

		
	

	.layout-moblog2 #alpha
	{
		width: 100px;
		
	}

	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-moblog2 #beta
	{
					width: 350px;
		
		
	}

	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-moblog2 #gamma
	{
		width: 190px;
		
	}

	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-moblog2 #delta
	{
		width: 140px;
		
	}

	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */

	.layout-timeline #alpha
	{
					width: 390px; /* 285px + 15px + 15px */
		
		
	}

	.layout-timeline #beta
	{
		width: 390px;
		
	}

	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }


/* one-column tweaks */

	.layout-one-column #container
	{
		width: 400px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}


/* two-column-left tweaks */

	.layout-two-column-left #container
	{
		width: 600px;
	}

	.layout-two-column-left #alpha
	{
		width: 200px;
		
	}

	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-two-column-left #beta
	{
					width: 400px;
		
		
	}

	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}


/* two-column-right tweaks */

	.layout-two-column-right #container
	{
		width: 600px;
	}

	.layout-two-column-right #alpha
	{
					width: 400px;
		
		
	}

	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-two-column-right #beta
	{
		width: 200px;
		
	}

	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}


/* three-column tweaks */

	.layout-three-column #container
	{
		width: 800px;
	}

	.layout-three-column #alpha
	{
		width: 200px;
		
	}

	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-three-column #beta
	{
					width: 400px;
		
		
	}

	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-three-column #gamma
	{
		width: 200px;
		
	}

	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}


/* three-column-right tweaks */

	.layout-three-column-right #container
	{
		width: 800px;
	}

	.layout-three-column-right #alpha
	{
					width: 400px;
		
		
	}

	.layout-three-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-three-column-right #beta
	{
		width: 200px;
		
	}

	.layout-three-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}

	.layout-three-column-right #gamma
	{
		width: 200px;
		
	}

	.layout-three-column-right #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #E1DFDF;
	}


/* Custom */


table.windowWithBlogTitle {
  border-top: 2px solid #FFFFFF;
}
.leftbar table.windowWithBlogTitle {
  border-top: 1px solid #EFEFEF;
}
td.windowBlogTitle, td.windowBlogTitle {
  padding: 20px 10px 0px 10px;
}
.leftbar td.windowBlogTitle {
  padding-left: 0px;
}
.sidebar td.windowBlogTitle {
  background: #EFEFEF;
}
span.windowBlogTitle {
  font-size: 16px;
  font-weight: bold;
  color: #4D4D4D;
}

table.windowWithoutBlogTitle {
  margin-top: 21px;
  border-top: 2px solid #E6E6E6;
}
td.windowWithoutBlogTitle {
  padding: 10px 10px 0px 10px;
}
.leftbar td.windowWithoutBlogTitle {
  padding-left: 0px;
}
.sidebar td.windowWithoutBlogTitle {
  background: #EFEFEF;
}
span.windowWithoutBlogTitle {
  font-size: 16px;
  font-weight: bold;
  color: #4D4D4D;
}

table.windowWithoutBlogTitleBlank {
  margin-top: 21px;
  border-top: 2px solid #E6E6E6;
}
td.windowWithoutBlogTitleBlank {
  padding: 0px;
}
.leftbar td.windowWithoutBlogTitleBlank {
  padding-left: 0px;
}
.sidebar td.windowWithoutBlogTitleBlank {
  background: #EFEFEF;
}
span.windowWithoutBlogTitleBlank {
}

#comment-captcha-text {
  background-color: #E6E6E6;
  color: #4D4D4D;
}

/* ph=1 */

