/*@import url(/css/style.css);*/
/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;
	font-weight: normal;

}

h1, h2 {
	
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 0.9em;
	/*font-style: italic;*/
color: #000;
background-color: #fff;
}

h3 
{
font-size: 0.9em;
color: #06c2f9;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #06c2f9;
	border-bottom: 1px #06c2f9 solid;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h2 a
{
color: #000;
}

h3 a {
color: #06c2f9;
}

#site-name a {
	border: none;
}

#navbar a
{
color: #fff;
text-decoration: none;
border: none;
padding-left: 10px;
padding-right: 10px;
}

#sidebar-2 a, #sidebar-1 a {
	color: #000;
	border: none;
background-color: #fff;
}



/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}

#head {
	
}

#navbar
{
font-size: 0.8em;
background-image: url(/images/4.gif);
height: 22px;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#inner_container

{
background-image: url(/images/3.gif);
background-repeat: no-repeat;
min-height: 350px;
}

#sidebar-1, #sidebar-2 {
	padding-top: 10px;
        margin-top: 40px;
	width: 300px;
        color: #000;
        
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: left;
        background-image: url(/images/6.gif);
        background-repeat: repeat-x, y;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

.form, #form
{
padding-left: 10px;
font-size: 0.8em;
}

#content {
	/*margin: 0 155px;*/
        margin-left: 385px;
	padding-top: 30px;
}

#foot {
	/*margin-top: 5px;*/
	clear: both;
	/*text-align: center;*/
color: #fff;
font-size: 0.8em;
/*padding-left: 0px;*/
/*background-image: url(/images/5.gif);*/
height: 22px;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 300px;
w\idth: 300px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.right
{
float: right;
padding: 2px;
margin-left: 10px;
/*border: 1px dotted;*/
}

#logos
{
text-align: left;
padding-top: 20px;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

