/* Base */
@import url(base-weblog.css?v=2);

@import url(bxslider.css);
@import url(widgets.css);
@import url(recentpostsfancy.css);

/* Tip Jar */
@import url(tipjar.css);

/* Portal */


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

a
{
	text-decoration: underline;
	font-weight: bold;
}

a:link { color: #000066; }
a:visited { color: #0065CA; }
a:hover { color: #0065CA; }
a:active { color: #FFA022; }


/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #FFFF99;
	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: #CCCCCC;
}

#banner
{
	border: 1px dotted #000000;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #CC6600;
	text-align: left;
	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;
}


	/* banner image */

	#banner
	{
		height: 430px;
		background-image: url("/assets/images/6a00e54f8cec7788340240a4818db5200c-pi.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: 430px;
		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-left: 1px dotted #000000;
	padding: 15px 15px 15px 14px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border-right: 1px dotted #FFFFFF;
	padding: 15px 14px 15px 15px;
	background: #CCCCCC;
}

/* 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 #333333;
	padding: 3px;
	color: #333333;
	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: #000000;
	font-family: 'Trebuchet MS', Verdana, 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: #000000; }
.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: #999999;
	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
{
	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: underline;
		font-weight: inherit;
	}

	.module a:link { color: #003366; }
	.module a:visited { color: #0065CA; }
	.module a:hover { color: #0065CA; }
	.module a:active { color: #FFA022; }


.module-header
{
	margin: 5px 0;
	border-bottom: 1px solid #999999;
	padding: 3px;
	color: #666666;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .02em;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #333333;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	line-height: 150%;
	
	
	
	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: small;
	border-bottom: 1px solid #999999;
	text-align: left;
	font-weight: bold;
	
	text-transform: uppercase;
	padding: 3px;
	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: #;
	}

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

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

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

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


/* moblog2 tweaks */



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

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

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

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

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

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

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

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

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

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

	.layout-one-column #alpha-inner
	{
		border-left: 1px dotted #000000;
		padding: 15px 15px 15px 14px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */

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


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

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

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

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


/* two-column-right tweaks */

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


	.layout-two-column-right #alpha
	{

    
		width: 600px;
	}

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

	.layout-two-column-right #beta
	{

		width: 150px;
	}

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


/* three-column tweaks */

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


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

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

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

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

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

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


/* three-column-right tweaks */

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


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

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

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

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

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

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



/* Static Layouts Nav */
#nav { background: #EEEEEE; }
#nav a:link { color: #0060BF; }
#nav a:visited { color: #0052A3; }
#nav a:hover { color: #0A85FF; }
#nav a:active { color: #000000; }
#nav a {


font-family: Arial, sans-serif;
font-size: x-small;
}






/* Custom CSS */
body {
background:  url(/assets/images/stripe2.png) repeat scroll;
}

/* push banner down  */

#banner { margin-top: 30px; width: 930px;
}

/* move navbar below the banner */

/* move content and sidebars down so it isn't on top of the banner */

/* 

#banner {
.background:url(/assets/images/header.gif) repeat scroll left top;
border:0px;
height:400px;
width:900px;
}
#banner-header a { height: 400px;} */

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

.nav-list
{
background-color:  #000000;
border-top:  1.5px solid #000000;
border-bottom:  1.5px solid #000000;
}

.nav-list-item
{
background-color:  #000000;
border-right:  1.5pox solid #000000;

}

.nav-list-item a
{
text-decoration:  non;
color:  #FFFFFF;
font-family:  Arial,  sans-serif;
font-size:  20px;
font-weight:  bold;
letter-spacing:  3px;
}
 

#pagebody-inner, #nav {
background:#FFFFFF none repeat scroll 0%;
border-left: 5px solid #000000;
border-right: 5px solid #000000;
position:static;
width:922px;
}

/* http://www.potsandpins.com/.shared/themes/lilia/theme-gourmet/entry-header-bg.gif)  */
.entry-header {
background:transparent url(/assets/images/entry-header-bg.gif) no-repeat scroll left top;
color:#CC6600;
font-size:18px;
font-weight:bold;
margin:5px 0pt;
padding:3px 0pt 3px 17px;
}


.layout-two-column-left #beta-inner {
background:#FFFFFF none repeat scroll 0%;

padding:15px;
width:600px;
}

a {
color:#D88532;
text-decoration:none;
}
a:visited {
color:#D88532;
}
a:hover {
color:#FF9900;
text-decoration:underline;
}
#banner a {
color:#990000;
text-decoration:none;
}
#banner a:visited {
color:#990000;
}
#banner a:hover {
color:#FF9900;
}
.module-content a {
color:#999933;
text-decoration:none;
}
.module-content a:visited {
color:#999933;
}
.module-content a:hover {
color:#FF9900;
text-decoration:underline;
}
.module-powered a {
color:#990000;
}
.entry-header a {
color:#CC6600;
}
.entry-header a:visited {
color:#CC6600;
}
.entry-header a:hover {
color:#CC6600;
text-decoration:none;
}
.entry-footer a {
color:#999933;
}
h1, h2, h3, h4, h5, h6 {
font-family:'georgia',helvetica,arial,sans-serif;
}
.module-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header {
	/* http://www.potsandpins.com/.shared/themes/lilia/theme-gourmet/module-header-bg.gif */
background:#F2EFCC url(/assets/images/module-header-bg.gif) repeat scroll left top;
color:#D88532;
font-size:12px;
font-weight:bold;
margin:0pt;
padding:6px 10px 5px 5px;
position:relative;
text-align:center;
width:auto;
}
.module-header a, .trackbacks-header a, .comments-header a, .comments-open-header a, 

.archive-header a {
color:#D88532;
text-decoration:underline;
}
.module-header a:visited, .trackbacks-header a:visited, .comments-header a:visited, 

.comments-open-header a:visited, .archive-header a:visited {
color:#336600;
}
.module-header a:hover, .trackbacks-header a:hover, .comments-header a:hover, 

.comments-open-header a:hover, .archive-header a:hover {
background-color:#FF9900;
color:#FFFFFF;
}
.entry-more-link, .entry-footer, .comments-open-footer, .trackback-footer, .typelist-thumbnailed 

{
font-size:11px;
}
.trackbacks-info, .comments-info {
margin-bottom:20px;
}

.date-header {
color:#990000;
font-size:11px;
margin:0pt 17px 0pt 0pt;
padding:0pt 0pt 5px;
}

.entry-content {
margin:5px 0pt;
}
.entry-more-link {
font-weight:bold;
}
.entry-footer {
border-bottom:3px double #F5E6D7;
color:#868686;
font-weight:normal;
margin:10px 0pt;
padding:5px 0pt 15px;
}
.content-nav {
margin:20px 25px;
}
.content-header {
color:#CC6600;
font-size:24px;
font-weight:bold;
margin:10px 0pt 30px;
display:none;  //added by FTC 6/16/2001//
}
.module {
color:#666666;
}
.module-calendar .module-content {
margin:5px 10px 15px;
}
.module-mmt-calendar .module-content table {
font-size:11px;
}
.module-calendar .module-content table {
font-size:10px;
}
.module-powered {
margin:15px 0pt;
padding:0pt;
}
.module-powered .module-content {
background:#F8F0D2 url(/assets/images/gradient-bg.gif) repeat scroll left top;
border:1px solid #EFEAE7;
margin:0pt;
padding:10px;
}
.module-photo {
background:transparent none repeat scroll 0%;
border:0pt none;
}
.module-photo .module-content {
margin:10px;
}
.module-photo img {
border:0pt none;
}
.module-list-item {
background:transparent url(/assets/images/li-bg.gif) no-repeat scroll left top;
padding:2px 0pt 0pt 18px;
}
.typelist-thumbnailed {
margin:0pt 0pt 20px;
}
.typelist-thumbnailed .module-list-item {
background:#F8F0D2 url(/assets/images/gradient-bg.gif) repeat-x scroll left center;
border:1px solid #ECE5E1;
margin:1px 0pt;
padding:0pt;
}
.typelist-thumbnail {
background:#ECE7B2 none repeat scroll 0%;
}
.module-featured-photo {
width:420px;
}
.module-featured-photo .module-content {
margin:0pt 0pt 5px;
}
.module-featured-photo img {
width:415px;
}
.module-recent-photos {
border:0pt none;
}
.module-recent-photos .module-content {
margin-left:0pt;
}
.module-recent-photos .module-list {
margin:0pt;
}
.module-recent-photos .module-list-item {
background:transparent none repeat scroll 0%;
margin:0pt 6px 6px 0pt;
padding:0pt;
width:64px;
}
.module-recent-photos .module-list-item a {
background:#E7E7EC none repeat scroll 0%;
border:1px solid #BBBBBB;
padding:1px;
}
.module-recent-photos .module-list-item a:hover {
background:#E7E2C6 none repeat scroll 0%;
border-color:#FF9900;
}
.layout-calendar #gamma {
margin-left:0pt;
width:195px;
}
.module-mmt-calendar {
margin:0pt;
width:420px;
}
.module-mmt-calendar .module-header, .layout-timeline .module-recent-photos .module-header {
background:#F2EFCC url(/assets/images/module-header-bg.gif) repeat scroll left top;
font-size:13px;
font-weight:bold;
margin:0pt;
padding:5px 15px;
text-align:right;
}
.module-mmt-calendar .module-content {
margin:15px 0pt 15px 2px;
}
.module-mmt-calendar table {
background:#F2EFCC url(/assets/images/module-header-bg.gif) repeat scroll left top;
width:415px;
}
.module-mmt-calendar th {
border-bottom:1px solid #BBBBBB;
border-right:1px solid #E7E7EC;
border-top:1px solid #FFFFFF;
color:#D88532;
font-weight:bold;
padding:2px;
text-align:right;
}
.module-mmt-calendar td {
background:#F8F0D2 url(/assets/images/gradient-bg.gif) repeat-x scroll left top;
border-bottom:1px solid #BBBBBB;
border-right:1px solid #E7E7EC;
border-top:1px solid #FFFFFF;
font-weight:normal;
padding:2px;
text-align:right;
}
th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
border-right:medium none;
}
.day-photo a {
background:#E7E7EC none repeat scroll 0%;
border:1px solid #BBBBBB;
padding:1px;
}
.day-photo a:hover {
background:#E7E2C6 none repeat scroll 0%;
border-color:#FF9900;
}

.layout-two-column-right #beta-inner {
    width: 292px;
}








/* Books Typelist - Update to base file size and re-size to retain original visual spec */
.typelist-thumbnailed .typelist-thumbnail img { width: 100px; }


/* ph=1 */
