@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Helvetica, Arial, sans-serif;
	background: #e4f0f1 url(images/bg-tile.gif) repeat-x left top;
	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: #444;
}

p {
	line-height: 130%;
	margin: 5px 0 20px 0;
	color:#666;
}

img {
   behavior: url("pngbehavior.htc");
}

a:link {
	text-decoration: none;
	color: #444444;
}

a:visited {
	text-decoration: none;
	color: #444444;
}

a:hover {
	text-decoration: underline;
	color: #444444;
}

a:active {
	text-decoration: none;
	color: #444444;
}

a.portfolio-toggleview:link {
	text-decoration: none;
	color: #f67c1e;
}

a.portfolio-toggleview:visited {
	text-decoration: none;
	color: #f67c1e;
}

a.portfolio-toggleview:hover {
	text-decoration: underline;
	color: #f67c1e;
}

a.portfolio-toggleview:active {
	text-decoration: none;
	color: #f67c1e;
}

a.backtotop:link {
	clear:both;
	font-size: 80%;
	display: block;
	text-align: right;
	color: #5bafd1;
	text-decoration:none;
	border-bottom: 1px dotted #888;
	margin-bottom: 70px;
	margin-top: 20px;
}

a.backtotop:visited {
	clear:both;
	font-size: 80%;
	display: block;
	text-align: right;
	color: #5bafd1;
	text-decoration:none;
	margin-top: 20px;
	margin-bottom: 70px;
	border-bottom: 1px dotted #888;
	
}

a.backtotop:hover {
	clear:both;
	font-size: 80%;
	display: block;
	text-align: right;
	color: #f67c1e;
	text-decoration: none;
	border-bottom: 1px dotted #888;
	margin-top: 20px;
	margin-bottom: 70px;	
}

a.backtotop:active {
	clear:both;
	font-size: 80%;
	display: block;
	text-align: right;
	color: #5bafd1;
	text-decoration:underline;
	border-bottom: 1px dotted #888;
	margin-top: 20px;
	margin-bottom: 70px;	
}




#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	border-right: 2px solid #c3cacd;
	border-left: 2px solid #c3cacd;
	z-index: 1;
	text-align: left;
}

#pinwheel {
	z-index: 5;
	position: absolute;
	left: -25px;
	top: 0px;
}


#header {
	width: 960px;
	margin: 0px auto;
	position: relative;
	white-space: nowrap;
	padding-top: 11px;
	display: block;
	z-index: 2;
	height: 120px;
} 

#left-rail {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 10px 15px 20px;
/*	border-right: 1px dotted #c3cacd;*/
}

#left-rail h3 {
	font-size: 110%;
	color: #f67c1e;
}

#left-rail h3 a:link {
	color: #f67c1e;
	text-decoration: none;
}

#left-rail h3 a:visited {
	color: #f67c1e;
	text-decoration: none;
}

#left-rail h3 a:hover {
	color: #f67c1e;
	text-decoration: underline;
}

#left-rail h3 a:active {
	color: #f67c1e;
	text-decoration: none;
}

#left-rail ul {
	font-size: 90%;
	margin-left: 0;
	margin-top: -10px;
	margin-bottom: 20px;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 100%;
	list-style: none;
}

#left-rail li {
	margin-bottom: 10%;
}

#left-rail a:link {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

#left-rail a:visited {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}

#left-rail a:hover {
	color: #f67c1e;
	text-decoration: none;
	font-weight: bold;
}

#left-rail a:active {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}


#portfolio-content {
	margin: 0; /* 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 #left-rail space when the content in #left-rail ends. */
	padding: 50px 35px 30px 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#portfolio-content img {
	 border: 1px solid #cecece;
}

#main-content {
	margin: 0 0 0 170px; /* 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 #left-rail space when the content in #left-rail ends. */
	padding: 25px 35px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#main-content img {
	 margin: 10px 10px 5px 0px;
	 float: left;
}

h1 {
	font-size: 200%;
	font-weight:normal;
	color: #990066;
	margin: 0;
}

h1 a:link {

	font-weight:normal;
	color: #990066;
	margin: 0;
}

h1 a:visited {
	font-weight:normal;
	color: #990066;
	margin: 0;
}
h1 a:hover {
	font-weight:normal;
	color: #990066;
	margin: 0;
	text-decoration: none;
	background-color:#FF9;
}
h1 a:active {
	font-weight:normal;
	color: #990066;
	margin: 0;
}




h2 {
	font-size: 160%;
	font-weight:normal;
	color: #999;
	margin: 30px 0 0 0;
}

h3 {
	font-size: 140%;
	font-weight:normal;
	color: #666;
	margin: 15px 0 0 0;
}

ul {
	margin: 0 0 10px 40px;
	padding: 0;
	line-height: 150%;
	list-style: square outside;
}




#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	color: #808080;
	font-size: 80%;
	text-align: center;
	border-top: 1px dotted #c3cacd;
	vertical-align: bottom;
} 
#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 */
}

.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;
}


.resume-dates {
	font-size:80%;
}

/* WELCOME PAGE (INDEX.HTML) */
#welcome-page-topdecoration {
	background: url(images/stripes.gif) repeat-x top left;
	z-index: 2;
}

#welcome-content p {
	width: 60%;
	color: #fff;
	padding-left: 10px;
	padding-top: 30px;
	text-align: left;
	z-index: 3;
}

#welcome-content a:link {
	text-decoration: none;
	font-weight: bold;
	color:#ff5b00;
}

#welcome-content a:visited {
	text-decoration: none;
	font-weight: bold;
	color:#ff5b00;
}

#welcome-content a:hover {
	text-decoration: underline;	
	font-weight: bold;
	color: #498617;
	background: none;
	border: none;
}
