/* ________________________________________ portfolio_page.css ________________________________

author: Tom Barnfield
email: info@runninghead.com
website: www.runninghead.com
________________________________________________________________________________________________*/


/* =HACKS
________________________________________________________________________________________________*/

/* Use the star selector HACK to fix font size in anything less than IE6/Win 
		IE7 will ignore any rules written using this hack~ we just pray it's as compliant as they make out.*/
* html body {
/* nothing to say here at the moment, delete later if not needed */
}
/* Removes fieldset borders, even on Opera 7 */
fieldset {
  border: 0px solid #ededed;
}
/* Remove border around linked images */
img {
	border: 0px;
}
* { /* The star-selector on it's own should still apply in IE7 */
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
/* =Typography =Links
________________________________________________________________________________________________*/
a:link { color: #333366;  }
a:visited { color: #666699;  }
a:hover {  font-weight: bold; }
a:active {  }

h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
	float: left;
	display: block;
	color: #666699;
}
h6 {
	font-size: 9px;
	clear: right;
	float: left;
	display: block;
	line-height: 22px;
	color: #666699;
}
.cvLink {
	color: #130AA7;
	text-decoration: underline;
	text-align: right;
	display: block;
	clear: left;
	float: right;
}

/* =Body
________________________________________________________________________________________________*/
body {
	color: #666699;
	font-size: 62.5%; /* Sets font size so 1.2 ems = roughly 12 px, etc. Essentially for the benefit of IE6/Win and below. */
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/portfolio_page_images/pageBGgradient.jpg);
	background-repeat: repeat-x;
	background-color: #F6F8F0;
}

/* =Guide div
________________________________________________________________________________________________*/
#guide {
	height: 600px;
	width: 800px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image:    url(../images/portfolio_page_images/cloaked%20files/new_index_layout_FIVE.png);
	background-repeat: no-repeat;
}

/* =Container & =Contents
________________________________________________________________________________________________*/
#container {
	width: 770px;
	left: 50%;
	margin-left:-385px;
	position: absolute;
	height: 455px;
	top: 50%;
	margin-top: -227px;
	font-size: 1.2em;
}
#containerBG {
	position: absolute;
	height: 455px;
	width: 731px;
	left: 19px;
	top: 0px;
	background-image:  url(../images/portfolio_page_images/boxGradient.png);
	background-repeat: repeat-x;
}
#leftBar {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 455px;
	width: 20px;
	background-image:  url(../images/portfolio_page_images/leftBar.png);
	background-repeat: no-repeat;
}
#rightBar {
	height: 455px;
	width: 20px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image:  url(../images/portfolio_page_images/rightBar.png);
	background-repeat: no-repeat;
}

/* =Top Furniture
________________________________________________________________________________________________*/
#logo {
	height: 80px;
	width: 80px;
	position: absolute;
	left: 5px;
	top: -25px;
	background-image: url(../images/portfolio_page_images/logo.png);
	background-repeat: no-repeat;
}
#header {
	height: 52px;
	width: 320px;
	position: absolute;
	left: 83px;
	top: -25px;
	background-image: url(../images/portfolio_page_images/header.png);
	background-repeat: no-repeat;
}
#search_form {
	width: 180px;
	position: absolute;
	text-align: left;
	float: left;
	left: 0px;
	top: 10px;
}
#search_form fieldset {
	padding-left: 15px;
}
#searchwordtf {
	border: 1px solid #00CC66;
	height: 20px;
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: hidden;
	position: relative;
	left: 2px;
}
#skipToPanelTop {
	background-image: url(/images/portfolio_page_images/searchFieldBGtop.png);
	height: 23px;
	position: relative;
	background-repeat: no-repeat;
	width: 180px;
}
#skipToPanelBottom {
	background-image: url(/images/portfolio_page_images/searchFieldBGbottom.png);
	height: 23px;
	position: relative;
	background-repeat: no-repeat;
	width: 180px;
}
#skipToPanel {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	left: 580px;
	top: -23px;
	width: 180px;
	position: absolute;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	height: auto;
}
#skipToPanel:hover {
	height: auto;
}
#skipToPanel ul {
	list-style-type: none;
	display: none;
}
#skipToPanel ul a {
	display: block;
	padding-right: 40px;
	font-size: 1.1em;
	padding-bottom: 0.3em;
	font-weight: normal;
	padding-top: 0.2em;
	background-image: url(/images/portfolio_page_images/searchFieldBGtile.png);
	background-repeat: repeat-y;
}
.first_skip_to_link{
	padding-top: 19px!important;
}
#skipToPanel ul a:hover {
	background-image: url(/images/portfolio_page_images/searchFieldBGtilePixy.png);
	background-repeat: repeat-y;
	background-position: 0px;
}
#skipToPanel:hover ul {
	display: block;
}
#go_button_image {
	height: 30px;
	width: 33px;
	position: absolute;
	left: 140px;
	top: -4px;
	display: block;
	float: right;
	background-image: url(/images/portfolio_page_images/goButton2.png);
	background-repeat: no-repeat;
	background-position: -33px;
}

/* =Welcome Text
________________________________________________________________________________________________*/
#welcomeText {
	font-size: 13px;
	position: absolute;
	left: 260px;
	top: 21px;
	height: 65px;
	width: 500px;
	text-align: right;
	line-height: 16px;
	font-weight: bold;
}
.copyrightLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	display: block;
	position: relative;
	top: -20px;
	left: -2px;
}

/* =Main Images
________________________________________________________________________________________________*/

/* ______________________________________ ILLUSTRATION ________________________________________*/
#illustrationDiv {
	position: absolute;
	height: 384px;
	width: 166px;
	left: 70px;
	top: 68px;
}
#illustrationLabel {
	background-color: #FBF8EE;
	background-image:     url(../images/portfolio_page_images/illustrationLabel.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 166px;
	border: 2px solid #DFD4AE;
	position: absolute;
	left: 0px;
	top: 171px;
	overflow: hidden;
}

#illustrationDiv a:hover, #designDiv a:hover{
	border: none;
}

#illustrationIcon {
	position: absolute;
	height: 148px;
	width: 148px;
	left: 82px;
	top: 72px;
	background-image: url(../images/portfolio_page_images/illustrationIcon.png);
	background-repeat: no-repeat;
}
#illustrationFrame {
	height: 384px;
	width: 279px;
	position: absolute;
	left: 12px;
	top: 11px;
	background-image: url(../images/portfolio_page_images/illustrationFrame.png);
	background-repeat: no-repeat;
}
#illustrationTransDivGif {
	height: 172px;
	width: 166px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/transGif.gif);
	background-repeat: no-repeat;
}
#cloud {
	height: 71px;
	width: 112px;
	position: absolute;
	left: 91px;
	top: 114px;
	background-repeat: no-repeat;
	border: none;
}
/*
IT SEEMS CSS CAN'T DO REMOTE ROLLOVERS WHERE ONE OF THE ELEMENTS EFFECTED CONTAINS A SERIES OF LINKS.
   CSS RELIES ON SEVERAL ELEMENTS INHABITING THE SAME LINK TO ACHIEVE REMOTE ROLLOVERS- BLOODY USELESS.
*/

/* ______________________________________ DESIGN ________________________________________*/
#designIcon {
	height: 148px;
	width: 148px;
	position: absolute;
	left: 307px;
	top: 120px;
	background-image: url(../images/portfolio_page_images/designIcon.png);
	background-repeat: no-repeat;
}
#designFrame {
	height: 365px;
	width: 199px;
	position: absolute;
	left: 282px;
	top: 80px;
	background-image: url(../images/portfolio_page_images/designFrame.png);
	background-repeat: no-repeat;
}
#designDiv {
	position: absolute;
	height: 340px;
	width: 162px;
	
	left: 300px;
	top: 112px;
}

#designDiv a:hover #designLabel {
	height: 156px;
	width: 114px;
	overflow: hidden;
}

#designTransDivGif {
	height: 178px;
	width: 162px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/transGif.gif);
	background-repeat: no-repeat;
}
#designLabel {
	background-color: #FBF8EE;
	background-image:     url(../images/portfolio_page_images/designLabel.jpg);
	background-repeat: no-repeat;
	height: 37px;
	width: 114px;
	border: 2px solid #DFD4AE;
	position: absolute;
	left: 24px;
	top: 176px;
	overflow: hidden;
}
#designLabel:hover {
	height: 156px;
	width: 114px;
	overflow: hidden;
}
#illustrationLabel ul, #designLabel ul{
	list-style-type: none;
	display: block;
	position: absolute;
	left: 0px;
	top: 38px;
	width: 100%;
}
#illustrationLabel ul a, #designLabel ul a {
	display: block;
	height:16px;
	text-indent:12px;
	background-color: #FBF8EE;
	font-size: 14px;
	line-height: 16px;
}

#illustrationLabel ul a:hover, #designLabel ul a:hover{
	background-color: #F2EBDE;
}
#illustrationLabel li, #designLabel li{
	display: inline; /* Hack for IE5x/Win */
}

/* =Biography Box
________________________________________________________________________________________________*/
#bioBox {
	font-size: 12px;
	line-height: 14px;
	background-image:     url(../images/portfolio_page_images/bioBoxBGgradient.jpg);
	background-repeat: repeat-x;
	height: 333px;
	width: 266px;
	position: absolute;
	left: 494px;
	top: 90px;
}
#bioBoxLeftBar {
	background-image:     url(../images/portfolio_page_images/bioBoxLeftBar.jpg);
	background-repeat: no-repeat;
	height: 333px;
	width: 15px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#bioBoxRightBar {
	background-image:     url(../images/portfolio_page_images/bioBoxRightBar.jpg);
	background-repeat: no-repeat;
	height: 333px;
	width: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#tomPhoto {
	height: 77px;
	width: 76px;
	position: absolute;
	left: 181px;
	top: 9px;
	background-image:     url(../images/portfolio_page_images/tomPhoto.jpg);
	background-repeat: no-repeat;
}
#bioText {
	height: 313px;
	width: 245px;
	position: absolute;
	left: 14px;
	top: 14px;
	color: #494970;
}
#blogIcon {
	height: 18px;
	width: 18px;
	position: absolute;
	right: 8px;
	bottom: 8px;
}

/* =Icons
________________________________________________________________________________________________*/
#iconImageWrapper {
	position: absolute;
	height: 72px;
	width: 480px;
	left: 0px;
	top: 351px;
}
#thumbnailIcon {
	position: relative;
	height: 72px;
	width: 50px;
	left: 12px;
	top: 0px;
	margin-right: 10px;
	float: left;
}
#quickLinksMask {
	height: 86px;
	width: 485px;
	position: absolute;
	left: 7px;
	top: 349px;
	background-image: url(../images/portfolio_page_images/quickLinksMask.png);
}
#iconLinkWrapper {
	position: absolute;
	height: 72px;
	width: 480px;
	left: 0px;
	top: 351px;
}
#thumbnailLink {
	position: relative;
	height: 72px;
	width: 50px;
	left: 12px;
	top: 0px;
	margin-right: 10px;
	float: left;
}

/* =Footers
________________________________________________________________________________________________*/
#subBanner {
	font-size: 15px;
	text-align: left;
	height: 20px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 6px;
	text-indent: 13px;
}
#mailToLink {
	height: 16px;
	width: 166px;
	position: absolute;
	left: 0px;
	bottom: 8px;
}
#technicalFooter {
	position: absolute;
	right: 17px;
	bottom: -6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	height: 15px;
	width: 734px;
	text-align: left;
	overflow: visible;
}
#technicalFooter img {
	position: relative;
	bottom: -4px;
}
#technicalFooter a:link { color: #666699;  }
#technicalFooter a:visited { color: #666699;  }
#technicalFooter a:hover {
	font-weight: normal;
	color: #0066FF;
}
#technicalFooter a:active {  }
.browserDetails {
	background-color: #F6F8F0;
	display: block;
	position: absolute;
	left: 0px;
	top: -5px;
}
.addthis_button {
	top: 0px;
	position: relative;
	background-color: #CCCCCC;
	left: 0px;
}
.XHTMLvalidation {
	background-color: #F6F8F0;
	display: block;
	position: absolute;
	right: 0px;
	top: -5px;
	clip: rect(3px,auto,auto,auto);
}
#quicklinkstext {
	display: block;
	position: absolute;
	height: 15px;
	width: 466px;
	left: 14px;
	top: 333px;
	font-size: 13px;
	font-weight: bold;
	color: #606093;
}
#newsplash {
	height: 79px;
	width: 55px;
	position: absolute;
	left: 10px;
	top: -4px;
	display: block;
}
.logo_eye {
	position: absolute;
	height: 10px;
	width: 10px;
	left: 26px;
	top: 24px;
}
/*.greenbar {
	background-image: url(../images/portfolio_page_images/searchFieldBGtileRollOver.png);
	display: block;
	height: 1px;
	width: 180px;
	position: relative;
}*/

