/* base css */
@import url(/.shared/themes/common/base-weblog.css);



/* portal css */


/* theme css */
/* general page elements */

a
{
	text-decoration: underline;
	
}

a:link { color: #003366 }
a:visited { color: #003366 }
a:hover { color: #003366 }
a:active { color: #003366 }

.entry-body a {
    text-decoration: none;
}

.entry-body a:hover {
   text-decoration: underline; 
}

blockquote {
    margin: 10px 20px 10px 20px;
    padding: 2px;
    border: 1px dotted #ccc;
    font-family: Georgia, Garamond, Times, "Times New Roman", serif;
    font-size: x-small;
    text-align: left;
}

img.post-image {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px; 
    padding: 2px;
    border: 1px solid #ccc; 
    text-align: center;
}

#footer {
    margin: 0;
    padding: 1px 0 0 0;
    border-top: 1px solid #ccc;
    font-family: Georgia, Garamond, Times, "Times New Roman", serif;
    color: #000;
    font-size: x-small;
    text-align: right;
}


/* layout */

body
{
	margin: 0 auto;
                text-align: center;
	color: #333333;
	background: #EFEFEF;
	font-family: Georgia, 'Times New Roman', serif;
	font-weight: normal;
	font-size: small;
	line-height: 150%;
}

#container { position: static; margin-top:10px; margin-bottom: 10px; width: 840px; background: #fff;}

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

#banner
{
	border-bottom: 1px solid #ccc;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #000000;
	background: #FFFFFF;
	text-align: left;
	font-family: Georgia, 'Times New Roman', serif;
}

#banner-inner { 
	margin: 0; 
	padding: 0; 
}

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

#banner-header
{
	margin: 0;
                padding: 0;
	font-size: xx-large;
	font-weight: bold;
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}

	/* banner image */
	
	#banner
	{
                                width: 820px;
		height: 89px;
		background-image: url("http://teamtancredo.typepad.com/blogbanner_v2.gif");
		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: 89px;
		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: 820px;
}

.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,
.archive-header
{
	margin: 0 0 10px 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	text-align: left;
	
	
	
}

.entry-header-date {
    margin: 0;
    padding: 0;
    font-family: Georgia, Garamond, Times, "Times New Roman", serif;
    color: #900;
    font-size: x-small;
    text-align: left;
}

.entry-header-author a {
    color: #900;
    text-decoration: none;
}

.entry-header-author a:hover {
    color: #900;
    text-decoration: underline;
}

.entry-header-author {
    margin: 0;
    padding: 0;
    font-family: Georgia, Garamond, Times, "Times New Roman", serif;
    color: #900;
    font-size: x-small;
    text-align: left;
}

.entry-header {
    margin: 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000;
    font-family: georgia, verdana, 'trebuchet ms', sans-serif;
    color: #000;
    font-size: x-large;
    text-align: left;
    font-weight: bold;
}

.entry-header a { 
    color: #003366;
    text-decoration: none; 
}

.entry-header a:hover { 
    color: #003366;
    text-decoration: underline; 
}

.comments-open-header,
.comments-header,
.content-header {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #000;
    font-family: georgia, verdana, 'trebuchet ms', sans-serif;
    color: #000;
    font-size: x-large;
    text-align: left;
    font-weight: bold;
}

.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
{
	margin: 0 0 10px 0;
	border-top: 1px dotted #ccc;
	padding: 3px;
	color: #000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
}

.comment-footer
{
	margin: 0 0 15px 0;
	border-top: 1px dotted #ccc;
	padding: 3px;
	color: #000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	line-height: normal;
	text-align: left;
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}


div#menu {
	margin: 0 auto;
	padding: 3px 0;
	width: 820px;
	text-align: center;
	border-bottom: 1px solid #000;
}

div#menu ul, div#menu li {
	margin: 0;
	padding: 0 3px;
	display: inline;
	list-style-type: none;
}

#menu a:link, #menu a:visited {
	font-size: small;
                font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	color: #000;
                font-weight: bold;
	text-decoration: none;
}
	
#menu a:hover, #menu a:active {
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}


/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */

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


.module-header
{
	margin: 0;
	border-bottom: 1px solid #000;
  	padding: 0;
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}

.module-content
{
	margin: 5px 0 20px 0;
	color: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: small;
	line-height: 150%;
	text-align: left;
}

.module-list {
    margin: 5px 0 0 0;
    padding-left: 15px;
    list-style: square;
}

.module-list-item {
    margin-top: 0;
    color: #000;
    line-height: 1.2;
    border-bottom: 1px solid #ccc;
}

.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: #000000;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: x-small;
	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: 780px;
	}
	
	.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 #container
	{
		width: 780px;
	}
	
	.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: 700px;
	}

	.layout-two-column-left #alpha
	{
		width: 200px;
		
	}
	
	.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: 840px;
	}

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


/* three-column tweaks */
	
	.layout-three-column #container
	{
		width: 1000px;
	}
	
	.layout-three-column #alpha
	{
		width: 200px;
		
	}
	
	.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: 300px;
		
	}
	
	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* user css */


/* other css */

.fundraiser {
		color: #ff0000;
}
/* ph=1 */
