/* ----------------------------------------

Theme Name: Point Of Discontinuity

Version: 3.0

Author: Adina Bogert-O'Brien

Last Modified: 2007.05.15

---------------------------------------- */

a:link IMG.noBorder {border: none;}
a:visited IMG.noBorder {border: none;}

body {background-color: rgb(35,67,52);
	font-family: Trebuchet MS, arial;
	text-align: center;}

body h3 a	{
	color:#076;
	}

hr	{ /*This is set not to show up at all - just provide a little spacing. hrs exist between posts.*/
	background-color: #fff;
	border: 2px solid #fff;/*the border*/
	height: 6px;/*whatever the total width of the border-top and border-bottom equal*/
	}

#header {text-align: left;
	vertical-align: top;
	padding: 10px;
	}

#header a:link {color: #000;}
#header a:visited {color: #000;}

#titlea {text-align: left;
	float: left;
	font-weight: bold;
	font-size: 180%;
	padding-bottom: 10px;}
#titleb {text-align: right;
	float: right;
	padding-top: 13px;}

#headerimg { text-align: center;
	padding-bottom:6px;
	}

#body	{
	background-color: #fafafa;
	color: black;
	border: solid 1px #000;
	vertical-align: top;
	width:830px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#post {
	margin: 10px;
}

#footer	{
	background: #b20;
	text-align: center;
	font-size: 80%;
	color: #bbb;
	}

#footer a:link {
	color: #888;
}

#footer a:visited {
	color: #888;
}

/*links  formatting follows*/

#links-line {

	background: #b20;
	width:100%;
/*
	padding: -5px;
	margin-left: auto;
	margin-right: auto;
	border: solid 2px black;*/
	text-align: left;
	}

td.links	{
	/*background: #610;*/
	padding-left: 3px;
	padding-right: 3px;
	/*outline: solid 3px #b20;*/
	color: #fafafa;
	text-align: left;
	}

td.links a {color: #bbb;
	font-weight: bold;
	text-decoration: none;
	text-align: left}

/* the following copied from http://www.webaim.org/techniques/skipnav/ in order to help disabled users access content more easily */
#skip a, #skip a:hover, #skip a:visited
{
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active, #skip a:focus
{
position:static;
width:auto;
height:auto;
}
