/*
  	core.css - 2008 - Jamie Ingilby
	Core Stylesheet for Jamie.OP-I.Net
*/

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
}

body {
	font-size: 11px;
	font-family: Georgia, serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFFFFF;
	text-align: center;
}

p {
	font-size: 95%;
	font-family: Georgia, serif;
	color: #333333;
}

h1 {
	font-size: 350%;
	font-family: 'Crimson Text', Georgia, serif;
	color: #333333;
	letter-spacing: 2px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: underline;
}

h4 {
	font-size: 100%;
	font-family: Georgia, serif;
	color: #666666;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

a {
	text-decoration: none;
}

a:link {
	color: #0066CC;
}
	
a:visited{
	color: #0033CC;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}

a:active {
	color: #006699;
	text-decoration: underline;
}

abbr {
	color: #FF3399;
	border-bottom: 1px dotted #999999;
	cursor: help;
}

div#dSuper {
	
}

div#dMain {
	width: 100%;
	background-image: url('../images/border_top.png');
	background-position: top;
	background-repeat: repeat-x;
}

div#dTabs {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 80px;
}

div#dTabs p {
	padding-bottom: 10px;
	line-height: 17px;
}

div#dTabs h1 {
	font-family: 'Crimson Text', Georgia, serif;
	color: #404d6b;
	padding-bottom: 10px;
	text-align: center;
}

div#dTabs ul {
	list-style-type: none;
}

div#dAbout p {
	text-align: justify;
}

div#dAbout p.pAboutFirst {
	width: 365px;
}

div#dAbout img {
	float: right;
}

div#dBlog {
	text-align: left;
}

div#dBlog ol {
	list-style-type: upper-roman;
	width: 420px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#dBlog ol li {
	font-size: 80%;
	color: #666666;
	padding-bottom: 4px;
}

div#dBlog ol li a {
	font-size: 105%;
}

div#dContactdContact {
	text-align: left;
}

a.aContactLink {
	font-size: 120%;
	font-variant: small-caps;
}

p.pContactLinks {
	text-align: center;
}

p.pContactLinks img {
	border: none;
}

div#facebox .content h2 {
	text-align: right;
	padding-bottom: 5px;
	color: #333333;
}

div#facebox .content p {
	padding-bottom: 5px;
	font-size: 110%;
}

div#facebox .content p.closenote {
	padding-top: 10px;
	text-transform: uppercase;
	color: #999999;
	font-size: 80%;
}

div#dUpdates {
	text-align: left;
}

div#dUpdates dl {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

div#dUpdates dt {
	float: left;
	clear: left;
	width: 50px;
	padding-right: 5px;
	padding-top: 10px;
	padding-left: 10px;
}

div#dUpdates img {
	border: 0;
}

div#dUpdates dd {
	min-height: 50px;
	width: 380px;
	padding-top: 10px;
	text-align: left;
	font-size: 80%;
	font-family: Georgia, serif;
	color: #666666;
	display: block;
}

img#imgBottom {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
}

p#pFooter {
	margin-top: 5px;
}

/* 
Simple Tooltip styles
*/

.tooltip{
   position: absolute !important;
   background-color: #FFFFCC;
   font-size: 75%;
   font-style: italic;
   border: 1px #333333 dashed;
   top: 0;
   left: 0;
   color: #333333;
   padding: 5px 10px 5px 10px;
   display: none;
   text-align: left;
   width: 160px;
}