@charset "utf-8";
/* CSS Document */

body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343434;
	background-color: #d6d9ec;
	background-image:url(../images/banner_fill.jpg);
	background-repeat:repeat-x;
}

#container
{
	width: 900px;
	margin: 0px auto auto;
	text-align: center;
	background-color: #ffffff;
}
#content
{
	float: left;
	width: 820px;
	text-align: left;
	padding: 10px 40px 40px 40px;
	background-image:url(../images/content_fill.jpg);
	background-repeat:repeat-y;
	height: auto;
}

#content A:link, #content A:visited, #content A:active 
{
	text-decoration: underline; 
	padding:2px; 
	height:8px; 
	width: 130px; 
	font-weight:bolder; 
	color:#1c286f;
	background-color:#FFFFFF;
}

#content A:hover 
{
	color:#fff; 
	background-color:#343434; 
}

.center
{
	text-align:center;
}

h1 
{
	color:#1c286f; 
	font-size:18px; 
	line-height: 1em;
}

h2 
{
	color:#1c286f; 
	font-size:16px;
}

img.floatLeft { 
    float: left; 
    margin: 2px; 
}
img.floatRight { 
    float: right; 
    margin: 2px; 
}

#banner
{
	width: 900px;
	height: 150px;
	background-color: #006;
	background-image:url(../images/banner_fill.jpg);
	background-repeat:repeat-x;
	text-align: left;
}
#banner A:link, #banner A:visited, #banner A:active, #banner A:hover
{
	text-decoration: none;
}

#banner_cirles
{
	float: left;
	width: 380px;
	height: 63px;
	background-image: url(../images/logo_bottom.jpg);
	background-repeat: no-repeat;
}

#navigation
{
	float: left;
	width: 520px;
	height: 58px;
	background-position: top right;
	background-image: url(../images/nav_right.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 5px;

}

blockquote 
{	
	margin:10px;
	text-align:center;
	font-weight: bold;	
}

.tribute
{	
	float:left;
	/*width:47%;*/
	margin: 1px;
	text-align:center;
	font-weight: bold;

}

.tribute_content
{	
	margin-top:-20px;
	float:right;
	width:60%;
	text-align:center;
	font-size:11px;
	margin-right:-5px;
}

.paging
{
	text-align:center;
	font-size:15px;
	font-weight:bold;
	color:#003366;
	margin-bottom:15px;
}

#footer
{
	float: left;
	width: 100%;
	height: 92px;
	background-image:url(../images/footer_fill.jpg);
	background-repeat:repeat-x;
}


#footer_inner
{
	width: 900px;
	margin: 0px auto auto;
	text-align: center;	
}

#footer_content
{
	width: 860px;
	height: 72px;
	text-align: left;
	background-position: top right;
	background-image:url(../images/footer_design.jpg);
	background-repeat: no-repeat;
	padding: 10px 20px 10px 20px;	
}

#footer_content A:link, #footer_content A:visited, #footer_content A:active 
{
	text-decoration: underline; 
	padding:2px; 
	height:8px; 
	width: 130px; 
	font-weight:bolder; 
	color:#1c286f;
}

#footer_content A:hover 
{
	color:#fff; 
	background-color:#343434; 
}


/* ************************************************************* */
/* Date images for the Blog entries */ 
.datetime 
{
	/*border:1px solid #000; */
	width:4em; 
	height:5em; 
	/*background:url(../images/corner.gif) no-repeat right bottom;*/
	background: url(../images/calendar_icon.png) no-repeat; 
	float:left; 
	margin:8px 3px 3px 10px; 
	padding:0; 
	text-align:center;
}
.datetime p 
{
	margin:0 auto; 
	padding:22px 2px 1px 6px; 
	font-size:10px; 
	font-weight:bold;
}
.datetime .top 
{
	color:#fefefe; 
	background-color:#2f4765; 
}
.datetime .top p 
{
	font:bold x-small Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif; 
	letter-spacing:0.12em; 
	text-transform:uppercase; 
	background: url(../images/calendar.png) no-repeat 0; 
	margin:-5px auto 0 auto; /* negative top margin, auto for centering */ 
	padding-top:12px; 
}

/* day of the month (NAME) */ 
.datetime p.day 
{
	font:bold 98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif; 
}

/* day of the month (NUMBER) */ 
.datetime p.date 
{
	font:bold 98% Georgia, "New Century Schoolbook", "Book Antiqua", "Times New Roman", serif; 
}
/* month */ 
.datetime p.mon 
{
	font:x-small Verdana,Geneva,Arial,Helvetica,sans-serif; 
	letter-spacing:normal; 
	text-transform:uppercase; 
}
/* year */ 
.datetime p.yr 
{
	font:x-small Verdana,Geneva,Arial,Helvetica,sans-serif; 
	letter-spacing:0.05em; 
}
.datetime .btm 
{
	color:#365174; 
	background:transparent; 
	border-left:1px solid #a1c6ac; 
	margin:0 5px 5px 0; 
	padding:0 0 0px 0; 
}
/* ************************************************************* */
.clear
{
	clear:both;
}

#blog_seperator
{
	margin: 2px;
	border-top: #CCCCCC 3px dotted;
}

#blogentry 
{
	width: 80%;
	padding: 5px 0px 0px 0px; 
	float:left;
	display:inline;
}
#blogentry h1 
{
	padding-top:16px;
	font-size:20px; 
	float:left; 
	color: #999999;
	clear:left;
}
#blogentry hr 
{
	/*clear:both;*/
}
#blogentry img.floatLeft { 
    float: left; 
    margin: 2px; 
}
#blogentry img.floatRight { 
    float: right; 
    margin: 2px; 
}

.detail	
{
	margin: -35px 0px 0px 5px; 
	padding-top:5px; 
	width:40%;
	margin-bottom: 5px; 
}

.caption 
{
	margin-top: 5px; 
	font-size:x-small;
	font-style:italic;
	text-align:center;
}

.blog_content 
{
	margin: 5px 0px 0px 5px; 
	padding-top:5px; 
	width:90%;
	margin-bottom: 5px; 
}

.label
{
	clear: left;
	float: left;
	width: 105px;
	height: 30px;
	margin: 3px 5px 0px 0px;
	text-align: right;
	font-size: 12px;
}

.field
{
	float: left;
	width: 230px;
}

.fieldWidth
{
	width: 230px;	
}


#code_match
{
	float: left;
	font-size: 12px;
	width: 200px;
	color: #F00;
}

#submission_image
{
	float: left;
	border: 1px solid #CCC;
	background-color: #ffffff;
	margin-bottom: 20px;
}

.error
{
	color: #F00;
	font-size: 12px;
}

.star
{
	color: #F00;	
}

#Authtitles
{
	float: left;
	width: 820px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	background-color: #d6d9ec;
	color: #343434;
}

.Authrow
{
	float: left;
	clear: left;
	width: 820px;
	padding: 7px 0px 7px 0px;
	border-bottom: 1px solid #C1C1FD;
}

.Authdate
{
	float: left;
	clear: left;
	width: 100px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #ffffff;
}

.Authname
{
	float: left;
	width: 100px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #ffffff;
}

.Authemail
{
	float: left;
	width: 190px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #ffffff;
}


.Authcomment
{
	float: left;
	width: 200px;
	padding: 0px 10px 0px 10px;
	border-right: 1px solid #ffffff;
}

.Authbutton
{
	float: left;
	width: 70px;
	padding: 0;
	border-right: 1px solid #ffffff;
	text-align: center;
	font-size: 10px;
}

p.postcomment
{
	text-align:right;
}

#comment {background-color: #dfdfdf; color: #fff; width: 780px; color:#1c286f; float: left; text-align:left;}
/*#comment p {margin-left:-3px; width:auto;}*/
#comment .posted {float:left; width:150px; height:auto; font-size:11px; border-bottom:#999999 dotted 2px; border-right:#999999 dotted 2px; padding:0px 2px 0px 2px;}
#comment .postdate {float:left; width:300px; height:auto; font-size:11px; border-bottom:#999999 dotted 2px; padding:0px 2px 0px 3px;}
#comment .commenttext {width:100px; height:auto; margin-left:5px; background-color:#333333; color:#fff;}
#comment .detail {margin: 0; padding: 2px 0 2px 170px; clear:left; width:600px;}