/*
Theme Name: OP
Theme URI: http://www.orangeplunge.com
Description: Theme for Orange Plunge
Version: 1
Author: Orange Plunge
Author URI: http://orangeplunge.com
Tags: 
*/


/*Eric Meyer RESET*/

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;
}


body {background:#FF5500 url(images/v1/bg-gradient.jpg) repeat-x top; color:#fff; font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;}

div#pageContainer {margin:65px auto 30px; text-align:center; width:600px;}
div#header {margin-bottom:55px;}

h1 {font-size:80px; font-weight:normal; line-height:75px; text-transform:uppercase;}
h1 a {color:#fff;}

p {font-size:16px; line-height:30px; margin:0 0 45px;}
p.linksPara {color:#fddabd;}
p.linksPara a {color:#fddabd; text-decoration:none;}
p.linksPara a:hover {text-decoration:underline;}

.textdec-no {text-decoration:none;}