/**************************************************************************** universal styles ** */
html, body {
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#222;
  padding-top:0;
  background: url("/site_media/static/img/bg.png") repeat 0 0;
}

h3, h4, h5, h6 {
  line-height:1.2em;
}

h1 {
  font-size: 28px;
  margin: 0 0 15px 0;
}

h2 {
  font-size: 22px;
  margin: 0 0 10px 0;
  line-height:1.4em;
}

h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

h5 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

td {
  font-size: 12pt;
}

p, ul {
  line-height: 1.5em;
  padding: 0;
  font-size:14px;
  margin: 0 0 15px 0;
}

ul {
  padding-left: 14px;
}

ul li {
  color:#222;
}

a {
  color: #1b72c8;
  text-decoration: none;
}

a:hover {
  color: #2784e1;
  text-decoration: underline;
}

a img {
  border: none;
}

/**************************************************************************** library styles ** */
.hiddendisplay, .hidden {
  display: none;
}

.clearclear {
  clear: both;
}

.leftfloat {
  float: left;
}

.rightfloat {
  float: right;
}

.clear-div {
  clear: both;
  height: 0;
  overflow: hidden;
}

/* self-clearing floats */
.mod:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.spacer {
  clear:both;
  height:15px;
}

.note {
  font-size:12px;
  color:#888;
}

.pd {
  padding: 15px;
}

.pd-rt {
  padding-right: 15px;
}

.pd-lr {
  padding: 0 15px;
}

/**************************************************************************** general layout styles ** */
/** header ** */
#tabhead {
  height:106px;
  border-bottom:1px solid #ddd;
  background: #fff url("/site_media/static/img/bg_tabhead.png") repeat 0 0;
}

#tabhead .logo {
  margin: 0;
  padding: 0;
}

#tabhead .logo img {
  margin-top:22px;
  padding: 0 0 8px 0;
  width: 220px;
  height: 56px;
}

#tabhead .container {
  position: relative;
}

#tabhead .login {
  font-size: 12px;
  color: #666;
  position: absolute;
  top: 6px;
  right: 5px;
}

#tabhead .login ul li {
  display:inline;
  list-style-type:none;
}

#tabhead .login ul li a {
  display:block;
  float:left;
  padding:3px 6px;
}

#locale_switcher {
  display: inline;
}

#tabhead .login a, #tabhead .login a:link, #tabhead .login a:visited {
  text-decoration: none;
  color: #46a546;
  text-transform:uppercase;
  font-size:11px;
}

#tabhead .login a:hover {
  text-decoration:underline;
}

#subnav {
  background: #0c6d3a url("/site_media/static/img/dots.png") repeat 0 0;
  border-bottom: 1px solid #303030;
  margin: 0;
  padding: 0;
  line-height:15px;
}

body.home #subnav {
  display:none;
}

#subnav ul {
  float: right;
  margin: 0 20px;
  padding: 0;
}

#subnav ul li {
  display: inline;
  list-style-type: none;
}

#subnav ul a:link, #subnav ul a:visited {
  float: left;
  font-weight: bold;
  text-decoration: none;
  color: #444;
  padding: 4px 20px;
}

#subnav ul a:hover {
  color: #FFF;
  background: #9BC;
}

/** main nav ** */
#right_tabs {
  position:absolute;
  top:44px;
  right:0;
  background: url("/site_media/static/img/nav_bg.png") repeat-x 0 0;
  height:48px;
}

#right_tabs .nav-left {
  position:absolute;
  top:0;
  left:-8px;
  background: url("/site_media/static/img/nav_left.png") no-repeat 0 0;
  width:8px;
  height:48px;
}

#right_tabs .nav-right {
  position:absolute;
  top:0;
  right:-8px;
  background: url("/site_media/static/img/nav_right.png") no-repeat 0 0;
  width:8px;
  height:48px;
}

ul.main-nav {
  margin:0 12px;
  padding:0;
}

ul.main-nav li {
  margin:0;
  line-height:43px;
  padding:0 10px;
  list-style-type:none;
  float:left;
  background: url("/site_media/static/img/nav_sep.png") no-repeat center right;
}

ul.main-nav li.last {
  background:none;
}

ul.main-nav li a, ul.main-nav li a:visited {
  font-weight: normal;
  color: #444;
  font-weight:bold;
  font-size:13px;
  padding: 12px;
}
ul.main-nav li a:hover {
  color: #000;
  text-decoration:none;
}

/** body ** */
#body {
  padding: 10px 0 30px;
  width: 100%;
}

/* sticky footer */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -100px;
}

.push {
  height: 100px;
}

/** footer ** */
#footer {
  width: 100%;
  padding: 35px 0 30px 0;
  margin: 0;
  background: #252525;
  border-top: 1px solid #999999;
  height: 35px;
  font-size:12px;
  color:#767676;
  line-height:1.6em;
  border-top:1px solid #000;
}

#footer a {
  color:#999;
}
/**************************************************************************** elements */
.feed {
  color: #333333;
  padding: 5px 10px;
  margin-bottom: 20px;
}

/** forms ** */
form h3 {
  margin: 0px 0px 15px;
}

input[type="text"], input[type="password"], textarea {
  color: #333333;
  background:#fff;
}

input {
  font-size: 14pt;
}

form.uniForm input[type="submit"] {
  float: right;
  margin: 10px 46px 10px 0;
}

fieldset {
  margin-top: 20px;
  padding: 5px;
}

.form_error {
  font-size: 8pt;
  font-weight: normal;
  color: #cc0000;
}

form.bdr {
  padding: 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 3px solid #f2f2f2;
  margin-bottom: 10px;
  overflow: hidden;
}

/*** bootstrap ***/

.well {
  margin-bottom:15px;
  position:relative;
  background:#f8f8f8;
}

.well.less-pd {
  padding:6px;
}

.well.med-pd {
  padding:8px 10px;
}

.nav-tabs {
  margin-bottom:0;
}

.tab-content {
  background:#fff;
  padding:25px;
  border:1px solid #ddd;
  border-top:0;
}

fieldset legend {
  padding:5px 0 7px;
  background:#f5f5f5;
  display:block;
  width:100%;
  text-indent:10px;
  border:1px solid #eee;
}

.page-header {
  margin-top: 0;
  padding-bottom:8px;
  position:relative;
}

h1.page-header {
 margin-top: 0px;
}

.page-header p {
  margin-bottom:5px;
}

.page-header span {
  color:#1860a8;
  font-weight:normal;
}

.btn.primary {
  font-weight:normal;
}

.btn.primary:visited, .btn.success:visited {
  color:#fff;
}

.pagination {
  margin-top:0;
}

.pagination ul {
  background:#fff;
  font-size:93%;
}

/* Allow bootstrap styling to fall through for now
.pagination {
  height: auto;
  margin: 0px 0;
  overflow:hidden;
}

.pagination span, .pagination a {
  float: left;
  padding: 2px 5px;
  line-height: 17px;
  border-right: 1px solid;
  border-right-color: #DDD;
  border-right-color: rgba(0, 0, 0, 0.15);
}

.pagination a.next {
  border:0;
}

.pagination a:hover {
  background:none;
}
*/

.breadcrumb {
  background:none;
  border:0;
  margin:0;
  padding-left:0;
  font-size:11px;
  text-transform:uppercase;
}

.breadcrumb li {
  color:#666;
  line-height:1.1em;
}

form.block-message p {
  font-size:13px;
  margin-bottom:10px;
}

form.uniForm fieldset.inlineLabels label {
  margin-right: 20px;
}

form.uniForm fieldset.inlineLabels .ctrlHolder {
  margin-bottom: 10px;
}

/** site-specific tabs ** */
body.topics #tab_topics a, body.topic-detail #tab_topics a, body.my_decks #tab_my_decks a,
body.pack_library #tab_pack_library a, body.pack_editor #tab_pack_editor a,
body.profile #tab_profile a, body.notices #tab_notices a {
  color: #46a546 !important;
}

.even {
  background-color: #eeffee;
}

a.button {
  display: block;
  padding: 5px 10px;
  font-size: 9pt;
  background: #eeeeee url(/site_media/static/img/box2.png) repeat-x bottom left;
  border: 1px solid #cccccc;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  color: #404040;
  text-align: center;
  text-shadow: 0px 1px 0px white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-decoration: none;
}

a.button:hover {
  color: #404040;
  background-position: top left;
  border: 1px solid #cccccc;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  text-decoration: none;
}

p.signup a.button, p.signup a.button:visited {
  overflow: hidden;
  color: white;
  text-transform: uppercase;
  text-shadow: none;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  padding: 0px 5px;
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #0c6d3a;
  height: 45px;
  width: 92px;
  display: block;
  font-size: 12pt;
  font-weight: bold;
  margin-right: 10px;
  float: left;
}

p.signup a.button:hover {
  text-decoration: none;
  color: white;
  background: black;
}

p.signup a.button:active {
  margin-top: 1px;
  margin-bottom: -1px;
  margin-left: 1px;
  margin-right: 9px;
  text-decoration: none;
  color: white;
}

p.signup {
  margin: 20px 50px;
  line-height: 45px;
}

.help-note {
  font-size: 108%;
  margin: -10px 0 0 0;
}

/*messages ** */
ul#messages {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  margin-bottom: 20px;
}

ul#messages li {
  padding: 5px 15px;
  margin: 0 0 10px 0;
  list-style-type: none;
}

ul#messages li span {
  display: block;
  width: 940px;
  margin: 0 auto;
}

ul#messages li a {
  float: right;
  color: #80dd00;
}

ul#messages .debug {
  border: 1px solid #cccccc;
  background: #eeeeee;
  color: #888888;
  text-shadow: 0px 1px 0px #f7f7f7;
}

ul#messages .info {
  border: 1px solid #c9e5f2;
  background: #e9f8ff;
  color: #819faa;
  text-shadow: 0px 1px 0px #f4fcff;
}

ul#messages .success {
  border: 1px solid #b7e6bc;
  background: #e9ffeb;
  color: #6a906e;
  text-shadow: 0px 1px 0px white;
}

ul#messages .warning {
  border: 1px solid #f5e791;
  background: #fff9e0;
  color: #93907c;
  text-shadow: 0px 1px 0px #fffdf2;
}

ul#messages .error {
  border: 1px solid #e6a8a8;
  background: #f9e1e1;
  color: #ad6d6d;
  text-shadow: 0px 1px 0px #fbeeee;
}

a.title-link {
  font-size:12px;
  font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  color:#888;
  font-style:italic;
  font-weight:normal;
}

a.title-btn {
  float: right;
  margin: 0;
  font-weight:normal;
}

a.title-action {
  float: right;
  margin: 0;
  font-weight:normal;
  font-size:12px;
}

a.grey-link {
  font-size:12px;
  font-family:Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
  color:#888;
  font-style:italic;
  font-weight:normal;
  padding:0 0 0 15px;
}

.sort {
  margin-bottom:10px;
  padding:8px 15px;
  font-size:12px;
}

.sort a {
  padding:2px 5px;
  margin-right:5px;
  font-weight:bold;
  color:#888;
}

.no-mrg {
  margin:0;
}

h1.ext-mrg {
  margin-bottom:15px;
}

.page-header h1.no-mrg span {
  font-size:12px;
  text-transform:uppercase;
  display:block;
  line-height:1.1em;
  color:#666;
  font-weight:normal;
}

.page-header h1.no-mrg {
  margin:0;
}

.right-side {
  float:right;
}

/*** bootstrap ***/
.alert-message p {
  margin-bottom:0;
}

.alert-message.block-message p {
  margin-right: 0;
}

.btn.tiny {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: 0.5em .8em;
    border: 1px solid #d4d4d4;
    margin: 0;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    font:11px/normal sans-serif;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    background-color: #f3f3f3;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f3f3f3));
    background-image: -moz-linear-gradient(#fefefe, #f3f3f3);
    background-image: -o-linear-gradient(#fefefe, #f3f3f3);
    background-image: linear-gradient(#fefefe, #f3f3f3);
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    -o-background-clip: padding-box;
    /*background-clip: padding-box;*/ /* commented out due to Opera 11.10 bug */
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
    /* IE hacks */
    zoom: 1;
    *display: inline;
}

form.lined {
  border-bottom:1px dotted #dedede;
  overflow:hidden;
  padding:5px 0;
  margin-bottom:0;
}

form.lined.last {
  border-bottom:0;
  padding-bottom: 0;
}

form.lined .item {
  line-height:26px;
}

/*** icons ***/
.icon {
  padding-left:20px;
}

.icon.check {
  background: url(../img/icons/check.png) no-repeat left center;
}

.icon.export {
  background: url(../img/icons/export.png) no-repeat left center;
}

.h-note {
  float:right;
  font-size:12px;
  font-weight:normal;
}

/*** actions ***/
.acts {
  display:block;
  overflow:hidden;
  min-width:54px;
}

.acts form {
  float:right;
  margin-bottom:0;
}

.acts a.delete, .acts a.edit {
  text-indent:-9999px;
  display:block;
  width:16px;
  height:16px;
  filter: alpha(opacity=30);
  opacity: 0.3;
  float:right;
  margin-left:10px;
}

.acts a:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.acts a.edit {
  background: url('../img/icons/pencil.png') no-repeat 0 0;
}

.acts a.delete {
  background: url('../img/icons/delete.png') no-repeat 0 0;
}

nav.side-nav li {
  list-style-type:none;
  padding-left:0;
}

nav.side-nav li a {
  display:block;
  background:#f5f5f5;
  padding:5px 15px;
  margin-bottom:3px;
  font-size:93%;
  border:1px solid #e7e7e7;
}

nav.side-nav li a:hover {
  text-decoration:none;
  background:#7bb6e2;
  color:#fff;
  border:1px solid #72a9d2;
}

.shift-left {
  margin-left:10px;
}

ul.no-blt {
  list-style-type:none;
  padding-left:0;
}

a.cancel-filter {
  padding: 2px 4px 3px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  background-color: #aaa;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin:3px 0 3px 3px;
  display:block;
  clear:both;
  float:left;
}

a.cancel-filter:hover {
  text-decoration:none;
  background:#888;
}

a.cancel-filter:hover b {
  color:#ff2f1d;
}

ul.errorlist, #errorMsg ul {
  padding-left:0;
}

ul.errorlist li, #errorMsg ul li {
  list-style-type:none;
  color:#B94A48;
  font-size:12px;
}

p.errorField {
  color:#B94A48;
  margin-bottom:2px;
  font-size:12px;
}

.ctrlHolder.error label {
  color:#B94A48;
}

.ctrlHolder.error input, .ctrlHolder.error select, .ctrlHolder.error textarea {
  color:#B94A48;
  border:1px solid #B94A48;
}

/**************************************************************************** page specific styles */
/** homepage ** */
body.home #body {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
}

body.home #banner {
  background: #505050 url("/site_media/static/img/banner_bg.png") repeat-x top center;
  margin: 0;
  width: 100%;
  height: 355px;
  text-shadow:0 1px 2px rgba(0,0,0,0.5);
}

#banner h1 {
  color:#fff;
  font-size:48px;
  font-weight:normal;
  margin:38px 0 45px;
}

body.home #body #banner .blurb p {
  color:#fff;
  font-size: 18px;
  line-height: 1.6em;
  margin: 0 0 30px 10px;
  font-weight:normal;
}

#banner .screenshot {
  background: url("/site_media/static/img/screenshot.png") no-repeat 0 0;
  width:426px;
  height:265px;
  margin-left:20px;
}

body.home a#account-signup {
  display: block;
  width: 269px;
  height: 62px;
  background: url("/site_media/static/img/btn_signup_lg.png") no-repeat 0 0;
  margin: 0 0 0 10px;
  text-indent: -9999px;
  float:left;
}

body.home a#account-signup:hover {
  background-position: 0 -62px;
}

body.home #browse-library {
  display: block;
  margin: 22px 0 0 20px;
  font-size: 16px;
  float:left;
  color:#fff;
  width:150px;
}

body.home #browse-library a {
  color:#eee;
  border-bottom:1px solid #ccc;
  padding-bottom:0px;
}

body.home #browse-library a:hover {
  text-decoration:none;
  border-bottom:0;
}

body.home h3 {
  text-transform:uppercase;
  font-size: 24px;
  height: 32px;
  margin: 0 0 10px 0;
  font-weight:normal;
  color:#505050;
}

body.home h4 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight:normal;
  color:#505050;
}

body.home #tabhead {
  border-bottom: 1px solid black;
}

body.home .section-1 {
  padding: 60px 0 30px;
}

body.home .section-2 .container {
  border: 1px solid #e4e4e4;
  padding: 35px 15px 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background:#fff;
}

body.home .section-2 h2 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight:normal;
  color:#505050;
}

body.home .section-2 h2 a {
  text-decoration:none;
  color:#505050;
}

body.home .section-2 h2 a:hover {
  color: #2784e1;
}

body.home .section-3 {
  padding: 30px 0 15px;
}

body.home .section-1 h3, body.home .section-2 h2, body.home .section-3 h4 {
  text-shadow:0 1px 0 #ccc;
  text-transform:uppercase;
}

body.home .section-1 li, body.home .section-3 li {
  margin-bottom:5px;
}

.follow-block {
  min-height:170px;
}

.feeds {
  margin:-100px 0 0 15px;
  font-size:12px;
  font-weight:bold;
}

.feeds .feed-block {
  display:block;
  background: url("/site_media/static/img/icons/feed.png") no-repeat 0 0;
  text-indent:20px;
  line-height:20px;
  margin-bottom:10px;
}

.feeds .feed-block span {
  color: #666;
  font-weight:normal;
}

p.feed span {
  display: block;
  font-size: 12px;
  color: #888888;
  text-shadow: 0 1px 0 white;
  margin:4px 0 0 30px;
}

#feed-blog {
  display:block;
  width:111px;
  height:33px;
  background: url("/site_media/static/img/feed_blog.png") no-repeat 0 0;
  text-indent:-9999px;
  margin-left:40px;
}

#feed-packs {
  display:block;
  width:111px;
  height:33px;
  background: url("/site_media/static/img/feed_packs.png") no-repeat 0 0;
  text-indent:-9999px;
  margin-left:40px;
}

#feed-blog:hover, #feed-packs:hover {
  background-position:0 -33px;
}

body.home .bubble {
  position:relative;
  margin: 0 0 20px 0;
}

.section-2 {
  padding-bottom:130px;
}

.quote-box {
  float:left;
  margin-bottom:-120px;
}

.quote-box .bubble-content {
  background: url("/site_media/static/img/bubble_bg.png") repeat-y 0 0;
}

body.home .quote-box .bubble-top {
  background: url("/site_media/static/img/bubble_top.png") no-repeat 0 0;
  width: 298px;
  height: 16px;
  position:absolute;
  top:-16px;
  left:0;
}
body.home .quote-box .bubble-btm {
  background: url("/site_media/static/img/bubble_btm.png") no-repeat 0 0;
  width: 298px;
  height: 34px;
  position:absolute;
  bottom:-34px;
  left:0;
}

body.home .quote-box blockquote {
  color: #4c4c4b;
  font-size: 14px;
  margin: 20px;
  border-left: 0;
  padding: 25px 8px;
  line-height:1.5em;
  font-style:italic;
}

body.home .quote-box cite {
  font-style: normal;
  color: #666666;
  font-size: 12px;
  margin: 40px 30px 0 60px;
  display: block;
  line-height:1.3em;
}

/*** blog ***/
.newsitem {
  margin: 0 0 10px;
  padding-bottom: 10px;
  background: url("/site_media/static/img/hr_line.png") repeat-x left bottom;
}

.newsitem.last {
  padding: 0;
  background:none;
}

.newsitem h2, body.home .newsitem h4 {
  margin-bottom: 0;
}

.newsitem h2 a, body.home .newsitem h4 a {
  text-decoration: none;
}

.newsdate {
  display: block;
  font-size: 12px;
  color: #888;
  text-shadow: 0 1px 0 white;
  margin-bottom: 6px;
  font-style:italic;
}

.newsitem p {
  margin-bottom: 5px;
}

.newsitem .read-more {
  font-size: 12px;
}

.newsitem .read-more a {
  text-decoration: none;
}

.blog-teaser p {
  font-size: 15px;
  font-weight: bold;
  margin-bottom:10px;
}

.blog-content p img {
  max-width: 575px;
}

/** topic ** */
div.pack {
  border-top: 1px dotted #cccccc;
  padding: 5px;
}

.action_block {
  position:relative;
}

.confirm_msg {
  position: absolute;
  bottom: 6px;
  right: 162px;
  background: #46A546 url(/site_media/static/img/icons/tick.png) no-repeat 8px 5px;
  border: 1px solid #5fb084;
  padding: 0 10px 0 27px;
  line-height: 23px;
  color: white;
  text-shadow: 0px 1px 0px #5aac7d;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 103px;
  font-size:12px;
}

.error_msg {
  position: absolute;
  bottom: 6px;
  right: 0px;
  background: #fef8f6;
  border: 1px solid #cd0a0a;
  padding: 0 5px;
  line-height: 23px;
  color: #cd0a0a;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.loading {
  position: absolute;
  bottom: 12px;
  right: 284px;
  width: 16px;
  height: 16px;
  background: url(/site_media/static/img/loading1.gif) no-repeat 0 0;
}

h2.pack_title {
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  color: #333333;
}
h2.pack_title a {
  color: #333333;
  text-decoration: none;
}
h2.pack_title a:hover {
  color: #2784e1;
  text-decoration: none;
  cursor:pointer;
}

p.pack_description {
  margin: 0px;
  padding: 3px 0;
}

p.pack_source,
span.notice_type_description {
  margin: 0px;
  padding: 0px;
  color: #777;
  font-size:12px;
}

p.pack_creator {
  margin: 0px;
  padding: 0px;
  color: #777;
  font-size:12px;
}

div.pack_decks {
  padding: 0px;
  color: #777;
  float:right;
  margin-top:-23px;
}

.pack_stats {
  font-size: 11pt;
  float: right;
}

/*** topic detail ***/
.page-header h1, .page-header p.description {
  width:65%;
}

.page-header .header-ext {
  width:30%;
  position:absolute;
  top:0;
  right:0;
  text-align:right;
}

.page-header .header-ext .icon.check {
  float:right;
}

.page-header .header-ext .withdraw {
  clear:both;
}

.well.topic-stats {
  padding:7px 0 5px 0;
}

/*** proposed topics ***/
.pack1 .col-wrapper {
  overflow:hidden;
}

.pack1 .vote_badge {
  float:left;
  min-width:70px;
}

.pack1 .vote_badge.count-only {
  padding-top:3px;
}

.pack1 .col-right {
  float:left;
  width:455px;
}

.pack1 .col-right .pack-header,
.pack1 .col-right .pack-body {
  padding-left:0;
}

div.vote_badge {
  float: left;
  margin: 4px 10px 0 0;
  background:#fff;
  padding:0;
  min-width:50px;
}

div.vote_badge input {
  position: relative;
  border: none;
  background-color: transparent;
  text-indent: -999em;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: url(/site_media/static/img/icons/up_vote.png) no-repeat 0 0;
  zoom: 1;
}

div.vote_badge form.upform {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  float: left;
}

div.vote_badge form.downform {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  float:left;
}

div.vote_badge form.upform input,
div.vote_badge form.downform input {
  border:0;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  outline:0;
}

div.vote_badge form.downform input {
  background: url(/site_media/static/img/icons/down_vote.png) no-repeat 0 0;
  zoom: 1;
}

/* active arrows */
div.vote_badge form.upform input:hover,
div.vote_badge form.upform input.active {
  background: url(/site_media/static/img/icons/up_vote.png) no-repeat 0 -20px;
}

div.vote_badge form.downform input:hover,
div.vote_badge form.downform input.active {
  background: url(/site_media/static/img/icons/down_vote.png) no-repeat 0 -20px;
}

div.vote_badge span.score {
  font-size: 18px;
  font-weight: bold;
  padding:0 6px;
  text-align:center;
  display:block;
  color:#888;
  float:left;
  height:20px;
}

.pack.with-votes p, .pack.with-votes h2 {
  margin-left: 50px;
}

.topic-counts {
  margin-bottom:15px;
}

.topic-counts, .topic-counts3 {
  overflow:hidden;
  text-transform:uppercase;
  font-size:11px;
}

.topic-counts3 .col {
  text-align:center;
}

.topic-counts div {
  float:left;
  width:50%;
}
.topic-counts3 div {
  float:left;
  width:33%;
}

.topic-counts span, .topic-counts3 span {
  font-size:25px;
  display:block;
  line-height:1em;
}

.well .meter-wrap {
  margin-bottom:15px;
}

.withdraw {
  display:block;
  text-align:right;
  color:#999;
  font-size:12px;
}

.box ul {
  margin:0 0 0 18px;
}

.box ul li {
  margin:0 0 10px;
}

body.topic-detail a.button {
  display: block;
  float: right;
}

.sidebar-wrapper {
  padding: 0 0 0 10px;
}

.side-box {
  padding: 0;
  margin: 0 0 20px 0;
  border-top: 4px solid #666666;
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  text-shadow: 0px 1px 0px #f4fcff;
}

.call {
  padding: 7px 15px;
  margin: 0 0 20px 0;
  border: 1px solid #c9e5f2;
  color: #333333;
  text-shadow: 0px 1px 0px #f4fcff;
  background: #e9f8ff;
}
.call p {
  margin: 0.5em 0;
}
.call a {
  font-weight: bold;
}

/** topic list ** */
.topic-list, .pack-list-mini {
  margin:0 0 15px -10px;
}

.topic-list .topic, .pack-mini {
  margin:0 1% 15px;
  width:31%;
  float:left;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.topic-list .topic.complete {
  border: 1px solid #50be50;
}

.topic-list .topic h5, .pack-mini h5 {
  padding: 5px 15px;
  margin:0;
}

.topic-list .topic .topic-footer, .pack-mini .mini-footer {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
  position:relative;
  color: #aaa;
}
.topic-list .topic .topic-footer {
  padding: 5px 15px 10px;
  font-size:12px;
}
.pack-mini .mini-footer {
  padding: 5px;
  font-size:14px;
}
.topic-list .members h5 {
  padding: 5px 10px;
}
.topic-list .members .topic-footer {
  min-height: 19px;
  padding: 5px 10px;
}

.meter-wrap {
  position: relative;
  clear:both;
}

.meter-wrap, .meter-value {
  width: 100%;
  height: 8px;
  background-color: #dddddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.meter-value {
  background-color: #46a546;
}

.meter-text {
  float:left;
  width: 55%;
}

.topic-list .topic .supported {
  float:right;
  text-align:right;
  width: 70px;
  background: url(../img/icons/check.png) no-repeat left center;
}

.topic-list .topic .topic-footer ul {
  margin:0;
  padding:0;
}

.topic-list .topic .topic-footer ul li {
  list-style-type:none;
  line-height:1.2em;
  font-size:12px;
}

.topic-list .topic .topic-footer ul li span {
  display:block;
}

.topic-list .topic .topic-footer ul.splitted li {
  float:left;
  width:45%;
  margin-right:3%;
}

.topic-list .topic .topic-footer ul.splitted li span {
  font-weight:bold;
  display:inline;
}

.topic-list .topic .topic-footer ul.uneq-cols li  {
  float:left;
  margin-right:3%;
  width:30%;
}

.topic-list .topic .topic-footer ul.uneq-cols li.odd  {
  width:60%;
}

.comments textarea {
  width:404px;
}

/** delete pack ** */
body.delete-pack div.pack,
body.publish-pack div.pack {
  margin: 20px 0;
  border-bottom: 1px solid #cccccc;
  background-color: #eeffee;
}

body.delete-pack p.pack_description,
body.publish-pack p.pack_description {
  padding: 3px 10px;
}

/** draft pack list ** */
form.create_pack {
  margin: 20px 0;
  padding: 20px 15px;
  background: #eeeeee;
}
form.create_pack label {
  display: none;
}

body.draftpack-list h2 {
  color: #555555;
}

.packs {
  margin-bottom:25px;
}

/** deck details ** */
.page-header .test_link_block {
  width:50%;
  position:absolute;
  top:0;
  right:0;
}

.page-header .test_link_block .action-wrapper {
  float:right;
  overflow:hidden;
  margin:8px 0 0 10px;
}

.page-header .test_link_block .action-wrapper a {
  float:left;
  display:block;
  margin:0 0 3px;
}

td.stat_num {
  font-size: 120%;
  padding-left: 20px;
  text-align: right;
}

tr.odd_row {
  background: #eeffee;
}

.major_deck_ops {
  margin-top: 20px;
}
.major_deck_ops a, .major_deck_ops a:visited {
  background: #cc0000;
  color: white;
  font-size: 12pt;
  padding: 2px 5px;
  text-decoration: none;
}
.major_deck_ops a:hover {
  background: #dd3333;
  color: white;
  text-decoration: none;
}

a.minor-op, a.minor-op:visited {
  font-size: 77%;
  color: #999;
  float:right;
  display:block;
}

a.minor-op:hover {
  color: #dd3333;
}

ul.packlist {
  font-size: 120%;
}

td.overdue {
  color: red;
}

table.graph th {
  border-top: 0;
  border-bottom: 1px solid #DDD;
  text-align:left;
  font-size:12px;
  padding: 8px 4px;
}

table.graph td {
  padding: 8px 4px;
  border-top:0;
  font-size:93%;
}

table.graph td.times {
  font-size:108%;
  width:15%;
  vertical-align:bottom;
  font-size:12px;
}

table.graph td div.line {
  float: left;
  margin-top:3px;
  text-align:right;
  font-size:10px;
  padding:2px 5px;
}

table.graph td span {
  float:left;
  padding-left:2px;
  line-height:11px;
}

table.graph td div.line-green { background:#D1EED1;border:1px solid #BFE7BF; }
table.graph td div.line-yellow { background:#FDF5D9;border:1px solid #FCEEC1; }
table.graph td div.line-red { background:#FDDFDE;border:1px solid #fdd7d5; }

.well .table-display dt {
  clear: left;
  float: left;
  width: 40px;
  margin: 0;
  font-weight: bold;
  line-height:1.2em;
}

.well .table-display dd {
  float: left;
  width: 220px;
  margin: 0;
  line-height:1.2em;
}

p.test_link a:hover {
  background: #1c7d4a;
  color: white;
  text-decoration: none;
}

.part {
  float:left;
  border:1px solid #900;
}

h2.deck_title {
  font-size: 24pt;
  margin: 10px 0;
  padding: 0;
}

form.drawer2 {
  margin-top: 2px;
  font-size: 12pt;
}

form.drawer2 p {
  overflow:hidden;
  margin:0;
}

form.drawer2 label {
  float: left;
  width: auto;
  text-align: left;
  color: #404040;
  padding-top:7px;
  padding-right:10px;
}

form.drawer2 input {
  float:left;
}

form.drawer2 input[type="submit"] {
  margin-top:2px;
}

form.drawer2 span {
  line-height:30px;
  padding-left:10px;
}

.deck-stats {
  overflow:hidden;
  text-transform:uppercase;
  margin-bottom:10px;
  font-size:12px;
}

.deck-stats .deck-stat.self {
  float:none;
  width:auto;
}

.deck-stats .deck-stat {
  width:49%;
  float:left;
  font-size:11px;
  margin-bottom:15px;
  text-align:center;
}

.deck-stats .deck-stat.well {
  padding:7px 0 5px 0;
  margin-bottom:1px;
}

.deck-stats .deck-stat a {
  color:#222;
}

.deck-stats .deck-stat a:hover {
  text-decoration:none;
}

.deck-stats span {
  font-size:25px;
  display:block;
  line-height:1em;
}

.deck-stats .deck-stat.well.due {
  background:#fdf5d9;
}

.deck-stats .deck-stat.well.overdue {
  background:#fddfde;
}

.deck-stats .deck-stat.well.longterm,
.deck-stats .deck-stat.well.overdue {
  float:right;
}

/** deck list ** */
.test_link_block {
  overflow:hidden;
}

.action-wrapper {
  float:left;
  margin-right:10px;
  width:140px;
}

.test_link_block  .action-wrapper span {
  display:block;
  font-size:11px;
  color:#999;
  line-height:13px;
  margin-top:2px;
  clear:both;
}

form.inline {
  overflow:hidden;
}

.page-header form.search {
  margin:5px 0 5px;
}

form.inline h4, form.inline label {
  float:left;
  margin:0;
  font-weight:normal;
  padding:7px 5px 0 0;
  text-align:left;
  width:auto;
}

form.inline.well h4 {
  background:none;
  border-bottom:0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

form.inline input, form.inline select {
  float:left;
}

form.inline input[type="text"] {
  color:#777;
  font-size:12px;
}

form.inline select {
  margin-top:3px;
  margin-right:3px;
}

form.inline input[type="submit"] {
  margin-top:2px;
  margin-left:4px;
}

form.inline span {
  line-height:30px;
  padding-left:10px;
}

form.create_deck {
  margin: 20px 0;
  padding: 20px 15px;
  background: #eeeeee;
}

form.create_deck span {
  font-size:12px;
  line-height:14px;
  display:block;
  float:right;
  width:150px;
}

form.create_deck label {
  display: none;
}

form.custom {
  overflow: hidden;
}
form.custom span {
  float: left;
  line-height: 35px;
  margin: 0 10px 0 0;
  font-weight: bold;
  font-size: 15px;
}
form.custom input[type="text"] {
  float: left;
  width: 400px;
  padding: 4px 5px;
}
form.custom input[type="submit"] {
  float: left;
  font-size: 100%;
  background: #999999;
  color: white;
  padding: 6px 10px;
  cursor: pointer;
  border: 0;
  margin-left: 5px;
}
form.custom input[type=submit]:hover {
  background: #666666;
}

div.deck_list {
  margin-top: 20px;
}

div.deck {
  border-top: 1px solid #cccccc;
  padding: 3px;
  clear: right;
  min-height: 85px;
}

p.test_link {
  color: #666666;
  font-size: 10pt;
  margin: 5px 0 0;
  padding: 0;
  line-height: 150%;
  text-align: right;
}

p.test_link2 {
  color: #666666;
  font-size: 10pt;
  margin: 20px 0 0;
  padding: 0;
  line-height: 150%;
  text-align: right;
}

p.test_link a:link, p.test_link a:visited {
  font-size: 12pt;
  background: #0c6d3a;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 8px;
}

p.test_link2 a:link, p.test_link2 a:visited {
  font-size: 12pt;
  border: #0c6d3a solid 1px;
  background: white;
  color: #0c6d3a;
  text-decoration: none;
  text-transform: uppercase;
  padding: 1px 7px;
}

p.test_link a:hover, p.test_link a:active, p.test_link a:visited:hover {
  background: #1c7d4a;
  color: white;
  text-decoration: none;
}

p.test_link2 a:hover, p.test_link2 a:active, p.test_link2 a:visited:hover {
  background: #eeeeee;
  color: black;
  text-decoration: none;
}

h2.deck_title {
  width: 600px;
  font-size: 16pt;
  margin: 0px;
  padding: 0px;
}
h2.deck_title a, h2.deck_title a:visited {
  color: #404040;
  text-decoration: none;
}
h2.deck_title a:hover {
  color: #1c6d4a;
  text-decoration: underline;
}

p.other_deck_ops {
  margin: 0px;
  padding: 10px 0px 0px;
}

p.deck_stats {
  width: 600px;
  margin: 0;
  padding: 0;
  color: #666;
}

p.pack_list {
  width: 600px;
  margin: 0;
  padding: 0;
}

.dt {
  color: #666;
}

.explain {
  font-size: 10pt;
}

.helpbox h2 {
  font-size: 16pt;
  margin: 0px;
}
.helpbox p {
  margin: 5px;
}
.helpbox dl {
  margin-left: 20px;
  display: compact;
}
.helpbox dt {
  font-weight: bold;
}
.helpbox dd {
  font-size: 90%;
}

.on {
  font-weight: bold;
  color: green;
}

.off {
  font-weight: bold;
  color: red;
}

.reminder_settings a:link, .reminder_settings a:visited {
  color: #999999;
}

.reminder_settings a:hover, .reminder_settings a:active, .reminder_settings a:visited:hover {
  color: black;
  text-decoration: underline;
}

.deck-badge {
  padding: 2px 5px;
  float:right;
  margin:3px 10px 0 0;
  line-height:13px;
}

/** pack library ** */
form.search input[type="text"] {
  width:65%;
}

p.pager {
  background: #eeeeee;
  padding: 5px;
  border: 1px solid #999999;
  margin: 10px 0;
}

form.add_pack {
  padding: 0px;
}

div.pack_ops {
  margin: 0px;
  padding: 10px 0 5px;
}
div.pack_ops form {
  margin: 0;
  padding: 0;
}

body.pack_library .pack {
  margin-left: 0;
}

body.edit-pack form.add_pack {
  background: #cccccc;
}

body.edit-pack p.pack_description {
  padding: 0;
}

body.edit-pack p.pack_source, body.edit-pack p.pack_creator {
  font-size: 90%;
}

body.edit-pack h2.pack_title {
  font-size: 16pt;
}

h2.pack_title span {
  font-weight:normal;
}

body.edit-pack h2.pack_title a, body.edit-pack h2.pack_title a:visited {
  color: #404040;
}
body.edit-pack h2.pack_title a:hover {
  color: #1c6d4a;
}

/** learn new ** */
body.learn-new td {
  padding: 4px 8px;
}

body.learn-new table {
  border: 1px solid #cccccc;
}

body.learn-new tr.odd_row {
  background: white;
}

p.show {
  padding: 10px 0;
}
p.show a {
  background: #0c6d3a;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 12px 5px 12px;
}
p.show a:hover {
  background: #1c7d4a;
  color: white;
  text-decoration: none;
}

p.learn {
  padding: 20px 0;
}

p.learn a {
  font-size: 120%;
  background: #0c6d3a;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 12px 5px 12px;
}

/** pack detail ** */
.pack_details {
  margin: 20px 0 10px;
  width: 600px;
}

.delete-card {
  position:absolute;
  top:3px;
  right:3px;
  z-index:10;
  width:250px;
  line-height:1.4em;
  padding:6px 10px;
}

/*body.pack-detail .top_bar {
  background: #cccccc;
  padding: 10px;
  margin: 20px 0;
}

body.pack-detail form.add_pack {
  float: left;
  width: 47%;
}

body.pack-detail .pack_decks {
  font-size: 16px;
  color: #222222;
  margin: 5px 0 0 0;
}*/

body.pack-detail .action_block {
  position: absolute;
  top:13px;
  right:10px;
  width: 220px;
  height:22px;
}

table.card_list {
  margin: 0 0 20px;
}

table.card_list td {
  padding: 5px 10px;
  margin: 0;
  position:relative;
}

.revised {
  font-size: 90%;
}

table.card_list tr.odd_row {
  background: white;
}

tr.even_row {
  background: #f5f5f5;
}

body.pack-detail p.pack_popularity {
  margin: 5px 0;
}

/*** publish pack ***/
body.publish-pack .h-note, body.publish-pack .acts {
  display:none;
}

.well h4 {
  border-bottom:1px solid #e8e8e8;
  margin:-19px -19px 6px -19px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding:10px 19px 6px;
  background:#f5f5f5;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.suggestion {
  border-bottom:1px dotted #dedede;
  overflow:hidden;
  padding:5px 0;
  margin-bottom:0;
  line-height:20px;
}

.suggestion form {
  margin-bottom:0;
}

.suggestion form a {
  line-height:26px;
}

.suggestion.last {
  border-bottom:0;
  padding-bottom: 0;
}

.suggestion .vote_badge {
  float: right;
  overflow:hidden;
  background:none;
  width:60px;
}

.suggestion div.vote_badge input {
  position: relative;
  left: 0;
  border: none;
  text-indent: -999em;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: url(/site_media/static/img/icons/up_vote_s.png) no-repeat 0 0;
  zoom: 1;
}

.suggestion div.vote_badge form.upform {
  height: 16px;
  padding: 0;
  margin: 0;
  float: right;
}

.suggestion div.vote_badge form.downform {
  margin: 0;
  float:left;
}

.suggestion div.vote_badge form.upform input,
.suggestion div.vote_badge form.downform input {
  border:0;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  outline:0;
}

.suggestion div.vote_badge form.downform input {
  background: url(/site_media/static/img/icons/down_vote_s.png) no-repeat 0 0;
  zoom: 1;
}

/* active arrows */
.suggestion div.vote_badge form.upform input:hover,
.suggestion div.vote_badge form.upform input.active {
  background: url(/site_media/static/img/icons/up_vote_s.png) no-repeat 0 -16px;
}

.suggestion div.vote_badge form.downform input:hover,
.suggestion div.vote_badge form.downform input.active {
  background: url(/site_media/static/img/icons/down_vote_s.png) no-repeat 0 -16px;
}

.suggestion div.vote_badge span.score {
  font-size: 10px;
  line-height:12px;
  font-weight: bold;
  width:20px;
  text-align:center;
  display:block;
  padding:0;
  text-align:center;
  display:block;
  color:#333;
  float:left;
}

/** tests ** */
.intro {
  width: 50%;
  padding: 5px;
  margin: 20px;
  background: #ffffcc;
}

.intro a {
  color: #006600;
  font-weight: bold;
}

.instructions {
  margin-bottom:10px;
}

#status {
  font-size: 12px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background:#fff;
}

#status div {
  padding:5px 10px;
  border-bottom:1px solid #eee;
}

#status .state {
  background: #eee url(../img/box2.png) repeat-x 0 0;
  border-bottom:1px solid #ddd;
}

#status div span {
  font-weight:bold;
  float:right;
  text-align:right;
  margin-right:5px;
  color:#fff;
  padding:0 5px;
}

.st_right_first_time span {
  background: #32b908;
}

.st_right span {
  background: #46a546;
}

.st_wrong span {
  background:#C43C35;
}

.st_sub_test span {
  background: #e9d109;
}

.st_to_test span {
  background: #dec600;
}

#decks {
  width: 20%;
  float: right;
  font-size: 8pt;
  margin: 0px 10px;
  padding: 5px;
  background: #cccccc;
}

#content {
  width: 70%;
}

.card {
  margin: 20px 0;
  padding: 1em;
  min-height: 70px;
  text-align: center;
  font-family: "Lucida Grande", "Lucida Sans Unicode";
  background-color: #f5f5f5;
  border: 1px solid #bbb;
  border: 1px solid rgba(0, 0, 0, 0.1);
  *border: 1px solid #bbb;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.secondary {
  font-size: 80%;
  color: #999999;
}

#qa {
  text-align: center;
  font-size: 24pt;
  height: 300px;
}

.q {
  padding-top: 10px;
  font-size: 50%;
}

.abar {
  margin: 10px;
}

.abar a {
  margin:10px;
}

#tip {
  margin: 10px;
  font-size: 50%;
  color: #999999;
}

.widget h5 {
  margin: 0 0 4px 0;
}

/** tooltip ** */
.tooltip-target {
  width: 100px;
  height: 30px;
}

.tooltip-content {
  display: none;
  position: absolute;
  z-index:10;
  padding: 10px;
  border: 2px solid #ccc;
  background-color: #fff;
  width: 200px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size:12px;
}

.tooltip-content a:hover {
  text-decoration: underline;
}

.action-indicators {
  position:relative;
}

.position {
  position: relative;
}

/** signup and login ** */
body.login h1 {
  margin-top:10px;
}

body form.login,
body form.login-oid {
  width:380px;
  padding:15px 20px;
  position:relative;
}

body form.login label {
  text-align:left;
  width:120px;
  font-size:13px;
  font-weight:bold;
}

form.login .ctrlHolder {
  margin-bottom:10px;
  position:relative;
}

form.login .formHint {
  font-size: 12px;
  color: #777;
  position: relative;
}

form.login input[type="text"],
form.login input[type="password"] {
  padding:6px 3px;
  width:230px;
  margin-bottom:10px;
}

form.login input[type="submit"] {
  margin:10px 10px 0 0;
  float:right;
  font-size:14px;
}

form.login a.forgot_psd {
  position: absolute;
  bottom: 40px;
  left: 27px;
  font-size: 12px;
}

form.login-oid .ctrlHolder {
  width:240px;
  float:left;
}

form.login-oid input[type="text"] {
  width:250px;
  padding:6px 3px;
}

form.login-oid input[type="submit"] {
  margin:24px 14px 0 0;
  float:right;
  font-size:14px;
}

.under-form {
  width:400px;
}

/* quote box */
body.login .quote-box {
  width:300px;
  padding:40px 20px;
  margin:70px 0 0 0;
}

body.login .quote-box .quote-open {
  background: url('/site_media/static/img/quotes.png') no-repeat 0 0;
  width:24px;
  height:18px;
  margin:40px 0 0 20px;
}

body.login .quote-box .quote-close {
  background: url('/site_media/static/img/quotes.png') no-repeat -24px 0;
  width:24px;
  height:18px;
  margin:0 0 0 235px;
}

body.login .quote-box blockquote {
  color:#4c4c4b;
  font-size:15px;
  margin:20px 30px 20px 30px;
  padding-left:0;
  border-left:0;
  line-height:1.3em;
}

body.login .quote-box cite {
  font-style:normal;
  color:#8c8c8b;
  font-size:11px;
  margin:20px 30px 0 30px;
  display:block;
  line-height:1.3em;
}

/** proropose topic ** */
.uniForm.propose_topic .inlineLabels label, .uniForm.propose_topic .inlineLabels .label {
  width: 20%;
}

.uniForm.propose_topic .inlineLabels .textInput, .uniForm.propose_topic .inlineLabels .fileUpload,
.uniForm.propose_topic .inlineLabels .textarea {
  width: 70%;
}

.uniForm.propose_topic .ctrlHolder {
  border-bottom: 0;
}

/** pack editor ** */
.draft-packs {
  margin-bottom: 20px;
}

.pack-actions {
  float: right;
  margin: 0px;
  padding: 0px;
}

/*** pack ***/
.pack1 {
  width: 100%;
  margin: 0 0 15px 0;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.pack-header {
  border-bottom: 1px solid #eee;
  padding: 5px 15px;
  position:relative;
}

.pack-body {
  padding: 5px 15px;
}

.pack-footer {
  background-color: #f5f5f5;
  padding: 5px 15px 6px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}

/*** deck ***/
.deck1 {
  width: 100%;
  margin: 0 0 15px 0;
  background-color: #eff8fc;
  border: 1px solid #b9daec;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  position:relative;
}

.deck-header {
  border-bottom: 1px solid #c3e3f3;
  padding: 5px 15px;
  background: #e5f3fa;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow:hidden;
}

.deck-body {
  padding: 5px 15px;
}

.deck-footer {
  padding: 5px 15px 6px;
  border-top: 1px solid #c3e3f3;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}

.pack1 .col-wrapper {
  position:relative;
}

h2.pack_title span.quisition-icons {
  font-size: 14px;
  color:#999;
  background:#fff;
  position:absolute;
  top:5px;
  right:10px;
}

h2.pack_title span.quisition-icons a {
  color:#999;
}

h2.pack_title span.quisition-icons a:hover {
  color:#222;
  text-decoration:none;
}

span.quisition-icon-comments {
  padding-left: 19px;
  margin-left: 9px;
  background: url('/site_media/static/img/icons/comments.png') left center no-repeat;
}

span.quisition-icon-card {
  padding-left: 22px;
  margin-left: 9px;
  background: url('/site_media/static/img/icons/card.png') left center no-repeat;
}

span.quisition-icon-user {
  padding-left: 19px;
  margin-left: 9px;
  background: url('/site_media/static/img/icons/user.png') left center no-repeat;
}

.section {
  border-bottom:3px solid #f0f0f0;
  padding-bottom:10px;
  margin-bottom:10px;
}

.comment {
  width: 100%;
  margin: 0 0 15px 0;
  background-color: #f5f5f5;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.comment .comment-meta {
  width: 150px;
  float: left;
  padding: 10px;
  position: relative;
}

.avatar img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.members .avatar img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.members .avatar {
   display:inline;
}

.comment .when {
  font-size: 11px;
}
.comment .what {
  font-size: 11px;
}

.comment .comment-body {
  padding: 10px;
  font-size: 110%;
  min-height: 90px;
  border-left: 1px solid #999;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  *border-left: 1px solid #999;
}

/*** account pages ***/
.content-block {
  margin: 0 0 15px 0;
  background-color: #ffffff;
  border: 1px solid #aaa;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border: 1px solid #aaa;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  padding:20px;
}

.content-block h1, .content-block h2 {
  font-size: 18px;
}

.content-block h3 {
  font-size: 16px;
}

form.content-block.form-stacked .actions {
  margin-left:0;
}

.setting-box {
  margin-bottom:20px;
}

/*** profile ***/
.profile-details {
  font-size:13px;
  font-weight:normal;
  color:#555;
}

.profile-details div {
  margin-bottom:10px;
}

/*** feed ***/
.feed.sub {
  margin:20px 0;
}

.feed.sub #feed-packs, .feed.sub span {
  margin-left:0;
}

.feed.sub span {
  clear:both;
  color:#888;
  font-size:12px;
  display:block;
}

div.page-header h1 a {
  color: #404040;
  text-decoration: none;
}

div.page-header h1 a:hover {
  color: #1c6d4a;
  text-decoration: underline;
}

/*** blog ***/
.blog .blog-content img {
  background:#f3f3f3;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 0px 0px white,0px 1px 0px #eee;
  -moz-box-shadow: inset 0 1px 0px 0px #fff,0px 1px 0px #eee;
  box-shadow: inset 0 1px 0px 0px white,0px 1px 0px #eee;
  border: 1px solid #e4e4e4;
  border-top-color: #eee;
  border-bottom-color: #ccc;
  max-width:97%;
}

.blog .blog-content img.no-style {
  background:none;
  padding:0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border:0;
}

.blog .content-block {
  margin:0 20px 0 -20px;
  overflow:hidden;
  background: #f7f7f7; /* Old browsers */
  background: -moz-linear-gradient(left,  #f7f7f7 80%, #fcfcfc 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(80%,#f7f7f7), color-stop(100%,#fcfcfc)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #f7f7f7 80%,#fcfcfc 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #f7f7f7 80%,#fcfcfc 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #f7f7f7 80%,#fcfcfc 100%); /* IE10+ */
  background: linear-gradient(left,  #f7f7f7 80%,#fcfcfc 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 */
}

.blog .main-content {
  width:680px;
  float:left;
  margin:-20px 0 -20px -20px;
  padding:20px;
  background:#fff;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right:1px solid #ddd;
}

.blog .sidebar {
  width:177px;
  float:left;
  padding-left:20px;
}

.blog span#browse-library {
  display:block;
  margin-top:5px;
}
