/* =ORDER
 1. display
 2. float and position
 3. width and height
 4. Specific element properties
 5. margin
 6. border
 7. padding
 8. background
 9. color
10. font related properties
----------------------------------------------- */

/** =MAIN
----------------------------------------------- */
body, td, input, select, textarea, a {
  font: 13px/1.3em "Helvetica Neue", arial, helvetica, verdana, sans-serif;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, 
p, pre, blockquote, ul, ol, dl, address {
  margin: 0;
  padding: 0;
}
li, dd, blockquote {
  margin-left: 1em;
}
fieldset {
  border: none;
}
img, table {
  border-width: 0;
}
hr {
  display: none;
}
a {
  font-size: 100%;
}
textarea, select, input {
  line-height: 1.2em;
  font-size: 95%;
}
h3 {
  color: #d5d5d5;
  text-transform: uppercase;
  font-size: 100%;
  letter-spacing: 0.4px;
}

/** =COLORS
----------------------------------------------- */
body {
  color: #333;
  background-color: #f1f1f1;
}
a {
  font-size: 100%;
  text-decoration: none;
}
a:link {
  color: #b5b5b5;
}
a:visited {
  color: #b5b5b5;
}
a:hover {
  color: #fff;
  text-decoration: underline;
}
.shade {
}


/** =CLEAR FLOATS
----------------------------------------------- */
/* clear float */
.clr:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clr {display: inline-block;}
/* Hides from IE-mac \*/
* html .clr {height: 1%;}
.clr {display: block;}
/* End hide from IE-mac */


/** =COMMON
----------------------------------------------- */
.vtop {
  vertical-align: top;
}
.vmid {
  vertical-align: middle;
}
.vbot {
  vertical-align: bottom;
}
input.text, 
select.text, 
textarea.text {
  border: 1px solid #ddd;
  padding: 2px 3px;
}
input.check {
  margin: 0;
}

/** =IE MESSAGE
----------------------------------------------- */
#ie_message {
  margin: 0;
  padding: 5px 8px;
  background-color: #fdea8a;
  border-bottom: 1px solid #c59a24;
  font-weight: bold;
}
#ie_message a, 
#ie_message a:visited,
#ie_message a:hover {
  color: #4e4096;
  font-weight: bold;
}

/** =FLASH MESSAGES 
----------------------------------------------- */
#message_box {
  margin: 0 0 1.5em 0;
  padding: 5px 8px;
  background-color: #fdea8a;
  border-bottom: 1px solid #c59a24;
  color: #333;
}
#message_box ol {
  margin: 5px 4px;
}
#message_box li {
  padding-left: 0;
  margin-left: 38px;
}
#message_box img {
  vertical-align: top;
  margin: 1px 2px 0 0;
}
#err_msgs li {
  font-size: 90%;
}
#err_fix {
  margin: 8px 0 3px 24px;
  font-style: italic;
  font-size: 90%;
}


/** =FORMS
----------------------------------------------- */
/* Rails puts divs around fields to mess with me! */
.fieldWithErrors {
  display: inline;
}

table.form_table .fieldWithErrors .text {
  background-color: #444;
  border: 1px solid #555;
}
.form_table {
  margin-bottom: 1.5em;
  color: #ddd;
}

.form_table p {
  margin: 0;
}
.form_table th, 
.form_table td {
  border-bottom: 1px dotted #151515;
}
.form_table th {
  width: 90px;
  padding-top: 12px;
  text-align: left;
  vertical-align: top;
  line-height: 1.4em;
  font-size: 95%;
  font-weight: normal;
}
.form_table td {
  padding: 10px 8px !important;
  line-height: 1em;
  vertical-align: top;
}
.form_table .text {
  width: 300px;
  border: 1px solid #222;
  padding: 3px;
  background-color: #222;
  color: #ddd;
}
#facebox .form_table .text {
  color: #333;
}
.form_table .text:focus {
  border: 1px solid #222;
  background-color: #000;
}

.form_table .check {
  vertical-align: middle;
}
form .req {
  margin-right: 3px;
  color: #4e4096;
}
.form_table p {
  font-size: 95%;
}
.form_table p.tip {
  margin: 3px 0 0;
  font-size: 85%;
  color: #aaa;
}
form div.submit {
  margin-left: 110px;
}

#facebox .form_table {
  color: #333;
  margin-bottom: 0;
}
#facebox .form_table p.tip {
  color: #666;
}
#facebox .form_table th {
  width: 100px;
}
#facebox .form_table th, 
#facebox .form_table td {
  border-bottom: 1px dotted #ccc;
}
#facebox .form_table .text {
  width: 260px;
  background-color:#F9F9F9;
  border: 1px solid #ccc;
}

#facebox .form_table .text:focus, 
#facebox .form_table .text:hover {
  background-color: #FFFFFF;
  border:1px solid #4E4096;
}

#facebox .form_table .tip a, 
#facebox .form_table .tip a:visited {
  color:#4E4096;  
}

/** =CUSTOM FORMS
----------------------------------------------- */
span.checkbox {
  width: 19px;
  height: 19px;
  padding: 0 5px 0 0;
  background: url("/images/form/checkbox.png?1247598491") no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.radio {
  width: 19px;
  height: 19px;
  padding: 0 5px 0 0;
  background: url("/images/form/radio.png?1247598491") no-repeat;
  display: block;
  clear: left;
  float: left;
}
span.select {
  position: absolute;
  width: 158px; /* With padding the width is 190 pixels: width of the image. */
  height: 21px;
  padding: 0 24px 0 8px;
  color: #fff;
  font: 12px/21px arial,sans-serif;
  background: url("/images/form/select.png?1247598491") no-repeat;
  overflow: hidden;
}


/** BUTTONS 
----------------------------------------------- */
form span.or {
  margin: 0 6px;
  color: #999;
}
form span.or, 
form a.cancel {
  float: left;
  display: inline;
  margin-top: 4px;
  vertical-align: middle;
  line-height: 1.3em;
}

/** PAGINATION 
----------------------------------------------- */
#paging {
  margin: 1em 0 0 0;
  text-align: right;
}


/** =WRAP
----------------------------------------------- */
body {
  margin: 0;
  background: #2b2b2b url("/images/common/body_bg_grid.png?1247598491");
}
#edge_wrapper_right {
  width: 992px;
  margin: 0 auto;
  background: url("/images/common/body_fade_right.png?1247598491") right top repeat-y;
}
#edge_wrapper_left {
  width: 986px;
  padding-left: 6px;
  background: url("/images/common/body_fade_left.png?1247598491") left top repeat-y;
}
#wrapper {
  width: 978px;
  background-color: #3d3d3d;
  border: 1px solid #000;
}

/** =AUTHBAR
----------------------------------------------- */
#authbar {
  border-bottom: 1px solid #000;
  padding: 5px 0;
  background-color: #111;
  text-align: right;
  font-size: 95%;
}
#authbar .links {
  padding-right: 10px;
}
#authbar .links a, 
#authbar .links span {
  height: 14px;
  padding: 2px 0;
  float: right;
  display: inline;
  line-height: 1em;
}
#authbar .or {
  margin: 0 6px;
  color: #999;
}
#authbar .have {
  float: right;
  color: #999;
  font-size: 95%;
  margin: 1px 6px 0;
  letter-spacing: 0.3px;
}
#authbar a.signin {
  padding: 2px 10px;
  background: url("/images/buttons/sign_in_pill.png?1272704001") 0 0 no-repeat;
}
#authbar a.signin:hover {
  background: url("/images/buttons/sign_in_pill.png?1272704001") 0 -18px no-repeat;
  text-decoration: none;
}

/** =HEADER
----------------------------------------------- */
#header {
  background: #181818 url("/images/common/header_bg.png?1247598491") repeat-x;
}
#logo {
  float: left;
  display: inline;
}
#logo span, #logo a {
  display: block;
  width: 478px;
  height: 76px;
  background: url("/images/common/logo_hi.png?1247598491") 0 0 no-repeat;
  outline: none;
}
#logo img {
  display: block;
  width: 0;
}

/** =SEARCH
----------------------------------------------- */
#globalsearch {
  width: 354px;
  float: right;
  display: inline;
  margin: 24px 10px 0 0;  
}
#g_search {
  width: 353px;
  position: absolute;
}
#g_search label {
  margin: 4px 6px 0 0;
  float: left;
  display: inline;
  color: #aaa;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 0.2px;
}
#g_search button.button {
  margin-left: 5px;
}

#g_search #search_wrapper {
  float: left;
  display: inline;
  width: 190px;
}
#g_search input.g_prettysearch {
  float: left;
  display: inline;
  height: 20px;
  width: 164px;
  background: transparent url("/images/search/center.png?1247598491") center top repeat-x ;
  margin: 0;
  border: 0 none;
  padding: 4px 0 0 3px;
  font-size: 12px;
  font-family: arial;
  outline: 0 none;
  color: #eee;
}
#g_search .left, 
#g_search .right {
  float: left;
  display: inline;
  height: 24px;  
}
#g_search .left {
  width: 19px;
  background: url("/images/search/left.png?1247598491") left top no-repeat;
}
#g_search .right {
  width: 4px;
  background: url("/images/search/right.png?1247598491") right top no-repeat ;
}

#search_spinner, 
#search_reset {
  position: absolute;
  top: 6px;
  left: 244px;
}
#search_reset {
  cursor: pointer;
}

/** =LIVE SEARCH
----------------------------------------------- */
#gs_results {
  clear: left;
  position: absolute;
  top: 25px;
  z-index: 1000;
}
#gs_results_list {
  float: left;
  display: inline;
  width: 250px;
  margin-left: 72px;
  background-color: #333;
  color: #ccc;
  list-style: none;
}
#gs_results li {
  float: left;
  display: inline;
  width: 250px;
  margin: 0;
  border-bottom: 1px solid #222;
  line-height: 1em;
  font-size: 90%;
}

#gs_results a {
  float: left;
  display: inline;
  width: 238px;
  padding: 5px 6px 5px 6px;
  outline: none;
  font-weight: bold;
}
#gs_results .sel,
#gs_results a:hover {
  background-color: #5849a0;
  text-decoration: none;
}
#gs_results .sel p,
#gs_results a:hover p {
  color: #eee;
}
#gs_results strong {
  background-color: #111;
}
#gs_results h4 {
  float: left;
  display: inline;
  font-size: 90%;
  letter-spacing: 0.4px;
  color: #eee;
  line-height: 1em;
  font-weight: normal;
}
#gs_results p {
  float: right;
  display: inline;
  color: #888;
  line-height: 1em;
  text-align: right;
  font-size: 90%;
  font-weight: normal;
}

/** =NAV
----------------------------------------------- */
#nav {
  border: 1px solid #000;
  border-width: 1px 0;
  background: #6457ad url("/images/common/nav_bg.png?1247598491") repeat-x;
}
#nav a, 
#nav a:visited {
  color: #eee;
}
#nav a:hover {
  color: #fff;
}
#nav .main {
  margin-left: 3px;
  float: left;
  display: inline;
}
#nav .secondary {
  float: right;
  display: inline;
  margin-right: 8px;
}
#nav ul {
  list-style: none;
}
#nav li {
  float: left;
  display: inline;
  margin: 0;
  padding: 0 3px;
}
#nav a {
  float: left;
  display: inline;
  padding: 7px 11px 7px 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 93%;
  letter-spacing: 0.2px;
}
#contents_home .home_nav a,
#contents_about .about_nav a,
.tricks .tricks_nav a,
#nav a:hover {
  background: #7e73b8;
  text-decoration: none;
  background: #6457ad url("/images/common/nav_bg_sel.png?1247598491") repeat-x;
}
#nav .twitter_nav span {
  float: left;
  display: inline;
  height: 20px;
  margin-top: 5px;
}
#nav .twitter_nav a, 
#nav .twitter_nav a:visited {
  height: 16px;
  padding: 2px 8px;
  background: transparent url("/images/buttons/twitter_pill.png?1272704001") 0 0px no-repeat;
  letter-spacing: 0.4px;
  font-size: 90%;
}
#nav .twitter_nav a:hover {
  height: 20px;
  background: transparent url("/images/buttons/twitter_pill.png?1272704001") 0 -20px no-repeat;
}

/** =FOOTER
----------------------------------------------- */
#footer .links {
  padding: 7px 0;
  background: #5661a5 url("/images/common/footer_bg.png?1247598491") repeat-x;
  text-transform: uppercase;
  font-size: 93%;
  text-align: center;
  color: #eee;
}
#footer .links a, 
#footer .links a:visited {
  margin: 0 5px;
  color: #ddd;
}
#footer .links a:hover {
  color: #fff;
}
#footer .meta {
  padding: 7px 0;
  background-color: #000;
  color: #ddd;
  font-size: 90%;
}
#footer .meta .copyright {
  padding-left: 10px;
  float: left;
  display: inline;
}
#footer .meta .by {
  padding-right: 10px;
  float: right;
  display: inline;
}

/** =HEADERS
----------------------------------------------- */
.header {
  margin: 0;
  margin-bottom: 10px;
  padding: 5px 0 15px 0;
  background: url("/images/common/hr_dark.png?1247598491") bottom repeat-x;
}
.header h1 {
  color: #eaeaea;
  font-size: 170%;
  letter-spacing: 0.5px;
  padding-left: 2px;
  font-weight: normal;
}
.header h2 {
  padding-top: 10px;
  padding-left: 2px;
  font-weight: normal;
  font-size: 105%;
  color: #9a9a9a;
  letter-spacing: 0.2px;
}

/** =CONTENT
----------------------------------------------- */
.content {
  background-color: #090909;
}
.main_content {
  float: left;
  display: inline;
  width: 789px;
  margin: 0 9px;
  padding: 15px 1px;
  color: #d5d5d5;
} 
.main_content p {
  margin-bottom: 1em;
  line-height: 1.4em;
}
.main_content ul {
  margin-bottom: 1em;
}
.text_body {
  width: 600px;
  font-family: "helvetica";
  letter-spacing: 0.5px;
}
.text_body h3 {
  text-transform: none;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #222;
  color: #fff;
}
.text_body p {
  color: #ccc;
  margin-bottom: 1.75em;
  line-height: 1.4em;
  font-size: 95%;
}
.text_body li {
  color: #ccc;
  line-height: 1.4em;
  font-size: 95%;
}
.text_body p strong {
  color: #eee;
  background: url("/images/icons/circle_purple.png?1247598491") left 2px no-repeat;  
  padding-left: 12px;
}


/** =BREADCRUMBS
----------------------------------------------- */
#subnav {
  background: #e3e5e7 url("/images/common/breadcrumb_bg.png?1247598491") repeat-x;
}
#breadcrumbs {
  float: left;
  display: inline;
  list-style: none;
}
#breadcrumbs li {
  float: left;
  display: inline;
  margin: 0;
}
#breadcrumbs a {
  float: left;
  display: inline;
  padding: 8px 20px 8px 14px;
  background: url("/images/common/breadcrumb_arrow.png?1247598491") right 0 no-repeat;
  color: #4e4096;
  text-shadow:1px 1px 1px rgba(255, 255, 255, 1);
}
#breadcrumbs a:visited {
  color: #4e4096;
}
#breadcrumbs a:hover {
  color: #4e4096;
}
#breadcrumbs a.last, 
#breadcrumbs a.last:visited,
#breadcrumbs a.last:hover {
  color: #777;
  background: none;
  text-decoration: none;
}
#subnav .rss {
  float: right;
  display: inline;
  margin: 9px 10px;
}


/** =SPONSOR SIDEBAR
----------------------------------------------- */
.sponsors {
  margin: 14px 9px 14px 0;
  float: left;
  display: inline;
  width: 160px;
}


/** =HOMEPAGE
----------------------------------------------- */


/** =TRICKS
----------------------------------------------- */

/* build a trick box */
.build_box {
  width: 789px;
  height: 190px;
  margin-bottom: 25px;
  background: url("/images/boxes/build_box_center.png?1247598491") 0 0 repeat-x;
}
.build_box_left {
  width: 784px;
  height: 190px;
  float: left;
  display: inline;
  padding-left: 5px;
  background: url("/images/boxes/build_box_left.png?1247598491") 0 0 no-repeat;
}
.build_box_right {
  width: 779px;
  height: 190px;
  float: right;
  display: inline;
  padding-right: 5px;
  background: url("/images/boxes/build_box_right.png?1247598491") right 0 no-repeat;
}

.build_box form {
  padding-top: 7px;
}
.build_box h3 {
  margin: 8px 9px;
  font
}

.build_box .component {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 4px;
}
.build_box .component h4 {
  margin-bottom: 5px;
  background: url("/images/common/hr_medium.png?1247598491") left bottom repeat-x;
  padding-bottom: 8px;
  font-size: 100%;
  color: #d5d5d5;
  font-weight: normal;
  text-align: center;
}
.build_box .component ul {
  list-style: none;
  padding: 0 45px 0 0;
  margin: 0;
}
.build_box .component li {
  margin: 0;
  padding: 2px 0;
  color: #d5d5d5;
  font-size: 95%;
}
.build_box .component input {
  width: 16px;
  height: 16px;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
}
.build_box .stance, 
.build_box .rotation, 
.build_box .spin {
  background: url("/images/common/build_plus.png?1247598491") right 55px no-repeat;
}

/* html submission */
#build_submit button {
  width: 80px;
  height: 14px;
  margin: 8px 4px;
  padding: 0 0 1px 0;
  border: 0;
  font-size: 80%;
  line-height: 1em;
  letter-spacing: 0.4px;
  background: #202020 url("/images/buttons/submit_video.png?1247598491") 0 0 no-repeat;
  color: #ddd;
  cursor: pointer;
}

#build_submit button:hover {
  background: url("/images/buttons/submit_video.png?1247598491") 0 -14px no-repeat;
  text-decoration: none;
}

/* built trick */
#result_trick {
  float: left;
  display: inline;
  margin-left: 8px;
  padding-left: 45px;
  background: url("/images/common/build_equals.png?1247598491") left 57px no-repeat;
}
#result_trick h4 {
  margin-bottom: 5px;
  padding-bottom: 2px;
  color: #d5d5d5;
  font-size: 100%;
  font-weight: normal;
  text-align: center;
}
#result_trick .no_trick p.msg {
  width: 160px;
  height: 40px;
  border: 1px solid #3a3a3a;
  background: url("/images/tricks/none.jpg?1247598491") left top no-repeat;  
  padding-top: 50px;
  text-align: center;  
  color: #ddd;
  font-size: 90%;
  line-height: 1.3em;
}
#result_trick .no_trick p.caption {
  margin-top: 6px;
  text-align: center;
  font-size: 90%;
  color: #b5b5b5;
}

/* trick thumbnail */
.trick_thumb a {
  float: left;
  display: inline;
}
.trick_thumb a:hover {
  text-decoration: none;
}
.trick_thumb img {
  width: 160px;
  height: 90px;
  border: 1px solid #3a3a3a;
}
.trick_thumb a:hover img {
  border: 1px solid #555;
}
.trick_thumb .caption {
  margin-top: 6px;
  text-align: center;
  font-size: 90%;
}
.trick_thumb .circle {
  background: url("/images/icons/circle_purple.png?1247598491") left center no-repeat;  
  padding-left: 14px;
}
.trick_thumb a:hover .circle {
  background: url("/images/icons/circle_white.png?1247598491") left center no-repeat;  
  padding-left: 14px;
}

/* trick groupings */
.trick_group {
  margin-bottom: 20px;
}
.trick_group h3 {
  margin-bottom: 10px;
  margin-left: 6px;
}
.trick_group ul {
  float: left;
  display: inline;
  width: 196px;
  margin-right: 1px;
  list-style: none;
}
.trick_group li {
  float: left;
  display: inline;
  width: 196px;
  margin-left: 0;
  font-size: 90%;
  margin-bottom: 1px;
}
.trick_group a, 
.trick_group a:visited {
  float: left;
  display: inline;
  width: 176px;
  padding: 8px 0 8px 20px;
  background: #151515 url("/images/icons/circle_purple.png?1247598491") 6px center no-repeat;  
  text-decoration: none;
  line-height: 1em;
}
.trick_group a:hover {
  background: #202020 url("/images/icons/circle_white.png?1247598491") 6px center no-repeat;  
}

/** =TRICK
----------------------------------------------- */
#tricks_show .header {
  margin: 0 10px;
  padding: 20px 0 15px 0;
}
.trick_header .user_trick {
  width: 220px;
  float: right;
  display: inline;
}
.trick_header .user_trick label {
  font-size: 130%;
  letter-spacing: 0.2px;
  color: #eee;
}

#confidence {
  margin: 11px 0 0 5px;
}
#confidence .label {
  float: left;
  display: inline;
  line-height: 1em;
  margin-top: 0;
  color: #9a9a9a;
  font-size: 105%;
  letter-spacing: 0.2px;
}
#confidence .slider {
  width: 129px;
  height: 13px;
  margin-top: 0px;
  margin-left: 78px;
  background: url("/images/slider/track.png?1247598491") 0 center no-repeat;  
}
#confidence .slider .ui-slider-handle {
  height: 21px;
  width: 21px;
  background: url("/images/slider/button.png?1247598491") 0 center no-repeat;  
  outline: none;
}

/* embedded video */
#video {
  float: left;
  display: inline;
  width: 482px;
}
#video .embed {
  float: left;
  display: inline;
  border: 1px solid #222;
}
#video embed, 
#video object {
  float: left;
  display: inline;
}
#video .meta {
  width: 478px;
  float: left;
  display: inline;
  margin: 5px 2px 16px 2px;
  padding-bottom: 7px;
  background: url("/images/common/hr_dark.png?1247598491") bottom repeat-x;
  color: #d5d5d5;
  font-size: 90%;
}
#video .meta strong {
  color: #fff;
  font-weight: normal;
}
#video .meta a, 
#video .meta a:visited {
  color: #d5d5d5;
}
#video .meta .source, 
#video .meta .skater,
#video .meta .footed  {
  margin-right: 15px;
  float: left;
  display: inline;
}
#video .meta .broken {
  float: right;
  display: inline;
  padding-left: 16px;
  background: url("/images/icons/video_broken.png?1247598491") 0 3px no-repeat;
}

#video .none span {
  float: left;
  display: inline;
  margin-right: 10px;
  color: #ccc;
}
#video .none a {
  margin-top: 3px;
}


/* list of more videos */
#video_list {
  width: 295px;
  float: left;
  display: inline;
  display: inline;
  margin-left: 10px;
}
#video_list h3 {
  float: left;
  display: inline;
  width: 295px;
  color: #d5d5d5;
  font-size: 100%;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
}
#video_list h4 {
  float: left;
  display: inline;
  width: 295px;
  font-weight: normal;
  color: #666;
  font-size: 80%;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

#video_list .title {
  float: left;
  display: inline;
}
#video_list .submit {
  float: right;
  display: inline;
  text-transform: none;
}
#video .none a,
#video_list .submit a {
  float: left;
  display: inline;
  width: 70px;
  height: 12px;
  padding: 1px 0 1px 6px;
  background: url("/images/buttons/submit_video.png?1247598491") 0 0 no-repeat;
  font-size: 10.5px;
  line-height: 1em;
  outline: none;
  letter-spacing: 0.4px;
}
#video .none a:hover,
#video_list .submit a:hover {
  background: url("/images/buttons/submit_video.png?1247598491") 0 -14px no-repeat;
  text-decoration: none;
}


#video_list ul {
  width: 295px;
  float: left;
  display: inline;
  margin-bottom: 14px;
  list-style: none;
}
#video_list li {
  width: 295px;
  float: left;
  display: inline;
  margin: 0;
  font-weight: normal;
  font-size: 90%;  
  line-height: 1em;
}
#video_list li a {
  float: left;
  display: inline;
  padding: 2px 0 3px 15px;
  background: url("/images/icons/circle_purple.png?1247598491") left center no-repeat;
}
#video_list .sel a,
#video_list li a:hover {
  background: url("/images/icons/circle_white.png?1247598491") left center no-repeat;
  color: #fff;
}
#video_list li em {
  float: left;
  display: inline;
  margin: 4px 0 3px 6px;
  color: #444;
  font-size: 95%;
}

/* trick boxes */
.trick_box {
  width: 730px;
  height: 161px;
  margin-bottom: 16px;
  background: url("/images/boxes/thumb_box_center.png?1247598491") 0 0 repeat-x;
}
.trick_box_left {
  float: left;
  display: inline;
  width: 725px;
  height: 161px;
  padding-left: 5px;
  background: url("/images/boxes/thumb_box_left.png?1247598491") 0 0 no-repeat;
}
.trick_box_right {
  float: right;
  display: inline;
  width: 720px;
  height: 161px;
  padding-right: 5px;
  background: url("/images/boxes/thumb_box_right.png?1247598491") right 0 no-repeat;
}

.trick_box h3 {
  margin: 8px 9px;
}
.trick_box ul {
  list-style: none;
}
.trick_box li {
  float: left;
  display: inline;
  margin: 0 9px;
}

/* new trick */
#new_video .footed input.check {
  margin-top: -4px;
}

/** =SEARCH PAGE
----------------------------------------------- */
#search_form {
  margin-bottom: 15px;
}
#search_form input.text {
  float: left;
  display: inline;
  width: 320px;
  margin-right: 6px;
  font-size: 15px;
}
#search_form input.button {
  float: left;
  display: inline;
}

.search_range {
  background-color: #202020;
  border-top: 1px solid #555;
  margin-bottom: 15px;
  padding: 3px 6px 5px;
  color: #eee;
}
.search_range .range {
  float: left;
  display: inline;
}

#trick_results {
  width: 400px;
  list-style: none;
}
#trick_results li {
  width: 400px;
  float: left;
  display: inline;
  margin: 0 0 1px 0;
  border-bottom: 1px dotted #444;
}
#trick_results a {
  width: 400px;
  float: left;
  display: inline;
  padding: 8px 8px 8px 0;
}
#trick_results a:hover {
  text-decoration: none;
  color: #fff;
}
#trick_results img {
  float: left;
  display: inline;
  margin-right: 8px;
  border: 1px solid #000;
}
#trick_results .name {
  letter-spacing: 0.4px;
}
#trick_results .name .highlight {
  background-color:#333;
  color: #eee;
  font-weight: normal;
}
#trick_results .count {
  margin-top: 4px;
  color: #666;
  font-style: italic;
  font-size: 90%;
}
#trick_results a:hover .name .highlight,
#trick_results a:hover .count {
  color: #fff;
}

#no_search_term {
  color: #ddd;
}
#no_search_results {
  color: #ddd;
}
#no_search_results h3 {
  margin-bottom: 5px;
  border-bottom: 1px dotted #444;
  padding-bottom: 5px;
}
#no_search_results ol {
  margin: 0;
}
#no_search_results li {
  margin-left: 20px;
  font-size: 90%;
  padding-bottom: 3px;
}


/** =COMMON BUTTON STYLES
----------------------------------------------- */
.button { 
  float: left;
  display: inline;
  margin: 0;
  border: 0; 
  padding: 0 20px 0 0; 
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #656565;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  outline: none;
  text-shadow:1px 1px 1px rgba(255, 255, 255, 1);
}
.button span { 
  position: relative; 
  display: block; 
  white-space: nowrap; 
  padding: 0 0 0 20px; 
}
button:focus::-moz-focus-inner { 
  border-color: transparent !important; 
} 
button::-moz-focus-inner { 
  border: none;
  padding: 0;
}

a.button:link, 
a.button:visited {
  color: #333;
}
a.button:link span, 
a.button:visited span {
  float: left;
  display: inline;
}
a.icon_button span, 
button.icon_button span {
  padding-left: 8px !important;
}
.button img {
  border: 0;
  vertical-align: middle;
}


/* primary */
button.primary, 
a:link.primary, 
a:visited.primary {
  font-weight: bold;
  color: #000;
}

/* disabled */
button.disabled, 
a:link.disabled, 
a:visited.disabled {
  color: #aaa;
  cursor: default;
}
button.disabled img, 
a.disabled img {
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

/** =ROUND BUTTON STYLES
----------------------------------------------- */
.round_button,
.disabled.round_button:hover { 
  background: url("/images/buttons/round_normal.gif?1247598491") right no-repeat; 
  text-decoration: none;
}
.round_button span,
.disabled.round_button:hover span { 
  height: 15px; 
  line-height: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: url("/images/buttons/round_normal.gif?1247598491") left no-repeat;
  text-decoration: none;
}
.round_button:hover {
	background: url("/images/buttons/round_hover.gif?1247598491") right no-repeat; 
  text-decoration: none;
}
.round_button:hover span {
	background: url("/images/buttons/round_hover.gif?1247598491") left no-repeat; 
  text-decoration: none;
}
.round_button:active {
	background: url("/images/buttons/round_active.gif?1247598491") right no-repeat; 
}
.round_button:active span {
	background: url("/images/buttons/round_active.gif?1247598491") left no-repeat; 
}

/** =RECT BUTTON STYLES
----------------------------------------------- */
.rect_button, 
.disabled.rect_button:hover { 
  padding-right: 10px;
  background: url("/images/buttons/rect_normal.gif?1247598491") right no-repeat; 
  text-transform: none;
  font-weight: normal;
  font-size: 12px;
}
.rect_button span, 
.disabled.rect_button:hover span { 
  height: 14px; 
  line-height: 14px;
  padding-top: 3px;
  padding-left: 10px;
  padding-bottom: 3px;
  background: url("/images/buttons/rect_normal.gif?1247598491") left no-repeat;
}
.rect_button:hover {
	background: url("/images/buttons/rect_hover.gif?1247598491") right no-repeat; 
}
.rect_button:hover span {
	background: url("/images/buttons/rect_hover.gif?1247598491") left no-repeat; 
}
.rect_button:active {
	background: url("/images/buttons/rect_active.gif?1247598491") right no-repeat; 
}
.rect_button:active span {
	background: url("/images/buttons/rect_active.gif?1247598491") left no-repeat; 
}

/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }

#facebox .b {
  background:url("/images/facebox/b.png?1247598491");
}
#facebox .tl {
  background:url("/images/facebox/tl.png?1247598491");
}
#facebox .tr {
  background:url("/images/facebox/tr.png?1247598491");
}
#facebox .bl {
  background:url("/images/facebox/bl.png?1247598491");
}
#facebox .br {
  background:url("/images/facebox/br.png?1247598491");
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 0;
  background: #fff;
  width: 390px;
  border: 1px solid #000;
}

#facebox .title {
  border-bottom: 1px solid #000;
  padding: 4px 8px 4px 8px;
  background: #6457ad url("/images/common/footer_bg.png?1247598491") repeat-x;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.2px;
}
#facebox .box {
  padding: 10px;
  background-color: #f5f5f5;
}

#facebox .buttons {
  border-top: 1px solid #ccc;
  background-color: #e8e8e8;
  padding: 8px 10px 8px 10px;  
  text-align: right;
}
#facebox .buttons a, 
#facebox .buttons button {
  float: right;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
#facebox .buttons a:hover {
  text-decoration: none;
}
#facebox .footer {
  display: none !important;
}

#facebox .loading {
  margin: 10px 0;
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
