/* 1	Global reset (based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui) */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}
a { text-decoration:none }

/* 2	Global reset-RESET (restores some sensible defaults) */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */
a:active { outline:none }

/* 3	Handles */
div, ul, li, form { position:relative }
.fix:after { content:" "; visibility:hidden; display:block; height:0; clear:both }
* html .fix { height:1% }
.hide { display:none } /* Handy for development */

br.clearfix { clear:both; display:block; height:1px; margin:-1px 0 0 0 }

body {
	text-align: center;
	margin: 0 auto;
	background: url(images/tile.jpg) repeat;
	background-attachment: fixed; 
	color: #1a1718;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

@font-face {
	font-family:'Blackout-Midnight';
	src: url('/images/Blackout-Midnight.ttf') format('TrueType');
}

a:link, a:visited {
	background: #1a1718;
	color: #fecc0b;
}

a:hover {
	color: #e6006e;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 660px;
	padding: 20px;
}

#header {
	background: url(images/mashedpotatos.png) bottom no-repeat;
	color: #e6006e;
	font-size: 90px;
	text-align: center;
	text-shadow: 2px 2px 3px #6c0838;
	padding: 50px;
	padding-bottom: 25px;
	margin: 25px 0 50px 0;
	height: 50px;
}

#header p {
	font-size: 16px;
	color: #2C2725;
	text-shadow: none;
	padding-top: 20px;
	}

#header h1 {
 text-indent: -9999px;
}
	
.container img {
	background: #2C2725 url(images/borderbg.jpg) repeat 0 0;
	margin-bottom: 50px;
	float: left;
	border: 10px solid #2c2725;
	-webkit-border-image: url(images/borderbg.jpg) 10 repeat;
    -moz-border-image: url(images/borderbg.jpg) 10 repeat;
    border-image: url(images/borderbg.jpg) 10 repeat;
}

.container h3 {
	color: #FFF;
	text-shadow: none;
	font-family: 'Blackout-Midnight', Helvetica, Sans-Serif;
	font-size: 20px;
	background: #2c2725 url(images/borderbg.jpg);
	padding: 10px;
	padding-left: 350px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 10px;
	text-shadow: 2px 2px 5px #000;
}

.container p {
	float: right;
	width: 292px;
	padding: 20px;
}

#grouping {
	background: rgba(255,255,255,0.5);
	padding: 20px;
	border: 1px solid #f3e9ec;
}

#social-networking {
	width: 400px;
}

#footer a:link, #footer a:visited {
	background: #e6006e;
	color: #FFFFFF;
	padding: 1px;
}

#footer {
	width: 400px;
}

#footer p {
	padding-top: 20px;
}

#social-networking a:link, #social-networking a:visited {
	background: none;
}

#social-networking h3 {
	font-family: 'Blackout-Midnight', Helvetica, Sans-Serif;
	color: #118dc6;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
}

#ashley {
 	position:fixed;
	bottom: 0;
	right: 0
 }

.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}