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

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

.entry-content,
.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    clear: both;
}
.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
/* .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.1em;
    line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */
form { margin: 0; padding: 0; }

body {
	background-image: url(site/images/bg.jpg);
	width: 100%;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-position: top;
}
a:link {color: #B41210;	text-decoration: none;}
a:visited {color: #B41210; text-decoration: none;}
a:active {color: #B41210; text-decoration: none;}
a:hover {color: #333333; text-decoration: underline;}

.header {
	height: 237px;
	width: 980px;
	margin: 0px;
	padding: 0px;
}
.header img {
	float: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.navbar {
	height: 37px;
	width: 980px;
	padding: 0px 0px 0px 2px;
	margin: 0px;
}

.navbar img {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: left;
}

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

/*===================================================================================================
ALPHA
===================================================================================================*/
#alpha {
	width: 800px;
	text-align: left;
	float: left;
	background-image: url(site/images/site_21.jpg);
	background-repeat: no-repeat;
}
#alpha p {
	font-family: Verdana;
	margin-left: 25px;
	margin-right: 20px;
	font-size: 11px;
	margin-bottom: 0px;
}

#alpha h1 {
	font-family: Verdana;
	font-size: 18px;
	color: #B41210;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#alpha h3 {
	font-family: Verdana;
	font-size: 14px;
	color: #B41210;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 25px;
	margin-bottom: -10px;
}
#alpha h4 {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	padding-left: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	margin-top: 15px;
}


#alpha form {
	width: 500px;
	text-align: left;
	border: 2px groove #B41210;
	margin-left: 175px;
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
}


.entry-footer,
.comment-footer,
.trackback-footer {
    margin: 0 20 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 9px;
    text-align: right;
}
.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content {
	clear: both;
	margin-top: 5px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 10px;
}
.entry-body{
	font-family: Verdana;
	font-size: 12px;
	margin-left: 5px;
}

/*===================================================================================================
BETA
===================================================================================================*/
#beta {
	width: 180px;
	padding-top: 10px;
	float: left;
}
#beta h2 {
	font-family: Verdana;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #B41210;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	height: 20px;
	text-align: center;
	margin-top: 3px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	padding-top: 3px;
}
.module-content {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
}

/*===================================================================================================
FOOTER
===================================================================================================*/
#footer {
	background-image: url(site/images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 78px;
	width: 100%;
	float: left;
	font-family: Verdana;
	font-size: 9px;
	text-align: center;
	padding-top: 20px;
}
/*====================================================================================================
ALPHA ITEMS
====================================================================================================*/
.date-header {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 25px;
	font-family: "BankGothic Md BT", Verdana;
}
/*====================================================================================================
IDIVIDUAL ENTRY ITEMS
====================================================================================================*/
.content-nav {
    margin: 20px 10px 10px;
    text-align: center;
}
/* Entry tag display */
.entry-tags { margin: 0 0 10px 10px;}
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:disc url(none) inside;
    padding: 0px;
}

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

h4.entry-tags-header{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.entry-tags-list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
ul.entry-tags-list {
	list-style-position: inside;
	list-style-type: square;
	color: #B41210;
	padding-left: 10px;
	padding-top: 0px;
	margin: 0px;
}

li.entry-tag {
	padding-left: 0px;
	margin-left: 5px;
}


.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;
    border-left: 5px solid #B41210;
    padding: 5px;
    color: #fff;
    background: #999999;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
#trackbacks-info {
    margin: 10px 0;
    border: 1px dashed #000000;
    padding: 0 10px;
    color: #292e33;
    font-size: 11px;
    text-align: center;
    background: #CCCCCC;
}

/* COMMENTS */
.entry,
.trackbacks,
.comments,
.archive {
    position: static;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}
.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;
}

.comments-open-header {
    clear: both;
}

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

#comments-experimental .comment .comment-header {
    font-size: 16px;
    margin: 5px auto 5px 10px;
    text-shadow: #99A 2px 2px 1px #66F;
    color: #666;
}.ContactTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #B41210;
	font-weight: bold;
	padding-top: 25px;
	width: 500px;
	text-align: center;
	padding-left: 175px;
	padding-bottom: 25px;
}


.ContactResponse {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	width: 500px;
	margin-left: 175px;
}

.posted {

	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	width: 500px;
	margin-left: 175px;
}
#comment-text {
	width: 450px;
}

.comments-content {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}
.comments-open-header {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
#archive-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-left: 25px;
	margin-top: 20px;
}
.feedburner {
	text-align: center;
}
.feedburner form {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}

/*===================================================
CONTACT FORM
==================================================*/
/* CSS File for Dagon Design Formmailer Script */
/* http://www.dagondesign.com */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
}

/* TEXT CSS */

.ddfmwrap {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 140%;
}

form.ddfm h2 {
	font-size: 115%;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: 100%;
	font-weight: bold;
}

form.ddfm .credits {
	font-size: 90%;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 5px auto 5px auto;
	width: 350px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	padding: 5px;
	width: 350px; 
}

form.ddfm fieldset {
	padding: 0 1px 2px 1px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}
