/*
Template: hwstn-red
Theme Name: hwstn-red
Theme URI: http://www.hwstn.net/
Description: Theme used for the design of HWSTN content
Author: Drew Castalia
Author URI: http://www.hwstn.net/
*/

@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.lamp {
	position:absolute;
	left:12px;
	width:322px; 
	height:288px; 
	z-index:3;
}

.container { 
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/wirestrip.gif);
	background-position:right;
	background-repeat:repeat-y;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 9px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.header { 
	position:absolute;
	left:230px;
	top:35px;
	z-index:3;
}

.lightswitch {
	position:relative;
	float:right;
	margin: 0 18px 0 0;
}

.portfoliobutton {
	position:absolute;
	left: 270px;
	top: 79px;
	z-index:3;
}

.resumebutton {
	position:absolute;
	left: 433px;
	top: 79px;
	z-index:3;
}

.contactbutton {
	position:absolute;
	left: 600px;
	top: 79px;
	z-index:3;
}

.topspacer {
	position: relative;
	width:100%;
	margin: 102px 0 0 0;
}

.spacer {
	float: left;
	margin: 10px 75px 6px 75px; 
}

.pdflink {
	float: left;
	text-align:left;
	margin: 0 0 0 30px;
}

.pdflink a:link {
	color: #000000;
	font-style: italic;
	text-decoration: none;
	position:relative;
	z-index:3;
}
.pdflink a:visited {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	position:relative;
	z-index:3;
}
.pdflink a:hover {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	position:relative;
	z-index:3;
}
.pdflink a:active {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	position:relative;
	z-index:3;
}

.pagelink {
float:right;
	text-align:right;
	margin: 0 30px 0 0;
}

.pagelink a:link {
	color: #000000;
	font-style: italic;
	text-decoration: none;
	position:relative;
	z-index:3;
}
.pagelink a:visited {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	position:relative;
	z-index:3;
}
.pagelink a:hover {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	position:relative;
	z-index:3;
}
.pagelink a:active {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	position:relative;
	z-index:3;
}

.sidebar1 {
	margin: 76px 0 0 0;
	float: left; /* since this element is floated, a width must be given */
	width: 188px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 12px;
}

.sidebar1 ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar1 li { margin: 0; } /* Apparently this is important for Opera */

.sidebar1 a
{
	position:relative;
	z-index:3;
	display: block;
	color: #333333;
	border-bottom: thin solid #999999;
	text-decoration: none;
	font-style: normal;
}

.sidebar1 li li a
{
	position:relative;
	z-index:3;
	display: block;
	color: #333333;
	border-color: #FFFFFF;
	padding: 3px 12px 3px 8px;
	text-decoration: none;
	font-size:10px;
}

.sidebar1 h3 {
	letter-spacing: 5px;
	font-size: 11pt;
	font-style: italic;
	color: #333333;
}

.mainContent { 
	margin: 0 20px 20px 215px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */	
	background-image: url(images/lightredfill.gif);
	color: #fff;
	min-width: 590px;
	position:relative;
	
	font-family: Palatino, "Book Antiqua", serif;
	font-size: 14px;
}

.maincontent a:link {
	color: #000000;
	font-style: italic;
	text-decoration: none;
	position:relative;
	z-index:3;
}
.maincontent a:visited {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	position:relative;
	z-index:3;
}
.maincontent a:hover {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	position:relative;
	z-index:3;
}
.maincontent a:active {
	text-decoration: none;
	font-style: italic;
	color: #000000;
	position:relative;
	z-index:3;
}

.storycontent {
	line-height: 110%;
	text-indent: 10px;
	margin: 0 20px;
}

.mainContent h1 {
	position:relative;
	z-index:3;
	font-size: 15px;
	font-style: normal;
	color:#FFFFFF;
	text-indent: 49px;
	margin: -16px 10px 10px 10px;
}

.mainContent h2 {
	font-size: 15px;
	text-indent: 20px;
	margin: 18px 10px 10px 10px;
}

/* for rounded images in the content block for the main content window */
.roundtop { 
	background: url(images/TUpRight.gif) no-repeat top right; 
}

.roundbottom {
	background: url(images/TDRight.gif) no-repeat bottom right; 
}

img.corner {
   width: 30px;
   height: 30px;
   border: none;
   display: block !important;
}

.footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* the main text left-side margins follow */
.lampglowfloat, .lampglowfloat2, .lampglowfloat3, .lampglowfloat4, .lampglowfloat5, .lampglowfloat6, .lampglowfloat7, .lampglowfloat8, .lampglowfloat9 {
	float:left;
	clear:left;
}

/* This first float is ignored in the main entry table.  First line of text corresponds to lampglowfloat2 */
.lampglowfloat {
width:53px;
height:14px;
}

.lampglowfloat2 {
width:55px;
height:14px;
}

.lampglowfloat3 {
width:66px;
height:14px;
}

.lampglowfloat4 {
width:64px;
height:14px;
}

.lampglowfloat5 {
width:59px;
height:14px;
}

.lampglowfloat6 {
width:53px;
height:14px;
}

.lampglowfloat7 {
width:43px;
height:14px;
}

.lampglowfloat8 {
width:28px;
height:14px;
}