/* CSS Document */

/* $Id: base-weblog.css 15686 2005-08-03 23:28:15Z gwebb $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: arial, verdana, georgia, sans-serif;
	font-size: 0.8em;
	align: left;	
        font-weight: normal;
	color: #000000;
	background: #cccccc;
	
	line-height: 125%;
}

form { margin: 0; padding: 0; }

a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.8em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: left; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 980px;
	text-align: left;
}
#container-inner { position: static; width: auto; 
}

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; 
border-top: 5px solid #000066;}

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
	font-size:0.8em;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table

{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-plain .module-list
{
	list-style: none;
}

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

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

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.6em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.typelist-no-description
{
   text-align: center;
   margin: 10px 0;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}


/* portal css */


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

a:link {       
            font-family : arial, verdana, georgia, sans-serif;
            font-weight : bold;
            color : #666666;
            background-color : transparent;
            text-decoration : underline;
      }
a:visited  {
            font-family : arial, verdana, georgia, sans-serif;
            font-weight : bold;
            color : #222222;
            background-color : transparent;
            text-decoration : underline;
      }
a:hover {
            font-family : arial, verdana, georgia, sans-serif;
            font-weight : bold;
            color : #666666;
            background-color : transparent;
            text-decoration : none;
      }
a:active {
            font-family : arial, verdana, georgia, sans-serif;
            font-weight : bold;
            color : #666666;
            background-color : transparent;
            text-decoration : underline;}

/* layout */



#container { /*position: static;*/ 

	background: #FFFFFF;}

#container-inner
{
	/*position: static;*/
	border: 5px solid #000066;
	
	background: #FFFFFF;
}

#banner
{
	border-bottom: 0px dotted #6699CC;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #ffffff;
	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: 1;
	font-weight: bold;
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: medium;
}
*/
	/* banner image */
	
	#banner
	{
		height: 106px;
		width: 780px;
		background-image: url("http://www.democracyarsenal.org/DAheader_5.png");
		background-position: 0px 0px;
		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: 95px;
		text-indent: -1000em;*/
	}
	
	#banner-description
	{
		/*overflow: hidden;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		text-indent: -1000em;*/
	}




/* 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 #000000;
	padding: 3px;
	color: #000066;
	font-family: arial, verdana, georgia, sans-serif;
	font-size: small;
	text-align: right;
	font-weight: bold;
	
	
}

.entry-header
{

	margin: 5px 0 10px 0;
	border: 0;
	line-height: 90%;
	color: #000066;
	font-family: arial, verdana, georgia, sans-serif;
	font-size: 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 
{
       	font-family: arial, verdana, georgia, sans-serif;
	font-size: 0.9em;
	text-align: left;
        font-weight: normal;
}

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 10px 0;
	border-top: 0px dotted #666666;
	padding: 3px;
	color: #000000;
	font-family: arial, verdana, georgia, 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: 100%;
}


/* modules */

.contributor-header
{
	margin: -1px 0;
	border-bottom: 0px solid #999999;
  	padding: 3px;
	color: #666666;
	font-family: arial, verdana, georgia, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}

.module-header
{
	margin: 5px 0;
	border-bottom: 1px solid #000066;
  	padding: 3px;
	color: #000066;
	font-family: arial, verdana, georgia, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}


	



.module-content
{
	margin: 5px 0 20px 0;
	color: #666666;
	font-family: arial, verdana, georgia, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
}
.module-content-SPI
{
	margin: 5px 0 20px 0;
	color: #666666;
	font-family: arial, verdana, georgia, sans-serif;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}
.module-form
{
	margin: 5px 0 0px 0;
	color: #666666;
	font-family: arial, verdana, georgia, sans-serif;
	font-size: x-small;
	line-height: normal;
}


.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 
{
	color: #000066;
	font-family: arial, verdana, georgia, sans-serif;
	font-size: x-small;
	border-bottom: 1px solid #000066;
	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;
}




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

	.layout-two-column-right #alpha
	{
					width: 750px;
		
		
	}
	
	.layout-two-column-right #alpha-inner
	{
		border: 0px solid #000000;
		padding: 10px 10px 10px 10px;
		background: #FFFFFF;
	}
	
	.layout-two-column-right #beta
	{
		width: 200px;
                float: right;
		
	}
	
	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 10px 10px 10px 10px;
		background: #cccccc;
	}




/* user css */
a.moduleheader:link {
	color: #000066;
	text-decoration:none;
	
	font-family: arial, verdana, georgia, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}
a.moduleheader:visited { 
	color: #000066;
	text-decoration:none;
	
	font-family: arial, verdana, georgia, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}
a.moduleheader:hover  { 
	color: #000066;
	text-decoration:none;
	
	font-family: arial, verdana, georgia, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}
a.moduleheader:active {
	color: #000066;
	text-decoration:none;
	
	font-family: arial, verdana, georgia, sans-serif;
	font-size: x-small;
	line-height: normal;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	text-align: left;
}
.open {

margin: 5px 0;
padding: 3px;
border-bottom: 1px solid #000066;
background-image:url(http://spi.typepad.com/da/images/open.jpg);
background-repeat:no-repeat;
background-position:right;}
.close {

margin: 5px 0;
padding: 3px;
border-bottom: 1px solid #000066;
background-image:url(http://spi.typepad.com/da/images/close.jpg);
background-repeat:no-repeat;
background-position:right;}

.blop {
font-size: .8em;
line-height: 125%;
padding: 10px;
border: 2px solid #000066;
background-color:#CCCCCC;

}

.category_graphic {
background-image:url(http://spi.typepad.com/democracyarsenalorg/images/categoryheaders/line.jpg);
background-repeat:repeat-x;
background-position:bottom;
vertical-align:bottom;}
/* other css */




/* ph=1 */
