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



/* portal css */


/* theme css */
@import url(/.shared/themes/lilia/theme-beckett.css);


/* $Id: theme-beckett.css 14270 2005-07-06 01:20:10Z ydnar $ */

/* basic page elements */

body
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #595959;
}

a { color: #990000; text-decoration: none; }
a:visited { color: #990000; }
a:hover
{
	color: #990000;
	text-decoration: underline;
}

#delphic-banner a { color: #fff; font-weight: bold; text-decoration: none; }
#delphic-banner a:visited { color: #fff; }
#delphic-banner a:hover { color: #989898; }

.module-content a { color: #990000; font-weight: normal; }
.module-content a:visited { color: #990000; }
.module-content a:hover
{
	color: #990000;
	text-decoration: underline;
}

ul, li { color: #595959; }
li     { margin-bottom: 6px; }

.entry
{
	margin: 0;
	padding: 0;
}

.entry-content a { text-decoration: underline; }


h1, h2, h3, h4, h5, h6
{
	font-family: verdana, helvetica, arial, sans-serif;
	border: none;
	font-weight: normal;
}


h1
{
	padding: 0 0 2px 0;
	color: #011F5B;
	font-family: georgia, serif;
	font-size: 22px;
	border-bottom: 1px solid #A9BCC4;
}


h2
{
	margin: 8px 0 4px 0;
	padding: 0 0 2px 0;
	font-family: georgia, serif;
	color: #393939;
	font-size: 18px;
	border-bottom: 1px solid #E3E7E8;
}


h2 a:hover
{
	color: #990000;
	text-decoration: underline;
}


h3
{
	margin: 0 0 4px 0;
	padding: 0;
	color: #011F5B;
	font-size: 14px;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative; 
	width: 100%;
	w\idth: auto;
	
	margin: 0 0 1px 0;
	padding: 5px 5px 5px 15px;
	color: #fff;
	background: #0f181f url(http://www.leadthevote.com/images/colitem-header-bg.gif) 0 50% no-repeat;
	font-size: 12px;
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

h2.module-header a
{
	color: #fff;
	text-decoration: none;
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	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: #fff; }

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

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 11px;
}


/* page layout */

body
{
	min-width: 960px;
	color: #ccc;
	background: #A9BCC4 url(http://www.leadthevote.com/images/body-bg.gif) repeat-x;
}

#container
{
	width: 960px;	
	background: url(http://www.leadthevote.com/images/container-bg.gif) repeat-y;
}

#container-inner
{
	margin: 0 10px 0 10px;
	border-bottom: 1px solid #5b626a;
	background: url(http://www.leadthevote.com/images/divider-bg.gif) 297px 0 repeat-y;
}

#delphic-banner
{
	width: 960px; /* necessary for ie win */
	margin: 0 -10px;
	height: 150px;
	background: #600 url(http://www.leadthevote.com/images/banner-bg.jpg) repeat-x;
}

#banner-inner { padding: 20px 20px 0 20px; }

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px double #fff; }

#banner-header
{
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}

#banner-description
{
	margin: 1px 0;
	color: #fff;
	background: none;
	font-size: 12px;
	line-height: 1.125;
}

#alpha { margin: 20px 0 20px 20px; width: 260px; }
#beta { margin: 20px 0 0 40px; width: 420px; }
#gamma, #delta { width: 202px; }

.date-header
{
	margin: 0;
	padding: 0;
	color: #102D65;
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	border: none;
	background: none;
}

.entry-header
{
	margin: 8px 0 4px 0;
	padding: 0;
	font-family: georgia, serif;
	color: #393939;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #E3E7E8;
}

p, .entry-content, .entry-body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #595959;
	line-height: 140%;
}

p
{
	margin-bottom: 18px;
}

.entry-more-link { font-weight: bold; }

.entry-footer
{
	margin: 0 0 20px 0;
	border-top: 1px solid #1a2936;
	padding-top: 2px;
	color: #666;
	font-weight: normal;
}

.entry a:hover, .entry-footer a:hover
{
	color: #990000;
	text-decoration: underline;
}

.content-nav { margin-top: 0; }


/* modules */

.module, module-about, module-archives, .module a, module-about a, module-archives a
{
	font-size: 11px;
}

.module-calendar .module-content
{
	margin: 5px 0 15px 0;
	padding: 0;
}

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }

.module-powered { margin: 20px 0; display: none;}
.module-powered .module-content
{
	margin: 0;
	padding: 10px;
	border: 1px solid #888899;
	color: #fff;
	background: #343f4a url(http://www.leadthevote.com/images/powered-bg.gif) repeat-x;
}

/*
.module-powered a { color: #f93; }
*/
.module-powered a:hover { color: #888899; }

.module-photo { background: none; }
.module-photo img { border: solid 1px #fff; }

.module-list
{
	margin: 0;
	padding: 0;
}

.module-list-item
{
	margin: 0;
	padding: 0;
	background: none;
}

.module-list-item a	{ color: #990000;	}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	padding: 0;
	background: #343f4a url(http://www.leadthevote.com/images/typelist-thumbnailed-bg.gif) repeat;
}

.typelist-thumbnail
{
	background: #717476 url(http://www.leadthevote.com/images/typelist-thumbnail-bg.gif) left center repeat;
}

.module-featured-photo img
{
	width: 414px;
}

.module-recent-photos .module-content { padding: 6px 0 0 0; }

.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 6px 6px 0;
	padding: 0;
	background: none;
}

.module-recent-photos .module-list-item a
{
	border: 1px solid #900;
	padding: 1px;
	background: #fff;
}

.module-recent-photos .module-list-item a:hover
{
	color: #990000;
	border-color: #009;
}



/* artistic tweaks */


/* calendar tweaks */
	
	.layout-calendar #beta { overflow: visible; }
	
	.module-mmt-calendar { width: 420px; }
		
	.module-mmt-calendar .module-header
	{
		margin: 0;
		border: 0;
		padding: 0;
		color: #888899;
		background: none;
		font-size: 14px;
		font-weight: normal;
		text-align: right;
		text-transform: uppercase;
	}
	
	.module-mmt-calendar table
	{
		margin-top: 5px;
		color: #fff;
		background: #cbb8e9;
	}
		
	.module-mmt-calendar th
	{
		border-right: 1px solid #343f4a;
		padding: 2px;
		text-align: right;
		font-weight: normal;
	    background: #1f2d3a;
	}
	
	.module-mmt-calendar td
	{
		border-right: 1px solid #343f4a;
		border-bottom: 1px solid #343f4a;
		padding: 2px;
		text-align: right;
		font-weight: normal;
	    background: #101921 url(http://www.leadthevote.com/images/calendar-td-bg.gif) repeat-x;
	}
	
	.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42
	{
		border-right: none;
	}
	
	.day-photo a
	{
		border: solid 1px #515b66;
		padding: 1px;
		background: #fff;
	}
	
	.day-photo a:hover
	{
		border-color: #c00;
	}


/* moblog1 tweaks */

	.layout-moblog1 #container-inner { background-position: 577px 0; }
	.layout-moblog1 #pagebody
	{
		background: none;
	}
	
	.layout-moblog1 #alpha { width: 200px; }
	
	.layout-moblog1 #beta
	{
		width: 320px;
		margin: 20px 0 20px 20px;
	}
	
	.layout-moblog1 #gamma
	{
		width: 160px;
		margin: 20px 0 20px 40px;
	}
	
	.layout-moblog1 .entry { margin-bottom: 40px; }
	
	.layout-moblog1 .module-recent-photos .module-content { margin: 6px 0 0 12px; }


/* moblog2 tweaks */

	.layout-moblog2 #container-inner { background-position: 105px 0; }
	.layout-moblog2 #pagebody
	{
		background: transparent url(http://www.leadthevote.com/images/divider-bg.gif) 447px 0 repeat-y;
	}
	.layout-moblog2 #pagebody-inner
	{
		background: transparent url(http://www.leadthevote.com/images/divider-bg.gif) 647px 0 repeat-y;
	}
	
	.layout-moblog2 #alpha { width: 70px; }
	.layout-moblog2 #beta { width: 300px; margin: 0 0 0 40px; }
	.layout-moblog2 #gamma { width: 170px; margin: 0 0 0 40px; }
	
	.layout-moblog2 #delta
	{
		float: left;
		width: 100px;
		margin: 0 0 0 20px;
	}
	
	.layout-moblog2 .module-header,
	.layout-moblog2 .trackbacks-header,
	.layout-moblog2 .comments-header,
	.layout-moblog2 .comments-open-header,
	.layout-moblog2 .archive-header
	{
		margin: 20px 0 1px 0;
	}
	
	.layout-moblog2 .date-header { margin-top: 20px; }

	.layout-moblog2 .module-photo .module-content { margin: 0; }
	.layout-moblog2 .module-photo img { width: 80px; height: auto; }
	
	.layout-moblog2 .module-recent-photos .module-content
	{
		margin: 0;
		padding: 0;
		background: none;
	}
	
	.layout-moblog2 .module-recent-photos .module-list { margin: 0; }
	.layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 5px 0; }


/* timeline tweaks */

	.layout-timeline #container-inner { background-position: 377px 0; }
	
	.layout-timeline #alpha { width: 340px; }
	.layout-timeline #beta { width: 360px; }
	
	.layout-timeline #gamma,
	.layout-timeline #delta
	{
		width: 170px;
	}
	
	.layout-timeline .module-recent-photos .module-content { padding: 0 0 10px 0; }
	.layout-timeline .module-recent-photos .module-list { margin: 7px 0 0 7px; }



/* one-column tweaks */

	.layout-one-column body { min-width: 620px; }
	
	.layout-one-column #container
	{
		width: 620px;
		background: transparent url(http://www.leadthevote.com/images/one-column-container-bg.gif) repeat-y;
	}
	
	.layout-one-column #container-inner
	{
		margin: 0 10px 0 10px;
		border-bottom: 1px solid #5b626a;
		background: none;
	}
	
	.layout-one-column #banner
	{
		width: 600px; /* necessary for ie win */
		background: #600 url(http://www.leadthevote.com/images/banner-bg.gif) repeat-x;
	}
	
	.layout-one-column #container-inner { background: none; }
	.layout-one-column #alpha { width: 560px; }
	
	.layout-one-column .module-powered
	{
		margin: 10px 0 20px 0;
	}

/* two-column-right tweaks */

	.layout-two-column-right #container-inner { background: none; }
	.layout-two-column-right #alpha { width: 600px; }
	.layout-two-column-right #beta
	{
		width: 240px;
		margin: 20px 0 0 20px;
		padding: 10px 20px;
	}

	.layout-two-column-right .module-powered
	{
		margin: 10px 0 20px 0;
	}


/* three-column tweaks */

	.layout-three-column #container-inner { background-position: 532px 0; }
	
	.layout-three-column #alpha { width: 190px; }
	
	.layout-three-column #beta
	{
		width: 285px;
		margin: 20px 0 20px 20px;
	}
	
	.layout-three-column #gamma
	{
		width: 190px;
		margin: 20px 0 20px 40px;
	}
	
	.layout-three-column .module-powered
	{
		margin: 10px 0 20px 0;
	}
	
/* ------------------------------ ROB ADDED ----------------------------------*/

.main-nav
{
	position: relative;
	width: 940px;
	margin: 0px 0 0 0;
	padding: 0;
	background: url(http://www.leadthevote.com/images/main-nav-bg.gif) no-repeat;
	background-position: top;
	text-align: center;

}

ul.navlist
{
	height: 37px;
	margin: 0;
	padding: 5px 0 0 0;
	list-style-type: none;
}

.navlist li
{
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 11px;	
}

.navlist li a, .navlist li a:hover
{
	margin: 0px;
	padding: 5px 12px 9px 12px;
	vertical-align: middle;
	color: #011F5B;
	background-image: url(http://www.leadthevote.com/images/nav_li_bg.gif);
	background-position: left; 
	background-repeat: no-repeat;	
}

.navlist li.first a 
{ background-image: none; }

.navlist li a:hover, .navlist li.current a
{
	color: #fff;
	background-color: #AF0C0C;
	background-image: url(http://www.leadthevote.com/images/nav_roll_bg.gif);
	background-repeat: repeat-x;
}

.footer
{
	margin: 4px 0 20px 0;
	color: #1a2936;
	font-size: 10px;
}

table.data
{
	color: #595959;
	margin: 0 0 20px 0;
	padding: 0;
}

table.data tr th
{
	margin: 0;
	padding: 0 0 6px 0;
	text-align: left;
	font-weight: normal;
	color: #011F5B;
	font-size: 14px;
}

table.data tr.odd
{
	background-color: #E3E7E8;
}

table.data tr td
{
	padding: 4px;
}



/* ph=1 */

