/*
Theme Name: PM Theme
Theme URI: http://www.pokemon-mini.net/
Descripxion: Theme for Pokémon-Mini.net.
Author: Christian Radke
Author URI: http://www.pokemon-mini.net/
version: 1.0
Tags: great, funtastic, beautiful :)
*/




/* basics */

*{margin:0; padding:0;}

body 
{
	background:#fff url('images/background.png') no-repeat top center;
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	overflow-y: scroll; 
	padding-bottom: 35px;
}

p
{
	margin: 10px 0;
}

th
{
	background: #ccc;
	text-align: left;
}

.even
{
	background: #ededed;
}

#submit
{
    background: #0195C8;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0092BF', endColorstr='#0085AF');
    background: -webkit-gradient(linear, center top, center bottom, from(#0092BF), to(#0085AF));
    background: -moz-linear-gradient(center top , #0092BF, #0085AF);
    border: 1px solid #000000; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4) inset,
                     -1px -1px 0 rgba(0, 0, 0, 0.2) inset,
                     1px 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:  1px 1px 0 rgba(255, 255, 255, 0.4) inset,
                         -1px -1px 0 rgba(0, 0, 0, 0.2) inset,
                         1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow:  1px 1px 0 rgba(255, 255, 255, 0.4) inset,
                 -1px -1px 0 rgba(0, 0, 0, 0.2) inset,
                 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #fff; 
    cursor: pointer;
    margin-top: 5px;
    padding: 3px 10px 4px;
    text-align: center;
    text-shadow: 0 -1px #000;
    width: 488px;
}

#submit:hover
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 4px 10px 3px;
}

#commentform
{
    font-size: 11px;
}

textarea#comment,
input
{
    border: 1px solid #000000; 
	-moz-border-radius: 3px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
	-webkit-box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
	box-shadow: inset 1px 1px 2px rgba(80, 80, 80, 0.4);
    color: #000000; 
    padding: 5px; 
    width: 476px;
}

#comments
{
    font-size: 11px;
    margin-top: 30px;
}

#comments p
{
    clear: both;
}

#comments cite
{
    font-style: normal;
}

#comments .fn
{
    margin: 10px 0 0 51px;
    position: absolute;
}

#comments .says
{
    display: none;
}

.commentlist li
{
    list-style: none;
}

.comment-author
{
    background: transparent url('images/commentarrow.png') no-repeat 69px 8px;
    float: left;
    font-weight: bold;
    height: 50px;
    margin: -10px 0 0 -101px;
    position: absolute;
    width: 300px;
}

.comment-meta
{
    float: right;
    font-size: 10px;
    margin-bottom: 5px;
}

.comment
{
    border: 2px solid #ccc;
	-moz-border-radius: 3px;
	-webkitz-border-radius: 3px;
	border-radius: 3px;
    margin: 0 0 15px 90px;
    min-height: 34px;
    padding: 10px;
}

.entry
{
    margin-bottom: 15px;
}

#trackback
{
    color: #aaa;
    font-size: 12px;
}

#trackback a
{
    color: #aaa;
}

#trackback a:hover
{
    color: #0195C8;
}

.listing td, .listing th
{
    padding: 3px 10px 3px 5px;
}	

.listing tr:hover
{
    background: #ddd;
}	
    
h1 
{
	display: block;
	font-size: 18px;
}

h2 
{
	border-bottom: 1px dashed #0195C8;
	color: #0195C8;
	display: block;
	font-size: 22px;
	font-weight: bolder;
	margin: 2px 0 10px 0;
	text-transform: uppercase;
}

h3 
{
	color: #999;
	display: block;
	font-size: 20px;
	font-weight: bolder;
	margin-top: 20px;
}

h4 
{
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bolder;
	margin-top: 20px;
}

ul
{
	list-style-type: square;
	padding-left: 20px;
}

img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
}

code
{
	font-family:"Courier New", Courier, monospace;
}


/* links */

a
{
	color:#000;
}

a:hover
{
	color: #0195C8;
}





/* layout */

#header 
{
  	height: 115px;
	margin: 0 auto;
	padding: 0 15px;
  	width: 720px; 
}

#logo
{
	float: left;
	margin-top: 8px;
}

#buttons
{
	float: right;
	margin-top: 8px;
}

#games-button,
#forum-button,
#hardware-button
{
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border: 1px solid #000;
	color: #000;
    font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	float: left;
	height: 36px;
	margin-left: 5px;
	padding-top: 24px;
	text-align: center;
	width: 60px;
}

#games-button:hover,
#forum-button:hover,
#hardware-button:hover
{
	background-image: none;
	text-decoration: none;
}

#games-button
{
	background: #7bc622 url('images/button_games.png') no-repeat center;
}

#forum-button
{
	background: #cb68a1 url('images/button_forum.png') no-repeat center;
}

#hardware-button
{
	background: #0195c8 url('images/button_hardware.png') no-repeat center;
}

#mainmenu-wrap
{
	margin: 0 auto 30px auto;
	padding: 0;
  	width: 750px; 
}

#mainmenu
{
	border: 2px solid #4C4C4C;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	clear: both;
  	color: #666;
	margin: 0 15px;
	padding: 0;
}

#mainmenu li
{
	float: left;
	list-style-type: none;
	text-align: center;
}

#mainmenu li ul 
{
	background: #ccc;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 2px dotted #999;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin: 0 0 0 -1px;
	padding-bottom: 5px;
	padding-top: 5px;
	position: absolute;
	left: -999em;
	width: 120px;
}

#mainmenu li ul li a
{
	border: none;
	font-size: 11px;
	letter-spacing: 0px;
	margin: 0 0 0 -20px;
	padding-bottom: 1px;
	padding-top: 1px;
	width: 118px;
}

#mainmenu .header
{
	color: #999;
	font-size: 9px;
	margin: 0 0 0 -20px;
	padding-bottom: 1px;
	padding-top: 3px;
	width: 118px;
}

#mainmenu li ul li a:hover
{
	text-decoration: underline;
}

#mainmenu li:hover ul 
{
	left: auto;
}

#mainmenu a
{
	border-right: 1px solid #4c4c4c;
  	color: #666;
  	display: block;
  	font-size: 11px;
  	font-weight: bold;
	letter-spacing: 2px;
	padding: 3px 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 118px;
}

#mainmenu li:hover,
#mainmenu li.current
{
	background: #ccc;
}

#mainmenu li#first
{
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
}

#mainmenu li#last
{
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
}

#mainmenu li#last a
{
	border: none;
	width: 121px;
}

#mainmenu li#last ul li a
{
	border: none;
	width: 118px;
}

.intro
{
	margin-bottom: 15px;
}

#path,
#path a
{
	color: #0195C8;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#path a:hover
{
	color: #000;
}


/* footer */

#footer-wrap
{
	margin: 15px auto;
	padding: 0 15px;
  	width: 720px; 
}

#footer
{
	background: #ccc;
	border: 1px solid #666;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
  	color: #666;
  	font-size: 10px;
	overflow: auto;
	padding: 15px;
	position: relative;
	z-index: 999;
}

#footer a
{
  	color: #666;
}

#copyright
{
  	float: left;
  	margin-right: 15px;
}

#blickwerk
{
  	float: right;
}

#switch
{
	border: 1px solid #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
  	color: #666;
	display: block;
  	font-size: 10px;
	margin: 15px auto;
	padding: 10px;
	text-align: center;
	text-decoration: none;
  	width: 698px; 
}

#switch:hover
{
	background: #ccc;
	border: 1px solid #666;
}


/* content */

#content
{
	margin: 15px auto 30px auto;
	min-height: 254px;
	padding: 0 15px 0 227px;
  	width: 508px; 
}

#content2
{
	border-left: 5px solid #ccc;
	min-height: 237px;
	padding: 5px 0 15px 15px;
}

.datebox
{
	background: #0195C8;
	color: #fff;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 20px;
	padding: 0 3px;
	width: 50px;
}

.datebox:hover,
.datebox-hover
{
	background: #000;
}

.datebox-day
{
	font-size: 14px;
	margin-right: 3px;
	vertical-align: middle;
}

.datebox-mth-yr
{
	font-size: 10px;
	letter-spacing: -1px;
	vertical-align: middle;
}

#pminiscreen
{
	background: url('images/pmini.png') no-repeat;
	font-family: monospace;
	font-size: 8px;
	height: 64px;
	margin-left: -232px;
	padding: 58px 51px 132px;
	position: absolute;
	width: 96px;
}


.post 
{
	clear: both;
	margin: 3px 0;
	padding: 0;
}

.front-news
{
	margin-bottom: 3px;
}

.front-news h3
{
	color: #0195C8;
	float: left;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 20px;
	margin: 0;
	text-transform: uppercase;
	width: 400px;
}

.front-news h3 a
{
	color: #0195C8;
	display: block;
	padding: 0 0 0 5px;
	text-decoration: none;
}

.front-news h3 a:hover,
.front-news-h3-hover a
{
	color: #000 !important;
}

.post-edit-link
{
	float: right;
	position: relative;
	top: 4px;
}

.postmeta
{
	font-size: 10px;
	margin-bottom: 15px;
}	

.navigation 
{
	color: #aaa;
	font-size: 10px;
	font-weight: bold;
	margin: 10px 0;
	overflow: hidden;
    /* text-shadow: 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff; */
	width: 100%;
}
	
.navigation a
{
	color: #aaa;
	text-decoration: none;
	text-transform: uppercase;
}
	
.navigation a:hover
{
	color: #0195C8;
}

h2.article
{
	color: #0195C8;
}

#respond
{
	margin-top: 30px;
}

/* sidebar */

#featured ul
{
	padding: 0;
}

#featured h3
{
	margin-top: 0;
}

#featured ul li 
{
	list-style-type: none;
}

#sidebar-wrap
{
	margin: 0 auto;
	padding: 0 15px;
  	width: 720px; 
}

#sidebar,
#advertisement
{
	background: #ccc;
	border: 1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	clear: both;
  	color: #666;
  	font-size: 10px;
	margin-bottom: 15px;
	overflow: auto;
	padding: 15px;
	position: relative;
	z-index: 999;
}

#advertisement a
{
	color: #666;
}

#sidebar ul
{
	padding: 0;
}

#sidebar ul li 
{
	float: left;
	list-style-type: none;
	margin-right: 15px;
}

#sidebar h3
{
	color: #333;
        margin: 0;
}






	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright 
{
	float: right;
}

.alignleft 
{
	float: left;
}

.navigation .alignright 
{
	width: 50%;
	text-align: right;
}

.navigation .alignleft 
{
	width: 50%;
}
	
.wp-capxion {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-capxion img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-capxion p.wp-capxion-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.widget
{
    margin: 0 0 10px 0;
    width: 100%;
}

.phpbb li
{
    float: none !important;
}

.gallery-item 
{
    margin: 3px 0 !important;
}

.partner
{
    font-size: 0;
    display: inline-block;
    height: 31px;
    width: 88px;
}

.partner:hover
{
    background-position: 0 -31px;
}

.games-detail-page .gallery
{
    margin: 0 !important;
    width: 416px;
}

.games-detail-page .gallery-item 
{
    margin: 0 0 1px 0 !important;
}

.gallery-item img
{
    border: 3px solid #ccc
}

#links
{
    margin: 0;
    padding: 0;
}

#links li
{
    float: left;
    height: 90px;
    list-style: none;
    margin-right: 15px;
    width: 229px;
}

#links li img
{
    display: block;
    max-height: 32px;
    max-width: 229px;
}

#links li a
{
    display: block;
    font-weight: bold;
    text-decoration: none;
}


.gameinfo-column-1,
.gameinfo-column-2
{
    float: left;
    margin-right: 10px;
}

.gameinfo-column-3
{
    float: right;
}

.gameinfo-column-head
{
    color: #999;
    font-weight: bold;
}

.gameinfo-boxshot
{
    background: #ededed;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.gameinfo-boxshot img
{
    width: 173px;
}

.gameinfo-general
{
    background: #ededed;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.gameinfo-region
{
    background: #ededed;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.gameinfo-head
{
    color: #999;
    display: inline-block;
    font-size: 10px;
    letter-spacing: -1px;
    margin: 1px 5px 0 0;
    text-align: right;
    vertical-align: top;
    width: 40px;
}

.gameinfo-info
{
    display: inline-block;
    font-size: 10px;
    margin: 1px 0 0 0;
    vertical-align: top;
    width: 128px;
}

.gameinfo-rating
{
    background: #0195C8;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 5px;
    padding: 5px;
    width: 86px;
}

.gameinfo-rating-score
{
    font-size: 16px;
}

.gameinfo-rating-score-main
{
    font-size: 28px;
    font-weight: bold;
}

.gameinfo-rating-rated
{
    font-style: italic;
    margin-top: 3px;
}

.gameinfo-amazon
{
    background: #ededed;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    padding: 5px;
    width: 86px;
}

.gameinfo-amazon img
{
    margin-bottom: 5px;
    width:86px;
}


ul .blogroll
{
    padding: 0;
}

#s
{
	background: #fff url('images/search.png') no-repeat 210px center;
	border: 2px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #000000;
	font-size: 18px;
	height: 32px;
	margin-top: 9px;
	padding: 0 30px 0 5px;
	width: 200px;
}

#s.inactive
{

	color: #ccc;
}

#jquery-live-search 
{
	background: #fff;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: none;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	max-height: 400px;
	margin-top: -5px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px 0;
	position: absolute;
	z-index: 101;
}

.live-search-result-header
{
	border-bottom: 1px solid #ccc;
	border-top: 1px dashed #ccc;
	color: #999;
	display: block;
	font-size: 12px;
	padding: 4px 5px;
}

.live-search-result
{
	background-repeat: no-repeat;
	background-position: 5px 4px;
	border-bottom: 1px solid #ccc;
	display: block;
	font-size: 13px;
	padding: 4px 5px;
	text-decoration: none;
}

.live-search-result:hover,
.live-search-result-view-all:hover
{
	background-color: #eee;
}

.live-search-result-view-all
{
	background: url('images/next.png') no-repeat 5px 4px;
	border-bottom: 1px solid #ccc;
	color: #999;
	display: block;
	font-size: 12px;
	padding: 4px 5px 4px 25px;
	text-decoration: none;
}

.live-search-result-none
{
	display: block;
	font-size: 12px;
	font-style: italic;
	padding: 4px 5px;
}




/***** PAGEBAR *****/

.pagebar 
{
	padding: 10px 0 15px 57px;
	text-decoration: none;
}

.pagebar a,
.pagebar .this-page
{
	border: 1px solid #999;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #999;
	display: inline-block;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 24px;
}

.pagebar .break 
{
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}

.pagebar .this-page 
{
	background: #0195C8;
	border-color: #0195C8;
	color: #fff;
	font-weight: bold;
}

.pagebar a:hover 
{
	background: #0195C8;
	border-color: #0195C8;
	color: #fff;
}

.pagebar .inactive
{
	border: 1px solid #cccccc;
	color: #ccc;
	text-decoration: none;
}


/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#fff;}
#cboxTopLeft{width:25px; height:25px; background:url(images/colorbox/borderTopLeft.png) no-repeat 0 0;}
#cboxTopCenter{height:25px; background:url(images/colorbox/borderTopCenter.png) repeat-x top left;}
#cboxTopRight{width:25px; height:25px; background:url(images/colorbox/borderTopRight.png) no-repeat 0 0;}
#cboxBottomLeft{width:25px; height:54px; background:url(images/colorbox/borderBottomLeft.png) no-repeat 0 0;}
#cboxBottomCenter{height:54px; background:url(images/colorbox/borderBottomCenter.png) repeat-x bottom left;}
#cboxBottomRight{width:25px; height:54px; background:url(images/colorbox/borderBottomRight.png) no-repeat 0 0;}
#cboxMiddleLeft{width:25px; background:url(images/colorbox/borderMiddleLeft.png) repeat-y 0 0;}
#cboxMiddleRight{width:25px; background:url(images/colorbox/borderMiddleRight.png) repeat-y 0 0;}
#colorbox{}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:5px;}
#cboxLoadingOverlay{background:url(images/colorbox/loading_background.png) no-repeat center center;}
#cboxLoadingGraphic{background:url(images/colorbox/loading-666666.gif) no-repeat center center;}
#cboxTitle{position:absolute; bottom:-25px; left:0; text-align:center; width:100%; font-weight:bold; color:#7C7C7C;}
#cboxCurrent{position:absolute; bottom:-25px; left:58px; font-weight:bold; color:#999;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(images/colorbox/controls.png) no-repeat 0px 0px; width:23px; height:23px; text-indent:-9999px;}
#cboxPrevious{left:0px; background-position: -51px -25px;}
#cboxPrevious.hover{background-position:-51px 0px;}
#cboxNext{left:27px; background-position:-75px -25px;}
#cboxNext.hover{background-position:-75px 0px;}
#cboxClose{right:0; background-position:-100px -25px;}
#cboxClose.hover{background-position:-100px 0px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-125px 0px; right:27px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-150px 0px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-150px -25px; right:27px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-125px 0px;}

/* phpBB widget */

#featured a {
	color: #0195C8;
	text-decoration: none;
}

#featured a:hover {
	color: #000;
}

#featured h3 {
	border-bottom: 1px dashed #0195C8;
    color: #0195C8;
    display: block;
    font-size: 22px;
    font-weight: bolder;
    margin: 2px 0 10px 0;
    text-transform: uppercase;
}

#featured .row {
	padding-bottom: 5px;
	margin-bottom:5px;
	border-bottom: 1px solid #ededed;
}
#featured .type {
	float: left;
	width: 40px;
}

ul .phpbb {
	padding-top: 6px;
	margin-bottom: 15px;
}

/* discord invite link */
#discordData,#discordInfo{
    display:flex;
    height:50px
}
#callToAction,#callToAction-clicked{
    bottom:0;
    cursor:pointer;
    height:40px;
    left:0;
    min-height:32px;
    min-width:73px;
    position:relative;
    right:0;
    top:0;
    align-self:center;
    margin:0 0 0 10px;
    padding:2px 16px
}
#buttonText,#introText,#serverNameBox,#status{
    text-overflow:ellipsis;
    overflow:hidden
}
@font-face{
    font-family:Whitney;
    font-weight:300;
    src:url(https://discordapp.com/assets/6c6374bad0b0b6d204d8d6dc4a18d820.woff) format("woff")
}
@font-face{
    font-family:Whitney;
    font-weight:400;
    src:url(https://discordapp.com/assets/e8acd7d9bf6207f99350ca9f9e23b168.woff) format("woff")
}
@font-face{
    font-family:Whitney;
    font-weight:500;
    src:url(https://discordapp.com/assets/3bdef1251a424500c1b3a78dea9b7e57.woff) format("woff")
}
@font-face{
    font-family:Whitney;
    font-weight:600;
    src:url(https://discordapp.com/assets/be0060dafb7a0e31d2a1ca17c0708636.woff) format("woff")
}
@font-face{
    font-family:Whitney;
    font-weight:700;
    src:url(https://discordapp.com/assets/8e12fb4f14d9c4592eb8ec9f22337b04.woff) format("woff")
}
.noselect{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
#discordInviteBox{
    background-color:#37393e;
    display:inline-block
}
#discordInvite{
    text-align:left;
    box-sizing:border-box;
    color:#fff;
    background:rgba(47,49,54,.6);
    border:1px solid rgba(47,49,54,.9);
    border-radius:3px;
    font:normal normal 400 normal 16px/16px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin:0;
    padding:10px 15px 10px 10px;
    display:inline-block
}
#offlineInd,#onlineInd{
    height:8px;
    width:8px;
    border-radius:50%;
    margin:0 4px 0 0;
    display:block
}
#introText{
    color:#b9bbbe;
    height:16px;
    letter-spacing:.5px;
    text-transform:uppercase;
    flex:1 1 0%;
    font:normal normal 600 normal 12px/16px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin:0 0 8px
}
#serverImg{
    background-position:50% 50%;
    bottom:0;
    cursor:pointer;
    height:50px;
    left:0;
    position:relative;
    right:0;
    top:0;
    width:50px;
    border-radius:15px;
    flex:0 0 auto;
    margin:0 10px 0 0
}
#discordInviteError{
    background-color:red;
    color:#fff
}
#discordInfo{
    align-items:stretch;
    justify-content:center;
    flex:1 1 auto;
    flex-flow:column nowrap
}
#callToAction,#statusIndicators{
    align-items:center;
    display:flex
}
#serverNameBox{
    color:#f6f6f7;
    cursor:pointer;
    height:20px;
    font:normal normal 600 normal 16px/20px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin:0 0 4px
}
#serverNameBox:hover{
    text-decoration:underline;
}
#status,#statusIndicators{
    font:normal normal 600 normal 12px/16px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color:#72767d;
    height:16px
}
#statusIndicators{
    justify-content:flex-start
}
#onlineInd{
    color:#72767d;
    column-rule-color:#72767d;
    background:#43b581;
    font:italic normal 600 normal 12px/16px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif
}
#numOnline{
    color:#72767d;
    display:block;
    height:16px;
    font:normal normal 600 normal 12px/16px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin:0 8px 0 0
}
#offlineInd{
    color:#72767d;
    background:#747f8d;
    font:italic normal 600 normal 12px/16px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif
}
#numTotal{
    color:#72767d;
    display:block;
    height:16px;
    font:normal normal 600 normal 12px/16px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif
}
#callToAction{
    color:#fff;
    border:0;
    justify-content:center;
    background:#43b581;
    border-radius:3px;
    font:normal normal 500 normal 14px/20px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
    transition:background-color .17s ease 0s
}
#callToAction:hover{
    background-color:#3ca374
}
#callToAction-clicked{
    color:#dcddde;
    display:flex;
    overflow-wrap:break-word;
    word-wrap:break-word;
    align-items:center;
    justify-content:center;
    user-select:none;
    background:rgba(0,0,0,0);
    border:1px solid rgba(114,118,126,.298);
    border-radius:3px;
    font:normal normal 500 normal 14px/20px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
    transition:color .17s ease 0s,background-color .17s ease 0s,border-color .17s ease 0s
}
#discordPoly,#gDiscord{
    white-space:nowrap;
    word-wrap:break-word;
    column-rule-color:#dcddde;
    user-select:none;
    fill:none;
    border:0 #dcddde;
    overflow-wrap:break-word;
    cursor:pointer;
    text-align:center;
    font:normal normal 500 normal 14px/20px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif
}
#callToAction-clicked:hover{
    border-color:hsla(218,5%,47%,.6)
}
#discordSVG{
    color:#dcddde;
    height:18px;
    width:18px;
    margin:0 0 0 8px
}
#gDiscord{
    fill-rule:evenodd
}
#discordPoly{
    text-decoration:none solid #dcddde;
    fill-rule:evenodd;
    stroke:#dcddde;
    stroke-width:2px;
    caret-color:#dcddde;
    outline:#dcddde 0
}
#joinedDiscord{
    color:#dcddde;
    cursor:pointer;
    display:flex;
    height:20px;
    overflow-wrap:break-word;
    text-align:center;
    font:normal normal 500 normal 14px/20px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
    overflow:hidden
}
#buttonText{
    cursor:pointer;
    display:flex;
    height:20px;
    text-align:center;
    font:normal normal 500 normal 14px/20px Whitney,"Helvetica Neue",Helvetica,Arial,sans-serif;
    margin:0 8.83px
}
.loadHidden{
    display:none
}
 
/* end discord invite link */