body {
color:#444444;
font-family:arial,helvetica,sans-serif;
font-size:85%;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4;
}

a:link{
	text-decoration: none;
	padding-bottom: 1px;
	color: navy;
}

a:visited{
	text-decoration: none;
	padding-bottom: 1px;
}

a:hover, a:active { 
color: white;
background-color: #7ab900;
}

a.no-border { background: none; }

#header{
	position: relative;
	margin: 0 3%;
	height: 87px;
	border-top: 3px solid #6e6e14;
	background: url(/wp-images/header.jpg) repeat-x 0 100%;
	min-width: 500px;
	max-width: 1000px;
}
/* --- HEADER RULES --- */
#header
{
	position: relative;
	margin: 0 3%;
	height: 87px;
	border-top: 2px solid #629600;
	background: url(img/header.png) no-repeat 0 100%;
	min-width: 500px;
	max-width: 1000px;
}

#header h1
{
	margin: 0 3%;
	padding: 0;
	height: 68px;
	width: 328px;
	background: url(/wp-images/logo.gif) no-repeat 0 100%;
}

#header h1 span, .structurallabel
{
	position: absolute;
	left: -5000px;
	width: 4000px;
}

#header ul
{
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
	text-align: right;
	font-size: 85%;
}

#header li
{
	display: inline;
	margin-right: 1em;
}


/* --- TOPNAV RULES --- */
#topnav
{
	margin: 0 3%;
	position: relative;
	padding: 8px 8px 3px 0px;
	min-width: 500px;
	max-width: 1000px;
	overflow: hidden;
	height:34px;
}

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:32px;
font-size:12px;
background:url(img/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
font-weight:normal;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(img/bg.png) repeat-x top left;
text-decoration:none;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*GREEN*/
ul.menu.green{
background-color:#629600;
}
ul.menu.green li a:hover, .menu.green li.current {
background-color:#7AB900;
}                    
                    

/* --- BANNERIMAGE RULES --- */
#bannerimage
{
	border-top: 1px solid #fff;
	margin: 0 3%;
	height: 140px;
	min-width: 500px;
	max-width: 1000px;
}

#bannerimage-article
{
	border-top: 1px solid #fff;
	margin: 0 3%;
	height: 140px;
	background: url(/wp-images/bannerimage.jpg) no-repeat 66%;
	min-width: 500px;
	max-width: 1000px;
}

/* --- CONTAINER RULES --- */
#container
{
	margin: 0 3%;
	background: url(img/topnav.jpg) repeat-x 66% 0;
	min-width: 500px;
	max-width: 1000px;
	padding-top: 14px;
}

#container-wide
{
	margin: 0 3%;
	min-width: 500px;
	max-width: 1000px;
}

/* --- CONTENT RULES --- */
#content
{
	float: left;
	width: 64%;
	margin: 0 0 0 2%;
	display: inline;
	padding-bottom: 1em;
	overflow: hidden;
}

#content-wide
{
	margin: 0 4%;
	padding-bottom: 1em;
	max-width: 48em;
}

#content ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

#content ul li
{
	background: url(/wp-images/arrow.gif) no-repeat 0 .4em;
	padding-left: 10px;
}

/* --- SIDEBAR RULES --- */
#sidebar
{
	float: right;
	width: 22%;
	margin: 0 4% 0 0;
	display: inline;
	padding-bottom: 1em;
	/*background: url(img/cards.png) repeat-y 0 100%;*/

}

#sidebar ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

#sidebar li
{
	background: url(/wp-images/arrow.gif) no-repeat 0 .4em;
	padding-left: 10px;
}

#sidebar label
{
	font-weight: bold;
	color: #000;
	font-size: 140%;
}

#sidebar form
{
	margin: 0 0 1em 0;
	padding: 0;
}

#sidebar input#s { width: 100%; }

#flickr img
{
	width: 45px;
	height: 45px;
	border: 1px solid #996;
}

#flickr a
{
	margin: 0 5px 5px 0;
	display: block;
	float: left;
	background: none;
}

#flickr a:hover { background: none; }

/* --- FOOTER RULES --- */
#footer
{
	clear: both;
	padding: 35px 4% 2em;
	background: #fff url(img//topnav.jpg) repeat-x 0 10px;
	font-size: 85%;
}

#footer div
{
	float: left;
	width: 20%;
	padding-right: 2%;
	margin-right: 2%;
	background: url(/wp-images/dots-vertical.gif) repeat-y 100% 0;
}

#footer p
{
	clear: both;
	width: 59%;
	margin: 0;
	padding: 2em 0;
}

#footer ul
{
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}

#footer li
{
	background: url(/wp-images/arrow.gif) no-repeat 0 .4em;
	padding-left: 10px;
}

#search{
	margin: 10px;
}

div.figure {
border:thin solid silver;
float:right;
margin:0.5em;
padding:0.5em;
width:25%;
}
div.figure p {
font-size:smaller;
font-style:italic;
text-align:center;
text-indent:0;
}

.news_title{
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	color:  #009900;
}

.news_body{
	padding-top: 5px;
	border: 1px #7AB900 dotted;
	overflow: hidden;
}

.news_all{
	margin-bottom: 15px;
}

#turnuva a, #ns a, #ew a{
	color: navy;
	padding: 4px;
	margin: 2px;
}

#turnuva a:hover, #ns a:hover, #ew a:hover{
	background-color:#7AB900;
	color: white;

	
}

#turnuva li{
	margin: 2px;
}

#ns, #ew, #pairs{
	width: 85%;
	border-collapse: collapse;
}

#ns caption, #ew caption{
	font-size: 16px;
	font-weight: bold;
	color: navy;

}

#ns td, #ew td, #ns th, #ew th, #pairs td, #pairs th{
	border: 1px solid silver;
	padding: 3px;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.sum_score, .sum_percent{
	text-align: right;
}

.aleft{
	text-align: left;
}

#pairs{
	text-align: center;
}

.s{
	color: navy;
}

.h{
	color: red;
}

.d{
	color: orange;
}

.c{
	color: green;
}

.s, .h , d, .c{
	font-size: 19px;
}

.hand{
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

#deal{
	width: 80%;
	margin: auto;
	border-collapse: collapse;
	font-stretch: expanded;
}

#makeable{
	border: 1px solid silver;
	border-collapse: collapse;
	width: 70%;
	text-align: center;
}

#makeable tr, #makeable td{
	border: 1px dotted silver;
}

#boardNo{
	font-size: 36px;
	text-align: center;
}