body 
{
    font-family: 'Open Sans', sans-serif, verdana;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background-image: url("../images/blackBackground.png");

}

#all
{
    width: 1063px;
    margin-left: auto;
    margin-right: auto;
    min-height: 1000px;
}


/* *********************************************/
/*******************HEADER**********************/
/********************************************* */

#headerTop
{
	position: relative;
}

#headerTop > .nav
{
	position: absolute;
	top: -28px;
	left: 0px;
	min-width: 0px;
    max-width: 916px;
	margin: 0px;
	padding: 0px;
	margin-left: 17px;
	margin-right: 17px;
	background-color: rgba(0, 0, 0, 0.3);
}

.separator
{
	color: #cccccc;
}

#headerTop > .nav  > li
{
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
}

#headerTop > .nav  > li > a
{
	font-size: 10px;
	font-weight: bold;
	text-shadow: 2px 2px black;
	text-transform: uppercase;
	text-decoration: none;
	color: #cccccc;
}

#headerTop > .nav  > li > a:hover
{
	color: #00fe00;
}

#headerWrapper
{
    position: relative;
    width: 950px;
	margin-left: auto;
    margin-right: auto;
}

.headerFixed
{
    position:fixed;
    top: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 950px;
    height: 99px;
    background-color: black;
    border-radius: 14px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
    z-index:100;
}

.headerAbsolute
{
    position:absolute;
    top: 446px;
    left: 0px;
    width: 950px;
    height: 99px;
    background-color: black;
    border-radius: 14px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
    z-index:100;
}

#header > a
{
    float: left;
    width: 72px;
    height: 73px;
    margin-top: 13px;
    margin-left: 16px;
}

#header > a img
{
    border:0px;
}

#menu
{
    font-family: 'Open Sans', sans-serif, verdana;
    font-size: 18px;
    float: left;
    margin-top: 18px;
    margin-left: -7px;
    width:630px;
}

#menu > ul
{
    list-style-type: none;
    padding: 0px;
}

#menu > ul > li > span:hover ~ ul, #menu > ul > li > a:hover ~ ul
{
    visibility: visible;
}

#menu > ul > li a, #menu > ul > li > span
{
    color: white;
    text-decoration: none;
    cursor: pointer;
    list-style-type: none;
    padding: 0px;
}

#menu > ul > li > span
{
    height: 24px;
    padding-bottom: 15px;
}

#menu > ul > li > ul:hover
{
    visibility: visible;

}

#menu > ul > li > ul > li a:hover
{
    color: #00fe00;
}

#menu > ul > li > ul
{
    float: left;: 
    min-width: 1px;
    min-height: 1px;
    list-style-type: none; 
    white-space: nowrap; 
    visibility: hidden; 
    background-color: rgba(0,0,0,0.3); 
    padding-bottom: 3px;
    padding-left: 10px;
    padding-top:5px;
    padding-right: 8px;
    line-height: 29px;
}


.item-101
{
    width: 52px;
}


.item-107
{
    width: 60px;
}

.item-104
{
    width: 65px;
}

.item-102
{
    width: 71px;
}

.item-103
{
    width: 56px;
}



#menu > ul > li.active > span, #menu > ul > li.active > a
{
    color: #00fe00;
    cursor: pointer;
    text-decoration: none;
    list-style-type: none;
    padding: 0px;
}



#menu >ul > li
{
    float: left;
    white-space: nowrap;
    margin-left: 32px;
}
.socialMedia
{
    float: right;
    width: 160px;
    height: 75px;
    margin-top: 30px;
    margin-right:8px;
}

.socialMedia > a
{
    float: left;
    width:50px;
}

.socialMedia > a img
{
    border:0px;
}

/* *********************************************/
/*******************HEADER**********************/
/********************************************* */

.introMessageFixed
{
    position: fixed;
    top:33px;
    font-family: 'Open Sans', sans-serif, verdana; 
    color: white;
    width: 950px;
    height: 106px;
    background-image: url("../images/messageBackground.png");
    margin-top:100px;
    z-index: -0;
    line-height: 120%;
    padding-top: 8px;
    padding-left: 16px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
}


.introMessageAbsolute
{
    position: absolute;
    top:335px;
    left: 0px;
    font-family: 'Open Sans', sans-serif, verdana; 
    color: white;
    width: 211px;
    height: 106px;
    background-image: url("../images/messageBackground.png");
    margin-top:100px;
    z-index: -0;
    line-height: 120%;
    padding-top: 8px;
    padding-left: 16px;
}


#messageTitle
{
    color: #00fe00;
    font-size: 15px;
    font-style: italic; 
    margin-bottom: 2px;
}

#message
{
    font-size: 13px;
    font-style: italic; 
}

#homeImage
{
    position: relative;
    width: 1063px;
    height: 621px;
    left: 10px;
    top: 35px;
	z-index: -1;
}

#homeImage > img
{
	position:absolute;
	z-index: -1;
}

#sponsors
{
    float: left;
    width: 950px;
    height: 76px;
    margin-top: -141px;
	margin-left: 56px;
    text-align: center;
}

#sponsors > ul
{
    height: 76px;
    margin: 0px;
    padding: 0px;
}

.item-145, .item-146, .item-147, .item-148, .item-149
{
   display: inline;
   margin-left: 15px;
   margin-right: 15px;
}

#sponsors img
{
    border:0px;
}


/* *********************************************/
/*******************CONTENT*********************/
/********************************************* */

#mainContent
{
    float: left;
    width: 620px;
    min-height: 500px;
    background-color: black;
    border-radius: 14px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
    margin-top: -182px;
    color: white;
    margin-right: 31px;
}

#contentWrapper
{
	position: relative;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.item-page
{
	float: left;
	margin: 15px;
	font-family: 'Open Sans', sans-serif, verdana;
    font-size: 18px;
    line-height: 30px;
    color: #cbcbcb;
    text-shadow: 3px 3px #000000;
	width: 894px;
}

.item-page .page-header > h2
{
	margin-top: 0px;
	text-align: center;
}

.item-page h1, h2, h3, h4, h5, h6
{
	color: white;
}

.category-desc  h1, h2, h3, h4, h5, h6
{
	color: white;
}

.category-desc
{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	font-family: 'Open Sans', sans-serif, verdana;
    font-size: 18px;
    line-height: 30px;
    color: #cbcbcb;
    text-shadow: 3px 3px #000000;
}

.category-desc img
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 3px solid black;
	max-width: 889px;
}

.item-page .category-name
{
	float: left;
	margin: 0px;
}

.item-page img
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 3px solid black;
	max-width: 889px;
}

.item-page .category-name > a
{
	color: white;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
}

.item-title
{ 
	float: left;
	margin: 0px;
	margin-right: 30px;
	height: 30px;
	line-height: 30px;
}

.item-title > a
{
	color: #bdbdbd;
    font-style: italic;
    font-size: 16px;
    font-weight: bold;
}

.article-info
{
    margin: 0px;
	padding: 0px;
}

#articleOverlay0, #articleOverlay1, #articleOverlay2
{
    position: relative;
    top: -20px;
    left: 310px;
    width: 290px;
    height: 22px;
    padding: 0px;
    z-index: 99;
    
    background: -webkit-linear-gradient(left, rgba(255,0,0,0), rgba(19, 20, 20, 1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, rgba(255,0,0,0), rgba(19, 20, 20, 1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgba(255,0,0,0), rgba(19, 20, 20, 1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgba(255,0,0,0), rgba(19, 20, 20, 1)); /* Standard syntax (must be last) */
}


#articleFooter0, #articleFooter1,#articleFooter2
{
    float: left;
    width:620px;
    height: 66px;
}

.articlePadding
{
    display: block;
    float: left;
    height:13px;
    width: 588px;
    background-color: #131414;
    margin-left: 17px;
}

.published
{
    
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #bdbdbd;
    background-color: #131414;
    margin-left: 17px;
    padding-left: 13px;
    margin-bottom: 12px;
    margin-top:3px;
}

.readmore
{
    float: left;
    height: 34px;
    line-height: 30px;
    background-color: #131414;
    padding-right: 13px;
    margin-top: 3px;
    margin-bottom: 16px;
    padding-left: 407px;
    
}

.readmore a
{
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #bdbdbd;
}

.readmore a:hover
{
	color: #00fe00;;
}

.title
{
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    font-family: Trajan Pro, 'Cinzel';
    font-weight: 700;
    margin-left: 29px;
    color: white;
}

.green
{
    color: #00fe00;
}


/* *********************************************/
/*******************CONTENT*********************/
/********************************************* */

#latestVideos
{
    float: left;
    width: 950px;
    min-height: 0px;
    background-color: black;
    border-radius: 14px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3); 
    margin-top: -44px;
    color: white;
}

#morevideos
{
    float: left;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    margin-top: -7px;
    background-color: #131414;
    width: 897px;
    margin-left: 14px;
    margin-bottom: 14px;
    font-family: 'Open Sans', sans-serif, verdana; 
    font-weight: bold;
    text-align: right;
    padding-right: 25px;
}

#morevideos > a
{
    color: #bdbdbd;
    text-decoration: none;
}

#videosWrapper
{
    float: left;
    width: 924px;
    min-height: 0px;
	background: -webkit-linear-gradient(left top, #222222, #090a09);
    background: -o-linear-gradient(bottom right, #222222, #090a09);
    background: -moz-linear-gradient(bottom right, #222222, #090a09);
    background: linear-gradient(to bottom right, #222222, #090a09);
    margin-left: 13px;
    margin-bottom: 13px;
}

#videowrapper
{
    float: left;
    width: 274px;
    height: 204px;
    margin-left: 25px;
    margin-top: -3px;
    margin-bottom: 25px;
}

.video
{
    position: relative;
    left: 0px;
    top: 0px; 
    width: 250px;
    height: 178px;
    background-color: black;
    padding: 12px;
    padding-top:14px;
}

.video:hover + div
{
    visibility: visible;
}


.videotitle
{
    display:block;
    font-family: 'Open Sans', sans-serif, verdana;
    font-weight: bold;
    color: white;
    font-size: 14px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;  
    width: 254px; 
    margin-top: 9px;
    margin-left:2px;
}

.videoOverlay
{
    position: relative;
    top: -204px;
    left: 0px;
    float: left;
    width: 266px;
    height: 196px;
    border: 4px solid #00fe00;
    background-color: rgba(19,19,20,0.6);
    visibility: hidden;
    cursor: pointer;
}

.videoOverlay:hover
{
    visibility: visible;
}


.videoOverlay >img
{
    width: 69px;
    height: 70px;
    margin-left: 98px;
    margin-top: 45px;
    opacity: 1.0;
}


/**********************************************/
/*******************EVENTS*********************/
/**********************************************/


#upcommingEvents
{
    float: right;
    width: 298px;
    height: 289px;
    background-color: black;
    border-radius: 14px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    margin-top: 31px;
}

#upcommingEventsTitle
{
    margin-left: 28px;
}


.dp-upcoming-calendar
{
    float: left;
    width: 75px;
    height: 74px;
    border: 0px !important;
    border-radius: 0px;
    border: 0px !important;
    margin-bottom: 4px;
    margin-left: 10px;
    margin-top:0px;
}

.dp-upcoming-calendar-background
{
    background-color: transparent !important;
}

.dp-upcoming-text-day
{
    color: inherit !important;
    width: 75px;
    height: 22px;
    font-size: 22px;
    font-weight: bold; 
    padding-bottom: 15px !important;
    padding-top: 0px !important;
    text-align: center;
    margin: 0px;
    margin-top:-4px;
    font-family: 'Open Sans', sans-serif, verdana;
    line-height: 22px !important;
}

.dp-upcoming-text-month
{
    width: 75px;
    height: 22px;
    font-size: 20px;
    font-weight: bold; 
    padding-bottom: 5px;
    padding-top: 14px;
    text-align: center;
    color: inherit;
}

#upcommingEvents > div > div > p
{
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

#upcommingEvents > div > div >  p > a
{
    float: left;
    height: 40px;
    padding-top:17px;
    padding-bottom: 17px;
    width: 169px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left:-2px;
    font-family: 'Open Sans', sans-serif, verdana;
    font-weight: bold;
    font-size:15px;
    line-height: 19px;
    text-decoration: none;
    overflow: hidden;
}

.dpc-upcoming-event-link, .dp-upcoming-calendar
{
    background: -webkit-linear-gradient(#3a3b3a, #191a19); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3a3b3a, #191a19); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3a3b3a, #191a19); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3a3b3a, #191a19); /* Standard syntax */
    color: white;
}



/* *********************************************/
/*******************EVENTS*********************/
/********************************************* */


#videoPopup
{
   position: fixed;
   left: 0px;
   top: 0px;
   z-index: 101;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,0.7);
}

#videoSpacer
{
   float: left;
   width: 100%;
   height: 50%;
   margin-top: -298px;
}

#videoSpacer2
{
   float: left;
   width: 100%;
   height: 50%;
}

#videoWrapper
{
   width: 870px;
   height: 543px;
   margin-left: auto;
   margin-right: auto;
}

#videoWrapper2
{
   width: 820px;
   height: 490px;
   margin-left: auto;
   margin-right: auto; 
   padding: 0px;
   margin-top: 0px;
   margin-bottom: 0px;
}

#videoWrapper2 > iframe
{
   box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);  
   margin:0px;
   padding:0px;
   margin-top: -305px;
}

#closeButton
{
   float: right;
   height: 53px;
   width: 53px;
   position: relative;
   top: 22px;
   left: 30px;
   z-index: 102;
   background-image: url("../images/close.png");
}

#closeButton2
{
   float: right;
   height: 53px;
   width: 53px;
   position: relative;
   top: -285px;
   left: 30px;
   z-index: 102;
   background-image: url("../images/close.png");
}

#closeButton:hover, #closeButton2:hover
{
   cursor: pointer;
}

#videoWrapper > iframe
{
   box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);  
}


/* *********************************************/
/*******************TWITTER*********************/
/********************************************* */

#twitter
{
    float: right;
    width: 298px;
    background-color: black;
    border-radius: 14px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    margin-top: 31px;
    margin-bottom: 31px;
    padding-bottom: 10px;
}

#twitterBird
{
   float:left;
   height: 23px;
   width:28px;
   margin-top: 11px;
   margin-left: 55px;
   border:0px;
}


#tweetContainer
{
   float: left;
   width: 325px;
   margin-left: -10px;
   margin-bottom:-6px;
   background-color: #131414;  
}

#tweetContainerWrapper
{
   float: left;
   width: 294px;
   overflow: hidden;
   background-color: #131414;  
}

#tweetContainerWrapper2
{
   float: left;
   width: 294px;
   margin-left: 0px;
   background-color: #131414;
   padding-left:3px;
   border-top: 1px solid #505051;
   border-bottom: 1px solid #505051;
}

/* *********************************************/
/*******************TWITTER*********************/
/********************************************* */


#twitch
{
    float: right;
    width: 292px;
    height: 289px;
    background-color: black;
    border-radius: 14px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    margin: 31px;
}

#twitchScreen
{
   float: left;
   width: 271px;
   height:231px;
   background-color:#131414;
   margin-left: 11px;
   cursor: pointer;
}

#twitchScreen > img
{
   float: left;
   width: 271px;
   height: 231px;
   border:0px;
}

#Footer
{
    float: left;
    margin-bottom:12px;
    width: 950px;
    height: 99px;
    background-color: black;
    border-radius: 14px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);   

}

#footerLogo1
{
    float: left;
    width: 72px;
    height: 73px;
    margin-top: 13px;
    margin-left: 16px;
    border:0px;
}

#footerLogo2
{
    float: left;
    width: 180px;
    height: 40px;
    margin-top: 29px;
    margin-left:0px;
    margin-right: 22px;
    border:0px;
}

#Footer > ul
{
    float: left;
    height: 79px;
    width: 160px; 
    line-height: 25px;   
    margin-top: 10px;
    padding: 0px;
}

#Footer > ul > li > a
{
    text-decoration: none;
    color: #d4d4d5;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif, verdana;
}

.item-123, .item-124, .item-125
{
    text-align: right;
}

#footerSeparator
{
    float: left;
    Width: 1px;
    height: 69px;
    background-color: #9a9a9b;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
}

#footerBottom
{
   float: left;
   width: 608px;
   height: 20px;
   color: #c8c8c8;
   font-size: 12px;
   font-weight: bold;
   font-family: 'Open Sans', sans-serif, verdana;
   margin-bottom:10px;
   margin-left: 205px;
}

#footerBottom a
{
   color: #c8c8c8;
}


.footerBottomSpacer
{ 
   float: left;
   width: 2px;
   height: 17px;
   background-color: #c8c8c8;
   margin-left:8px;
   margin-right: 8px;
   margin-top:0px;
}

.footerbottomtext
{
   float: left;
}


/**********************************************/
/*******************news***********************/
/**********************************************/


#latestArticles
{
    float: right;
    width: 298px;
    height: 289px;
    background-color: black;
    border-radius: 14px;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.3);
    margin-top: 31px;
}

#latestArticlesTitle
{
    margin-left: 28px;
}

.cat-list-row0, .cat-list-row1
{
    float: left;
    width: 276px;
    margin-left: 9px;
    margin-top: -1px;
    background: -webkit-linear-gradient(#3a3b3a, #191a19); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#3a3b3a, #191a19); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#3a3b3a, #191a19); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#3a3b3a, #191a19); /* Standard syntax */
}

.category
{
    float: left;
    width: 285px;
    
}

.cat-children
{
	float: left;
	width: 882px;
	border-top: 3px solid black;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom:12px;
}

.cat-children > h3
{
	float: left;
	min-width: 0px;
	margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
	margin-right: 30px;
	height: 30px;
	line-height: 30px;
}

.blog 
{
	float: left;
	width: 922px;
}

.cat-list-row0 > td > a, .cat-list-row1 > td > a
{
    float: left;
    display: block;
    color: white;
    font-family: 'Open Sans', sans-serif, verdana;
    font-weight: bold;
    font-size:15px;
    height: 40px;
    width: 256px;
    margin-left: 10px;
    line-height: 40px;;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}


/* *********************************************/
/*******************NEWS************************/
/********************************************* */

.blog .item
{
   float: left;
   width: 174px;
   height: 500px;
   background-color: black;
   overflow: hidden;
   text-overflow: hidden;
   margin-bottom: 11px;
   margin-left:9px;
   margin-top: 10px;
}


.blog .category-name 
{
	float: left;
	margin: 0px;
	padding: 0px;
	margin-top: -14px;
	margin-left:8px;
	width: 170px;
}

.blog .category-name > a 
{
	display:block;
    font-family: 'Open Sans', sans-serif, verdana;
    font-weight: bold;
    color: white;
    font-size: 14px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog .page-header > h2 > a
{
    display:block;
    font-family: 'Open Sans', sans-serif, verdana;
    font-weight: bold;
    color: white;
    font-size: 14px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    margin-left:12px;  
    margin-right: 12px; 
}

.blog .item > p > img
{
    margin: 7px;
    margin-top: 0px;
    width: 160px;
    height: 400px;
}

.blog .page-header > h2
{
   margin: 0px;
} 

.leading-0
{
	display:none;
}

.pagination
{
   float: right;
   width: 922px;
   height: 30px;
   line-height: 30px;
   background-color: black;
   margin-top: 
}

.counter
{
   float: left;
   margin-top: 5px;
   margin-left: 35px;
}

.pagination > ul
{
   list-style: none;
   width: 922px;
   margin-top: 5px;
   text-align: center;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   padding:0px;
}

.pagination-start, .pagination-end
{
   display: none !important;
}

.pagination > ul > li
{
   display: inline-block;
   margin-left: 3px;
   margin-right: 3px;
   
}

.pagination > ul > li > a
{
   color: #00fe00;
}

.item-142, .item-134, .item-150
{
    display: none;
}