@charset "utf-8";
/* Main CSS for GEBdesign.com, developed by Grant Baker */

* {
	margin: 0pt;
	padding: 0pt;
}

/* main layout elements */
body {
	background: #fbfaf6;
	color: #1e2328;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height:1.125em;
	margin:0pt;
	padding: 18px;
	text-align: center;
}

#wrapper {
	border: none;
	margin: 0px auto;
	text-align: left;
	width: 800px;
}

#main {
	border: 2px solid #bfb7a8;
	margin: 5px 6px 10px 20px;
	background: #f2efe4;
	width: 530px;
	padding: 5px;
	float: left;
}

#links {
	border: 2px solid #bfb7a8;
	margin: 5px 20px 10px 6px;
	background-color:#f2efe4;
	float: right;
	display: block;
	width: 196px;
}

#links img {
	border-bottom: 1px dashed #bfb7a8;
	padding: 5px 0 5px 0;
}

#other-interests {
	display: none;
	border: 2px solid #bfb7a8;
	margin: 5px 6px 10px 20px;
	background-color: #f2efe4;
	width: 747px;
	padding: 5px;
	float: left;
	clear: both;
}

#other-interests a:hover {
	border-bottom: 1px dashed #a3bfd9;
}

/* special cases */

div#links img.noBorder {
	border-bottom: 0px none;
}

.extraSpace {
	margin: 7px 0px 0px 0px;
}

.horizSpace {
	margin: 0px 15px 0px 10px;
}

.portfolio {
	margin: 10px 0px 5px;
}

p.small a {
	font-size:0.9em;
	letter-spacing: 0.2em;
	color: #a3bfd9;
	text-decoration:none;
	font-variant: small-caps;
}

p.small a:visited {
	font-size:0.9em;
	letter-spacing: 0.2em;
	color: #a3bfd9;
	text-decoration:none;
	font-variant: small-caps;
}

p.small a:hover {
	font-size:0.9em;
	letter-spacing: 0.2em;
	color: #f2efe4;
	text-decoration:none;
	font-variant: small-caps;
}

p.small img {
	margin: 0px 0px -3px 0px;
}

.main-img {
	margin: -5px;
	
}

/* Regular tags */
h1, h2, h3, h4, h5, h6 {
	color: #2b5f8c;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.375em;
	font-weight: bold;
	line-height:1.675em;
	margin: 0pt;
	padding-top: 0.5em;
}

h2 {
	font-size: 1.125em;
	font-weight: bold;
	margin: 1em 0pt;
}

h3 {
	color: #1e2328;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

h5 {
	color: #1e2328;
	font-size: .7em;
	font-style: normal;
	font-variant: small-caps;
	font: caption;
}

h6 {
	color: #fbfaf6;
	font-size: .7em;
	font-weight: bold;
	margin: 10px 0px -10px 10px;
	text-align: left;
}

a:link {
	color: #2b5f8c;
}

a:visited {
	color: #1e2328;
}

a:hover {
	color: #a3bfd9;
}

p {
	font-size: 0.875em;
	margin:1.286em 0pt 0pt 10px;
}

ul {
	font-size: 0.875em;
	margin: 1.286em 0pt 0pt 20px;
}

p.small {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}

hr {
	color: #fbfaf6;
	margin: 10px 0px;
}