/* Base */
@import url(../../.shared-v65638ad-typepad-en_us/themes/common/base-weblog-v-2.css);

@import url(../../.shared-v65638ad-typepad-en_us/themes/common/bxslider.css);
@import url(../../.shared-v65638ad-typepad-en_us/css/widgets.css);
@import url(../../.shared-v65638ad-typepad-en_us/themes/common/recentpostsfancy.css);

/* Tip Jar */
@import url(../../.shared-v65638ad-typepad-en_us/themes/common/tipjar.css);

/* Portal */

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

a
{
	text-decoration: underline;
	
}

a:link { color: #555555; }
a:visited { color: #555555; }
a:hover { color: #E3157B; }
a:active { color: #E3157B; }


/* layout */

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

#container { position: static; }

#container-inner
{
	position: static;
	border-bottom: 1px dotted #CCCCCC;
	background: #FFFFFF;
}

#banner
{
	border-top: 1px dotted #999999;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #FFFFFF;
	text-align: center;
	font-family: 'Trebuchet MS', Verdana, 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;
}




/* 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-top: 1px dotted #CCCCCC;
	padding: 14px 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-top: 1px dotted #CCCCCC;
	padding: 14px 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: #666666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
}

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

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

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

.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-top: 1px dotted #999999;
	padding: 3px;
	color: #666666;
	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: bold;
	}

	.module a:link { color: #555555; }
	.module a:visited { color: #555555; }
	.module a:hover { color: #E3157B; }
	.module a:active { color: #E3157B; }


.module-header
{
	margin: 5px 0;
	border: 0;
	
	color: #555555;
	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: #555555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	font-weight: bold;
	
	
	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-right: 3px solid #FFFFFF;
}

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

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

.module-calendar .module-header
{
	color: #555555;
	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-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #;
	}

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

	.layout-moblog1 #beta-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}

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

	.layout-moblog1 #gamma-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */



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

	.layout-moblog2 #alpha-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #;
	}

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

	.layout-moblog2 #beta-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}

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

	.layout-moblog2 #gamma-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}

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

	.layout-moblog2 #delta-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 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-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */

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


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

	.layout-two-column-left #alpha-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #;
	}

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

	.layout-two-column-left #beta-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 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-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-two-column-right #beta
	{

		width: 200px;
	}

	.layout-two-column-right #beta-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column tweaks */

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


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

	.layout-three-column #alpha-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #;
	}

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

	.layout-three-column #beta-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}

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

	.layout-three-column #gamma-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column-right tweaks */

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


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

	.layout-three-column-right #alpha-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}

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

	.layout-three-column-right #beta-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #;
	}

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

	.layout-three-column-right #gamma-inner
	{
		border-top: 1px dotted #CCCCCC;
		padding: 14px 15px 15px 15px;
		background: #FFFFFF;
	}



/* Static Layouts Nav */





#nav a {




}






/* Custom CSS */
#banner
{
height:155px;
}

.layout-three-column #container { width: 990px; }
.layout-three-column #alpha { width: 170px; }
.layout-three-column #beta { width: 620px; }
.layout-three-column #gamma { width: 200px; }


/* Cascades from top of page to bottom */

.clearer {
	clear:both;
}
br .clearer2 {
	display:block;
	padding:5px;
	clear:both;
}

#container {
	width:960px;margin-left:auto;margin-right:auto;
}

.clocks {
	display:inline-block;text-align:center;float:left;margin-right:70px;
}
#berlinTime, #londonTime, #newyorkTime, #chicagoTime, #laTime, #shanghaiTime {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-variant: normal;
	color: #000000;
	text-align:centre;
	display:block;
}
#login {
	text-align:right;
	float:right;
	margin-top:5px;
	font-size:10px;
	letter-spacing: 1px;	
}

#logo {
	float:left;width:250px;clear:both;margin-top:38px;
}
#maintitle {
	margin-right:1px;
}

#maintitle a {
	color:#E3157B;
	font-decoration:none;
	font-family: "Courier New", Courier, monospace;
	letter-spacing:5px;
	font-size:23px;
	font-weight:bold;
}

#logo h1 a{
	*font-size:23px;
}

#maintitle a:active, #maintitle a:hover, #maintitle a:focus {
	text-decoration:none;
}

#subtitle {
	font-size:12px;font-weight:bold;margin-top:-3px;letter-spacing:1px;color:#000;
}

#searchform-left {
	float:left;text-align:left;width:200px;margin-left:100px;margin-top:30px;
}

#searchform-left .formname, #searchform-right .formname {
	width:50px;display:inline-block;
}

#searchform-left select {
	width: 120px;
}

#searchform-right {
	float:left;
	width:156px;
	margin-top:30px;
}

.region, .country, .city, .genre, .artist, .exhibition, .submitit {
	padding:0px;
	margin:0px;
	border:0px;
	font-size: 11px;
}

.region, .country, .city {
	padding:2px\9;
}

.formname4 {
	display:inline-block;
	width:53px;
	float:left;
}

.artist {
	margin-top:11px;
	margin-bottom:2px;
	margin-top:14px\9;
	margin-bottom:4px\9;
	*margin-top:2px;
	*margin-bottom:0px;
}

#searchCountry {
	display:inline-block;
	float:left;
	margin-top:5px;
}

.submitit {
	padding-right:4px;
	padding-right:7px\9;
}

#searchform-right .formname, #searchform-right .formname2, #searchform-right .formname3 {
	display:inline-block;
}



#searchform-right .formname {
	width:50px;
}

#searchform-right .formname2 {
	width:72px;
	margin:0px;
	padding:0px;
	
}

#searchform-right .formname2 input, #searchform-right .formname3 input {
	border:0px;
	text-align:left;
	margin:0px;
	padding:0px;
}

#searchform-right .formname3 {
	width:75px;
	margin:0px;

}

#main-search {
	display:inline-block;
	/*margin-left:17px;*/
	margin-top:-22px;
	margin-top:-19px\9;
	*margin-top:0px;
	float:right;
}

#quick-search {
	float:right;
	width:208px;
	margin-top:29px;
	margin-top:29px;
	text-align:right;
}

.quicksearchtxt {
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #555555;
	text-align: center;
	font-variant: normal;
}

.quicksearchpic {
	border:0px;width:17px;height:17px;
}

#quick-search a {
	display:block;
	padding-top:3px;
}

A.advSearch, A.advSearch:Visited, A.advSearch:Hover
{
	font-size: 11px;
	color: #555555;
	font-weight: bold;
	margin-right: 2px;
}

A.advSearch:Hover
{
	color: #E3157B;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	line-height: 9px
}

#mainTable {
	float:left;
	width:655px;
	margin-top:15px;
}

.nav-list
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	color: #555555;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.nav-list a{
	text-decoration: none;
	padding-left: 23px;
	padding-right: 23px;

}
.nav-list a:link { color: #555555;
}
.nav-list a:visited { color: #555555;
}
.nav-list a:hover {
	text-decoration: underline;
                color: #E3157B;
}

INPUT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    border: 1px solid black;
    padding: 1px 4px;
    margin: 0px 0px;
}
SELECT {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    font-weight: normal;
    border: 1px solid black;
}

a.clocktxt2:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #37B834;
	word-spacing: normal;
	letter-spacing: 2px;
}

a.clocktxt2:hover {
	text-decoration: underline;
}

a.clocktxt2:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #37B834;
	word-spacing: normal;
	letter-spacing: 2px;
}

.menutxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    word-spacing: normal;
    letter-spacing: 2px;
    font-variant: normal;
    text-align: center;
}
.menutxthighlight {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #E3157B;
    word-spacing: normal;
    letter-spacing: 4px;
    font-variant: normal;
}

a:link {
    text-decoration: none;
    color: #000000;
}
a:visited {
    color: #000000;
    text-decoration: none;
}
a:hover {
    color: #E3157B;
    text-decoration: underline;
}

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

a.aUser:link, a.aUser:visited {
    text-decoration: none;
    color: #E3157B;
}
a.aUser:hover {
    color: #E3157B;
    text-decoration: underline;
}

.SideButton {
    border:1px solid #CCCCCC;
    font-size:8pt;
    font-weight: bold;
    text-align:center;
    display:block;
    color: #555555;
    padding:5px;
    }

a.SideButton:hover {
        text-decoration:none;
	color: #E3157B;
}

#footer {
	text-align: center;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 20px;
	padding-bottom: 10px;
}






/* ph=1 */