/*------------------------------------------------------------------
[Master Stylesheet]

Project:		JesseLavery.com - Portfolio & Resume
Version:		1.0
Created By:		Jesse Lavery, eight16 Design - eight16design.com
Last change:	11/25/09 [latest updates]

--------------------------------------------------------------------

[Colors]

Background:		#2d2d2d (dk gray - in lieu of img)
Content:		#fff 	(white)

-------------------------------------------------------------------*/



/**********************************
Reset Styles for all browsers
***********************************/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
line-height: 1;
font-family: inherit;
text-align: left;
vertical-align: baseline;
}

a img, :link img, :visited img {border: 0;}

table {border-collapse: collapse; border-spacing: 0;}

ol, ul {list-style: none;}

q:before, q:after,
blockquote:before, blockquote:after {content: "";}

/**********************************
Core Styles
***********************************/

html {
background: url(../images/bg.jpg) #2d2d2d repeat;
}

body {
background: url(../images/bg-body.jpg) repeat-x;
color: #fff;
font-family: Helvetica, Arial, Verdana, sans-serif;
font-size: 12px;
text-align: center;
}

/* Generics
------------------------------*/
/* site-wide defs for p, a, h1, h2, etc. */

h2, p {line-height: 1.4;}

a {text-decoration: none;}

/* Container
------------------------------*/

#container {
margin: 0px auto;
width: 920px;
}

/* Header
------------------------------*/

#header {
height: 100px;
}

#header h1 a {
background: url(../images/logo.jpg);
display: block;
height: 100px;
text-indent: -9999px;
width: 500px;
}

/* Menu
------------------------------*/

#menu {
display: block;
float: right; /* This might not work in IE... */
height: 30px;
position: relative;
margin: -60px 25px 0 0;
padding-top: 0px;
width: 260px;
}

#menu ul {
background: url(../images/menu.jpg) no-repeat;
height: 30px;
margin: 0px;
width: 260px;
}

#menu ul li {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
margin-top: 0px;
}

#menu ul li a {
display: block;
text-decoration: none;
text-indent: -9999px;
}

#menu ul li a span {
visibility: hidden;
}

#menu #menu1, #menu #menu1 a {left: 0px; top: 0px; width: 80px; height: 30px;}
#menu #menu2, #menu #menu2 a {left: 90px; top: 0px; width: 80px; height: 30px;}
#menu #menu3, #menu #menu3 a {left: 180px; top: 0px; width: 80px; height: 30px;}

#menu #menu1 a:hover {background: transparent url(../images/menu.jpg)  -0px -30px no-repeat;}
#menu #menu2 a:hover {background: transparent url(../images/menu.jpg) -90px -30px no-repeat;}
#menu #menu3 a:hover {background: transparent url(../images/menu.jpg) -180px -30px no-repeat;}

body#portfolio #menu #menu1 a {background: transparent url(../images/menu.jpg)  -0px -30px no-repeat;}
body#resume #menu #menu2 a {background: transparent url(../images/menu.jpg) -90px -30px no-repeat;}
body#contact #menu #menu3 a {background: transparent url(../images/menu.jpg) -180px -30px no-repeat;}

#menu {
display: none;
}

/* Content
------------------------------*/

#content {
padding-bottom: 50px;
}

.portfolio-item {
background: url(../images/bg-portfolioitem.jpg) #000 repeat;
border-top: 1px solid #000;
margin-top: 50px;
padding: 25px;
width: 870px; /* True width: 920px */
}

.portfolio-item h2 {
color: #fff;
font-size: 18px;
font-weight: normal;
margin-bottom: 15px;
}

.portfolio-item p {
color: #a9a9a9;
font-size: 12px;
}

.portfolio-item p strong {
color: #fff;
font-size: 12px;
font-style: normal;
font-weight: normal;
}

.portfolio-item p a {
border-bottom: 1px solid #666;
color: #fff;
}

.portfolio-item p a:hover {
border-bottom: 1px solid #ff83e9;
}

.portfolio-item img {
margin-top: 25px;
}

/* Footer Container
------------------------------*/

#footer-container {
background: url(../images/bg-footer.jpg) #000 repeat-x;
height: 100px;
padding-top: 2px;
}

/* Footer
------------------------------*/

#footer {
margin: 0px auto;
width: 920px;
}

#footer h3 {
background: url(../images/logo.jpg);
display: block;
height: 100px;
text-indent: -9999px;
width: 500px;
}

#footer p {
color: #fff;
float: right;
font-family: "Arno Pro", Georgia, serif;
font-size: 14px;
margin: -65px 25px 0 0;
text-align: right;
}

#footer p span {
color: #666;
}

#footer p a {
border-bottom: 1px solid #666;
color: #fff;
}

#footer p a:hover {
border-bottom: 1px solid #ff83e9;
}

/* 
------------------------------*/