/* base
----------------------------------------------- */

.bigLink, .bigLink a {

font-size: 24px;
color: #3A6C9D;
font-weight: bold;
text-decoration: none;

}

#zapOutside {
	background-image: url(grfx/zap_outside.png);
	background-repeat: no-repeat;
	background-position: right 408px;

}
#bannerOutside {
	background-image: url(grfx/banner_outside.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.entry-content {

font-size: 14px !important;

}

.border_img {

        border: 1px #BBB solid;

}

.floatLeft img {

float: left;
margin-right: 15px;
margin-left: 15px;
margin-bottom: 15px;

}

.mainMenu {
	font-size: 18px;
	font-weight: bold;
	color: #3A6C9D;
	text-align: center;
	font-style: normal;
	border: 0;
	position: inherit;
	width: 130px;
	vertical-align: top;
	line-height: 2;
	background-color: #ffffff;
	background-image: url(grfx/zap_corner.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#contentPane {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
        padding: 10px;
}

table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin: 0px;
}

.contentBG {
	background-color: #e3e3e3;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, "Lucida Grande", Helvetica, sans-serif;
	color: #000;
	background-color: #000000;
}

blockquote, h3, p, li {
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	padding: 0 10px;

}

h1, h2 {
	font-family: Tahoma, Georgia, Times, serif;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1em;
	font-style: italic;
}

h3 {

        font-size: 1.3em;
	font-weight: bold !important;

}

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: underline;
	color: #000;

}

a img {border: none; }


h1 a, h2 a, h3 a, {

	border: none;

        font-weight: bold;
}

h3 a {

	border: none;

        font: 1.3em Tahoma, Georgia, Times, serif;
        font-weight: bold;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	border: 0;
        line-height: 2;
	color: #3A6C9D;
        font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
        text-decoration:none;
}

.section_list_active {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	border: 0;
        line-height: 2;
	color: #000000 !important;
        font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
        text-decoration:none;
}

.section_list li, .section_list li a {
	margin: 0 0 0 0;
	padding: 0;
        line-height: 2;
	color: #3A6C9D;
        font-size: 18px;
	font-weight: bold;
	text-align: center;
	font-style: normal;
        text-decoration:none;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.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;
        color: #808080;
}

.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;
}