/*

	Site Name CSS
	Your Name
	portentinteractive.com
	
	TABLE OF CONTENTS
	
	1.0 Global items
		1.1 Housecleaning
		1.2 Outer structural parts
		1.3 Default text/img styles
	2.0 Header Items 
		2.1 search
	3.0 Navigation & Link Styles
		3.1 Primary
		3.2 Sub
	4.0 Homepage-specific
	5.0 Content-specific
		5.1 Standard content guidelines
		5.2 unique page, ie product page
		5.3 unique page, ie press page
	6.0 Footer items

	
*/


/* =================== 1.0 GLOBAL ITEMS ================================ */
   					
/* ------------------- 1.1 housecleaning ----------------- */

html, body, form {
	margin:0;
	padding:0;
}

a img {
	border:0;
}

.no-margin {
	margin:0;
	padding:0;
	}
	
.clear{clear:both;} /* generic clearing class used to stretch bgs */

/* ------------------- 1.2 Outer structural parts -------- */



/* ------------------- 1.3 Default text/img -------------- */
body {
font-family:Verdana, Arial, sans-serif;
color:#000000;
font-size:16px;
line-height:18px;
	}

form, input, textarea, select, radio {

}


p {  

}


h1 {
	color:#c12454;
	font-size:24px;
	font-weight:normal;
	margin:0 0 20px 0;
}

h2 {
	font-size:24px;
	color:#f7b1ca;
	font-weight:normal;
}

h3 {

}

h4 {

}

h5,h6 {


}


a, a:link, a:active, a:visited {

}


a:hover {

}

a:visited {

}

.left {
	float:left;
}

.right {
	float:right;
}

img.align-left {
	padding: 0;
	margin: 0;
	display:block;
	float:left;
	margin-right:10px;
}

img.align-right {
	display:block;
	float:right;
	margin-left:10px;
}

#wrapper {
	width:760px;
	margin:0 auto;
}

ul {
	list-style-image:url(img/holiday-bullet.gif);
	list-position:outside;
	margin:0 0 0 20px;
	padding:0;
}

li {
	margin:0 0 15px 0;
	padding:0;
}

.hr {
	height:40px;
	width:760px;
	margin:0;
	padding:0;
	background:url(img/hr.gif) top left no-repeat;
	clear:both;
}

/* =================== 2.0 HEADER ITEMS ================================ */

#header {
	background:url(img/holiday-header-bg.jpg) top left no-repeat;
	width:760px;
	height:503px;
	position:relative;
}

#header-button {
	position:absolute;
	top:123px;
	right:16px;
}

/* =================== 3.0 NAVIGATION & LINK STYLES ==================== */


/* ------------------- 3.1 Primary Nav ------------------- */

/* ------------------- 3.2 Sub Nav ------------------- */



/* =================== 4.0 HOMEPAGE-SPECIFIC =========================== */

#tagline {
	text-indent:-10000px;
	background:url(img/holiday-tagline.gif);
	width:756px;
	height:27px;
	margin:15px 0;
}

.box {
	width:453px;
	height:252px;
	background:url(img/box-bg-holiday.jpg) top left no-repeat;
	padding:20px;
}

/* =================== 6.0 FOOTER ITEMS ================================ */


#footer {
	width:760px;
	height:157px;
	background:url(img/holiday-footer-bg.jpg) top left no-repeat;
	position:relative;
	clear:both;
	margin:45px 0 0 0;
}
	
#slug {
	position:absolute;
	top:40px;
	margin:0;
	padding:0;
	left:227px;
	color:#e48ca8;
	font-size:12px;
}
	


