/* base css */
@import url(/.shared/themes/common/base-weblog.css);



/* portal css */


/* theme css */
/* general page elements */

 a
{
	text-decoration: none;
	font-weight: bold;
}

a:link { color: #4D2942; }
a:visited { color: #733E62; }
a:hover { color: #666666; }
a:active { color: #4D2942; }


/* layout */

body
{
	margin: 0;
	color: #222222;
	background: #d9dbc4;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 135%;
}

blockquote
{
color:#000040;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 1px solid #4D2942;
	background: #FFFFFF;
}

#banner
{
	border: 0;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #EDEEE3;
	background: #4D2942;
	text-align: left;
	font-family: Georgia, 'Times New Roman', serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #EDEEE3;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: small;
	
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
		height: 97px;
background-image: url("http://breakpoint.typepad.com/the_point/point_banner0707.jpg");
		background-repeat: no-repeat;
		background-position: -1px -1px;
		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: 97px;
		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: 782px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
			width: 315px; /* 285px + 15px + 15px */
	
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border-right: 1px dotted #673759;
	padding: 15px 14px 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: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
}

.entry-header
{
	margin: 1px 0 0px 0;
	border-bottom: 1px solid #673759;
	padding-top: 3px;
	padding-bottom: 2px;
	color: #4D2942;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
}

.entry-header2
{
	margin: 0px 0 0px 0;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #4D2942;
	font-family: Verdana, Arial, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
}

.entry-header-table
{
padding:0px;
margin: 0px;
border-bottom: 1px solid #673759;
}


.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 #673759;
	padding: 3px;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;	
	
}

.entry-AUTHOR
{
	/*background-color: #BDB1A8;*/
	margin: 0px;
	padding: 0px 3px 1px 3px;
	/*border-bottom: 1px solid #673759;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 85%;
	font-weight: 500;
	line-height: normal;
	text-align: right;
	vertical-align: bottom;
	color: #444444;

}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/*-----------------------------------------------------------------------------------------*/


/* regular modules */


.REGmodule a
	{
		text-decoration: none;
		font-weight: bold;
	}

	.module a:link { color: #4D2942; }
	.module a:visited { color: #733E62; }
	.module a:hover { color: #666666; }
	.module a:active { color: #4D2942; }


.REGmodule-header
{
	margin: 5px 0;
	border-bottom: 1px dotted #673759;
  	padding: 3px;
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	line-height: normal;
	
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.REGmodule-content
{
	margin: 5px 0 20px 0;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;	
	
	text-align: left;
}


.REGmodule-content2
{
	margin: 5px 0 20px 0;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 200%;	
	
	text-align: left;
}

.REGmodule-content3
{
	margin: 5px 0 20px 0;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 120%;	
	
	text-align: left;
}


.REGmodule-list { margin: 0px; padding: 0px; list-style: none;}

.REGmodule-list-item { margin: 10px 0px; }
.typelist-thumbnailed .REGmodule-list-item { margin: 10px 0; }

.REGmodule img,
.REGmodule-photo img
{
	border: 1px solid #673759;
}

.REGmodule-photo .module-content
{
	text-align: left;
}

.REGmodule-powered { text-align: left; }

.REGmodule-calendar .module-header
{
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	border-bottom: 1px dotted #673759;
	text-align: left;
	
	
	text-transform: uppercase;
	padding: 3px;
	letter-spacing: .3em;
}

.REGmodule-calendar th,
.REGmodule-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.REGmodule-featured-photo { margin-bottom: 5px; }
.REGmodule-featured-photo .module-content img { width: 420px; }

.REGmodule-recent-photos .module-content { padding: 2px 0 0 0; }
.REGmodule-recent-photos .module-list { margin: 0; }

.REGmodule-recent-photos .REGmodule-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.REGmodule-tipjar-r2 .tipjar-button
{
			float: left;
	
}


/*-----------------------------------------------------------------------------------------*/

/* typelist modules */


.module
{
	position: relative;
	overflow: visible;
	width: 100%;
}

.module a
	{
		text-decoration: none;
		font-weight: normal;
	}

	.module a:link { color: #4D2942; }
	.module a:visited { color: #733E62; }
	.module a:hover { color: #666666; }
	.module a:active { color: #4D2942; }


.module-header
{
	margin: 0px 0;
	/*border-bottom: 1px dotted #673759;*/
	padding-bottom: 0px;
	padding-top: 3px;
  	padding: 1px;
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 10px;
	
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 108%;
	
	
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { margin: 6px 0; }


.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 1px solid #673759;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	border-bottom: 1px dotted #673759;
	text-align: left;
	
	
	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;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}

/*-----------------------------------------------------------------------------------------*/




/* three-column tweaks */
	
	.layout-three-column #container
	{
		width: 785px;
	}
	
	.layout-three-column #alpha
	{
		width: 154px;
		background: #BDB1A8;
 		padding-bottom:350px;
		
	}
	
	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 10px 10px 10px 10px;
		background: #BDB1A8;
	}
	
	.layout-three-column #beta
	{
		width: 455px;
		
		
	}
	
	.layout-three-column #beta-inner
	{
		border-right: 1px dotted #673759;
		padding: 12px 12px 12px 12px;
		background: #FFFFFF;
	}
	
	.layout-three-column #gamma
	{
		width: 166px;
		
	}
	
	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 10px 10px 10px 10px;
		background: #FFFFFF;
	}


/* user css */

.menu1{
background-image:url(images/menudiv1bg.gif);
margin-bottom: 3px;
display:block;
text-decoration: none;
height: 19px;
cursor:pointer;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #4D2942;
  border-bottom: 1px dotted #673759;
  
}

 .submenu{
background-image: url(images/submenu.gif);
display: block;
height: 12px;
padding-left: 7px;
  font-family: Verdana, Arial;
  font-size: 10px;
  color: #4D2942;
  font-weight:bold;
}

.hide{
display: none;

}

.show{
display: block;
border-bottom: 1px dotted #673759;
}

/* other css */