/* base css */
@import url(base-weblog.css);

/* theme css */
/* general page elements */

a
{
	text-decoration: underline;
	
}

a:link { color: #CCCCCC; }
a:visited { color: #CCCCCC; }
a:hover { color: #FFFFFF; }
a:active { color: #CCCCCC; }


/* layout */

body
{
	margin: 0;
	color: #FFFFFF;
	background: #000000;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; 
		background-image: url("http://www.sandrabernhard.com/images/sb_bg_top.gif");
		background-position: top left;
		background-repeat: repeat-x;}

#container-inner
{
	position: static;
	border: 0;
		background-image: url("http://www.sandrabernhard.com/images/sb_bg.gif");
		background-position: top left;
		background-repeat: repeat-y;
}



	/* banner image */
	
	#banner
	{
		height: 128px;
		background-image: url("http://www.sandrabernhard.com/images/sb_01.gif");
		background-position: top left;
		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: 158px;
		text-indent: -1000em;
	}
	
	#banner-description
	{
		overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;
	}



}

/* 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; }

#footer {
text-align: center;
	font-size: x-small;
}

	#footer a:link { text-decoration: none;}
	#footer a:visited { text-decoration: none;}
	#footer a:hover { text-decoration: none;}
	#footer a:active { text-decoration: none;}


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 10px 0;
	border: 0;
	
	color: #efefef;
	font-family: Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	
	
	text-transform: uppercase;
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;	
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;	
}

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 10px 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-top: 1px solid #999999;
	padding: 3px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 320px;
}


/* modules */

	.module-header a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	.module a:link { color: #; text-decoration: none;}
	.module a:visited { color: #; text-decoration: none; }
	.module a:hover { color: #; text-decoration: none; }
	.module a:active { color: #; text-decoration: none; }


.module-header
{
	margin: 0 0 5px 20px;
	border: 1px solid #C4C4C4;
  	padding: 4px;
	color: #666666;
	background-color: #6A6A6A;
	font-family: Georgia, 'Trebuchet MS', Verdana, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: 0;
	text-align: left;
}



.typelist-thumbnail img { margin: 0; }


/* two-column-left tweaks */
	
	.layout-two-column-left #container
	{
		width: auto;
	}

	.layout-two-column-left #alpha
	{
		width: 262px;
			display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
	}
	
	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 0;
		padding-top: 236px;
		background-image: url("http://www.sandrabernhard.com/images/sb_02.gif");
		background-position: top left;
		background-repeat: no-repeat;
	}
	
	.layout-two-column-left #beta
	{
		
			display: block;
			float: none;
			width: auto;
			margin-left: 262px;
	}
	
	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 0 15px 15px 15px;
		text-align: left;
		background-color: #3B3B3B;
		background-image: url("http://www.sandrabernhard.com/images/sb_03.gif");
		background-position: top left;
		background-repeat: no-repeat;
	}
