/* v1.0 | 20080212 */

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

/*********************************************************/
/*********************** END RESET ***********************/
/*********************************************************/

/*********************************************************/
/* Root global elements */
/*********************************************************/

body, html {
	background: #3f4c64 url('http://thedailyneopets.com/assets/images/bg_2.jpg');
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 13px;
}
table {
	border-collapse: collapse;
	border: 1px solid #d4d4d4;
	padding: 7px;
	margin: 20px 0;
}
table tr th {
	border-collapse: collapse;
	border: 1px solid #d4d4d4;
	background: #f0f0f0;
	color: #666666;
	font-weight: bold;
	text-align: left;
	padding: 7px;
}
tr, td {
	padding: 7px;
	border-collapse: collapse;
	border: 1px solid #d4d4d4;
	line-height: 20px;
	text-align: left;
}
.td_hover td {
	background: #f0f0f0;
}
.td_green, .td_green td {
	background: #deffd8;
}
table.center, table.center tr td, tr.center td, td.center, th.center {
	text-align: center;
}
table.noborder, table.noborder thead tr td, table.noborder tr, table.noborder td {
	background: none;
	border: none;
}
.nocenter, .left {
	text-align: left !important;
}
.vam {
	vertical-align: middle;
}
a img {
	text-decoration: none;
	border: 0;
}
.underline {
	text-decoration: underline;
}
p.center {
	text-align: center;
}

/*********************************************************/
/* Form */
/*********************************************************/

input[type=submit] {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #53acff url('http://thedailyneopets.com/assets/images/button_overlay.png') repeat-x;
	border: 0;
	display: inline-block;
	padding: 6px 10px;
	color: #fff;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 2px solid rgba(0,0,0,0.25);
	position: relative;
	font-weight: bold;
	line-height: 1;
	font-size: 13px;
}
input[type=submit]:hover {
	background: #489ae6;
	cursor: pointer;
}
.large {
	font-size: 18px !important; 
	padding: 9px 13px !important;
}
.orange {
	background-color: #dc690b !important;
}
.red {
	background-color: #ff0000 !important;
}

input[type=text], input[type=password] {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 15px;
}
textarea {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 15px;
}

/* Large form stuff */
.large_form, .large_form td, .large_form tr {
	padding: 15px;
	background: #e5e5e5;
	border: none;
}
.large_form input[type=text], .large_form input[type=password] {
	padding: 5px;
	font-size: 30px;
	font-weight: bold;
}
.large_form_key {
	background: #f3f3f3 !important;
	color: #666;
}
.large_form_spacer {
	background:#fff !important;
	padding:0px !important;
	height:10px !important;
}

/*********************************************************/
/* Pagination / Result Options */
/*********************************************************/

.options {
	text-align: right;
	font-size: 11px;
	color: #666;
	margin: 20px 0;
}
.options a, .options a:active, .options a:link, .options a:visited, .option a:hover {
	color: #666 !important;
	text-decoration: underline !important;
}

/*********************************************************/
/* Header */
/*********************************************************/

#head {
	margin: 0 auto;
	width: 998px;
	height: 130px;
	/*background: url('http://thedailyneopets.com/assets/images/head_bg_2.png') no-repeat;*/
}
#head_banner {
	margin: 0 auto;
	width: 970px;
	height: 80px;
	background: url('http://thedailyneopets.com/assets/images/head_banner.jpg') no-repeat;
	-webkit-box-shadow: 5px 0px 5px -2px rgba(41, 52, 67, .75);
	box-shadow: 5px 0px 5px -2px rgba(41, 52, 67, .75);
}

/*********************************************************/
/* Nav */
/*********************************************************/

#nav {
	margin: 0 auto;
	width: 970px;
	height: 35px;
	background: url('http://thedailyneopets.com/assets/images/head_nav.png') no-repeat;
	zoom: 1;
	-webkit-box-shadow: 2px 3px 5px 0px rgba(41, 52, 67, .75);
	box-shadow: 2px 3px 5px 0px rgba(41, 52, 67, .75);
}
#nav .pngfix {
	position: relative;
	/*z-index: 100;*/
	width: 100%;
	height: 100%;
}
#nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav ul {
	position: relative; 
	margin: 0; 
	padding: 0; 
	list-style: none;
}
#nav li:hover {
	visibility: inherit;
}
#nav li {
	position: relative;
	float: left; 
	display: inline;
}
#nav li a.root {
	display: block;
	outline: 0;
	height: 35px;
	text-indent: -9999px; 
	background: url('http://thedailyneopets.com/assets/images/head_nav.png') no-repeat; 
	margin-right: 1px;
}
#nav li#dailies a.root { 
	width: 74px;
	background-position: 0 0;
	cursor: pointer;
}
#nav li#dailies a.root:hover,
#nav li#dailies a.root.hover { background-position:0 -37px; }

#nav li#articles a.root { width:87px; background-position:-75px 0; }
#nav li#articles a.root:hover,
#nav li#articles:hover a.root,
#nav li#articles.hover a.root { background-position:-75px -37px !important; }

#nav li#gameguides a.root { width:111px; background-position:-163px 0; }
#nav li#gameguides a.root:hover,
#nav li#gameguides:hover a.root,
#nav li#gameguides.hover a.root { background-position:-163px -37px !important; }

#nav li#neoavatars a.root { width:108px; background-position:-275px 0; }
#nav li#neoavatars a.root:hover,
#nav li#neoavatars:hover a.root,
#nav li#neoavatars.hover a.root { background-position:-275px -37px !important; }

#nav li#customization a.root { width:130px; background-position:-383px 0; }
#nav li#customization a.root:hover,
#nav li#customization:hover a.root,
#nav li#customization.hover a.root { background-position:-383px -37px !important; }

#nav li#battlepedia a.root { width:108px; background-position:-513px 0; }
#nav li#battlepedia a.root:hover,
#nav li#battlepedia:hover a.root,
#nav li#battlepedia.hover a.root { background-position:-513px -37px !important; }

#nav li#tdnforums a.root { width:107px; background-position:-621px 0; }
#nav li#tdnforums a.root:hover { background-position:-621px -37px; }

#nav li#mytdn a.root { width:70px; background-position:-728px 0; }
#nav li#mytdn a.root:hover,
#nav li#mytdn:hover a.root,
#nav li#mytdn.hover a.root { background-position:-728px -37px; }

#nav ul ul {
	position:absolute; 
	z-index:100; 
	top:-999em; 
	width:220px; 
	border:1px solid #c9c9c9; 
	border-width:0 1px 1px;
}
#nav ul li.hover ul {
	top:35px; 
	z-index:999;
	z-index:100;
}
#nav ul ul li {
	float:none; 
	width:100%; 
	font:12px/18px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}
#nav ul ul li a {
	display:block; 
	width:194px; 
	color:#333; 
	background:#eee; 
	padding:7px 13px; 
	text-decoration:none; 
	border-bottom:1px solid #c9c9c9;
}
#nav ul ul li a:hover {
	color:#237be2;
	background:#fff;
}
#nav .first {
	border-top: 1px solid #c9c9c9;
}
#site_clock {
	text-align: right;
	color: #9b9b9b;
	text-shadow: 0px 1px 2px rgba(255, 255, 255, 1);
	font-size: 10px;
	font-weight: bold;
	padding: 13px 11px 0 0;
}


/*********************************************************/
/* Content head */
/*********************************************************/

#content_head {
	width: 970px;
	height: 137px;
	margin: 17px auto 0 auto;
	background: url('http://thedailyneopets.com/assets/images/content_head.png') no-repeat;
}
#chead_left {
	float: left;
	width: 191px; /* this was 220px */
}
#chead_left_pad {
	padding: 23px 0 0 23px;
}
#chead_left_pad a, #chead_left_pad a:link, #chead_left_pad a:active, #chead_left_pad a:visited {
	color: black;
	font-weight: 700;
	text-decoration: none;
	font-family: 'Cabin', Arial, sans-serif;
	font-size: 15px;
}
#chead_left_pad a:hover {
	text-decoration: underline;
}
#chead_left_pad a img {
	vertical-align: middle;
	border: 0;
}
#chead_right {
	float: right;
	width: 774px; /* this was 745px */
}
#chead_right_pad {
	padding: 23px 0 0 0;
	text-align: center;
}

/*********************************************************/
/* Content */
/*********************************************************/

#content {
	width: 970px;
	margin: 30px auto 0 auto;
}
#content_wrapper {
	float: left;
	width: 100%;
}
#content_column {
	margin-right: 280px; /* Set to right column width */
}
#content_pad {
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(41, 52, 67, .75);
	box-shadow: 2px 2px 5px 1px rgba(41, 52, 67, .75);
	border-radius: 3px;
	padding: 22px 30px 30px 30px;
	line-height: 22px;
}
#content_pad .single_column {
	width: 970px !important;
}

/* Content bread crumbs */

#content_pad #breadcrumbs {
	margin-bottom: 23px;
}
#content_pad #breadcrumbs,
#content_pad #breadcrumbs a {
	color: #aaa;
	font-size: 11px;
}

/* Content header styles */

#content_pad h1 {
	font-family: 'Cabin', Arial, sans-serif;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 23px;
	line-height: 44px;
	text-align: left;
}
#content_pad h1 span {
	margin-left: 25px;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	
}
#content_pad h2 {
	font-family: 'Cabin', Arial, sans-serif;
	font-size: 26px;
	font-weight: 700;
	text-align: left;
	margin-top: 35px;
	color: #d42307;
	padding-bottom: 5px;
	border-bottom: 3px solid #d4d4d4;
}
#content_pad h3 {
	font-family: 'Cabin', Arial, sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	margin-top: 35px;
}

/* Content text styles */

#content_pad p {
	margin: 20px 0;
}

/* Make sure all images fit */

#content_pad img {
	max-width: 630px;
}

/* Content text link styles */

#content_pad a, #content_pad a:link, #content_pad a:active, #content_pad a:visited {
	color: #0077ff;
	text-decoration: none;
}
#content_pad a:hover {
	text-decoration: underline;
}

/* Misc content text styles */

#content_pad blockquote {
	margin: 20px 0 30px 30px;
	padding-left: 30px;
	font-style: italic;
	line-height: 23px;
	font-size: 11px;
	background: url('http://thedailyneopets.com/assets/images/content_blockquote.png') no-repeat;
}
#content_pad ul {
	list-style-type: disc;
	margin: 20px 0 20px 50px;
}
#content_pad ol {
	margin: 20px 0 20px 50px;
	list-style-type: decimal;
}
#content_pad div.center {
	display: block;
	margin: 20px auto;
	text-align: center;
}
#content_pad img.center {
	margin: 20px 0;
	text-align: center;
}
#content_pad div.center table {
	margin: 0 auto;
}

/* Square stuff */

#content_pad_square {
	border-top: 1px solid #d4d4d4;
	margin-top: 30px;
	padding: 20px 10px 10px 0;
	color: #666;
	line-height: 20px;
	font-size: 11px;
}
#content_pad_square a,
#content_pad_square a:active, 
#content_pad_square a:link, 
#content_pad_square a:visited, 
#content_pad_square a:hover {
	color: #666 !important;
	text-decoration: underline !important;
}

/* Image captions and stuff */

#content_pad .right_box {
	float: right;
	padding: 10px;
	margin: 0 0 15px 15px;
	background: #f0f0f0;
	border: 1px solid #d4d4d4;
	font-size: 9px;
	font-style: italic;
	line-height: 19px;
}
#content_pad .left_box {
	float: left;
	padding: 10px;
	margin: 0 15px 15px 0;
	background: #f0f0f0;
	border: 1px solid #d4d4d4;
	font-size: 9px;
	font-style: italic;
	line-height: 19px;
}
#content_pad .right_box .center, #content_pad .left_box .center {
	margin: 0;
}

/* div grid */

.grid {
	text-align: center;
	line-height: 20px;
}
.grid div {
	display: inline-block;
	vertical-align: top;
	width: 100px;
	margin: 5px;
	padding: 5px;
}

/* two column div */

.two_column {
	width: auto;
}
.two_column_left {
	float: left;
	width: 312px;
}
.two_column_right {
	float: right;
	width: 312px;
}
.two_column ul {
	margin: 20px 0 0 20px !important;
	list-style-type: none !important;
}

/*********************************************************/
/* Right column */
/*********************************************************/

#right_column {
	float: left;
	width: 280px; /* Width of right column */
	margin-left: -280px; /* Set left margin to -(RightColumnWidth) */
	line-height: 20px;
}
#right_pad {
	margin-left: 20px;
	color: #DADADA; /* #53acff */
	font-size: 12px;
}

/* Right column link styles */

#right_pad a, #right_pad a:link, #right_pad a:active, #right_pad a:visited {
	color: #53acff;
	text-decoration: none;
}
#right_pad a:hover {
	color: #8dc8ff;
	text-decoration: underline;
}

/* Right column lists */

#right_pad ul.sidelist {
	list-style: none;
	list-style-type: none;
}
#right_pad ul.sidelist li {
	margin-bottom: 15px;
}
#right_pad ul.sidelist li a {
	display: block;
	background: url('http://thedailyneopets.com/assets/images/side/bullet.png') no-repeat top left;
	padding-left: 20px;
}

/* Right column headers */

#right_pad .search {
	text-align: center;
	margin: 30px 0 15px 0;
}
#right_pad .right_column_text {
	margin: 15px 0;
}
.alerts {
	width: 250px;
	height: 55px;
	background: url('http://thedailyneopets.com/assets/images/side/alerts.png');
	text-indent: -9999px;
	margin: 30px 0 15px 0;
}
.tdnforums {
	width: 250px;
	height: 55px;
	background: url('http://thedailyneopets.com/assets/images/side/tdnforums.png');
	text-indent: -9999px;
	margin: 30px 0 15px 0;
}
.neopia_today {
	width: 250px;
	height: 55px;
	background: url('http://thedailyneopets.com/assets/images/side/neopia-today.png');
	text-indent: -9999px;
	margin: 30px 0 15px 0;
}
.the_runway {
	width: 250px;
	height: 55px;
	background: url('http://thedailyneopets.com/assets/images/side/the-runway.png');
	text-indent: -9999px;
	margin: 30px 0 15px 0;
}

/*********************************************************/
/* Footer */
/*********************************************************/

#footer {
	width: 940px;
	margin: 30px auto;
	color: #d9d9d9;
	background: #222;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(41, 52, 67, .75);
	box-shadow: 2px 2px 5px 1px rgba(41, 52, 67, .75);
	padding: 15px;
}
#footer_container_3 {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #454545;
}
#footer_container_2 {
    float: left;
    width: 100%;
    position: relative;
    right: 30%;
    border-right: 1px solid #454545;
}
#footer_container_1 {
    float: left;
    width: 100%;
    position: relative;
    right: 40%;
    border-right: 1px solid #454545;
}
#footer_column_1 {
    float: left;
    width: 26%;
    position: relative;
    left: 72%;
    overflow: hidden;
}
#footer_column_2 {
    float: left;
    width: 36%;
    position: relative;
    left: 76%;
    overflow: hidden;
}
#footer_column_3 {
    float: left;
    width: 26%;
    position: relative;
    left: 80%;
    overflow: hidden;
}

#footer p {
	margin: 15px 0 30px 0;
	line-height: 20px;
}

/* Footer lists */

#footer ul {
	margin: 15px 0 30px 0;
	list-style: none;
	list-style-type: none;
}
#footer ul li {
	margin-bottom: 12px;
}
#footer #more_about_tdn {
	margin-bottom: 20px;
}

/* Footer headers */

h3.aboutus {
	margin: 15px 0;
	text-indent: -9999px;
	background: url('http://thedailyneopets.com/assets/images/footer/aboutus.png');
	width: 140px;
	height: 15px;
}
h3.tdnsite {
	margin: 15px 0;
	text-indent: -9999px;
	background: url('http://thedailyneopets.com/assets/images/footer/tdnsite.png');
	width: 140px;
	height: 15px;
}
h3.amazingcontent {
	margin: 15px 0;
	text-indent: -9999px;
	background: url('http://thedailyneopets.com/assets/images/footer/amazingcontent.png');
	width: 180px;
	height: 15px;
}
h3.aroundthenet {
	margin: 15px 0;
	text-indent: -9999px;
	background: url('http://thedailyneopets.com/assets/images/footer/aroundthenet.png');
	width: 170px;
	height: 15px;
}
h3.affiliates {
	margin: 15px 0;
	text-indent: -9999px;
	background: url('http://thedailyneopets.com/assets/images/footer/affiliates.png');
	width: 180px;
	height: 15px;
}

/* Footer link styles */

#footer a, #footer a:link, #footer a:active, #footer a:visited {
	color: #53acff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Footer copyright */

#footer_copyright {
	color: #898989;
	padding: 17px 0 6px 20px;
	line-height: 20px;
}
#footer_copyright a, 
#footer_copyright a:link, 
#footer_copyright a:active, 
#footer_copyright a:visited {
	color: #898989;
	text-decoration: underline;
}

/*********************************************************/
/* Misc. Ajax/Notices */
/*********************************************************/

/* NOTICES */

#notice {
	width: 970px;
	margin: 35px auto;
}

.error {
	background-color: #ffd3d3;
	padding: 7px;
	margin: 0 auto 20px auto;
	border: 1px solid #ff0000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 22px;
}
.error p {
	padding-left: 30px;
	margin: 0;
}

.success {
	background-color: #b9ffb6;
	padding: 7px;
	margin: 0 auto 20px auto;
	border: 1px solid #08b200;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 22px;
}
.notice {
	background-color: #ffffe0;
	padding: 7px;
	margin: 0 auto 20px auto;
	border: 1px solid #dcdcab;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	line-height: 22px;
}

/* Alert styles */

#alert_float {
	float: left;
	padding-right: 12px;
	line-height: 22px;
}

/* AJAX */

#ajax_notice {
	display: none;
	background-color: #343f54;
	color: #fff;
	text-align: center;
	padding: 7px;
	width: 8%;
	top: 0;
	left: 46%;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 9999;
	position: fixed;
}

/*********************************************************/
/* Stupid stuff that's not in use and is commented out
/*********************************************************/

/*#content_pad img.alignleft {
	float: left;
	padding: 10px;
	margin: 0 15px 15px 0;
	background: #f0f0f0;
	border: 1px solid #d4d4d4;
}
#content_pad img.alignright {
	float: right;
	padding: 10px;
	margin: 0 0 15px 15px;
	background: #f0f0f0;
	border: 1px solid #d4d4d4;
}*/

/*.submit {
	display: inline;
	float: left;
	margin: 20px 0;
}
.submit_inline {
	margin: 0 !important;
}
.submit_right {
	float: right;
}
a.button {
	background:url("http://thedailyneopets.com/assets/images/button_bg.png") no-repeat scroll 0 0 #007FFF;
	color:#fff !important;
	display:inline;
	float:left;
	font:11px/25px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	margin:0 5px 0 0;
	outline:0 none;
	padding:0 19px 2px;
	position:relative;
}
a.button:hover {
	cursor: pointer;
}
a.button span.cap {
	background:url("http://thedailyneopets.com/assets/images/button_bg.png") no-repeat scroll 100% 0 #007FFF;
	display:block;
	height:27px;
	position:absolute;
	right:0;
	top:0;
	width:18px;
}*/
