/* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

@font-face {
	font-family: 'CenturyGothic';
	src: url('../font/century_gothic-webfont.eot');
	src: local('☺'), url('../font/century_gothic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProcionoTT';
	src: url('http://theexoutlet.com/css/procionott-webfont.eot');
	src: local('☺'), url('http://theexoutlet.com/css/procionott-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif; 
	color: #333; 
	background: url(../img/body-bg.png) top repeat #4a4a4a;
	-webkit-font-smoothing: antialiased;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

div.clear { height: 1px; clear: both; }


/* any main outer div container */
.inner { width: 960px; margin: 0px auto; }

/* top area with logo, navs and search */
div#top { border-bottom: 4px solid #fff; height: 127px; background: url(../img/top-bg-xtile.png) top repeat-x #fff; }

/* ex outlet logo */
h1#logo { float: left; margin: 48px 0 0 0; }
h1#logo, h1#logo a { display: block; width: 176px; height: 34px; background: url(../img/logo.png) top left no-repeat; }
h1#logo a { text-decoration: none; }
h1#logo a:hover { background: url(../img/logo.png) 0px -34px no-repeat; }
h1#logo a span { display: none; }

/* main nav */
#main_nav { float: left; margin-left: 40px; margin-top: 4px; }
#main_nav li { float: left; }
#main_nav li a { display: block; text-decoration: none; font-family: 'ProcionoTT', Times New Roman, serif; font-size: 18px; height: 47px; padding: 78px 20px 0 20px; color: #8a8a8a; background-position: center 50px; background-repeat: no-repeat; }

#mn_shop { width: 78px; }
#mn_stories { width: 92px; }
#mn_moveon { width: 110px; }

#mn_shop a { background-image: url(../img/nav-icon-off-shop.png); }
#mn_stories a { background-image: url(../img/nav-icon-off-stories.png); }
#mn_moveon a { background-image: url(../img/nav-icon-off-moveon.png); }
#mn_shop a.active { background-image: url(../img/nav-icon-on-shop.png); }
#mn_stories a.active { background-image: url(../img/nav-icon-on-stories.png); }
#mn_moveon a.active { background-image: url(../img/nav-icon-on-moveon.png); }
#main_nav li a:hover { color: #2d5eab; }
#main_nav li.active { background: url(../img/nav-bg-active.png) top center repeat-x; }
#main_nav li.active a { color: #fff; } 


#top_right { float: right; clear: right; text-align: right; }
#top_right li { float: left; padding-top: 10px; font-family: 'CenturyGothic', sans-serif; }
#top_right li a { color: #2d5eab; text-decoration: none; }
#top_right li a:hover { text-decoration: underline; }

#top_right p.unread_messages a { font-family: 'CenturyGothic', sans-serif; color: #C00; text-decoration: none; }
#top_right p.unread_messages a:hover { text-decoration: underline; }

#tell_sell { padding-top: 0px !important; }
#tell_sell span { display: none; }
#tell_sell a { display: block; width: 90px; height: 44px; background-image: url(../img/tell-and-sell-btn.png); background-repeat: no-repeat; background-position: 0px 0px; }
#tell_sell a:hover, #tell_sell a.active { background-position: 0px -44px; }

#top form { float: right; clear: right; position: relative; }
#top form.logged_in { top: 25px; }
#top form.logged_out { top: 37px; }

/* search form */
fieldset.search { border: 1px solid #d9d6d5; height: 31px; background: url(../img/top-search-bg.png) top left no-repeat; width: 290px; }
.search input { border: none; float: left; }
.search button { border: none; float: right; }
.search label { display: none; }
.search input.tbox {
  	color: #333;
  	font-weight: bold;
  	margin: 7px 0 0 7px;
  	background: transparent;
	width: 240px;
}
.search button.btn {
  	width: 33px;
  	height: 31px;
  	cursor: pointer;
  	text-indent: -9999px;
  	background: #fbc900 url(../img/top-search-go.png) no-repeat top right;
}


/* basic content styling */
#content { padding-bottom: 20px; background-color: #fff; padding-top: 20px; }
#content p { padding-bottom: 1.5em; }
#content strong { font-weight: bold; }
#content em { font-style: italic; }
#content a { color: #2d5eab; }
#content td.nowrap { white-space: nowrap; }

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 { font-weight: normal; font-style: normal;line-height:normal; font-family: 'CenturyGothic', sans-serif; text-transform: uppercase; color: #2d5eab; }

#content .left { float: left; }
#content .right { float: right; }

#content .leaderboard { width: 728px; height: 90px; padding: 2px; margin: 0 auto; }

.add_comment_form label { display: block; margin-bottom: 4px; }
.add_comment_form textarea { width: 95%; height: 40px; margin-bottom: 4px; }

.box { 
	background-color: #fff; 
	padding: 15px;
	-moz-box-shadow: 0 0 .7em #ccc;
	-webkit-box-shadow: 0 0 .7em #ccc;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='black', Positive='true');	
	}
.shadow {
	-moz-box-shadow: 0 0 .7em #ccc;
	-webkit-box-shadow: 0 0 .7em #ccc;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=0, Color='black', Positive='true');
	}
	

.error { padding-top: 10px; }
.error p { color: #F00 !important; text-decoration: none; border: 1px solid #F66; background-color: #FCC; padding: 2px 4px !important; margin-bottom: 8px; }

#content p.btn { padding-top: 10px; }
#content p.btn a { text-decoration: none; font-family: 'ProcionoTT', Times New Roman, serif; font-size: 14px; color: #fff; background-position: center; background-repeat: repeat-x; padding: 6px 10px; -moz-border-radius: 2px; -webkit-border-radius: 2px; cursor: pointer; }
#content p.btn a:hover { font-style: italic; }
#content p.blue a { background-image: url(../img/btn-blue-bg.png); border: 1px solid #384f7e; }
#content p.gray a { background-image: url(../img/btn-gray-bg.png); border: 1px solid #6a6a6a; }

div.button_row { padding: 20px 0; }
div.button_row p { display: inline; }

div.admin { padding-top: 5px; }
div.admin a { display: inline-block; width: 24px; height: 24px; text-decoration: none; background-repeat: no-repeat; background-position: top left; margin-right: 1px; }
div.admin a span { display: none; }
div.admin a.view { background-image: url(../img/admin-icon-view.png); }
div.admin a.edit { background-image: url(../img/admin-icon-edit.png); }
div.admin a.delete { background-image: url(../img/admin-icon-delete.png); }

ul.subcategories { padding-top: 15px; background: url(../img/item-subnavs-top-bg.png) top left no-repeat #ccc; width: 250px; margin: 0px auto; }
ul.subcategories li { background-color: #ccc; padding: 4px !important; border-bottom: 1px dotted #efefef !important; }
ul.subcategories li:last-child { background: url(../img/item-subnavs-bottom-bg.png) bottom left no-repeat; border-bottom: none !important; }
ul.subcategories li a { font-size: 11px; color: #333 !important; text-transform: none !important; }

/* form basics */
#content form label { display: block; margin-bottom: 2px; }
#content form .input { padding-bottom: 10px; }
#content form .text input, #content form textarea, #content form .password input { padding: 4px; width: 95%; }
#content form .radio input { width: auto; display: inline; }
#content form .radio label { display: inline; margin-right: 15px; }

/* pagethrough styling */
.pagethrough { font-weight: bold; color: #333; font-size: 12px; margin-bottom: 12px; border-bottom: 1px dotted #ccc; }
.pagethrough p { float: left; padding: 7px 8px 0 8px; }
.pagethrough ul { border: 1px solid #545b6b; background-color: #575758; float: left; }
.pagethrough li { float: left; border-top: 1px solid #747475; border-right: 1px solid #646465; border-left: 1px solid #4c4c4d; padding: 4px 6px; background-color: #575758; color: #fff; }
.pagethrough li.current { background-color: #7d7d7e; }
.pagethrough li.disabled { color: #ccc; font-style: italic; }
.pagethrough li a { text-decoration: none; color: #fff !important; }
.pagethrough li a:hover { text-decoration: underline;  }


#footer { height: 122px; background: url(../img/footer-bg-xtile.png) top repeat-x; clear: both; font-weight: normal; font-style: normal;line-height:normal; font-family: 'CenturyGothic', sans-serif; }
#footer .left { float: left; color: #fff; padding-top: 16px; }
#footer .section { float: right; margin-right: 40px; padding-top: 16px; border-top: none !important; }
#footer .section h5 { color: #fff; font-size: 16px; padding-bottom: 6px; text-transform: uppercase; }
#footer .section ul li a { color: #ccc; text-decoration: none; }
#footer .section ul li a:hover { color: #fff; text-decoration: underline; }