/*  
	ianrussell.ca
	Universal Styles
	CSS by Ian Russell 
	ian.arthur.russell@gmail.com	
	--------------------------------------------------------------------	
*/


/* 
--------------------------------------------------------------------
GENERICS 
--------------------------------------------------------------------
*/

body {
	padding: 0px;
	margin: 0px;
	background: url(../images/page-bg.jpg) left top no-repeat;
}

body {
	font-family: Helvetica, Arial, sans-serif;
}

.clearMe {
	clear: both;
	height: 1px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

button {
	cursor: pointer;
}

s { color:  #777; }

/* 
--------------------------------------------------------------------
STRUCTURE
--------------------------------------------------------------------
*/

#pageWrapper {
	width: 890px;
/* 	border: 1px solid orange; */
}

td, #pageWrapper {
	text-align: left;
	font-size: 12px;
}

#pageWrapper h1 {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	color: #8d9472;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	font-size: 26px;
}

#pageWrapper a:link, #pageWrapper a:visited {
	/*color: #33444b;*/
	/* FIXME */
	text-decoration: none;
	
}

#pageWrapper a:hover {
	color: #000000;
}

#logo {
	text-align: left;
	padding: 0px;
	position: absolute;
	left: 262px;
	width: 506px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	width: 100%;
	height: 101px;
	background: transparent url(/images/myname.gif) left top no-repeat;
}

#content {
	padding-top: 160px;
	margin-left: 100px;
/* 	border: 1px solid gray; */
}

/* 
--------------------------------------------------------------------
FRONT PAGE
--------------------------------------------------------------------
*/

#bigCopy {
	margin: 0px;
	color: #000;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 23px;
}

#bigCopy b {
	color: #465410;
	font-weight: normal;
}

#bigCopy a:link, #bigCopy a:visited {
	background: #f1f2ee;
	font-weight: normal;
	color: #000;
}

#bigCopy a:hover {
	background: #b0a077;
	color: #000;
}

.introduction {
	padding: 0px 20px 30px 20px;
}

#featureItems {
	width: 707px;
	background: url(/images/titles-featured.gif) left 6px no-repeat;
	padding-left: 19px;
	height: 230px;
}

#featureItems a {
	background: transparent url(/images/featured-bg.gif) left top no-repeat;
	padding: 17px 17px 15px 17px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #626262;
	line-height: 10px;
}

#featureItems img {
	margin-bottom: 3px;
}


#portfolioItems {
	background: url(/images/titles-portfolio.gif) left top no-repeat;
	padding-left: 24px;
}

#portfolioItems b {
	color: #626262;
	display: block;
	width: 155px;
}

#portfolioItems a, #portfolioItems a:link, #portfolioItems a:visited {
	display: block;
	padding: 5px 5px 5px 7px;
	color: #9f9f9f;
	font-size: 11px;
	border-left: 2px solid #dddfd4;
	margin-bottom: 2px;
	float: left;
}

#portfolioItems a:hover {
	background: #f7f7f4;
	border-left: 2px solid #a0a68a;
}

#portfolioItems a.current {
	border-left: 2px solid #a0a68a;
	background: url(/images/current-item-bg.gif) left top repeat-y;
}

#portfolioItems a.current b {
	color: #000;
}

#portfolioItems i {
	font-family: Georgia, Times New Roman, Times, serif;
}

#projectDetails {
	background: url(/images/titles-pictures.gif) left 20px no-repeat;
	padding-left: 24px;
}

	#projectDetails h1 i {
		font-size: 12px;
		color: #d1d4c7;
		margin-left: 15px;
	}
	#projectDetails #projects {
		background: url(/images/dirt.gif) right 76px no-repeat;
		position: relative;
	}

/*
	#projectDetails #projects div div {
		position: absolute;
		width: 100px;
		height: 100px;
	}
*/

/*
	#projectDetails #projects .image2 div {
		background: blue;
		margin-left:  -10px;
		margin-top: -5px;
	}
*/
	
	#projectDetails #projects div {
		float: left;
		margin-bottom: 10px;
	}
	
	#projectDetails #projects div.large {
		margin-right: 10px;
	}	
	
	#projectDetails .description { 
		padding: 5px 0px 20px 0px; 
		width: 500px;
		font-size: 13px;
		line-height: 1.5em;
		font-family: Georgia, Times New Roman, Times, serif;
	}


/* 
--------------------------------------------------------------------
ABOUT ME
--------------------------------------------------------------------
*/

a#downloadResume, a:link#downloadResume, a:visited#downloadResume {
	width: 58px;
	height: 405px;
	background: url(/images/downloadmyresume.gif) left top no-repeat;
	display: block;
	float: left;
}

a:hover#downloadResume {
	background: url(/images/downloadmyresume.gif) -58px top no-repeat;
}


#someThings {
	float: right;
}

.aboutBlurb {
	width: 540px;
}

.aboutBlurb div {
	padding-left:  20px;
}

.smaller { 
	font-size: 19px;
	line-height: 1.5em;
}




/* 
--------------------------------------------------------------------
NAV MENU
--------------------------------------------------------------------
*/

#menu {
	position: absolute;
	left:  0px;
	top: 200px;
	width: 100px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	/* border: 1px solid gray; */
}

#menu a, #menu a:link, #menu a:visited {
	background: #000;
	color: #fff;
	float: left;
	text-decoration: none;
	padding: 4px 4px 4px 20px;
	margin: 4px 0px;
	font-weight: bold;
}

#menu a:hover {
	color: #b0c367;	
}	

#menu a:link#selected, #menu a:visited#selected {
	color: #d1cbb8;
}

/* TEMP */
#footer {
	font-size: 10px;
	color: #666;
	clear: both;
}


