/* default ibotty.net css stylesheet */

/* basic elements */
body {
	background: #f9f9f9 url(default/back.png) top left repeat;
	color: #555753;
	margin: 0px;
	padding: 0px;
}

h1 {
	text-align: center;
	font-size: 14pt;
	font-family: serif;
	font-variant: small-caps;
}

h2 {
	text-align: center;
	font-size: 13pt;
	font-family: serif;
	font-variant: small-caps;
}

h3 {
	font-size : 11pt;
	font-family: serif;
	font-variant: small-caps;
}

p {
	font-size: 10pt
	font-family: sans-serif;
	text-align: left;
	text-indent: 10px;
}

acronym {
	/*border: #cccccc thin solid;*/
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #7070A0;
}

.path {
	font-weight: thin;
	font-family: monospace;
}

a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

a:hover, a:active {
	text-decoration: underline;
	color: #555555;
}

/* specific divs */

/* logo */
#logo {
	position : relative;
	overflow: visible;
/*	display: inline;
*/	white-space: nowrap;
	margin-left: 30px;
	top : 0px;
	left: 0;
	width : 300px;
	text-align: left;
	z-index: 0;
}
#ibotty {
	font-variant: none;
	font-family: "URW Chancery L", "Zapf Chancery", cursive;
	letter-spacing: -0.15ex;
	font-size: 125px;

}
#dotnet {
	vertical-align: 1.5em;
	font-family: sans-serif;
	font-size:20px;
}

/* the title */
#title {
	position: absolute;
	top: 80px;
	left: 250px;
	right: 20px;
}
#title h1 {
	text-align: left;
}

/* small link list on top */
#headlinks {
	background: transparent url(default/transgrey.png) top left repeat;
	position: fixed;
	margin: 0;
	top: 1em;
	left: auto;
	right: 2em;
	width: auto;
	border: #cccccc thin dashed;
	padding-left: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	text-align: right;
	line-height: 1;
	z-index: 50;
}
#headlinks h3 {
	text-align: center;
	font-weight: bold;
	font-size: small;
}
#headlinks a {
}

#intro {
	background: transparent url(default/transgrey.png) top left repeat;
	border : #cccccc thin dashed;
	position: absolute;
	left: 10px;
	margin-top: 10px;
	width: 200px;
	float: left;
	padding: 10px;
}

#mainText {
	/*background: transparent url(main_back.jpg) top left no-repeat;*/
	position: relative;
	margin-left: 230px;
	margin-right: 20px;
	/* no weight property, to allow dynamic weight */
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 20px;
}

#quickSummary {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 20px;
}

#quickSummary p {
	text-indent: none;
	font-style: italic;
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
	text-align: center;
}

#preamble {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 25px;
}

#preamble h3 {
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}

#preamble p {
	padding-left: 5px;
	font: 8pt/14pt "Times New Roman", serif, georgia;
}

.linkList {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;
	border: #cccccc thin dashed;
}

.linkList h3 {
	font-family: cursive;
	font-variant: normal;
	text-decoration: none;
	text-align: center;
	font-size: normal;
}

.linkList ul {
	margin-left: 10px;
	padding: 0px;
}

.linkList li {
	font-size: 9px;
	line-height: normal;
	list-style-type: none;
}

.linkList li a:link {
	color: #555555;
}

.linkList li a:visited {
	color: #777777;
}


#footer {
	text-align: center;
	font-size: small;
	border-top: 1px solid #cccccc;
}

#footer a:link, #footer a:visited {
	margin-right: 20px;
}
