/* CSS 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,
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;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-family: Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.clear {
	clear:both;
	}

/* Nav */

#pre-nav {
	width:60em;
	margin:0 auto;
	text-align: center;
	}

#pre-nav ul#user-control {
	background:#eee;
	float:right;
	padding:.3em 1em .5em 1em;
	
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;

  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	}

#pre-nav ul#user-control li {
	float:left;
	font-size:.7em;
	margin-right:.6em;
	}


#new-header {
	clear:both;
	width:60em;
	margin:0 auto;
	text-align: center;
	}

#nav {
	width:60em;
	margin:0 auto;
	text-align: center;
	}

#nav ul {
	float:left;
	}

#nav ul li {
	float:left;
	margin:0;
	}

#nav ul li a {
	display:block;
	font-size:.8em;
	margin:0;
	padding:.7em 1.6em;
	background:#454545;
	text-decoration: none;
	color:#fefefe;
	border-right:1px dotted #666;
	}

#nav ul li a:hover {
	background:#222;
	}

#nav ul li.first a {
	-moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	}

#nav ul li.last a {
	border-right:none;
	
	-moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	}

#nav ul li.active a {
	background:#c2002a;
	}

#search {
	float:right;
	}

#search #s {
	padding:.25em .25em;
	color:#555;
	border:1px solid #ddd;
	font-size:.9em;
	width:14em;
	float:left;
	margin-top:2px;
	}

#search #do-search {
	font-size:12px;
	color:#fff;
	background:#c2002a;
	padding:5px 14px;
	margin:2px 0 0 4px;
	border:none;
	cursor: pointer;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	clear:both;
	}

#search #do-search:hover {
	background:#555;
	}

#logo {
	float:left;
	}

#logo a {
	display:block;
	width:200px;
	
	background:url("MyBubble/img/rb-test2b.png") 0 center no-repeat;
	height:50px;
	
	/*background:url("http://www.redbubble.com/images/logo_registered.gif") 0 center no-repeat;
	height:60px;*/
	}

#logo a span {
	display:none;
	}

#the-break {
	border-bottom:1px solid #ccc;
	width:100%;
	}

.rule {
	display:block;
	width:100%;
	border-bottom:1px solid #eee;
	margin-bottom:.5em;
	}

a {	color:#003366; }

h2 {
	font-family: Arial, sans-serif;
	font-size:1.2em;
	font-weight:normal;
	text-align: left;
	background:url('http://redbubble.com/images/header_bullet_arrows.gif') center left no-repeat;
	padding-left:20px;
	margin:.8em 0 .5em 0;	
	clear:both;
	float:left;
	}

#section-wrap {
	width:60em;
	margin:0 auto;
	padding:0;
	text-align:center;
	clear:both;
	}


#section-nav-wrap {
	background:#eee;
	
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;

  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;

	}

#section-nav {
	list-style:none;
	display:block;
	}

#section-nav li {
	float:left;
	background:#eee;
	}

#section-nav li a {
	display:block;
	padding:.6em 1.4em .8em 1.4em;
	font-size:.7em;
	color:#555;
	text-decoration: none;
	border-right:1px dotted #ccc;
	}

#section-nav li a:hover {
	text-decoration: underline;
	background:#ddd;
	color:#222;
	}

#section-nav li a.active {
	background:#ccc;
	color:#333;
	}

#section-nav .first, #section-nav .first a {
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	}
	