/* Base */
@import url(/.shared/themes/common/base-weblog.css);

/* Portal */


/* Theme */
/* general page elements */

a
{
	text-decoration: underline;
	
}

a:link { color: #003366; }
a:visited { color: #003366; }
a:hover { color: #003366; }
a:active { color: #003366; }


/* layout */

body
{
	margin: 0;
	color: #747474;
	background: #ffffff;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

#banner
{
/*	border-bottom: 1px dotted #FF9900;*/
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #fff;
	background: #FFFFFF;
	text-align: left;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: transparent;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: xx-large;
	
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */

	#banner
	{
		height: 62px;
		background-image: url("http://customereffective.typepad.com/blog/logo.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: 62px;
		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: auto;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
	
			display: block;
		float: none;
		width: auto;
		margin-right: 465px;
	
}

.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;
			display: block;
		position: absolute;
		float: none;
		right: 0;
		top: 0;
	
}

.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-bottom: 1px solid #6699CC;
	padding: 3px;
	color: #6699CC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 10px 0;
	border: 0;
	
	color: #083B79;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: large;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header a
{
	text-decoration: none;
	font-weight: bold;

}
.entry-header a:link {
color:#083B79;
}
.entry-header a:visited { color: #000000; }
.entry-header a:hover { color: #000000; }
.entry-header a:active { color: #000000; }

.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: #EE6346;
	font-family: 'Trebuchet MS', Verdana, 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
{
	width: 320px;
}


/* modules */

	.module a
	{
		text-decoration: none;
		font-weight: inherit;
	}

	.module a:link { color: #083B79; }
	.module a:visited { color: #083B79; }
	.module a:hover { color: #083B79; }
	.module a:active { color: #083B79; }

.module-header a:link {color:#6699CC;}

.module-header
{
	margin: 5px 0;
	border-bottom: 1px solid #999999;
	padding: 3px;
	color: #6699CC;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 0.9em;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: .95em;
	line-height: 95%;
	
	
	
	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: 5px solid #EEEEEE;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	border-bottom: 1px solid #999999;
	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-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 #container
		{
			width: auto;
		}
	

	.layout-moblog1 #alpha
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}

	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog1 #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 200px;
			margin-right: 200px;
		
	}

	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog1 #gamma
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}

	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */

			.layout-moblog2 #container
		{
			width: auto;
		}
	

	.layout-moblog2 #alpha
	{
		width: 100px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}

	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 100px;
			margin-right: 330px;
		
	}

	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #gamma
	{
		width: 190px;
					display: block;
			position: absolute;
			float: none;
			right: 140px;
			top: 0;
		
	}

	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #delta
	{
		width: 140px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}

	.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
	{
		
					display: block;
			float: none;
			width: auto;
			margin-right: 390px;
		
	}

	.layout-timeline #beta
	{
		width: 390px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}

	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }


/* one-column tweaks */

	.layout-one-column #container
	{
		width: auto;
	}

	.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: auto;
	}

	.layout-two-column-left #alpha
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}

	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-two-column-left #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 200px;
		
	}

	.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: auto;
	}

	.layout-two-column-right #alpha
	{
		
					display: block;
			float: none;
			width: auto;
			margin-right: 200px;
		
	}

	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-two-column-right #beta
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}

	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column tweaks */

	.layout-three-column #container
	{
		width: auto;
	}

	.layout-three-column #alpha
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			left: 0;
			top: 0;
		
	}

	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column #beta
	{
		
					display: block;
			float: none;
			width: auto;
			margin-left: 200px;
			margin-right: 200px;
		
	}

	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column #gamma
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}

	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column-right tweaks */

	.layout-three-column-right #container
	{
		width: auto;
	}

	.layout-three-column-right #alpha
	{
		
					display: block;
			float: none;
			width: auto;
			margin-right: 400px;
		
	}

	.layout-three-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column-right #beta
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			right: 200px;
			top: 0;
		
	}

	.layout-three-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column-right #gamma
	{
		width: 200px;
					display: block;
			position: absolute;
			float: none;
			right: 0;
			top: 0;
		
	}

	.layout-three-column-right #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* Custom */


.layout-three-column #container
	{
		width: 900px;
	}

.layout-three-column #alpha
	{
		width: 200px;
	}

.layout-three-column #beta
	{
		width: 560px;
	}

.layout-three-column #gamma
	{
		width: 150px;
	}

#banner
{
background: url(http://blog.customereffective.com/CEblog-Logo.gif) no-repeat;
height: 55px;
}

#banner-inner { overflow: visible; padding: 0; }

#banner-header
{
position: absolute;
left: 0;
top: 0;
width: 950px;
margin: 0;
padding: 0;
}

#banner-header a
{
display: block;
left: 0;
top: 0;
height: 55px;
text-indent: -1000em;
}

#banner-description
{
overflow: hidden;
width: 0;
height: 0;
margin: 0;
padding: 0;
text-indent: -1000em;
}
/* Main Navigation 
#mainnav {
	font-family:Arial, Lucida Sans Unicode, Lucida Grande, sans-serif;
	height:25px;
	background:#ffffff url(http://www.customereffective.com/images/mainnavbg.gif);
	background-repeat: no-repeat;
	background-position:bottom center;
	padding-left:3px;
	padding-right:3px;
	text-align:left;
	width: 100%;
} */
/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/

	/* Remove the comments below for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
	  background-color: transparent;
		width:100%;
		
	}

	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	  background:#39AFD8 url(http://www.customereffective.com/images/navbg.gif);
		color:#ffffff;
		font-family:Lucida Sans Unicode, Lucida Grande,Arial,Sans-Serif;
		letter-spacing:.3px;
		font-size:11px;
		font-weight:400;
		text-transform:uppercase;
		text-decoration:none;
		/*padding:4px 24px 4px 24px;*/
		padding:4px 2.5% 4px 2.5%;
/*		margin:0 1px 0 1px;
border-right:1px solid #fff;*/
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		background:#00457A url(http://www.customereffective.com/images/navbgon.gif);
		color:#ffffff;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		background:#00457A url(http://www.customereffective.com/images/navbgon.gif) !important;
		color:#ffffff !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
      /* background-image:url(images/arrow_down.gif); */
		background:#00457A url(http://www.customereffective.com/images/navbg.gif);
		color:#ffffff;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color: transparent;
		color:#b1b1b1;
		padding:0px;
		margin-left:-2px;
		border-top: 1px solid #b1b1b1;
	}

    /* Internet Explorer 6 Hack */
    /*\*/
    * html #qm0 div {margin-top:-2px;}
    /**/
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{ 
	  background: none;
	  background-color:#155181;
		color:#ffffff;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		background-image:url(http://www.customereffective.com/images/arrow_right.gif) !important;	
		background-repeat:no-repeat !important;
		background-position:95% !important;
		background-color:#00457A !important;
		color:#ffffff !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
	  background-color: #FFFFFF;
	  color:#888888;
		background-image:url(http://www.customereffective.com/images/arrow_right.gif);	
		background-repeat:no-repeat;
		background-position:95%;
		/* using these causes flash to disappear on FF on Mac */
		
	  filter:alpha(opacity=90);
	  -moz-opacity:0.90;
	  -khtml-opacity: .90;
	  opacity: 0.90; 		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		color:#888888;
		padding:2px 20px 2px 5px;
		border-right: 1px solid #b1b1b1;
		border-left: 1px solid #b1b1b1;
		/*border-top: 1px solid #39AFD8;*/
		border-bottom: 1px solid #b1b1b1;
		background: none;
      background-color: #FFFFFF;
		/* using these causes flash to disappear on FF on Mac */
		
	  filter:alpha(opacity=90);
	  -moz-opacity:0.90;
	  -khtml-opacity: .90;
	  opacity: 0.90; 	
		
	}

/* ph=1 */

