/* Colors
Yellow: #fde434
Light Green #b2d4c2
Dark Green: #007236

----------------------------------------------- */



/* base
----------------------------------------------- */

html {
	height: 100%;
}

body {
	height: 100%;
}

#nonFooter {
	position: relative;
	min-height: 100%;
}

* html #nonFooter {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", Tahoma, sans-serif;
	color: #000;
	background-color: #fff;
}

blockquote, h3, p, li {
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
}

blockquote {
}

h1, h2, h3 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}


small, .small {
	font-size: 0.9em;
}


.clear {
	clear: both;
}

.right {
	text-align: right;
}

.smaller_head {
	font-size: 55%;
}
/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

h1#logo {
	width: 600px;
	height: 36px;
	margin: 0 auto 0 auto;
	padding: 30px 0 0 0;
	position: relative;
	z-index: 1;
	display: block;
	font-size: 0;
}

h1#logo a {
	margin: 0;
	padding: 0;
	display: block;
}

h1#logo a img {
	margin: 0;
	padding: 0;
}


div.full_rule {
	color: #000;
	background-color: #000;
	height: 10px;
	width: 100%;
	margin: -3px 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	z-index: 2;
	border: 0;
	display: block;
}

h1#warriors_image {
	width: 600px;
	height: 100px;
	margin: 20px auto 20px auto;
	border: 1px #ccc solid;
}

#content {
	width: 600px;
	margin: 0 auto; 
	padding: 0 0 70px 0;
}

#footer {
	width: 100%;
	height: 30px;
	position: relative;
	margin-top: -31px;
	border-top: 1px #ccc solid;
}

p#footer_content {
	font-size: 10px;
	line-height: 10px;
	color: #ccc;
	width: 600px;
	margin: 10px auto 0 auto;
	padding: 0;
}

#footer_content a:link,
#footer_content a:visited
{
	color: #ccc;
}

#footer_content a:hover {
	color: #666;
}

.blogger-post-footer {
	display: none;
}



/* Navigation
----------------------------------------------- */

#nav {
	width: 600px;
	margin: 0 auto 70px auto;
	border: none;
}


#nav ul {
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
}

#nav ul li {
	float: left;
	height: 15px;
	font-size: 15px;
	line-height: 14px;
	letter-spacing: -1px;
	font-weight: bold;
	margin: 0;
	padding: 0 20px 0 0;
}


#nav ul li a:link,
#nav ul li a:visited  {
	display: block;
	text-decoration: none;
}

#nav ul li a:hover {
	background-color: #fde434;
	border-bottom: 1px #666 solid;
}


/* Content
----------------------------------------------- */

#content h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 10px 0;
	letter-spacing: -1px;
	font-weight: bold;
}

#content p {
	font-size: 13px;
	line-height: 17px;
}

#content a:link,
#content a:visited {
	background-color: #fff294;
}

#content a:hover {
	background-color: #fde434;
	border-bottom: 1px #666 solid;
}


#content h3 {
	font-size: 16px;
	line-height: 16px;
	font-weight: 100;
	letter-spacing: -1px;
	margin: 10px 0 5px 0;
	padding: 0;
	text-decoration: underline;
}

#content ul {
	margin: 5px 0;
	padding: 2px 10px;
	list-style-type: none;
}

#content ul li {
	font-size: 13px;
	line-height: 13px;
	margin: 4px 0;
}

#content ul li.contact_name {
	font-weight: bold;
	font-size: 15px;
}

#content ul li strong {
	font-weight: bold;
}

#content img {
	border: 1px #ccc solid;
	padding: 10px;
	background-color: #fff;
}

#content a img:hover {
	background-color: #fde434;
}


/* table
----------------------------------------------- */


table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #666666;
	width: 600px;
	font-size: 12px;
	margin: 10px 0 30px 0;
	text-align: left;
}

col.lead_col {
	text-align: right;
}

tr {
	padding: 1px 0;
}

tr:hover {
	background-color: #DEFFE0;
	
}

tr.head_row:hover {
	background-color: #F8F5FA;
	
}

th {
	height: 18px;
	font-size: 15px;
	color: #333333;
	padding: 5px;
	background-color: #F8F5FA;
	border-bottom: #ccc solid 1px;
}

td {
	font-size: 12px;
	padding: 3px 10px 3px 10px;
	border-bottom: #DBDCDD 1px solid;

}


.alt_row {
	background-color: #EEEDF0;
	
}


/* Photos - Albums
----------------------------------------------- */

.album_thumb {
	width: 600px;
	background-color: #f6f6f6;
	padding: 20px;
	margin: 0 0 40px 0;
}

.album_thumb img {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 20px;
}

.album_thumb h4 {
	margin: 3px 0 5px 0;
}
.album_thumb h4 a {
	font-size: 18px;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", Tahoma, sans-serif;
	font-weight: normal;
}

.album_thumb h5 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	font-family: Helvetica, Arial, Verdana, "Lucida Grande", Tahoma, sans-serif;
	font-weight: normal;
}


/* Photos - Thumbs
----------------------------------------------- */


.photo_thumbs img {
	float: left;
	width: 113px;
	height: 113px;
	margin: 0 15px 15px 0;
}


/* 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;
}

/*
