﻿@import url('layout.css');
@import url('dropdown.css');
@import url('masthead.css');
@import url('sidebar.css');
@import url('competition_list_tables.css');
@import url('lessons.css');


body
{
    color: black;
    font-size: 20px/30px;
    font-family: "Segoe UI", "Lucida Sans", Ebrima, sans-serif;
    text-align: center;
    background: linear-gradient(top, #F1F0F0, #C2C2FF);
    background: -webkit-gradient(linear, left top, left bottom, from(#F1F0F0), to(#C2C2FF));
    background: -webkit-linear-gradient(top, #F1F0F0 0%, #C2C2FF 100%);
    background: -moz-linear-gradient(top, #F1F0F0, #C2C2FF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F0F0', endColorstr='#C2C2FF');
    ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F0F0', endColorstr='#C2C2FF');
    background-image: -ms-linear-gradient(top, #F1F0F0 0%, #C2C2FF 100%);
    background-image: -o-linear-gradient(rgb(241, 240, 240), rgb(194, 194, 255));
    background-attachment: fixed;
}

/* Styles for top */
#top {
    height: 40px;
    text-align:right;
    margin-left: auto;
    margin-right: auto;
    width: 980px;
}

#no_underline a {
    text-decoration: none;
    color: blue;
    font-size: 13px;
}

.search {
	padding:6px 15px 6px 30px;
	margin:3px; 
	background: url('../content/images/search.png') no-repeat 8px 6px; 
} /* Credit: http://www.paulund.co.uk/how-to-create-pretty-search-forms */

.rounded { 
	border-radius:15px; 
	-moz-border-radius:15px; 
	-webkit-border-radius:15px; 
}
.lighter {
    text-align: right;
}
.lighter input[type=text]{
	color:#bcbcbc;
}
.lighter input[type=button], input[type=button]:hover {
	position:relative; 
	border:1px solid #adc5cf;
	background: #e4f1f9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4f1f9), color-stop(100%,#d5e7f3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* IE10+ */
	background: linear-gradient(top, #e4f1f9 0%,#d5e7f3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3',GradientType=0 ); /* IE6-9 */
	color:#7da2aa;
	cursor: pointer;
}
.lighter input[type=text]{
	border:1px solid #d0d0d0;
	background-color:#fcfcfc;
}
/* Styles for navigation menu */
#cssmenu {
  border: none;
  border: 0px;
  margin: 0px;
  padding: 0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}
#cssmenu ul {
  background: #333333;
  height: 35px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background-color: #333333;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #cccccc;
}
#cssmenu ul ul a {
  color: #cccccc;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #2580a2 url('../content/images/hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #333333;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #2580a2 url('../content/images/hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}
#container
{
    background-color: #fff;
    width: 980px;
    margin: 0 auto;
    border-top: 0;
    border-right: 1px solid #ccc;
    border-bottom: 0;
    border-left: 1px solid #ccc;
    text-align: left;
}
#masthead
{
    padding: 0px;
    text-align: left;
    background-color: #036;
    width: 100%;
    color: #fff;
}
#navigation
{
    /* Most of these are overidden in dropdown.css */
    width: 100%;
    position: relative; /* SHOULD THIS BE COMMENTED OUT? AWD 7/18/10 */
    background-color: #545454;
    overflow: hidden; /* SHOULD THIS BE COMMENTED OUT? AWD 7/18/10 */
}

#page_content
{
    margin-left: auto;
    margin-right: auto;
}

#content
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 15px; /*ejs*/
    background-color: #fff;
    color: #000;
}
#sidebar
{
    width: 138px;
    margin: 0;
    float: right;
    position: relative;
    color: #000; /*height: 100%;*/ /*border: 1px black solid; 	border-top: 0 black none; 	border-bottom: 2px black solid;*/
}
#sidebar-content
{
    padding: 5px;
    background: #ccc url('../content/images/style-backgrounds/sidebar.png') repeat-x;
}
#sidebar-bottom-left
{
    height: 15px;
    background: #fff url('../content/images/style-backgrounds/sidebar-bottom.png') no-repeat;
    float: right;
    width: 15px;
    margin-bottom: 10px;
}
#sidebar-bottom-right
{
    height: 15px;
    background: #ccc;
    width: 123px;
    float: right;
}
#footer
{
    width: 100%;
    text-align: center;
    padding-top: 4px;
    padding-bottom: 6px;
    margin: 0 0 5px 0;
    color: black;
}
/* Styles for Masthead */
#masthead img
{
    float: left;
}
#masthead p, #masthead h1, #masthead h2, #masthead h3, #masthead h4, #masthead h5, #masthead h6
{
    color: #fff;
    margin: 0px 0px 0;
}
#masthead p
{
    font-size: 11px;
}
#sidebar p
{
    font-size: 11px;
    margin: 7px;
}

/* Styles for Content */
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6
{
}
/* Styles for Sidebar */
#sidebar p, #sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6
{
}

/* Styles for Footer */
#footer p
{
    font-size: 11px;
    line-height: 14px;
    margin: 1px;
    padding: 1px;
}
#footer a
{
    text-decoration: none;
    text-decoration: underline;
}
#footer a:hover
{
    color: #ccc;
    text-decoration: none;
}
.copyright
{
    display: block;
    float: left;
    margin: 2px 15px;
}
.sitelinks
{
    display: block;
    float: right;
    margin: 2px 15px;
    background-image: url('../content/images/facebook_logo_sm.png');
    background-position: left;
    background-repeat: no-repeat;
}
/* Styles for Links */
a
{
    color: #036;
    text-decoration: underline;
}
a:hover
{
    color: #808080;
    text-decoration: underline;
}
.style_bold
{
    font-weight: bold;
}
.style_italic
{
    font-style: italic;
}
.align-right
{
    text-align: right;
}

.nospace
{
    margin-bottom: 0;
    padding-bottom: 0;
}

.homepage_dropcap
{
    font-size: 20px;
    color: #333333;
}

/* Wrap preformatted text. */
pre
{
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
