/******************************************************
	/Themes/Default/Theme.css - ©2008 - Ryan Andersen
******************************************************/

body{
    margin: auto;
	font-size: 8pt;
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
	background-color: #004118;
	/*background: url('/Themes/Default/pg_bkg.png');*/
	margin: 0 0 0 0;
	 
}

.StatusGood{
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
}
.StatusBad{
	font-size: 10pt;
	font-weight: bold;
	color: #b61301;
}

.SmallText{
	font-size: 7pt;
}

a.Links{
	color: #2b4371;
	font-weight: bold;
	font-size: 8pt;
	font-family:  Verdana, Arial;
	text-decoration: none;
}

a.Links:hover{
	color: #db9a22;
	text-decoration: underline;
}

a.OnDarkBkg{
	color: #efefef;
	font-weight: bold;
	font-size: 8pt;
	font-family:  Verdana, Arial;
	text-decoration: none;
}

a.OnDarkBkg:hover{
	color: #ffff11;
	text-decoration: underline;
}

a{
	color: #0000dd;
	font-size: 8pt;
	font-family:  Verdana, Arial;
	text-decoration: none;
}

a:hover{
	color: #7d7d7d;
	text-decoration: underline;
}

.stdText{
	font-size: 10pt;
}


/******************************************************
	Page section
******************************************************/

#Container{
	width: 930px;
}

#HomePage{
	color: #00441b;
	font-size: 16pt;
}

#HomePageTitleIE{
	position: absolute;
	top: 0px;
	left: 60%;
}

#HomePageTitle{
	position: absolute;
	top: -12px;
	left: 60%;
}

#Page{
	margin-top: 0px;
	/*border: 2px solid #ffffff;*/
}

#Header1{
	width: 100%;
	height: 190px;
	background: #00441b url('/Themes/Default/Bkg_Top1.PNG') no-repeat bottom;
}
#Header2{
	width: 100%;
	height: 190px;
	background: #00441b url('/Themes/Default/Bkg_Top2.PNG') no-repeat bottom;
}
#Header3{
	width: 100%;
	height: 190px;
	background: #00441b url('/Themes/Default/Bkg_Top3.PNG') no-repeat bottom;
}
#Header4{
	width: 100%;
	height: 190px;
	background: #00441b url('/Themes/Default/Bkg_Top4.PNG') no-repeat bottom;
}
#Header5{
	width: 100%;
	height: 190px;
	background: #00441b url('/Themes/Default/Bkg_Top5.PNG') no-repeat bottom;
}
#Header6{
	width: 100%;
	height: 190px;
	background: #00441b url('/Themes/Default/Bkg_Top6.PNG') no-repeat bottom;
}

#HeaderSmall{
	width: 100%;
	height: 37px;
	background: #00441b url('/Themes/Default/Bkg_Top_Small.png') no-repeat bottom;
}

#HeaderLeftSpacer{
	position: relative;
	float: left;
	top: 155px;
	width: 40%;
	text-align: left;
	/*border: 1px solid #ff00ff;*/
	color: #fff;
	margin-left: 30px;
}

#LoginStatus{
	position: relative;
	float: right;
	top: 194px;
	width: 40%;
	text-align: right;
	color: #000;
	/*border: 1px solid #0000ff;*/
	margin-right: 30px;
}

#LoginStatusSmall{
	position: relative;
	float: right;
	top: 12px;
	width: 40%;
	text-align: right;
	color: #000;
	/*border: 1px solid #0000ff;*/
	margin-right: 30px;
}

#BlogTitle{
	font-family: verdana;
	font-size: 18pt;
	font-weight: bold;
	color: #00441b;
}

#Footer{
	float: center;
    width: 890px;
    text-align: center;
    font-size: 7pt;
    margin-top: 10px;
    padding-top: 5px;
}

#Sidebar{
	float: left;
	font-size: 10pt;
	width: 160px;
	text-align: left;
	background-color: #eeecc5;
	border: 1px solid #f6e8c3;
	margin-top: 20px;
	margin-left: 8px;
	padding: 5px;
}

#BlogDescription{
	font-family: helvetica, arial;
	font-size: 7pt;
}

.SidebarHeading{
	font-size: 10pt;
	font-weight: bold;
	line-height: 24px;
	/*height: 21px;*/
	color: #333;
	background: #eeecc5 url('/Themes/Default/SidebarHdrFade.png') top center;
}

.SidebarCatHeader{
	font-size: 8pt;
	font-weight: bold;
	line-height: 10px;
	color: #785c52;
}

/******************************************************
	Content Page section
******************************************************/
.ContentTitle{
	font-size: 12pt;
	font-weight: bold;
	color: #683e26;
}
.ContentItem{
	font-size: 10pt;
	font-weight: bold;
	color: #a3613b;
}
/******************************************************
	Post section
******************************************************/
#Post{
	text-align: left;
	width: 930px;
	padding: 0px;
	margin-left: 0px;
	/*border: 1px solid #ff0000;*/
	background: #00441b url('/Themes/Default/Bkg_Middle.png') repeat-y;
	/*note: for this background to repeat down the page, a clear: both is
		needed following the Sidebar div */
}

#PostData{
	float: left;
	width: 650px;
	margin-top: 8px;
	margin-left: 30px;
	margin-right: 25px;
	padding: 10px;
	/*border: 1px solid #00FF00;*/
}

.PostTable{
	width: 100%;
}

#PostTop{
	font-size: 14pt;
	font-family:  Sans-Serif, Verdana, Arial;
	font-weight: bold;
	/*margin-top: 20px;*/
	padding-top: 20px;
	margin-left: 40px;
	color: #683e26;
}

.PostFooter{
	width: 830px;	
	font-size: 10pt;
	margin-top: 2px;
	margin-left: 45px;
	margin-right: 25px;
	padding: 10px;	
	border-top: 2px dotted #9d909d;
	border-bottom: 2px dotted #9d909d;
	padding: 5px 4px 5px 4px;
	/*border: 1px solid #00FF00;*/
	/* padding: top, right, bottom, left*/
}

#PostBottom{
	clear: left;
	height: 30px;
	background: #785c52 url('/Themes/Default/Bkg_Bottom.png') no-repeat top center;
}

#PostTitle{
	font-size: 12pt;
	font-weight: bold;
	color: #683e26;
}

#PostDate{
	font-size: 10pt;
}

#PostMessage{
}

.PostAuthor{
	font-size: 8pt;
}

.PostStats{
	font-size: 8pt;
	color: #6e6e6e;
	line-height: 16pt;
	margin-top: 0px;
	padding: 0px 4px 0px 4px;
}


/******************************************************
	Comments section
******************************************************/
#CommentsHeader{
	font-size: 12pt;
	font-weight: bold;
	color: #f1f0ef;
	/*background-color: #eabd96;*/
	background: #eabd96 url('/Themes/Default/HdrFade.png') no-repeat bottom center;
	padding: 4px 0px 4px 4px;
}

.PostComments{
	background: #ececec;
}

.Comment{
	margin: 5px 10px 5px 15px;
}

.AddCommentHeader{
	font-size: 10pt;
	font-weight: 800;
	color: #4d4d4d;
}

#CommentMessage{
	font-size: 10pt;
	color: #4d4d4d;
	margin-top: 6px;
	margin-bottom: 6px;
}
#CommentVoteLinks{
	font-size: 8pt;
	color: #7e7e7e;
	padding: 2px;
}

#CommentFooter{
	font-size: 8pt;
	margin-left: 10px;
}
.CommentFooter{
	font-size: 8pt;
	margin-left: 10px;
}

.CommentsExpired{
	font-size: 10pt;
	border: 1px solid #cccccc;
	padding: 5px;
}

.CommentEdit{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 348px;
	background: #efefef url('/Themes/Default/Bkg_input_gray_fade.png');
}

.CommentEditRequired{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 348px;
	background: #efefef url('/Themes/Default/Bkg_input_required.png') no-repeat bottom center;
}

/******************************************************
	Inputs section
******************************************************/
input[type=button]{
	font-size: 9pt;
	font-family:  verdana, Sans-Serif;
	font-weight: bold;
	color: #505050;
}

input[type=button].Small{
	font-size: 8pt;
	font-family:  verdana, Sans-Serif;
	font-weight: bold;
	color: #505050;
}

.InputLabels{
	font-size: 9pt;
	font-weight: bold;
}

select{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 190px;
	background: #efefef /*url('/Themes/Default/Bkg_input_gray_fade_Medium.png');*/
}

select.Short{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 50px;
	background: #efefef /*url('/Themes/Default/Bkg_input_gray_fade_Medium.png');*/
}

select.Medium{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 75px;
	background: #efefef /*url('/Themes/Default/Bkg_input_gray_fade_Medium.png');*/
}

select.Wide{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 290px;
	background: #efefef /*url('/Themes/Default/Bkg_input_gray_fade_Medium.png');*/
}

option{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	/*width: 290px;*/
	background: #efefef /*url('/Themes/Default/Bkg_input_gray_fade_Medium.png');*/
}

input[type=text]{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	background: #efefef url('/Themes/Default/Bkg_input_gray_fade.png');
}

input[type=text].Standard{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 348px;
	background: #efefef url('/Themes/Default/Bkg_input_gray_fade.png');
}

input[type=text].Short{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 100px;
	background: #efefef url('/Themes/Default/Bkg_input_gray_fade_Short.png');
}

input[type=text].Medium{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 170px;
	background: #efefef url('/Themes/Default/Bkg_input_gray_fade_Medium.png');
}

input[type=text].Long{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 390px;
	background: #efefef url('/Themes/Default/Bkg_input_gray_fade_Long.png');
}

input[type=text].Numeric{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 52px;
	background: #efefef url('/Themes/Default/Bkg_input_gray_fade_Numeric.png');
}

input[type=text].Required{
	font-size: 9pt;
	font-family: verdana, Sans-Serif;
	border: 1px solid #cccccc;
	width: 348px;
	background: #efefef url('/Themes/Default/Bkg_input_required.png') no-repeat bottom center;
}

textarea{
	font-size: 8pt;
	font-family:  Verdana, Arial;
	font-weight: normal;
	color: #000;
	background: #efefef url('/Themes/Default/Bkg_input_gray_fade.png') right;
}

textarea.Required{
	font-size: 8pt;
	font-family:  Verdana, Arial;
	font-weight: normal;
	color: #000;
	background: #efefef url('/Themes/Default/Bkg_input_required.png') no-repeat bottom right;
}

textarea.ForumPost{
	font-size: 9pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #000;
	width: 610px;
	background: #efefef url('/Themes/Default/Bkg_input_required.png') no-repeat bottom right;
}

textarea.VoteComment{
	font-size: 9pt;
	font-family: Verdana, Arial;
	font-weight: normal;
	color: #000;
	width: 600px;
	background: #efefef url('/Themes/Default/Bkg_input_gray_fade_100.png') no-repeat right;
}

.KeyCodeText{
	font-size: 8pt;
	font-weight: bold;
	color: #b61301;
}

.KeyCodeError{
	font-size: 10pt;
	font-weight: bold;
	color: #b61301;
}

/******************************************************
	Labels section
******************************************************/
label{
	font-size: 8pt;
	font-family:  Verdana, Sans-Serif, Arial;
	font-weight: bold;
	color: #424242;
}

label.NewThreadPost{
	color: #DD0000;
}

.FieldLabel{
	font-size: 8pt;
	font-family:  Sans-Serif, Verdana, Arial;
	font-weight: bold;
	color: #424242;
	margin-left: 4px;
}


/******************************************************
	PhotoGallery section
******************************************************/
#PhotoData{
	text-align: left;
	width: 877px;
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 5px;
	padding: 2px;
	/*border: 1px solid #00FF00;*/
}

.PhotoList{
	/*white-space: nowrap;*/
	float: left;
	text-align: center;
	border: 1px solid #888;
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 5px;
	cursor: pointer;
}

.PhotoListFixed{
	/*white-space: nowrap;*/
	float: left;
	text-align: center;
	border: 1px solid #888;
	margin-left: 8px;
	margin-bottom: 8px;
	padding: 5px;
	height: 150px;
	width: 170px;
	overflow: hidden;
	background-color: #000000;
}

.PhotoListFixed200{
	/*white-space: nowrap;*/
	float: left;
	text-align: center;
	border: 1px solid #999;
	margin-left: 2px;
	/*margin-top: -30px;*/
	margin-bottom: 6px;
	padding: 0px;
	cursor: pointer;
	height: 70px;
	width: 157px;
	overflow: hidden;
}

.PhotoCommentsFixed200{
	/*white-space: nowrap;*/
	float: none;
	background: #FFFFFF url('/Themes/Default/BkgCommentMore.png') no-repeat center center;
	text-align: left;
	border: 1px solid #FFF;
	margin-left: 1px;
	margin-bottom: 1px;
	padding: 1px;
	cursor: pointer;
	height: 16px;
	width: 640px;
	overflow: hidden;
}

.PhotoCategoryTitle{
	text-align: left;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	background: #eabd96 url('/Themes/Default/HdrFade.png') no-repeat bottom center;
}

.PhotoCatDesc{
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
	padding: 10px;
}

/******************************************************
	Utility section
******************************************************/
.ClearFloat{
	clear: both;
}
