/* CSS for Dolce Design - Porfolio Snapshots */


/* ===========================================
         GLOBAL RESETS
==============================================*/

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, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul { list-style: none; }
strong { font-weight: bold; }
em { font-style: italic; }

a { color: #03c; text-decoration: none; }
a:hover { text-decoration: underline; }

.clear { clear: both; height: 0px; font-size: 0px; }


/* --- clearfix ---- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
	}

.clearfix {
    display: inline-block;
	}

html[xmlns] .clearfix {
    display: block;
	}

* html .clearfix {
    height: 1%;
	}


/* ===========================================
         MAIN LAYOUT
==============================================*/

body { 
	padding: 26px 15px 30px;
	font: 62.5%/1.3em  Helvetica, Verdana, Arial, sans-serif;
	color: #03c;
	text-align: center;
	background: url(../images/dolce_bg.gif) repeat;
	}
	

#container {
	position: relative;
	width: 750px;
	min-height: 600;
	margin: 0 auto;
	background-color: #fff;
	}

#container img {
	_behavior: url(/images/iepngfix.htc); /* IE PNG Alpha Fix */
	}

/* ===========================================
         TEXT
==============================================*/


#text {
	padding-top: 14px;
	padding-left: 220px;
	background-color: #9ff;
	text-align: left;
	}

h1 {
	padding-top: 10px;
	line-height: 0;
	}

h2 {
	
	font-size: 1.6em;
	line-height: 1.6em;
	}
	
h3	{
	padding-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	}
	
h4 {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-bottom: 40px;
	text-align: center;
	

	}
		
	
#share	{
		padding-top: 8px;
		float: right;

		}

/* ===========================================
        GRAPHICS
==============================================*/

.graphic {
	position: absolute;
	}

#assistant 	{ top: 94px; 	left: -25px; 	z-index: 100;}
#dog	 	{ top: 350px; 	left: 540px; 	z-index: 90; }
#chicken 	{ top: 265px; 	right: -54px; 	z-index: 50; }
#snail 		{ top: 390px; 	left: 410px; 	z-index: 60; }
#corkman 	{ top: 362px; 	left: 227px; 	z-index: 70; }
#hedgehog 	{ top: 355px; 	left: 394px; 	z-index: 60; }

#blogger 		{ top: 300px; 	left: 15px; 	z-index: 100;}
#facebook 		{ top: 290px; 	left: 120px; 	z-index: 90;}
#twitter 		{ top: 360px; 	left: 90px; 	z-index: 80;}
#technorati 	{ top: 400px; 	left: 30px; 	z-index: 60;}
#myspace 		{ top: 442px; 	left: 50px; 	z-index: 70;}
#reddit		 	{ top: 500px; 	left: 130px; 	z-index: 40;}

#delicious 		{ top: 320px; 	left: 570px; 	z-index: 30;}
#stumble_upon 	{ top: 368px; 	left: 630px; 	z-index: 30;}
#rss		 	{ top: 330px; 	left: 670px; 	z-index: 20;}
#diggit		 	{ top: 450px; 	left: 614px; 	z-index: 70;}
#lifesaver 		{ top: 480px; 	left: 650px; 	z-index: 10;}

#foursquare	 	{}







/* ===========================================
         FOOTER
==============================================*/
.footnote	{
		color: #06c;
		font: 1em/1.1em Helvetica, Eurostile, Arial, sans-serif;
		margin-top: 20px;
			}


#footer {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding-top: 4px;
	}

#footer marquee {
	color: #036;
	}

#footer .nav {
	margin-top: 30px;
	}	

#footer .nav li {
	float: left;
	width: 125px;
	text-align: center;
	}

#footer .nav a {
	color: #06c;
	text-transform: lowercase;
	font: bold 1.2em/1.3em Helvetica, Eurostile, Arial, sans-serif;
	}

#footer .nav a:hover {
	color: #f90;
	}
