/**************************************************
 * Reset Styles
 **************************************************/
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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset Browsers */

/*
 *	Set Attributes to Tags Below
 */

body {
	background-image: url('../images/background/background-lines.png');
	background-repeat: repeat-x;
	background-position:top center;
	font: 10px Verdana, Geneva, Tahoma, sans-serif;
	color:#888;
}

h1 {
	font: 12px Verdana, Geneva, Tahoma, sans-serif;	
	font-weight:bold;
	line-height:2.5em;
}

h2 {
	font: 11px Verdana, Geneva, Tahoma, sans-serif;	
	font-weight:bold;
	line-height:2.5em;
}


p {
	margin:5px 0;
	line-height:1.3em;
	letter-spacing:0.03em;
}

ul {
	margin:10px 0 0 20px;
	list-style-type:circle
}

li {
	margin-top:5px;
}

a {
	color:#53b5c8;
	text-decoration:none;
}

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

/**************************************************
 * Begin Styles
 **************************************************/

#container {
	position:relative;
	top:50px;
	width:623px;
	margin:0 auto;
}

#main {
	position:relative;
	width:100%;
	float:left;
}

#nav {
	position:relative;
	z-index:3;
	width:285px;
	margin:0 auto;
}

#menu {
	position:relative;
	z-index:4;
	top:-18px;
	text-align:center;
	margin:0 auto;
}

#menu ul {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
}

#menu ul li{
	position:relative;
	top:0;
	float:left;
	line-height:57px;
	margin:0 15px;
	text-align:center;
}

#menu ul li#home-nav {
	margin-right:20px;
	margin-left:20px;
}

#menu ul li#contact-nav {
	margin-left:7px;
}

#menu ul li a{
	position:relative;
	top:0;
	display:block;
	text-decoration:none;
	width:21px;
	height:47px;
	margin:0 auto;
	border:none;
}

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

#home-nav {
	background-image:url('../images/home-btn.png');
	background-repeat:no-repeat;
	width:30px;
	height:57px;
}

#work-nav {
	background-image:url('../images/work-btn.png');
	background-repeat:no-repeat;
	width:34px;
	height:57px;
}

#social-nav {
	background-image:url('../images/social-btn.png');
	background-repeat:no-repeat;
	width:41px;
	height:57px;
}

#contact-nav {
	background-image:url('../images/contact-btn.png');
	background-repeat:no-repeat;
	width:51px;
	height:57px;
}

#grid {
	position: absolute;
	float:left;
	z-index:1;
}

#window {
	position:absolute;
	top:0;
	width:540px;
	height:544px;
	overflow:hidden;
}

#focus {
	position:absolute;
	top:0;
	width:540px;
	height:544px;
	z-index:1;

}

#frame {
	position:absolute;
	z-index:2;
	background-image:url('../images/frame.png');
	background-repeat:no-repeat;
	width:623px;
	height:628px;
}

.blueUp {
	background-image:url('../images/grid-blue-up.png');
}

.blueDown {
	background-image:url('../images/grid-blue-down.png');
}

.greenUp {
	background-image:url('../images/grid-green-up.png');
}

.greenDown {
	background-image:url('../images/grid-green-down.png');
}

.yellowUp {
	background-image:url('../images/grid-yellow-up.png');
}

.yellowDown {
	background-image:url('../images/grid-yellow-down.png');
}

.orangeUp {
	background-image:url('../images/grid-orange-up.png');
}

.orangeDown {
	background-image:url('../images/grid-orange-down.png');
}


#footer {
	position:absolute;
	top:643px;
	width:100%;
	text-align:center;
}

#home-focus, #work-focus, #social-focus, #contact-focus {
	position:relative;
	float:left;
	top:81px;
	left:81px;
	width:460px;
	height:1379px;
	z-index:1;
}

#home-box, #work-box, #social-box, #contact-box {
	position:absolute;
	z-index:3;
	top:81px;
	left:81px;
	width:459px;
	height:463px;
	text-align:center;
}

/**************************************************
 * Home Section
 **************************************************/

#home-box #home-content {
	position:relative;
	margin:70px auto;
	background-image:url('../images/home-cards.png');
	background-repeat:no-repeat;
	width:359px;
	height:261px;
}

#home-box #home-cards {
	position:relative;
	top:40px;
	left:39px;
	width:290px;
	height:207px;
	text-align:left;	
}

#home-box #home-cards #logo {
	position:relative;
	top:10px;
	width:257px;
	margin:20px auto;
}

#home-box #home-cards #desc {
	position:relative;
	top:5px;	
	width:247px;
	margin:10px auto;
}

#home-box h1, #social-box h1, #contact-box h1 {
	display:none;
}

#bg-changer {
	position:absolute;
	top:20%;
	left:25%;
	width:220px;
	height:100px;
}

#bg-text, #bg-options {
	font-size:110%;
	margin:10px 0;
}

#bg-options li {
	display:inline;
	cursor:pointer;
}

.bg-blue {
	background-image:url('../images/background/background-blue.png');
	background-repeat:repeat-x;
	background-position:top center;
}

.bg-none {
	background-image:url('../images/background/background.png');
	background-repeat:repeat-x;
	background-position:top center;
}

.bg-burst {
	background-image:url('../images/background/background-burst.jpg');
	background-repeat:repeat-x;
	background-position:top center;
}


/**************************************************
 * Work Section
 **************************************************/

#work-box #big-card {
	position:relative;
	float:left;
	top:8px;
	left:14px;
	background-image:url('../images/work-big-card.png');
	background-repeat:no-repeat;
	width:224px;
	height:441px;
	overflow:hidden;
}

#work-box #bc-content {
	position:relative;
	top:10px;
	margin: 0 20px 10px;
	text-align:left;
}


#work-box #little-cards {
	position:relative;
	float:left;
	top:7px;
	left:20px;
	height:441px;
	overflow:hidden;
}

#work-showcase {
	position:relative;
	top:0;
}


#work-box .work-nav {
	position:relative;
	left:4px;
	width:197px;
	margin:10px auto;
	height:38px;
}

#work-box .work-nav-prev {
	position:relative;
	float:left;
	margin:0 10px 0 35%;
	text-align:right;
	width:29px;
	overflow:hidden;
}

#work-box .work-nav-next {
	position:relative;
	float:left;
	margin:0 auto;
	width:29px;
	overflow:hidden;
}

#work-box .work-nav-prev a:hover, #work-box .work-nav-next a:hover {
	position:relative;
	left:-29px;
}

/**************************************************
 * Social Section
 **************************************************/

#social-main {
	position:relative;
	float:left;
	margin:20px 5px 5px 17px;
}

#social-icons {
	position:relative;
	width:99%;
	margin:0 auto;
}

#twitter,
#facebook,
#flickr,
#youtube,
#reddit,
#linkedin,
#lastfm,
#delicious,
#stumbleupon,
#digg,
#technorati,
#deviantart {
	position:relative;
	float:left;
	width:30%;
	margin:0 10px 0 0;
	padding:0;
}

#twitter li,
#facebook li,
#flickr li,
#youtube li,
#reddit li,
#linkedin li,
#lastfm li,
#delicious li,
#stumbleupon li,
#digg li,
#technorati li,
#deviantart li {
	list-style-type:none;
}


#twitter-icon,
#facebook-icon,
#flickr-icon,
#youtube-icon,
#reddit-icon,
#linkedin-icon,
#lastfm-icon,
#delicious-icon,
#stumbleupon-icon,
#digg-icon,
#technorati-icon,
#deviantart-icon {
	position:relative;
	background-image:url('../images/social/social-background.png');
	background-repeat:no-repeat;
	background-position:center center;
	width:61px;
	height:63px;
	margin:5px 0;
}

#twitter-icon:hover,
#facebook-icon:hover,
#flickr-icon:hover,
#youtube-icon:hover,
#reddit-icon:hover,
#linkedin-icon:hover,
#lastfm-icon:hover,
#delicious-icon:hover,
#stumbleupon-icon:hover,
#digg-icon:hover,
#technorati-icon:hover,
#deviantart-icon:hover {
	background-image:url('../images/social/social-background-hover.png');
	background-repeat:no-repeat;
	background-position:center center;
}

#twitter-icon a,
#facebook-icon a,
#flickr-icon a,
#youtube-icon a,
#reddit-icon a,
#linkedin-icon a,
#lastfm-icon a,
#delicious-icon a,
#stumbleupon-icon a,
#digg-icon a,
#technorati-icon a,
#deviantart-icon a {
	position:relative;
	display:block;
	width:44px;
	height:45px;
	text-decoration:none;
	top:5px;
	left:8px;
	padding-top:10px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}

#twitter-icon a:hover,
#facebook-icon a:hover,
#flickr-icon a:hover,
#youtube-icon a:hover,
#reddit-icon a:hover,
#linkedin-icon a:hover,
#lastfm-icon a:hover,
#delicious-icon a:hover,
#stumbleupon-icon a:hover,
#digg-icon a:hover,
#technorati-icon a:hover,
#deviantart-icon a:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}


#twitter-text a,
#facebook-text a,
#flickr-text a,
#youtube-text a,
#reddit-text a,
#linkedin-text a,
#lastfm-text a,
#delicious-text a,
#stumbleupon-text a,
#digg-text a,
#technorati-text a,
#deviantart-text a {
	line-height:73px;
	font-size:130%;
}

#social-more {
	position:relative;
	clear:both;
	background-image:url('../images/social/social-card.png' );
	background-repeat:no-repeat;
	background-position:center center;
	width:425px;
	height:117px;
	margin:10px auto;
}

#sm-blurb {
	width:180px;
	margin:40px 0 0 30px;
}

#sm-left, #sm-right {
	width:95px;
	margin:20px 0 0 0;
}


.two-col {
	position:relative;
	float:left;
	width:50%;
}

.three-col {
	position:relative;
	float:left;
	width:33%;
	text-align:left;
}
/**************************************************
 * Contact Section
 **************************************************/

#envelope-front {
	position:absolute;
	z-index:12;
	bottom:20px;
	left:83px;
	background-image:url('../images/contact/envelope-front.png');
	background-repeat:no-repeat;
	background-position:center center;
	width:300px;
	height:219px;
}

#envelope-back {
	position:relative;
	z-index:9;
	top:-150px;	
	left:83px;
	background-image:url('../images/contact/envelope-back.png');
	background-repeat:no-repeat;
	background-position:center center;
	width:300px;
	height:370px;
}

#letter {
	position:relative;
	z-index:11;
	top:205px;
	left:85px;
	background-image:url('../images/contact/letter.png');
	background-repeat:no-repeat;
	background-position:center center;
	width:296px;
	height:224px;
	text-align:center;
}

#letter #pull-me {
	position:relative;
	top:3px;
	display:block;
	width:50px;
	height:20px;
	margin:0 auto;
}

#letter-content {
	position:relative;
	padding:5px 20px 30px;
	text-align:left;
}

#contact-info {
	margin-top:20px;
}

#contact-info ul {
	list-style:none;
	font-size:130%;
}

#contact-info #name {
	font-weight:bold;
}

#vcard {
	position:absolute;
	z-index:13;
	left:190px;
	bottom:-73px;
}

#vcard-download {
	position:absolute;
	float:left;
	z-index:13;
	left:5%;
	bottom:-59px;
	background-color:#fde9bb;
	border:1px solid #f39542;
	padding:10px 60px 10px 10px;
	margin:0 10px;
}

#vcard-download span {
	position:relative;
	margin:10px;
	font-size:130%;
	height:27px;
	color:#f39542;
}

#vcard-download img {
	position:absolute;
	bottom:30%;
}









