/**
 * Eric Meyer's Reset CSS 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;
}

/**
 * LNC Beta 2 Styles
 */
html, body {
  background: #294278;
  color: #000;
  font: 10pt "trebuchet ms", trebuchet, sans-serif;
  font-weight: bold;
  text-align: center;
}

#container {
  width: 1010px;
  margin: 0 auto;
}

#col1 {
  width: 706px;
  float: left;
}

#col2 {
  width: 300px;
  float: left;
}

#main-window {
  background: #fff;
  text-align: center;
  clear: both;
}

.stbutton {
  padding-right: 0 !important;
}

#social-links {
  width: 100%;
  margin: 15px auto 0 auto;
}

#social-links li{
  list-style-type: none;
  display: inline;
  margin-right: 10px;
}

#social-links img {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: baseline;
}

#social-links a,
#shoutbox a {
  color: #fff;
  text-decoration: none;
}

#social-links a:hover,
#shoutbox a:hover {
  color: #fff;
  text-decoration: underline;
}

#footer {
  font: 8pt "trebuchet ms", trebuchet, sans-serif;
  font-weight: bold;
  color: #fff;
  background: #aaa;
  text-align: center;
}

#grid {
  border-collapse: separate;
  border-spacing: 2px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#grid td {
  background: #eee;
  border-color: #ddd #bbb #aaa #ccc;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  padding: 1px;
  width: 98px;
  height: 76px;
  vertical-align: middle;
}

#grid img {
  background: #fff;
  border-color: #aaa #ccc #ddd #bbb;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  padding: 1px;
  width: 90px;
  height: 68px;
}

#grid a {
  font: 8pt "trebuchet ms", trebuchet, sans-serif;
  color: #294278;
  text-align: center;
}

#player {
  width: 298px;
  text-align: center;
}

#player img {
  background: #fff;
  border-color: #aaa #ccc #ddd #bbb;
  border-style: solid;
  border-width: 1px;
  color: inherit;
  padding: 3px;
  width: 270px;
  height: 210px;
}

#content {
  clear: both;
}

#content-top, #content-bottom {
  width: 100%;
  clear: both;
}

.searchsort {
  padding: 2px;
  float: left;
}

.pagination {
  padding: 2px;
  /*float: right;*/
}

.searchsort ul,
.pagination ul {
  text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
  font-size: 100%;
}

.searchsort li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
  margin-right: 4px;
}

.pagination li {
  list-style-type: none;
  display: inline;
  padding-bottom: 1px;
}

*:first-child+html .pagination li { /*IE7 only CSS hack*/
  margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li { /*IE6 and below CSS hack*/
  margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.searchsort a, .searchsort a:visited,
.pagination a, .pagination a:visited {
  padding: 0 5px;
  border: 1px solid #aaa;
  text-decoration: none; 
  color: #294278;
}

.searchsort a:hover, .searchsort a:active
.pagination a:hover, .pagination a:active {
  border: 1px solid #aaa;
  color: #fff;
  background-color: #294278;
}

.searchsort a.disabled, .searchsort a.disabled:hover,
.pagination a.disabled, .pagination a.disabled:hover {
  background-color: #fff;
  cursor: default;
  color: #aaa;
  border-color: transparent;
}

.pagination a.currentpage {
  background-color: #294278;
  color: #fff !important;
  border-color: #aaa;
  font-weight: bold;
  cursor: default;
}

.pagination a.prevnext {
  font-weight: bold;
}
