
/* basic elements */
img { 
	width:100%;
}

body {
	margin:0;
	padding:0;
	background:#273340 url(blogimages/main_bg.jpg) no-repeat bottom fixed;
	text-align:center;
	width:100%;
	height:100%;
	font-family:verdana, arial, "sans-serif";
	color:#92A0AB;
}
h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}

h1 {
	font-size:12pt;
	font-weight:normal;
	font-family:arial, "sans-serif";
	font-variant: small-caps;
	color:#919AA4;
	
	background:url(blogimages/title.gif) no-repeat top left;
	margin:10px 0 0 0;
	padding-top:3px;
	text-indent:8px;
	height:22px;
}

h2 {
	font-size:10pt;
	font-family:verdana, arial, "sans-serif";
	color:#919AA4;
}

h3 {
	font-family:arial, "sans-serif";
	line-height:200%;
	font-size:12px;
	padding-top:7px;
	padding-right:17px;
	text-shadow:5px 5px 10px black;
}

.date {
	font-size:8pt;
	font-family:verdana, arial, "sans-serif";
}

pre {
	padding-left:30px;
	padding-right:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	display:block; 
	white-space: pre-wrap;  
	white-space: -moz-pre-wrap; 
	white-space: -pre-wrap; 
	white-space: -o-pre-wrap; 
	word-wrap: break-word; 
 	width:100%; overflow-x:auto;
}
a:link, a:active, a:visited {
	color:#5D7792;
}
a:hover {
	color:#919AA4;
}

abbr {
	cursor:help;
}
abbr:hover {
	border-bottom:2px solid #919AA4;
}
/* structural elements */
.page-wrapper {
	background:url(blogimages/container_bg.gif) repeat-y;
	position:relative;
	margin:0 auto;
	padding:0 3px;
	
	text-align:left;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width:794px;
}
.intro {
	padding:0;
}
header {
	background:url(blogimages/intro_bg.jpg) no-repeat top left;
	height:132px;
}
header:hover {
	background-position: 0 -132px;
}
.supporting {
	position:relative;
	left:0;
	width:559px;
}
.sidebar {
	position:absolute; 
	top:169px;
	right:2px;
	min-height: 700px;
	margin:0 0 0 359px;
	background:url(blogimages/linkList_bg.gif) no-repeat top right;
}

/* intro */
header h1, header h2, .summary p:first-child {display:none;}
.preamble {
	position:relative;
	left:0;
	width:504px;
	height:80%;
	min-height:700px;
	padding:0 45px 0 0;
	margin:0;
	font-size:11px;
}

.preamble p {
	color:#A1AAB4;
	margin:10px 0 15px 10px;
	padding:0;
	line-height:14px;
}
.summary {
	position:absolute;
	top:132px;
	right:2px;
	background:url(blogimages/quickSum_bg.gif) no-repeat top right;
	width:492px;
	height:47px;
	font-size:11px;
	color:#92A0AB;
	text-align:right;
	padding:0;
	margin:0;
}
.summary p {
	margin:10px 20px 0 0;
}
.summary a:link, .summary a:active, .summary a:visited {
	color:#92A0AB;
	text-decoration:none;
	border-bottom:2px solid #506067;
}
.summary a:hover {
	color:#b4c2cd;
	text-decoration:none;
	border-bottom:2px solid #708089;
}

/* supportingText */
.supporting p {
	color:#A1AAB4;
	margin:10px 0 15px 10px;
	padding:0;
	line-height:14px;
	font-size:11px;
	padding:0 45px 0 0;
}

.supporting a:link, .supporting a:active, .supporting a:visited {
	color:#819AB4;
	font-weight:bold;
}
.supporting a:hover {
	color:#b3bcc6;
}
.supporting div:hover, .preamble:hover {
	background:url(blogimages/contentHover_bg.gif) no-repeat 0 20px;
}
footer {
	text-align:center;
	border-top:1px solid #68717A;
	padding:10px;
	background:#101C28;
	margin:0 2px 0 0;
	font-size:10px;
	font-weight:normal;
	text-shadow:3px 0px 10px green;
}

/* linkList */
.sidebar ul {
	list-style:none;
}
.sidebar-div {
	margin:10px 10px 0 0;
	font-size:10px;
	background:url(selectDesign_title.gif) no-repeat top left;
	width:237px;
	padding:7px 0px 7px 15px;
	margin:-10px;
	line-height:200%;
	text-shadow:5px 5px 10px black;
	color:#909FB1;
}

.sidebar-div h3 {
	padding-top:17px;
}

.sidebar-div a:link, .sidebar-div a:active, .sidebar-div a:visited {
	color:#909FB1;
	font-weight:bold;
}
.sidebar-div a:hover {
	color:#f50;
}
.sidebar-div a span {
	font-weight:normal;
	text-decoration:none;
	font-size:9px;
}
