/* Base */
@import url(https://static.typepad.com/.shared/themes/common/base-weblog.css?v=2);

@import url(https://static.typepad.com/.shared/themes/common/bxslider.css);
@import url(https://static.typepad.com/.shared/css/widgets.css);
@import url(https://static.typepad.com/.shared/themes/common/recentpostsfancy.css);

/* Tip Jar */
@import url(https://static.typepad.com/.shared/themes/common/tipjar.css);

/* Portal */

/* Theme Builder *//* general page elements */

a
{
	text-decoration: underline;
	
}

a:link { color: #414141; }
a:visited { color: #414141; }
a:hover { color: #FF0000; }
a:active { color: #414141; }


/* layout */

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

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

#banner
{
	border: 1px dotted #FFFFFF;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #FFFFFF;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#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: 77px;
		background-image: url("https://reubenmiller.typepad.com/.a/6a00d8341ca70953ef00e553b1e5c08833-pi");
		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: 77px;
		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: #FFFFFF;
}

.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: #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: 0;
	
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	
	
	text-transform: uppercase;
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: xx-large;
	line-height: normal;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header a
{
	text-decoration: none;
	font-weight: bold;
}

.entry-header a:link { color: #999999; }
.entry-header a:visited { color: #999999; }
.entry-header a:hover { color: #999999; }
.entry-header a:active { color: #999999; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comments-info,
.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: 0;
	
	color: #999999;
	font-family: Helvetica, Arial, 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
{
	display: block;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


/* modules */

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

	.module a:link { color: #414141; }
	.module a:visited { color: #414141; }
	.module a:hover { color: #ff0000; }
	.module a:active { color: #414141; }


.module-header
{
	margin: 5px 0;
	border: 0;
	
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .02em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #999999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: 100%;
	
	
	
	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: 0;
}

.module-photo .module-content
{
	text-align: center;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	border: 0;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	
	letter-spacing: .02em;
}

.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;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}

.module-miniprofile img {
	border-width: 0;
}


/* moblog1 tweaks */



	.layout-moblog1 #alpha
	{
		width: 200px;
	}

	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog1 #beta
	{
		width: 380px;
	}

	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog1 #gamma
	{
		width: 200px;
	}

	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */



	.layout-moblog2 #alpha
	{
		width: 100px;
	}

	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #beta
	{
		width: 350px;
	}

	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #gamma
	{
		width: 190px;
	}

	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #delta
	{
		width: 140px;
	}

	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.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: 500px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */

	.layout-two-column-left #container
	{
		width: 650px;
	}


	.layout-two-column-left #alpha
	{
		width: 150px;
	}

	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

        .layout-two-column-left #beta
        {
 
                width: 500px;
        }

	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-right tweaks */

	.layout-two-column-right #container
	{
    
		width: 700px;
	}


	.layout-two-column-right #alpha
	{

    
		width: 500px;
	}

	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-two-column-right #beta
	{

		width: 200px;
	}

	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column tweaks */

	.layout-three-column #container
	{
		width: 850px;
	}


	.layout-three-column #alpha
	{
		width: 150px;
	}

	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column #beta
	{
		width: 500px;
	}

	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column #gamma
	{
		width: 200px;
	}

	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column-right tweaks */

	.layout-three-column-right #container
	{
		width: 850px;
	}


	.layout-three-column-right #alpha
	{
		width: 500px;
	}

	.layout-three-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column-right #beta
	{
		width: 150px;
	}

	.layout-three-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column-right #gamma
	{
		width: 200px;
	}

	.layout-three-column-right #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}



/* Static Layouts Nav */





#nav a {




}






/* Custom CSS */
/*BACKGROUND*/

body { background-image: url(); background-repeat: NO-repeat; }


/*BANNER*/
#banner { height: 228px; background-image: url(http://reubenmiller.typepad.com/2009ARTISTBANNERAD/Header2009-benjavens.gif);
background-position: 0px 0px; background-repeat: no-repeat; }
#banner { margin-top: 0px; }
#banner { margin-bottom: -1px; }


#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: 228px; text-indent: -1000em; } #banner-description { overflow: hidden; width: 0; height: 0; margin: 0; padding: 0; text-indent: -1000em; }


/*COLUMN WIDTH*/
.layout-three-column-right #container{width: 1110px;}
.layout-three-column-right  #alpha{width: 700px;}
.layout-three-column-right  #alpha{ position: absolute; top:0px; left:-15px; width:700px; }
.layout-three-column-right  #beta{width: 10px;}
.layout-three-column-right  #beta-inner{border: 0;padding: 0px 0px 0px 0px;background: #FFFFFF;}
.layout-three-column-right  #beta{ position: absolute; top: 30px; left:700px; width: 10px; }
.layout-three-column-right  #gamma{width: 450px;}
.layout-three-column-right  #gamma-inner{border: 0;padding: 15px 0px 0px 0px; background: #FFFFFF;}
.layout-three-column-right  #gamma{ position: absolute; top:15px; left:700px; width: 450px; }
.layout-three-column-right  #alpha{ position: relative; overflow: visible; }


/*REMOVE SIDEBAR HEADERS*/
.module-header{display:none;} 

/*EDIT DATE TEXT*/
.date-header{text-decoration: none;color: #ed1c24;font-family: Arial, sans-serif;font-size: medium;font-weight: bold;font-size: 12px; letter-spacing: 0px;text-transform: lowercase;}


/*EDIT ENTRY HEADERS*/
.entry-header{text-decoration: none;font-size: medium;font-weight: bold;font-size: 24px; letter-spacing: 0px;text-transform: lowercase;padding: 0px 0px 0px 0px;background-color: #ffffff; }


/*EDIT ENTRY FOOTER*/
.entry-footer{text-decoration: none;color: #ed1c24 ;font-family: Arial, sans-serif;font-size: medium;font-weight: bold;font-size: 9px; letter-spacing: 0px;text-transform: lowercase;padding: 0px 0px 0px 0px;background-color: #ffffff;padding: 0 0 1px 3px; text-decoration: none;}

.entry-footer { margin-top: -15px; }

.entry-footer{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.entry-footer{
display: inline;
margin: 0 0px 0 0;
padding: 0px;}

.entry-footer a:hover, .module-content li.selected a{
background-color: #ed1c24; /*background color of tabs onMouseover*/
color: white;
}

.entry-footer a span{
float: none;
}

.entry-footer a:hover span{
background-color: transparent;
}


/*SEPERATOR*/



/*CUSTOM SPACING BETWEEN SIDEBAR ITEMS*/

.module-content{
padding: 0;
width: 100%;
overflow: hidden;
background: transparent;
}

.module-content{

margin: 0 2px 0 0;
padding: 0px;}

}

.module-content{
float: none;
}

.module-content a:hover span{
background-color: transparent;
}

.module-content li{

margin: 4px 0px 0 0;
padding: 0;
text-transform: uppercase;
}

.module-content {color: #ed1c24 ;font-family: Arial, sans-serif;font-size: medium;font-weight: bold;font-size: 16px; letter-spacing: 0px;text-transform: uppercase;padding: 0px 0px 0px 0px;}
/*EXPPERIMENTATION*/
/*CATEGORY CLUSTER*/






/*NAVIGATION BAR*/
.nav-list
{
background-color: #ed1c24;
border-top: 0px solid #ed1c24;
border-bottom: 0px solid #FFFFFF;
}

.nav-list-item a
{
text-decoration: none;
color: #FFFFFF;
font-family: Arial, sans-serif;
font-size: medium;
font-weight: bold;
letter-spacing: 1px;
}

.nav-list-item
{
background-color: #ed1c24;
border-right: 1px solid #FFFFFF;
}

.nav-list a:hover, .nav-list-item.selected a{
background-color: #333333; /*background color of tabs onMouseover*/
color: white;
}






/* ph=1 */
