/*  
Theme Name: Grapplingligan
Theme URI: -
Description: Theme for Swedish Grappling League
Version: 1.0
Author: Jimmy Rosen
Author URI: http://www.angrycreative.se
*/

body {
	font-size: 62.5%;  /* reset 1em to 10px. */
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #404040; 
}
/* FLOATING TAIL --------------------------------------------------------- */

* {
	border: 0;
	margin: 0;
	padding: 0;
}
html, body { /* sets gradient background */
	height: 100%;
	background: url('images/background/bg.gif') repeat-x top left;
}
.wrapper { /* makes the tail float & wraps the content to a certain size */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	width: 960px !important;
}
.wrap2 { /* here you place the header image that goes outside the wrapper. MAKE SURE this image aligns with wrap3 */
	/*
    margin: 0 auto; 
    min-height: 100%;*/
}
.wrap3 { /* sets bg of content */
	height: auto !important;
	height: 100%;
	margin: 0 auto -65px;  /* the bottom margin is the negative value of the footer's height */
	min-height: 100%;
	/*background: url('images/bg-wrapper.png') repeat-y top center;*/
}
.footer, .push {
	height: 65px; /* .push must be the same height as .footer */
}
.push {
	width:100%;
	clear:both;
}
.footer {
        background: #272727;
	position:relative;
	width:100%;
}
/* TAIL ------------------------------------------------------------------ */

.footInfo {
	/*background: url('images/bottomhr.gif') no-repeat top right;*/
	font-size:1.6em;
        font-weight: bold;
        height: 65px;
	width: 960px;
	margin: 0 auto;
}
.creator {
	float: right;
	margin-top: 22px;
        margin-right: 10px;
	text-decoration:none;
	color: #a1a1a1;
}
.creator a:link, .creator a:visited {
	text-decoration:none;
	color: #a1a1a1;
}
.creator a:hover, .creator a:hover:visited {
	text-decoration:none;
	color: #bababa;
}
.customer {
	float: left;
	margin-top: 22px;
	margin-left: 10px;
	font-size:1em;
	text-decoration:none;
	color: #a1a1a1;
}
.customer a:link, .customer a:visited {
	text-decoration:none;
	color: #a1a1a1;
}
.customer a:hover, .customer a:hover:visited {
	text-decoration:none;
	color: #bababa;
}
/* HEADER ---------------------------------------------------------------- */

.login {
margin-top: 19px;
	height: 49px;
	float:right;
	text-align: left;
}
.login h2 { font-size: 16px; padding-top: 5px; }

.logo {
	width: 196px;
	height: 68px;
	float:left;
	text-align: left;
	margin-top: 0px;
        margin-bottom: 0px;
}
.logo img, .logo img a {
	float: left;
	width: 196px;
	height: 68px;
	border: 0px;
}
.header {
        margin-top: 0px;
	width: 940px;
        float: left;
        height: 126px;
        margin: 0px 10px;
}

.forgot {
font-size:14px;
float: left;
margin-right: 10px;
float:left;
height:32px;
line-height:32px;
}

.forgot a {
color: #6a6969;
text-decoration: none;
}

.forgot a:hover {
color: #8a8a8a;
text-decoration: none;
}

/* BUTTONS -------------------------------------------------------------- */

.Button {
margin-right: 10px;
}

.endButton {
margin: 0px;
}

.redButton {
cursor: pointer;

float:left;
height:32px;
line-height:32px;

font-size:16px;
font-weight:bold;
text-transform:uppercase;
text-shadow:2px 2px 2px #82151a;
}

.redButton a {
cursor: pointer;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/buttons/redbtn-left.png) no-repeat scroll left center;
color:white;
display:block;
padding:0 0 0 9px;
text-decoration: none;
}
.redButton a span {
cursor: pointer;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/buttons/redbtn-right.png) no-repeat scroll right center;
display:inline-block;
padding:0 9px 0 0;
white-space:nowrap;
text-decoration: none;
}

.greenButton {
cursor: pointer;

float:left;
height:32px;
line-height:32px;

font-size:16px;
font-weight:bold;
text-transform:uppercase;
text-shadow:2px 2px 2px #0e781c;
}

.greenButton a {
cursor: pointer;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/buttons/greenbtn-left.png) no-repeat scroll left center;
color:white;
display:block;
padding:0 0 0 9px;
text-decoration: none;
}
.greenButton a span {
cursor: pointer;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/buttons/greenbtn-right.png) no-repeat scroll right center;
display:inline-block;
padding:0 9px 0 0;
white-space:nowrap;
text-decoration: none;
}

.grayButton {
cursor: pointer;

float:left;
height:32px;
line-height:32px;

font-size:16px;
font-weight:bold;
text-transform:uppercase;
text-shadow:2px 2px 2px #555555;
}

.Button:hover {
opacity: 0.9;
}

.endButton:hover {
opacity: 0.9;
}

.grayButton a {
cursor: pointer;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/buttons/graybtn-left.png) no-repeat scroll left center;
color:white;
display:block;
padding:0 0 0 9px;
text-decoration: none;
}
.grayButton a span {
cursor: pointer;
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/buttons/graybtn-right.png) no-repeat scroll right center;
display:inline-block;
padding:0 9px 0 0;
white-space:nowrap;
text-decoration: none;
}

/* MENUBAR --------------------------------------------------------------- */

.menubar {
/*padding: 0px 10px;*/
background: url('images/header/gradient.gif') no-repeat top center;
width: 940px;
clear: both;
	float: left;
}
.menubar ul {
	float: left;
	list-style: none;
	top: 0;
	left: 0;
}
.menubar li {
	font-size: 1.6em;
        font-weight: bold;
	text-transform: capitalize;
	/* letter-spacing:-1px; */
	float: left;
    margin:0 25px 0 0;
}
.menubar li a {
	display: block;
	padding: 19px 0px;
	text-decoration: none;
	margin: 0px;
}
.page_item_right {
    margin:0 0 0 25px !important;
}

.page_item {
}
.page_item a {
	color: #e2e2e2;
}
.page_item a:hover {
background: url(images/header/active-menu.png) no-repeat bottom center;
	color: #ffffff;
}
.current_page_item a, .current_page_parent {
background: url(images/header/active-menu.png) no-repeat bottom center;
	color: #ffffff;
}
.current_page_item a:hover, .current_page_parent a:hover {
background: url(images/header/active-menu.png) no-repeat bottom center;
	color: #ffffff;
}


/* POSTS ----------------------------------------------------------------- */

.wppostdiv {
	clear: both;
}
.maincontent { 
	margin-top: 25px;
	margin-bottom: 25px;
        margin-left: 10px;
	float:left;
	width:580px;
}

/* POST INFO ------------------------------------------------------------- */

.blogExtrasContainer {
margin-bottom: 30px;
	clear: both;
	width: 560px;
padding: 5px 10px;
	float:left;
background: transparent url('images/posts/info.png') no-repeat top center;
height: 23px;
}
.blogExtrasContainer p {
	margin-top: 4px;
	font-size:1.2em;
	text-align:left;
	color:#000000;
        margin-right: 10px;
float: left;
}
.blogExtraRight {
	color:#000000;
	float:right;
	text-align:right;
}

/* TEXT ------------------------------------------------------------------ */
   
blockquote {
	background:transparent url(images/quote_r.gif) no-repeat scroll right bottom !important;
	color: #000000 !important;
	float:right;
	font-weight:bold;
	letter-spacing:-1px;
	margin:10px;
	padding:0 25px 5px 0;
	text-align:left;
	width:35%;
}
blockquote p {
	background:transparent url(images/quote_l.gif) no-repeat scroll left top !important;
	border:0 none;
	font-size:1.6em !important;
	line-height:1.3em !important;
	padding:5px 2px 10px 35px !important;
	margin-bottom: 0px !important;
}
.postText {
	font-size: 14px;
	clear: both;
}
.postText h1 {
	font-size:31px;
	font-weight:bold;
	letter-spacing:-2px;
margin-bottom: 14px;
}
.postText h2 {
	font-size:28px;
	font-weight:bold;
	letter-spacing:-2px;
margin-bottom: 10px;
}
.postText h3 {
	font-size:22px;
	font-weight:bold;
	letter-spacing:-1px;
margin-bottom: 10px;
}
.postText h4 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:0px;
margin-bottom: 7px;
}
.postText h5 {
	font-size:12px;
	font-weight:bold;
	letter-spacing:0px;
margin-bottom: 4px;
}
.postText ul {
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 44px;
}
.postText ul li {
	padding: 3px;
}
.postText ol {
	line-height: 16px;
	margin-left: 48px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.postText ol ul {
	margin-bottom: 0px;
	margin-top: 0px;
}
.postText ul ol {
	margin-bottom: 0px;
	margin-top: 0px;
}
.postText p {
    line-height: 1.5em;
	font-size: 14px;
	margin-bottom: 14px;
}
.postText a:link, .postText a:visited {
	color: #000000;
	text-decoration: underline;
}
.postText a:hover, .postText a:visited:hover {
	color: #999999;
	text-decoration: underline;
}
.postCategory {
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
.postCategory a:link, .postCategory a:visited {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}
.postCategory a:hover, .postCategory a:visited:hover {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #b4b4b4;
}
.archiveTopic {
	color: #000000;
	float: left;
	font-size: 3.1em;
	font-weight: bold;
	text-decoration:none;
	letter-spacing:-2px;
	width: 100%;
	font-style:italic;
	margin-bottom: 25px;
}
.postTopic {
	color: #000000;
	float: left;
	font-weight: bold;
	text-decoration:none;
	/*width: 100%;*/
margin-bottom: 5px;
}
.postTopic a:link, .postTopic a:visited {
	color: #000000;
	font-size: 3.2em;
	font-weight: bold;
	text-decoration:none;
}
.postTopic a:hover, .postTopic a:visited:hover {
	color: #666666;
}
.postExcerpt {
	color: #000000;
	font-size: 2.0em;
	font-weight: bold;
	text-decoration:none;
margin-bottom: 6px;
clear: both;
}

.theArchiveTopic a:link, .theArchiveTopic a:visited {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration:none;
}
.theArchiveTopic {
	color: #000000;
	float: left;
	font-weight: bold;
	text-decoration:none;
	width: 100%;
}
.theArchiveTopic a:link, .theArchiveTopic a:visited {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration:none;
}
.theArchiveTopic a:hover, .theArchiveTopic a:visited:hover {
	color: #666666;
}
.postDate {
	color: #a5a5a5;
	font-size: 1.2em;
	/*padding-bottom: 15px;*/
}
.archiveDate {
	color: #a5a5a5;
	font-size: 1.1em;
	padding-bottom: 15px;
}


.postComment {
margin-top: 1px;
font-size: 14px !important;
font-weight: bold !important;
float: left;
}

.postComment a {
height: 20px;
text-decoration: none !important;
background: transparent url('images/comments-right.png') right 1px no-repeat; 
/*padding: 1px 15px 3px 0;*/
padding: 1px 15px 4px 0;

}

.postComment span {
height: 20px;
text-align: center;
float: left;
background: transparent url('images/comments-left.png') top left no-repeat; 
padding: 1px 0 0 10px
}

.postComment a {
color: #000000;
text-decoration:none
}

/* IMAGES ---------------------------------------------------------------- */

.size-thumbnail {
	border: 1px solid #d3d0d0;
	padding: 3px;
}
.size-full {
	border: 0px;
}
.size-medium {
	border: 1px solid #d3d0d0;
	padding: 3px;
}
img.wpGallery {
	border: 1px dotted #cc0000;
	background: #ffffcc no-repeat scroll center center;
	width: 99%;
	height: 250px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 1.2em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignleft {
	float: left;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float: right;
}
.alignnone {
	margin: 0px;
}
/* TABLES & OTHER ELEMENTS ----------------------------------------------- */

td {
	/*padding-bottom: 1.4em;*/
	line-height: 1.5em;
	color: #000000;
	/*font-size: 1.4em;*/
}
pre {
	font: 1.2em/1.8em "Courier New", monospace;
}
/* NEXT / PREVIOUS POST -------------------------------------------------- */

.nextPrev {
	width: 100%;
}
.prev {
	margin-top: 10px;
	float:left;
	text-align: left;
	width: 50%;
	color: #000000;
	font-size: 1.2em;
	padding-bottom: 15px;
}
.prev a:link, .prev a:visited {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 25px;
        background: url(images/leftposts.png) no-repeat center left;
	text-decoration:none;
	font-size: 1.2em;
	color:#999999;
}
.prev a:hover, .prev a:hover:visited {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 25px;
        background: url(images/leftposts-on.png) no-repeat center left;
	font-size: 1.2em;
	color:#6b6b6b;
	text-decoration:none;
}
.next {
	margin-top: 10px;
	float: right;
	text-align: right;
	width: 50%;
	color: #000000;
	font-size: 1.2em;
	padding-bottom: 15px;
}
.next a:link, .next a:visited {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 25px;
        background: url(images/rightposts.png) no-repeat center right;
	text-decoration:none;
	font-size: 1.2em;
	color:#999999;
}
.next a:hover, .next a:hover:visited {
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 25px;
        background: url(images/rightposts-on.png) no-repeat center right;
	font-size: 1.2em;
	color:#6b6b6b;
	text-decoration:none;
}
/* SIDEBAR --------------------------------------------------------------- */

#sidebar {
	font-size:14px;

margin-top:25px;
margin-bottom:25px;
margin-left: 20px;
	margin-right: 10px;
position:relative;
z-index: 31;
	float: right;
	width: 340px;
	list-style: none;
	text-align:left;
}
#sidebar li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	/*padding: 0px 10px 25px 10px;*/
	color: #302826;
}
#sidebar li a:link, #sidebar li a:visited {
	color: #302826;
	text-decoration: none;
}
#sidebar li a:hover, #sidebar li a:hover:visited {
	color: #000000;
	text-decoration: none;
}
#sidebar p {
	margin-bottom: 10px;
}

#sidebar a:hover , #sidebar a:hover:visited {
	color: #302826;
	text-decoration: none;
border: none;
}
#sidebar a:link, #sidebar a:visited {
	color: #000000;
	text-decoration: none;
border: none;
}

#sidebar h4 {
	font-size:16px;
	font-weight:bold;
	letter-spacing:0px;
}

#sidebar h2 {
	font-size:16px;
	color:#302826;
	font-weight: bold;
}
#sidebar ul li ul li {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;

	padding:0px 0px 8px 0;
}
#sidebar img {
	border: 0px;
}
.widget {
clear: both;
margin-bottom: 20px;
}
.widget ul {
background: transparent url('images/sidebar/bottom.gif') no-repeat left bottom;
	list-style-type:none;
padding: 10px;
}

.widget, .widget ul, .widget ul li, .widget p { /* fix ie bugs */
position: relative;
word-wrap:break-word;
}

.widgettitle {
background: transparent url('images/sidebar/top.gif') no-repeat left top;
padding: 10px;
}

/* SEARCH BOX ------------------------------------------- */
.infoBoxSearch {
/*float: left;*/
	height: 40px;
	font-size:14px;
/*width: 280px;*/
margin-top: 5px;
/*margin-bottom: 10px;*/
}
#search {
float: left;
	color: #595959;
	background:transparent url('images/sidebar/search-bg.png') no-repeat scroll 0 0;
	padding: 0px 0px 0px 37px;
}
#search #s {
float: left;
	background: transparent;
	border: 0px;
	width: 214px;
padding: 12px 4px 12px 0px;
}

#search #btn {
float: right;
padding: 0px !important;
border: 0px;
height: 40px;
}

#sidebar #searchGlass {
background:url("images/sidebar/search-glass.png") no-repeat scroll center center transparent;
height:58px;
margin-bottom:-10px;
margin-left:260px;
margin-top:-46px;
position:relative;
width:56px;
z-index:30;
}

/* COMMENTS --------------------------------------------- */

.commentsWrap {
width: 580px;
float: left;
clear: both;
}

ol.commentlist {
	/*font-size:1.2em;*/
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:10px 0 20px;
	padding:0;
	color:#000000;
	text-align:justify;
}
ol.commentlist cite {
	font-size: 1.6em;
	font-weight:bold;
}
ol.commentlist a {
	text-decoration: none;
	color:#000000;
}
ol.commentlist li.alt {
	background:#efefef none repeat scroll 0 0;
	padding:18px 18px 5px !important;
}
ol.commentlist li {
	padding:20px 10px 10px 18px;
}
.avatar {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #DEDEDE;
	float:left;
	padding:4px;
	margin:0 10px 10px 0;
}
.commentlist img {
	border:1px solid #999999;
}
ol.commentlist p {
	margin-bottom:5px;
	color:#000000;
	font-size:1.2em;
	text-align:justify;
}
.commentmetadata {
	line-height:9px;
	margin: 0 0 5px 0;
}
.commentmetadata a {
	color:#898989;
	font-size:1em;
	line-height:1em;
}
textarea#comment {
width:568px;
	height: 150px;
	padding: 5px;
border: 1px solid #000000;
}
#commentform {
	color: #000000;
	font-size:1.4em;
}
#commentform p {
	padding: 0 0 10px;
}
#commentform a:link, #commentform a:visited {
	/*font-size: 1.4em;*/
	color: #000000;
	text-decoration: none;
}
#commentform a:hover, #commentform a:visited:hover {
	/*font-size: 1.4em;*/
	color: #000000;
	text-decoration: underline;
}
#commentName a:link, #commentName a:visited {
	font-size: 1.8em;
	color: #000000;
	text-decoration: none;
	line-height:1.6em;
	font-weight: bold;
}
#commentName a:hover, #commentName a:visited:hover {
	font-size: 1.8em;
	color: #000000;
	text-decoration: underline;
	line-height:1.6em;
	font-weight: bold;
}
#respond {
	margin-bottom: 5px;
	font-size:2.8em;
}
#comments {
	margin-top: 5px;
	font-size:2.8em;
}

.wp-smiley {
border: 0px !important;
}

input { 
border: 1px solid #000000;
padding: 3px;
}

input#submit {
-moz-background-clip:border !important;
-moz-background-inline-policy:continuous !important;
-moz-background-origin:padding !important;
background:transparent url(images/longbutton.png) repeat scroll 0 0 !important;
border:medium none;
color:#000000 !important;
font-size:8pt;
height:26px !important;
margin-bottom:10px !important;
margin-top:3px;
padding:0;
text-align:center;
width:160px !important;
}

/* addthis */

.addthis_toolbox {
margin-top: 2px;
float: left;

font-size: 1.2em;
color: #000000;
text-decoration: none;
}
.addthis_toolbox a {
color: #000000;
text-decoration: none;
}

.addthis_page {
float: right;
margin-top: 15px;
}

/* Disqus */

.dsq-brlink {
display: none !important;
}

/* WARNING ------------------------------------------------ */


.warning {
width: 100%;
background: #ffe7e7;
border: 1px solid #fa6164;
text-align: center;
margin-bottom: 10px !important;
}

.warning_topic {
color:#000000;
font-size:16px;
font-weight:bold;
padding-top: 20px !important;
padding-bottom: 5px !important;
}
.warning_text {
color:#000000;
font-size:14px;
line-height: 16px;
padding-bottom: 25px !important;
}


/* CONFIRMATION ------------------------------------------------ */


.confirmation {
width: 100%;
background: #e7ffe8;
border: 1px solid #61fa61;
text-align: center;
margin-bottom: 10px !important;
}

.confirmation_topic {
color:#000000;
font-size:16px;
font-weight:bold;
padding-top: 20px !important;
padding-bottom: 5px !important;
}
.confirmation_text {
color:#000000;
font-size:14px;
line-height: 16px;
padding-bottom: 25px !important;
}

/* DIVIDER --------------------------------------------- */

.hr { clear: both; width: 100%; background: transparent url(images/posts/hr.gif) repeat-x center; height: 23px; }

/* BIG WIDGETS--------------------------------------------- */

.bigwidget {
float:left;
font-size:14px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
position:relative;
text-align:left;
width:580px;
z-index:31;

clear: both;
margin-bottom: 20px;
}
.bigwidget ul {
background: transparent url('images/posts/bigbottom.gif') no-repeat left bottom;
	list-style-type:none;
padding: 10px;
width:560px;
}

.bigwidget select {
border: 1px solid #000000;
padding: 4px 2px;
}

.bigwidget p { /* fix IE7 bugs */
position: relative;
word-wrap:break-word;
}

.bigwidget a:link, .bigwidget a:visited {
	color: #000000;
}
.bigwidget a:hover, .bigwidget a:visited:hover {
	color: #999999;
}
.bigwidget .widgetLink {
padding-left: 5px;
padding-top: 24px;
float: left;
}

.widgetLink a:link, .widgetLink a:visited {
        font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.widgetLink a:hover, .widgetLink a:visited:hover {
       font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.bigwidgettitle {
background: transparent url('images/posts/bigtop.gif') no-repeat left top;
padding: 10px;
font-size:16px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
text-align:left;
line-height:16px;

font-weight:bold;
letter-spacing:0px;
margin-bottom:0px;
}

/* EVENT PAGE --------------------------------------------- */

.blogExtrasContainer #region_choice {
float: right;
}

.blogExtrasContainer #region_choice p {
margin-right: 0px;
margin-top: 2px;
}

.blogExtrasContainer #my_region {
float: left;
margin-left: 0px;
}

.blogExtrasContainer #region_choice select {
border: 1px solid #999999;
}


/* PARTICIPANTS --------------------------------------------- */

.view_event_users { }

.view_event_users .num_deltagare { clear: both; font-size: 14px; color: #a1a1a1; font-weight: bold; padding-bottom: 20px; padding-top: 15px;}

.view_event_users h4 { clear: both; font-size: 20px; color: #000000; font-weight: bold; padding-bottom: 3px; padding-top: 5px;}

.view_event_users h4 span { font-size: 14px; color: #a1a1a1; font-weight: bold; }

.view_event_users ul { clear: both; font-size: 14px; color: #000000; font-weight: normal;  padding-bottom: 20px; list-style-type: none; line-height: 18px;}

.view_event_users ul .weightClass { font-weight: bold; }

/* THICKBOX --------------------------------------------- */

#TB_window {
-moz-border-radius-bottomleft:4px !important;
-moz-border-radius-bottomright:4px !important;
-moz-border-radius-topleft:4px !important;
-moz-border-radius-topright:4px !important;
border:4px solid #ffffff !important;
}

/* ADD NEW FAQ ITEM --------------------------------------------- */
.faq_text {
margin-top: 3px;
padding: 3px;
border: 1px solid #b4b3b3;
width: 412px;
height: 105px;
}

/* RANKING  --------------------------------------------- */

.nimpa_region_container {
clear:both;
border-bottom: 1px solid #b4b3b3;
padding-bottom: 15px;
margin-bottom: 15px;
}

.nimpa_region_header {
clear:both;
color:#000000;
font-size:28px;
font-weight:bold;
}

.nimpa_region_container p {
color:#000000;
font-size:14px;
font-weight:normal;
line-height:18px;
}

.nimpa_region_container .nimpa_level_header {
clear:both;
color:#000000;
font-size:20px;
font-weight:bold;
padding-bottom:7px;
padding-top:11px;
}

.nimpa_vikt_header {
color:#000000;
font-size:14px;
font-weight:normal;
line-height:18px;
font-weight:bold !important;
}

.nimpa_leader {
font-weight: bold !important;
font-style:italic;
}

.nimpa_vikt_container {
padding-bottom: 20px;
}

.nimpa_totalt_user {
color:#A1A1A1;
font-size:14px;
font-weight:bold;
}

.nimpa_total_users {
padding-top: 2px;
color:#A1A1A1 !important;
font-size:14px !important;
font-weight:bold !important;
}

.nimpa_clicker {
cursor: pointer;
}