/* default style sheet for garyshome.net */

/* body = enclosure + footer */
body { 
	background: white;
	color: black;
	margin: 0;
	font-family: "Segoe UI", Helvetica, sans-serif; 
	font-size: 10pt;
	overflow: auto;
	line-height: 1.5
}
/* enclosure = top-title-bar + section-title-bar + (submenu-bar) + contents */
#enclosure { 
	background: white;
	height: 100%;
} 
#top-title-bar {
	position: static;
	width: 100%;
	height: 30px;
	margin: 0;
	background: dodgerblue;
	color: white;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 6px;
	border-bottom: solid #aaa 1px;
}
#section-title-bar {
	position: static;
	width: 100%;
	height: 30px;
	margin: 0;
	background: #ccddff;
	color: black;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 7px;
	border-bottom: solid #aaa 1px;
}

#submenu-bar {
	position: static;
	margin: 0;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.submenu-selected {
	background: #fff;
}

#contents {
	position: static;
	width: 100%;
	background: white;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 65px; /* original+footer height */
/*	border: dashed 1px #eee; */
}
#footer {
	position: static;
	margin-top: -25px;      /* footer height */
	height: 25px;              /* footer height */
	width: 100%;
	background: #eee;
	padding: 2px 10px;
	font-size: 8pt;
	text-align: right;
	border-top: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
}

#subsection-title {
	padding: 0 0 15px 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
}
#external-links {
	font-size: 8pt;
	line-height: 1.5;
	color: #c24;
}

image#thumb {
	border-bottom: solid 1px #aaa;
}

#imagebox {
	float: left; 
	margin: 5px;
	font-size: 8pt;
	line-height: 1.5;
	text-align: center;
	border: solid 1px #aaa;
	cursor: hand; 
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
}

p {
	margin-top: 10pt;
	margin-bottom: 10pt;
	text-align: left;
}
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 130%; }
h4 { font-size: 8pt; }
h5 { font-size: 9pt;  letter-spacing: 0pt;  color: #c33; font-weight: bold; margin: 4pt 0;}
h6 { font-size: 9pt;  letter-spacing: 0pt;  color: #292; font-weight: bold;}
ul {
	margin-top: 3pt;
	margin-bottom: 3pt;
	margin-left: 0;
	margin-right: 0;
	list-style: square inside;
}
.h6 { font-size: 9pt;  letter-spacing: 0pt;  color: #292; font-weight: bold;}
/* h6 ´ë½Å .h6ÀÌ ÇÊ¿äÇÑ ÀÌÀ¯´Â spanÀ» ÀÌ¿ëÇÏ¿© ÁÙ¹Ù²Þ ¾øÀÌ Àû¿ëÇÒ ¼ö ÀÖ°Ô ÇÏ·Á°í */

.hfont { 
	text-align: justify;
}
.htext { 
	font-size: 10pt;
	text-align: justify;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 15px;
}

.square-list {
	background: transparent;
	list-style: square inside;
	margin: 5px;
/*	color: blue; */
	line-height: 1.8;
}

.message {
	background: transparent;
	font-size: 8pt;
	letter-spacing: 0pt;
	color: #444;
}	
.tag1 {      /* new link */
	font-size: 7pt;
	color: #c44;
	background: #ee2;
	font-weight: bold;
}
.tag2 {      /* updated link */
	font-size: 7pt;
	color: #272;
	background: #cfa;
	font-weight: bold;
}
.tag3 {      /* dead link */
	font-size: 7pt;
	color: #eee;
	background: #555;
	font-weight: bold;
}

.indent {
	padding-left: 20px;
}	

/* anchors */

a:link, a:visited {
	background: transparent;
	text-decoration: underline;
}
a:hover {
	background: #e61; 
	color: white;
}

#top-title-bar a:link, #top-title-bar a:visited, #top-title-bar a:hover {
	background: transparent;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#top-title-bar a:hover {
	color: #f93;
}

#section-title-bar a:link, #section-title-bar a:visited, #section-title-bar a:hover {
	background: transparent;
	color: black;
	font-weight: normal;
	text-decoration: none;
}
#section-title-bar a:hover {
	color: #f40;
}

#submenu-bar a:link, #submenu-bar a:visited, #submenu-bar a:hover {
	background: transparent;
	color: black;
	text-decoration: none;
	padding: 0 3px 1px 3px;
}
#submenu-bar a:hover {
	background: #fa4;
	color: white;
}

#external-links a:link{
	background: transparent;
	color: #119;
	font-weight: normal;
	font-size: 9pt;
	text-decoration: none;
}
#external-links a:visited {
	color: #816;
	text-decoration: none;
	font-size: 9pt;
}
#external-links a:hover {
	background: #df7;
	text-decoration: underline;
	font-size: 9pt;
}

