/*
Pixelluxe.com - Temporary Site
home.css
August 13, 2007
*/

@import url(reset.css); /* Global Reset Styles */

/*Local Typography Styles*/

body {
	color: #49402a;
	font-family: Calibri, Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
}

div, p {
	text-align: left;
}

h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
}

p {
	line-height: 1.25em
}

#footer p {
	font-size: 0.8em;
	text-align: center;
}

acronym {
	border-bottom: 1px dotted #49402a;
	cursor: help;
}

a:link, a:visited {
	background-color: #f6e3b4;
	border-bottom: 1px solid #49402a;
	color: #49402a;
	font-weight: bold;
	padding: 0 0.15em;
	text-decoration: none;
}

a:hover, a:active {
	background-color: #f6d275;
}



.upper_italic {
	background-color: #f6e3b4;
	font-style: italic;
	text-transform: uppercase;
}
	

/*Local Layout Styles*/

body {
	background-color: #fff4d8;
	margin: 0px auto;
	position: relative;
	width: 784px;
}

h1 {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	margin: 100px auto 30px auto;
	height: 132px;
	text-indent: -9999px;
	width: 354px;
}

#tagline {
	background-image: url(../images/big_box_top.gif);
	background-repeat: no-repeat;
}

#tagline h2 {
	background-image: url(../images/big_box_bottom.gif);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	padding-bottom: 1.4em;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 0.7em;
}

#content_wrapper {
	background-image: url(../images/narrow_box_top.gif);
	background-repeat: no-repeat;
	margin-top: 0.1em;
}

#content {
	background-image: url(../images/narrow_box_bottom.gif);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	padding-bottom: 2.2em;
	padding-left: 22px;
	padding-right: 44px;
	padding-top: 1em;
	width: 730px;
}

p {
	margin-bottom: 1.25em;
}

p.lastp {
	margin-bottom: 0;
}

#pitch, #contact {
	width: 335px;
}

#pitch {
	float: left;
}

#contact {
	float: right;
}

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

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#footer {
	background-image: url(../images/big_box_top.gif);
	background-repeat: no-repeat;
	margin-top: 0.1em;
	padding-top: 1em;
}

#footer p {
	padding-left: 2em;
	padding-right: 2em;
}

#footer p.lastp {
	background-image: url(../images/big_box_bottom.gif);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	padding-bottom: 2.5em;
}