/* 	Nick Barling Portfolio CSS Document
*	Author:			Nick Barling 
*	Date:			Original - September 17 2008 
*	Version:		1.0
*	File:			portfolio.css
*	Description:	CSS File to style Nick Barling's Portfolio page content	
*	Notes:			This is the file to alter to make site wide changes to page styling.
*					Use the descriptive headers to identify the elements that you
*					wish to change.
*/
/************************************** construction notes *************************************************************************/
/* AVOID BOX MODEL PROBLEMS - never add padding to an element with a defined width */
/* try adding padding or margins to an elements parent or children */
/* AVOID DOUBLE-MARGIN FLOAT BUG - add display: inline; to floated elements if also using horizontal margin on the element */
/* AVIOD MARGIN (THROUGH) COLLAPSE - add a 1px top or bottom border if it is necessary to avoid margin collapse in ff */
/************************************** construction notes *************************************************************************/

/************************************** start of global default css ****************************************************************/ 

*{
margin: 0;
padding: 0;
outline-color: -moz-use-text-color;
outline-style: none;
outline-width: 0;
}

body, html{
height: 100%; /* required by sticky footer see (http://www.themaninblue.com/writing/perspective/2005/08/29/) */
}

body{
background: #fff none repeat scroll 0 0;
font-family: "Segoe UI", "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
font-size: 0.85em;
}

h1, h2, h3, h4, h5, h6{
letter-spacing: 0.1em;
line-height: 1.5em;
}

h1{
font-size: 1.4em;
}

h2{
color: #a3a3a3;
font-size: 1.2em;
letter-spacing: 0.2em;
}

h3{
font-size: 1em;
letter-spacing: 0.2em;
}

h4 {
font-size: 1.1em;
}

h5, h6 {
font-size: 1em;
}

a:link, a:visited, a:hover, a:active{
border-bottom: 1px dotted #A3A3A3;
color: #a3a3a3;
line-height: 1.5em;
text-decoration: none;
text-transform: none;
}

a:hover{
border-bottom: 1px dotted #666;
color: #666;
}

.cd{
clear: both;
}

/************************************ end of global default css *********************************************************************/

/************************************ start of fixed positioned elements  ***********************************************************/

#topbanner{
background: transparent url(../images/topbanner.png) no-repeat scroll 0 0;
height: 13% !important; 													/* ie6 and below ignores can't understand multiple property values */
top: 0;
left: 0;
max-height: 100px;
min-height: 100px;
position: fixed !important; 												/* ie6 and below ignores can't understand multiple property values */
width: 100%;
z-index: 500;
}

#topbanner h1{
float: left;
font-weight: 400;
line-height: 1.4em;
padding-bottom: 0.8em;
margin: 20px 0 0 55px;
color: #444;
display: inline; 															/* avoids double margin float bug in ie 6 */
}

#topbanner h1 span{
font-size: 2.4em;
margin-left: -0.1em;
}

#topbanner h1 span.tm{
position: relative;
font-size: 50%;
bottom: 18px;
}

#topbanner h2{
float: right;
background: url(../images/bar.png) no-repeat left center;
padding-left: 22px;
font-weight: 400;
margin-right: 80px;
margin-top: 20px;
color: #444;
display: inline; 																/* avoids double margin float bug in IE */
}

#bottombanner{
background: transparent url(../images/bottombanner.png) no-repeat scroll 0 0;
bottom: 0;
height: 5% !important; 															/* ie6 and below ignores can't understand multiple property values */
left: 0;
max-height: 50px;
min-height: 10px;
position: fixed !important; 													/* ie6 and below ignores can't understand multiple property values */
width: 100%;
z-index: 400;
}

#menu{
position: fixed;
z-index: 1000;
font-size: 1.2em;
left: 305px;
top: 55px;
list-style-type: none;
letter-spacing: 0.4em;
color: #a3a3a3;
}

#menu li, #footer li{
display: inline;
margin: 0 4px;
}

#menu li a, #footer li a{
border: medium none;
text-decoration: none;
color: #a3a3a3;
}

#menu li a:hover, #footer li a:hover{
border: medium none;
color: #444;
}

#menu li.current, #footer li.current{
color: #444;
}

#footer {
bottom: 15px;
color: #a3a3a3;
font-size: 12px;
left: 34%;
letter-spacing: 0.2em;
position: fixed;
z-index: 1000;
}

/************************************ end of fixed positioned elements  *************************************************************/

#intro {
color: #a3a3a3;
display: block;
font-size: 1.1em;
margin: 110px 0 69px 310px;
width: 450px;
padding-top: 1px; 					/* stops through margin collapse between intro and intro p margins in ff*/ 
}

#intro p {
line-height: 1.3em;
margin-top: 10px;
}

#list {
list-style-type: none;
padding-bottom: 450px; 				/* padding must be set to allow last list item to position at top of page correctly */
}

#list li {
border-top: 1px dotted #d7d7d7;
cursor: pointer;
display: block;
margin-bottom: 45px;
margin-left: 135px;
overflow: hidden;
position: relative;
}

.imgbackground {
background: #f3f3f3 url(../images/loading.gif) no-repeat scroll center center;
float: left;
margin-right: 13px; 															/* separates thumb and dynamically called larger image from h2 and h3 text */
}

#list li h2 {
font-weight: normal;
line-height: 1em;
margin-top: 19px;
color: #a3a3a3;
text-transform: uppercase;
}

#list li h3 {
font-weight: normal;
line-height: 1em;
margin-bottom: 12px;
margin-top: 3px;
color: #cdcdcd;
text-transform: uppercase;
}

#list li ul.thumbs, #list li ul.description {
display: block;
list-style-type: none;
margin-left: 556px;
top: 0;
}

#list li ul.description {
top: 20px;
}

#list li ul.thumbs li { 						/* small image link squares */
background: #E6E6E6 none repeat scroll 0 0;
border: 0 none;
float: left;
height: 10px;
margin: 0 4px 0 0;
width: 10px;
}

#list li ul.description li {
border: 0 none;
cursor: default;
display: none;
margin: 0;
width: 235px;
color: #ffbb00; /* was cdcdcd */
}

#list li ul.description li.links {
display: none;
}

#list li ul.description li.links ul li {
display: block;
}

#list li ul.description li p {
line-height: 1.4em;
margin-bottom: 5px;
}

#list li ul.description li.intro p {
color: #a3a3a3;
}

#list li ul.thumbs li.selected {
background: #666 none repeat scroll 0 0;
}

#list li ul.links {
margin-left: 480px;
}

/**************************************************** designers page ************************************************************/

#designers, #designers ul {
list-style-type: none;
padding-bottom: 50px;
}

#designers ul {
margin-top: -20px;
padding-bottom: 10px;
}

#designers {
margin-left: 135px;
position: relative;
min-width: 1000px; /* prevents uls collapsing and wrapping in modern browsers */
}

#designers li {
border-top: 1px dotted #D7D7D7;
color: #A3A3A3;
font-size: 0.9em;
letter-spacing: 0.2em;
line-height: 1.4em;
margin: 0;
position: relative;
text-transform: uppercase;
word-spacing: 0.2em;
}

#designers li ul li {
border: medium none;
margin-left: 320px;
display: inline;
text-transform: none;
line-height: 2.4em;
}


#designers li ul li.date{
float: right;
margin-right: 260px;
margin-top: -26px;
/*display: inline;
line-height: 2.4em;*/
}

/**************************************************** tool tip ************************************************************/

.tool-tip {
color: #777;
left: 16px;
position: absolute;
top: 215px;
width: 150px;
z-index: 15000;
}

.tool-title {
background: transparent url(../images/tooltip_bg.png) repeat scroll left top; /* image 150 x 90 */
font-size: 11px;
font-weight: bold;
margin: 0;
padding: 4px 8px;
}

.tool-text {
background: transparent url(../images/tooltip_bg.png) repeat scroll right bottom;
color: #999;
font-size: 11px;
padding: 4px 8px 8px;
}