/*Set defaults for foundation on website*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7bacc7;
	background-color: #00314c;
}
#outsidecontainer {
	width: 1032px;
	margin: auto;
}
.leftimg,.rightimg {
	float: left;
}
#container {
	background-color: #0c2635;
	width: 720px;
	border: solid 2px black;
	float: left;
	min-height: 800px;
	margin-left: -1px;
}
#errorbox {
	width: 100%;
	height: 32px;
	clear: both;
}
#content {
	width: 522px;
	min-height: 530px;
	margin: 0px 24px;
	font-size: 12px;
}
p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
b {
	font-weight: normal;
}
a:link,a:visited {
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
a:hover {
	color: #7bacc7;
}
a:active {
	color: white;
}
h1,h2,h3,h4,h6 {
	font-weight: bold;
	color: white;
}
h1 {
	font-size: 17px;
	border-bottom: 2px solid #aaa;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
h2 { /* Gallery Sub-Categories / Display Names / Comments Headers */
	font-size: 14px;
	border-bottom: 1.5px solid #aaa;
	margin-top: 15px;
	padding-bottom: 2px;
}
h2 span.hoverclass {
	font-size: 12px;
	font-weight: normal;
}
h3 { /* Dates on Blog */
	font-size: 11px;
	margin: 10px 0px;
}
h4 { /* Sub Categories Gallery */
	margin: 20px 0px 0px 38px;;
	border-bottom: 1px solid #aaa;	
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 2px;
}
/* Comments */
h5 { /* Signature */
	font-size: 10px;
	font-weight: normal;
	margin: 5px 0px 0px 150px;
}
h6 {
	position: relative; /* Need this for absolute to work */
	font-size: 12px;
	margin: 24px 0px 0px 38px;
	border-bottom: 1px solid #aaa;
	width: 485px;
	padding-bottom: 4px;
}
h6 span.date {
	font-size: 10px;
	font-weight: normal;
	margin-left: 22px;
}
h6 span.edit_float_right {
	position: absolute; /* Next 3 lines let edit|delete line up on right end */
	right: 0;
	top: 0;
	font-weight: normal;
}
h6 a:link, h6 a:visited {
	font-size: 10px;
	color: #7bacc7;
	text-decoration: none;
}
h6 a:hover {
	color: white;
}
.logincomment {
	margin-top: 10px;
	margin-left: 38px;
}
.nocomments {
	margin-top: 10px;
}
.commentdiv {
	min-height: 120px;
}
.comment_img {
	margin: 16px 0px 0px 38px;
}
.comment_p {
	margin: -86px 0px 0px 150px;
	font-size: 11px;
	padding-bottom: 10px;
	border-bottom: 1px solid #aaa;
}
textarea.comment {
	margin: 16px 0px 0px 38px;
	width: 485px;
}
#blogcomment {
	margin-top: 10px;
	margin-left: 38px;
	font-size: 12px;
}
/* End Comments */
input,textarea {
	border: 1px solid #6c9ab4;
	background-color: #0b3c57;
	color: white;
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
}
textarea {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 450px;
}
input.submit,input.agree {
	margin-top: 10px;
	border: none;
	background-color: #0c2635;
	font-size: 13px;
	color: #7bacc7;
	float: right;
}
input.agree {
	margin-right: -10px;
}
input.submit:hover {
	color: white;
}
select {
	background-color: #0b3c57;
	color: white;
	border: none;
}
/* ----------------- Top Navigation -----------------*/
#listmenu {
	width: 100%;
	float: left;
	background-color: black;
}
#listmenu a.highlighted {
	color: white;
}
#listmenu ul li ul li a.highlightedsub {
	color: #7bacc7;
}
#submenubg {
	float: left;
	background-color: #0b3c57;
	width: 100%;
	height: 18px;
}
#listmenu a {
	color: #7bacc7;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
#listmenu ul li {
	text-align: center;
	padding: 0px 10px 0px 10px;
	height: 18px;
	float: left;
	list-style-type: none;
}
#listmenu ul li ul {
	display: none;
	position: absolute;
}
#listmenu ul li:hover a {
	color: white;
}
#listmenu ul li ul li:hover a {
	color: #7bacc7;
}
#listmenu ul li:hover ul {
	display: block;
	margin-top: 4px;
}
/* Safari/Opera Hack */
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		#listmenu ul li {
			margin-top: 2px;
			height: 16px;
		}
		#listmenu ul li ul li {
			height: 16px;
		}
		/* :root Hides it from Opera */
		:root #listmenu ul li ul li {
			margin-top: -3px;
		}
	}
/* ----------------- End Top Navigation  ----------------- */

/* ----------------- Start Side Navigation ------------------*/
#side_nav {
	width: 150px;
	float: right;
}
#menu ul {
	list-style: none;
	margin-bottom: 2px;
}
#menu ul li {
	padding-left: 10px;
}
#menu ul li:hover a {
	color: white;
}
.blackbg {
	background-color: black;
	padding: 2px 0px 3px 0px;
}
#menu a:link, #menu a:visited {
	display: block;
	font-weight: bold;
	font-size: 10px;
	color: #7bacc7;
	text-decoration: none;
}
#menu ul li ul li a:hover {
	color: #7bacc7;
}
#menu ul li ul li {
	padding-left: 20px;
	height: 14px;
}
#menu ul li ul {
	display: none;
	background-color: #0b3c57;
	padding: 4px 0px 4px 0px;
	margin: 2px 0px -3px -10px; /* Hide black bar from bg of li that appears when hovered over */
}
#menu ul li:hover ul {
	display: block;
}
/* ----------------- End Side Navigation ------------------*/
/* ----------------- Gallery ------------------------------*/
.gallery_image {
	margin: 15px 15px 0px 0px;
	border: 1px solid white;
	filter:alpha(opacity=50);
	opacity: .5;
	-moz-opacity: .5;
}
h4.galleryh4 {
	margin-left: 0px;
}
a img.gallery_image:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}
.full_view_txt {
	font-size: 10px;
	color: white;
	margin-top: 6px;
}
.center_image {
    margin: 10px auto;
    display: block;
}
a img.center_image {
	border: none;
}
h6.no_margin { /* Description for Art Piece */
	margin: 20px 0px 10px 0px;
	width: 100%;
}
#gallery_container {
	margin-left: 38px;
}
/*---------------- End Gallery -------------------------*/
/*---------------- Login - New Member - User Prefs --------------------------*/
.login_table {
	margin: 10px 0px 0px -5px;
}
.login_table td {
	height: 25px;
	padding-left: 4px;
}
.login_table td input {
	margin-top: -4px;
}
.login_table td {
	margin: 0px 0px 0px 5px;
}
.info_txt {
	font-size: 10px;
}
/*--------------------User Menu------------------------*/
#user {
	background-color: #0b3c57;
	width: 150px;
	margin-bottom: 20px;
}
* html #user {
	width: 160px;
}
#user p {
	background-color: black;
	padding-left: 10px;
	font-weight: bold;
	font-size: 10px;
}
#user img {
	margin: 10px 0px 10px 35px;
}
/*--------------------Misc Classes---------------------*/
.float_right {
	float: right;
}
.float_left {
	float: left;
}
/*Resume */
ul.float_left {
	float: left;
	width: 125px;
	line-height: 18px;
	list-style-type: none;
	font-size: 12px;
}
ul.float_left2 {
	float: left;
	line-height: 18px;
	list-style-type: none;
	font-size: 12px;
}
p.message {
	color: #c80303;
	margin-top: -24px;
	margin-left: 23px;
	margin-bottom: 8px;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
#redundantnav {
	text-align: center;
	margin-top: 40px;
	position: bottom;
}
.txt_blue {
	color: #7bacc7;
	background-color: black;
}
.txt_black {
	color: black;
	background-color: black;
}
.plus_minus {
	float: right;
	margin-top: -13px;
	margin-right: 4px;
	font-size: 12px;
}
#menu li.blackbg:hover .txt_blue {
	color: black;
}
#menu li.blackbg:hover .txt_black {
	color: #7bacc7;
}
#center_flash {
	margin: 0 auto;
	text-align: center;
}
.margin38 {
	margin-left: 38px;
}
a img.noborder {
	border: none;
}
.white {
	color: white;
}
.resume {
	margin-left: 20px;
}