/* Created by http://freehtml5templates.com */
@import url(https://fonts.googleapis.com/css?family=Carrois+Gothic+SC);

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

.printonly {
display: none;
}

body {
line-height: 1;
background: black; /*#777;*/
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #222;
font-size: 14px;
line-height: 18px;
}
	
/* layout */

#wrapper {
width: 100%; /*940px;*/
margin: 0 auto;
margin-top: 0px;
min-height: 877px;
/*
margin-bottom: 5px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
*/
background: black url(images/background.png) center bottom no-repeat !important;
}

nav {
width: 940px;
height: 55px;
margin: 0 auto;
background: #050304;
}

header {
width: 936px;
height: 288px;
margin: 0 auto;
background: black;
border: 2px solid white;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
}

#main {
width: 940px;
margin: 0 auto;
padding-top: 30px;
background: #FFF url(images/colbg.png) repeat-y;
overflow: hidden;
}

#content {
float: left;
width: 640px;
margin-left: 30px;
}

#content .image{
float:right;
text-align: center;
margin: 0 0 24px 24px;
}

#content .caption{
font-size: 80%;
text-align: center;
}


#sidebar {
float: right;
padding-left: 20px;
width: 220px;
}

#sidebar Li {
margin-top:5px;
margin-bottom:25px;
}

#sidebar Li Li{

padding-left: 15px;
width: 220px;
}

#sidebar a.disabled{
   color: #888;
   pointer-events: none;
   cursor: default;
   text-decoration: none;
}

aside.footer-segment  a.disabled
{
   color: #ddd;
   pointer-events: none;
   cursor: default;
   text-decoration: none;
}

footer {
width: 940px;
margin: 0 auto;
clear: both;
padding-bottom:50px;
}

/* basics */

img{
border-style: none;
}

h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}

a:link, a:visited {
color:#004C9A;
}

a:hover, a:active {
color: #333;
}

p {
margin-bottom: 18px;
}

li {
padding-left: 5px;
}

/* nav */

nav .menu {
font-size: 16px;
font-weight: bold;
}

nav .menu ul {
margin: 0;
padding: 0 0 0 20px;
list-style: none;
line-height: normal;
}

nav .menu li {
display: block;
float: left;
}

nav .menu a {
display: block;
float: left;
margin-right: 5px;
padding: 0px 15px;
text-decoration: none;
color: #ddd;
}

nav .menu a:hover {
text-decoration: underline;
color: #d10f43;
}

/** HEADER */


header h1, header h2 {
font-family: 'Raleway', sans-serif;
margin: 0;
padding: 0 0 0 30px;
line-height: normal;
position: relative;
text-shadow: 2px 2px 2px rgba(255,255,255, 0.1);
color: #d11b21;
}

header h1 { 	
float: left;
padding-top: 88px; 
font-size:4em;
left: 275px;

}

header h1 a:link, header h1 a:visited {
text-decoration: none;
color: #d10f43;
}

header h1 a:hover { 
text-decoration: none; 
color: #003cff;
}

header h2 {
padding: 0px 0 0 30px;
font-style: italic;
font-size: 20px;
left: 300px;
width:500px;
}

/** ARTICLES **/
article img {
border: none;
/*-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;*/
}

article h2, h3{
display:inline;
margin-bottom:24px;
clear:right;
}

article img.lead{
width:200px;
float: right;
margin: 0;
}

#content p, ul, ol, hr {
margin-bottom: 24px;
}

#content ul{
margin-left: 24px;
}


#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}

#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 20px 0;
line-height: 1.5em;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}

.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}

/* sidebar and footer widget blocks */

aside h3 {
font-size: 18px;
}

aside ul {
list-style: none;
margin-bottom: 10px;
margin-top:0px;
}

#footer-area {
background: #050304;
color: #FFF;
font-size: 90%;
padding: 18px 0;
overflow: hidden;
-moz-border-radius-bottomright: 20px;
border-bottom-right-radius: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-left-radius: 20px;
}

.footer-segment {
float: left;
text-align: center;
margin-right: 20px;
margin-left: 20px;
width: 180px;
}

footer aside h4 {
color: #FFF;
font-size: 16px;
line-height: 1.5em;
}

footer a:link, footer a:visited {
color: #ddd;
}

footer p {
margin-top: -15px;
}


.menu li{
	float:left;
	font-family: 'Bevan', arial, serif;
	font-size:16px;
	line-height:50px;
	color:#fff;
	margin-right:2px;
	
}
.menu a{
	display:block;
	position:relative;
	float:left;
	clear:both;
	color:#fff;
	
}

.menu a > span{
	height:50px;
	float:left;
	position:relative;
	overflow:hidden;
}
.menu a span span{
	position:absolute;
	display:block;
	left:0px;
	top:0px;
	text-align:center;
}
.menu a span span.sl-w1{
	color:#fff;
	text-shadow:0px 0px 1px #222;
	z-index:2;
}
.menu a span span.sl-w2{
	color:#d11b21;
	text-shadow:-1px 1px 1px #222;
	z-index:3;
}


.sl_examples{
    color:#f0f0f0;
    margin-right:5px;

}
.sl_examples a{
    display:block;
    position:relative;
    float:left;
    clear:both;
    color:#fff;
}
.sl_examples a > span{
    height:50px;
    float:left;
    position:relative;
    overflow:hidden;
	padding-bottom:15px;
	padding-left:2px;
}
.sl_examples a span span{
    position:absolute;
    display:block;
    left:0px;
    top:0px;
    text-align:center;
}
.sl_examples a span span.sl-w1{
    color:#d21c22;
    text-shadow: 1px 1px 2px rgba(255,255,255, 0.3);
    z-index:2;
}
.sl_examples a span span.sl-w2{
	color:#fff;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#2d358e));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 2px rgba(255,255,255, 0.4);
    z-index:3;
}

.forumTable {
text-align: center;
font-weight: normal;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #6699CC solid;
border-collapse: collapse;
border-spacing: 0px;
margin: 5px;
}


.forumTable th{
border-bottom: 2px solid #6699CC;
border-left: 1px solid #6699CC;
background-color: #BEC8D1;
text-align:left;
text-indent: 5px;
font-weight: bold;
color: #404040; 
padding: 5px;
}

.forumTable tbody tr  td{
border-bottom: 1px solid #9CF;
border-top: 0px;
border-left: 1px solid #9CF;
border-right: 0px;

padding: 5px;
font-weight: normal;
color: #404040;
background-color: #fafafa;
}
