/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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;
}

#facebox .b {
  background:url(/facebox/b.png);
}

#facebox .tl {
  background:url(/facebox/tl.png);
}

#facebox .tr {
  background:url(/facebox/tr.png);
}

#facebox .bl {
  background:url(/facebox/bl.png);
}

#facebox .br {
  background:url(/facebox/br.png);
}

#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: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}

#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');
}


.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/images/colorpicker/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/images/colorpicker/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/images/colorpicker/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/images/colorpicker/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(/images/colorpicker/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(/images/colorpicker/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(/images/colorpicker/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(/images/colorpicker/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(/images/colorpicker/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(/images/colorpicker/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(/images/colorpicker/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(/images/colorpicker/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}


html, body {
    background: #e5e5e5;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}

a:link, a:visited {
    color: #777;
    text-decoration: none;
}

a:hover, a:active {
    color: #000;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display:inline-block;
}
/* Hide from IE Mac \*/

.clearfix {
    display:block;
}
/* End hide from IE Mac */

#wrapper {
    margin: 0 auto;
    width: 960px;
}

/* Header
-----------------------------------------------------------------------------*/

#header {
    margin: 15px 0;
}

#header .bd {
    margin-bottom: 15px;
}

#header h1 {
    float: left;
    margin-top: 15px;
}

#header h1 a {
    display: block;
    float: left;
    background: url(/images/h1.png) 0 0 no-repeat;
    width: 210px;
    height: 60px;
    text-indent: -9999em;
}

#header .ads {
    float: right;
    background: #f0f0f0;
    width: 728px;
    height: 90px;
    -moz-border-radius: 5px;  
    -webkit-border-radius: 5px;   
}

/* Header >> Nav
-----------------------------------------------------------------------------*/

#main-navigation {
    background: url(/images/nav-bg.png) 0 0 repeat-x;
    padding: 10px 0 0 10px;
    height: 40px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-box-shadow: 0 1px 2px #d0d0d0;
    -moz-box-shadow: 0 1px 2px #d0d0d0;
}

#main-navigation li {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

#main-navigation li a {
    display: block;
    float: left;
    background: url(/images/nav-arrow.png) 0 0 no-repeat;
    padding-left: 40px;
    height: 32px;
    line-height: 32px;
    color: #555;
    text-shadow: 0 1px 0 #eee;
}

#main-navigation li a:hover {
    background: url(/images/nav-arrow.png) 0 -40px no-repeat;
    color: #fff;
    text-shadow: 0 -1px 0 #aaa;
}

#main-navigation li.selected a, #main-navigation li.selected a:hover {
    background: url(/images/nav-arrow.png) 0 -80px no-repeat;
    color: #000;
    cursor: default;
    text-shadow: 0 1px 0 #ddd;
}

#user-navigation {
    float: right;
    padding: 10px 0 0 10px;
    height: 40px;
    background: url(/images/nav-bg.png) 0 0 repeat-x;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#user-navigation li {
    float: left;
    margin-right: 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

#user-navigation li a {
    display: block;
    float: left;
    padding-left: 10px;
    color: #fff;
    text-shadow: 0 -1px 0 #aaa;
    height: 32px;
    line-height: 32px;
}

#user-navigation li a:hover {
    color: #eee;
}

/* Machine >> Head
-----------------------------------------------------------------------------*/

#main {
    margin-bottom: 50px;
}

.machine .hd {
    position: relative;
    padding-right: 280px;
}

#main h1 {
    margin-bottom: 8px;
    font-size: 24px;
    color: #000;
    line-height: 1.2;
}

#main h1 span {
    padding-left: 12px;
    font-size: 13px;
    color: #999;
}

#main h1 span a {
    text-decoration: underline;
}

#main h2 {
    margin: 1em 0 0.5em;
    font-size: 28px;
    line-height: 1.4;
}

.machine .tags {
    background: url(/images/icon-tag.png) left center no-repeat;
    padding-left: 26px;
    height: 20px;
}

.machine .tags li {
    float: left;
    margin-left: 2px;
}

.machine .tags a {
    display: block;
    float: left;
    background: #aaa;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff;
    line-height: 1.2;
    -moz-border-radius: 3px;  
    -webkit-border-radius: 3px;   
}

.machine .tags a:hover {
    background: #777;
}

.machine .vote {
    display: block;
    background: #f0f0f0 url(/images/smile.png) center 20px no-repeat;
    padding: 0 8px;
    width: 50px;
    height: 52px;
    font-weight: bold;
    text-align: center;
    line-height: 1.8;
    color: #aaa;
    position: absolute;
    right: 0;
    top: 4px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.machine .vote span {
    display: block;
    text-indent: -9999em;
}

.machine .vote:hover {
    background: #fff url(/images/smile.png) center -51px no-repeat;
    color: #777;
}

.description {
    margin: 10px 0;
    line-height: 1.5;
}

/* Machine
-----------------------------------------------------------------------------*/

.slot-machine {
    margin: 25px 0;
}

.slot-machine .bd {
    background: #131313 url(/images/sm/reflect.png) center top no-repeat;
    padding: 48px 52px 0 60px;
    height: 298px;
    position: relative;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}

.ie6 .slot-machine .bd {
    background: #131313;
}

.slot-machine .rivet {
    background: url(/images/sm/rivet.png) 0 0 no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
}

.slot-machine .tl {
    top: 12px;
    left: 12px;
}

.slot-machine .tr {
    top: 12px;
    right: 12px;
}

.slot-machine .bl {
    bottom: 12px;
    left: 12px;
}

.slot-machine .br {
    bottom: 12px;
    right: 12px;
}

.slot-machine .window {
    overflow: hidden;
    position: relative;
    float: left;
    height: 248px;
    width: 780px;
}

.slot-machine .glass {
    background: url(/images/sm/glass.png) top left no-repeat;
    position: absolute;
    left: 21px;
    top: 21px;
    height: 206px;
    width: 726px;
}

.ie6 .slot-machine .column {
    background: #fff !important;
}

.ie6 .slot-machine .left-needle,
.ie6 .slot-machine .right-needle {
    display: none;
}

.ie6 .slot-machine .glass {
    background: none !important;
}

.left-needle {
    background: url(/images/sm/needle-l.png) top left no-repeat;
    position: absolute;
    top: 124px;
    left: 19px;
    height: 15px;
    width: 16px;
}

.right-needle {
    background: url(/images/sm/needle-r.png) top right no-repeat;
    position: absolute;
    top: 124px;
    right: 19px;
    height: 15px;
    width: 16px;
}

.slot-machine .content {
    height: 200px;
    width: 720px;
    overflow: hidden;
}

.slot-machine .content li {
    font-size: 2em;
}

.slot-machine .content img {
    max-height: 100%;
}

.slot-machine select {
    width: 100%;
    line-height: 22px;
    height: 22px;
}
.slot-machine textarea {
    width: 99.5%;
    border: none;
    font-size: 1.6em;
    font-family: "Lucida Grande", serif;
    height: 174px;
}

.slot-machine .content textarea:focus {    
    background-color: #ffa;
}

.slot-machine .bar-groove {
    float: left;
    background: url(/images/sm/grip.png) center top no-repeat;
    margin-left: 30px;
}

.slot-machine .handle {
    position: relative;
    background: url(/images/sm/ball.png) 0 0 no-repeat;
    width: 36px;
    height: 247px;
    display: block;
    text-indent: -9999px;
}

.slot-machine .column {
    padding: 25px 0 0 25px;
}

/* Machine >> Slot 1
-----------------------------------------------------------------------------*/

.slot-machine .column-1 .column {
    position: relative;
    background: url(/images/sm/window.png) top left no-repeat;
    float: left;
    height: 248px;
    width: 743px;
}

.slot-machine .column-1 .glass {
    background: url(/images/sm/glass.png) top left no-repeat;
    position: absolute;
    left: 21px;
    top: 21px;
    height: 206px;
    width: 726px;
}

.slot-machine .column-1 .content {
    height: 200px;
    width: 715px;
    overflow: hidden;
}

/* Machine >> Slot 2
-----------------------------------------------------------------------------*/

.slot-machine .column-2 .column {
    position: relative;
    background: url(/images/sm/window-m.png) top left no-repeat;
    float: left;
    height: 248px;
    width: 357px;
    margin-right: 4px;
}

.slot-machine .column-2 .glass {
    background: url(/images/sm/glass-m.png) top left no-repeat;
    position: absolute;
    left: 22px;
    top: 21px;
    height: 208px;
    width: 338px;
}

.slot-machine .column-2 .content {
    height: 200px;
    width: 330px;
    overflow: hidden;
}

/* Machine >> Slot 3
-----------------------------------------------------------------------------*/

.slot-machine .column-3 .column {
    position: relative;
    background: url(/images/sm/window-s.png) top left no-repeat;
    float: left;
    height: 248px;
    width: 228px;
    margin-right: 6px;
}

.slot-machine .column-3 .glass {
    background: url(/images/sm/glass-s.png) top left no-repeat;
    position: absolute;
    left: 22px;
    top: 21px;
    height: 208px;
    width: 208px;
}

.slot-machine .column-3 .content {
    height: 200px;
    width: 200px;
    overflow: hidden;
}

/* Machine >> Foot
-----------------------------------------------------------------------------*/

.slot-machine .ft {
    float: right;
    background: #131313 url(/images/sm/machine-ft.png) 0 0 repeat-x;
    margin-right: 30px;
    padding: 12px 24px 0;
    height: 30px;
    -moz-border-radius-bottomleft: 24px;  
    -moz-border-radius-bottomright: 24px;   
    -webkit-border-bottom-left-radius: 24px;  
    -webkit-border-bottom-right-radius: 24px;
}

.slot-machine .ft a {
    display: block;
    color: #333;
    color: rgba(255,255,255,0.2);
    float: left;
    padding-left: 20px;
    margin: 0 10px;
    min-width: 78px;
}

.slot-machine .ft a:hover,
.slot-machine .ft a.on {
    color: #999;
    color: rgba(255,255,255,0.4);
}

.removal {
    background: url(/images/removal.png) 0 0 no-repeat;
}

.removal:hover, .removal.on {
    background-position: 0 -20px;
}

.sound {
    background: url(/images/sm/sound.png) 0 0 no-repeat;
}

.sound:hover, .sound.on {
    background-position: 0 -20px;
}

.sound.off {
    background-position: 0 -40px;
}

.sound.off:hover {
    background-position: 0 -60px;
}

/* Machine >> Result
-----------------------------------------------------------------------------*/

.slot-machine-result .result {
    float: left;
    background: #ededed url(/images/result-hd.png) 0 0 repeat-x;
    padding: 10px 15px;
    width: 670px;
    min-height: 255px;
    _height: 255px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#main .slot-machine-result h2 {
    margin: 10px 15px;
    font-size: 36px;
    font-family: "Impact", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #ddd;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.1;
}

.slot-machine-result li {
    background: #fafafa url(/images/icon-result.png) 12px 6px no-repeat;
    margin-bottom: 3px;
    padding: 7px 12px 4px 40px;
    font-size: 15px;
    color: #000;
    line-height: 1.2;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.slot-machine-result li a.tools {
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -9999em;
}

.slot-machine-result .twitter {
    background: url(/images/icon-twitter.png) 0 0 no-repeat;
    margin: 0 4px 0 10px;
}

.slot-machine-result .plurk {
    background: url(/images/icon-plurk.png) 0 0 no-repeat;
    margin: 0 4px 0 0;
}

.slot-machine-result .facebook {
    background: url(/images/icon-facebook.png) 0 0 no-repeat;
}

/* Machine >> Result >> Ads
-----------------------------------------------------------------------------*/

.slot-machine-result .ads {
    float: right;
    width: 250px;
    height: 250px;
    position: relative;
}

.slot-machine-result .section {
    background: #f0f0f0;
    width: 125px;
    height: 125px;
}

/* Login
-----------------------------------------------------------------------------*/

.openid form {
    border-right: 1px #d1d1d1 dotted;
    float: left;
    width: 525px;
}

.openid label {
    font-size: 12px;
    color: #999;
}

#openid_url {
    display: block;
    background: #f2f2f2 url(/images/bg-openid.png) 0 50% no-repeat;
    border: 1px #fff solid;
    margin: 6px 0;
    font-family: Georgia,serif;
    font-size: 2em;
    padding: 10px 10px 10px 50px;
    width: 380px;
}

.remember-me {
    margin-bottom: 30px;
}

.remember-me label {
    color: #333;
}

.submit {
    display: block;
    background: url(/images/submit.png) 0 0 no-repeat;
    border: 0;
    width: 132px;
    height: 36px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
    text-align: center;
    line-height: 36px;
    padding: 0;
    margin: 20px 0;
}

a.submit {
    color: #fff;
}

.submit:hover {
    background: url(/images/submit.png) 0 bottom no-repeat;
}

#main .yahoo-btn,
#main .fbconnect_login_button {
    display: block;
    float: left;
    margin: 20px 0 0 30px;
    width: 240px;
    height: 34px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 -1px 0 #000;
    color: #fff;
    padding: 20px 0 0 120px;
}

#main .yahoo-btn {
    background: url(/images/yahoo.png) 0 0 no-repeat;
}

#main .yahoo-btn:hover {
    background-position: 0 bottom;
}

#main .fbconnect_login_button {
    background: url(/images/facebook.png) 0 0 no-repeat;
}

#main .fbconnect_login_button:hover {
    background-position: 0 bottom;
}

/* Setting
-----------------------------------------------------------------------------*/

form .field {
    margin-bottom: 15px;
}

.setting-panel label {
    display: block;
    float: left;
    width: 80px;
    line-height: 2.2;
    font-weight: bold;
}

.setting-panel .text {
    background: #f2f2f2;
    border: 1px #fff solid;
    padding: 6px;
    font-family: Georgia,serif;
    font-size: 13px;
}

form .hint {
    padding-left: 6px;
    color: #999;
}

.openid-list ul {
    margin: 0 0 30px 80px;
}

.openid-list li {
    margin-bottom: 4px;
    padding-top: 6px;
    line-height: 1.2;
}

.openid-list .delete-openid {
    display: block;
    float: left;
    background: url(/images/icon-delete-small.png) 0 top no-repeat;
    margin-right: 6px;
    width: 19px;
    height: 19px;
    text-indent: -9999em;
}

.openid-list .delete-openid:hover {
    background: url(/images/icon-delete-small.png) 0 bottom no-repeat;
}

.openid-list .add-openid {
    font-weight: bold;
    line-height: 2;
    text-decoration: underline;
}

.setting-panel .submit {
    margin-left: 74px;
}

/* Mgr
-----------------------------------------------------------------------------*/

.mgr li {
    background: #f2f2f2 url(/images/slot-list.png) left center no-repeat;
    margin-bottom: 6px;
    padding-left: 30px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.mgr li:hover {
    background: #fff url(/images/slot-list.png) right center no-repeat;
}

.mgr .button {
    display: block;
    float: left;
    background-image: url(/images/icon-mgr.png);
    background-repeat: no-repeat;
    width: 28px;
    height: 28px;
    text-indent: -9999em;
    margin-top: 6px;
}

.mgr .edit {
    background-position: 0 0;
    margin-right: 2px;
}

.mgr .edit:hover {
    background-position: 0 -30px;
}

.mgr .delete {
    background-position: 0 -60px;
    margin-right: 32px;
}

.mgr .delete:hover {
    background-position: 0 -90px;
}

.mgr h3 {
    font-size: 15px;
    font-weight: 400;
}

.mgr h3 a {
    display: block;
    padding-right: 30px;
    line-height: 40px;
}

.mgr .push {
    float: right;
    background: url(/images/smile-grey.png) right center no-repeat;
    padding-right: 30px;
    font-size: 15px;
    font-weight: bold;
    color: #aaa;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/* List >> Tabs
-----------------------------------------------------------------------------*/

.tabs {
    margin-bottom: 20px;
    padding-top: 10px;
}

.tabs li {
    float: left;
    margin-right: 4px;
}

.tabs a {
    float: left;
    background: #bbb;
    width: 140px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    text-align: center;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

.tabs a:hover, .tabs .selected a {
    background: #333;
}

.tabs .selected a {
    cursor: default;
}

/* List
-----------------------------------------------------------------------------*/

.billboard a {
    display: block;
    padding-right: 30px;
}

.billboard .num {
    float: left;
    padding-top: 16px;
    width: 60px;
}

.billboard .num span {
    display: block;
    float: left;
    background: #aaa;
    padding: 0 10px;
    font-weight: bold;
    line-height: 28px;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.billboard a:hover .num span {
    background: #333;
}

.billboard .intro {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    *padding-top: 15px;
    *height: 45px;
}

#main .billboard h2 {
    margin: 0;
    font-size: 15px;
}

.billboard h2 span {
    padding-left: 6px;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.billboard .push {
    line-height: 60px;
}

.billboard .intro p {
    width: 750px;
    line-height: 1.2;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}

/* Footer
-----------------------------------------------------------------------------*/

#footer {
    border-top: 1px #ddd solid;
    padding: 5px 0 20px;
}

#footer address {
    text-align: left;
    color: #999;
    font-style: normal;
}

#footer address a:hover, #footer li a:hover {
    text-decoration: underline;
}

#footer .rss {
    display: block;
    float: left;
    width: 34px;
    height: 36px;
    background: transparent url(/images/icon-rss.png) 0 0 no-repeat;
    text-indent: -9999px;
    margin-top: 23px;
    margin-right: 10px;
}

#footer .rss:hover {
    background-position: 0 100%;
}

#footer ul.menu {
    text-align: left;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 0;
}

#footer li {
    display: inline;
    line-height: 2;
}

#footer li a {
    text-decoration: none;
    padding: 0 1em 0 0;
    color: #000;
}

/* Flasm Messages
-----------------------------------------------------------------------------*/

#flash_messages .error,
#flash_messages .warning,
#flash_messages .notice,
#flash_messages .debug {
    background: #eee;
    border: 1px #fff solid;
    padding-left: 18px;
    line-height: 36px;
    height: 36px;
    text-shadow: 0 1px 0 #fff;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    margin: 0 0 25px;
}

#flash_messages .error {
    color: #C00;
}

/* Create New
-----------------------------------------------------------------------------*/

.create-panel .field {
    margin-bottom: 10px;
}

.create-panel .field * {
    display: block;
    float: left;
}

.create-panel label {
    margin-right: 10px;
    padding-top: 10px;
    width: 75px;
    font-weight: bold;
}

.create-panel .text {
    background: #f2f2f2;
    border: 1px #fff solid;
    padding: 6px;
    font-family: Georgia,serif;
    font-size: 13px;
}

.create-panel .inner {
    margin-left: 30px;
}

.create-panel input[type="text"] {
     width: 480px;
}

.create-panel .inner .text {
     width: 295px;
}

.create-panel .inner label {
    width: auto;
}

.create-panel #slot_machine_description {
    width: 860px;
}

.create-panel .option {
    background: #f2f2f2;
    padding: 20px 20px 10px 85px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;;
}

.create-panel .option label {
    width: 30px;
    padding-top: 5px;
}

.hint {
    padding: 5px 0 0 8px;
}

.create-panel .slot-machine {
    margin: 15px 0 0;
}

/* Pagination
-----------------------------------------------------------------------------*/

.apple_pagination {
    text-align: center;
    padding: 1em;
}
.apple_pagination a,
.apple_pagination span {
    padding: .2em .4em;
}
.apple_pagination span.disabled {
    color: #aaa;
}
.apple_pagination span.current {
    font-weight: bold;
    color: #000;
}
.apple_pagination a {
    text-decoration: none;
    color: #333;
}
.apple_pagination a:hover,
.apple_pagination a:focus {
    text-decoration: underline;
}


/* error */
.fieldWithErrors .text {
    background: #f99;
}

#errorExplanation {
    line-height: 1.5;
    margin: 10px 0;
}

#errorExplanation h2 {
    font-size: 18px;
    margin: 0;
}

#content {
    line-height: 1.5;
}

#color-selector {
    position: relative;
    width: 36px;
    height: 36px;
    background: url(/images/colorpicker/select.png);
}

#color-selector div {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 30px;
    height: 30px;
    background: url(/images/colorpicker/select.png) center center;
}