/*
Theme Name: VUNE HUGO
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
text-align: left;
background: #9e9e9e url('images/bg_body.jpg') center top no-repeat;
background-attachment: fixed;
font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
font-size: 13px;
color: #8c8c8c !important;
overflow-x: hidden;
}

* {
margin: 0;
padding: 0;
}

img {
border: 0;
}

#mypage {
margin: 0 auto;
padding-top: 100px;
width: 836px;
overflow: hidden;
}

.A, .B {
float: left;
_overflow: hidden;
}

.A {
width: 555px;
margin-right: 7px;
position: relative;
}

.B {
width: 274px;
}

.AA, .AB {
width: 274px;
position: absolute;
}

.AB {
right: 0;
}

.AA {
margin-right: 7px;
}

.height319 {
min-height: 319px;
_height: 319px;
}

.height134 {
min-height: 134px;
_height: 134px;
}

.height508 {
min-height: 510px;
_height: 510px;
}

.height512 {
min-height: 512px;
_height: 512px;
}

.box-top {
width: 100%;
height: 21px;
background: url("images/box-top.png") right top no-repeat;
}

.box-middle {
width: 100%;
background: url("images/box-middle.png") right top repeat-y;
}

.box-middle .middle-in {
margin: 0 28px 0 20px;
position: relative;
padding: 1px 0;
}

.box-bottom {
width: 100%;
height: 27px;
background: url("images/box-bottom.png") right top no-repeat;
margin-bottom: 7px;
}

h1 {
display: block;
width: 227px;
_width: 226px;
height: 134px;
text-align: center;
font-size: 40px;
line-height: 32px;
position: relative;
top: 40px;
}

h1 strong {
font-size: 11px;
letter-spacing: 6px;
position: relative;
top: -10px;
}

h1 a {
color: #ba1832;
text-decoration: none;
}

h1 span {
position: absolute;
top: -40px;
left: 0;
display: block;
width: 227px;
height: 134px;
background: url("images/logo.gif") center top no-repeat;
cursor: hand; cursor: pointer;
}

h2 {
color: #b91023;
font-size: 18px;
font-weight: normal;
margin-bottom: 20px;
}

h2 span {
font-size: 14px;
color: #8c8c8c;
}

h3 {
font-size: 13px;
color: #b91023;
margin-bottom: 20px;
}

.middle-in img {
display: block;
}

.A a {
color: #b91023;
}

.A a:hover {
text-decoration: none;
}

p {
margin-bottom: 20px;
line-height: 20px;
}

p.justify {
text-align: justify;
}

.clear {
clear: both;
}

ul.menu {
padding: 45px 0 45px 53px;
list-style-type: none;
}

ul.menu a {
font-size: 15px;
color: #8c8c8c;
text-decoration: none;
}

ul.menu li {
margin-bottom: 5px;
}

ul.menu li ul {
margin: 5px 0 15px 0;
}

ul.menu li ul li {
background: url("images/li.gif") left center no-repeat;
list-style-type: none;
padding-left: 14px;
font-size: 10px !important;
}

.go-right {
text-align: right;
margin-right: 10px;
}

ol li {
margin: 0 0 6px 20px; 
}

.footer {
position: relative;
top: -5px;
}

.footer, .footer a {
color: #666666;
font-size: 12px;
text-decoration: none;
}

.footer a {
padding-left: 7px;
}

.footer a:hover {
color: #999999;
}

/* Lists */

.post li {
margin-left: 14px;
list-style-type: square;
line-height: 20px;
}

/* Tables */

table.contest { width: 100%; border-right: 1px solid silver; border-bottom: 1px solid silver; }
table.contest thead td { background: #ededed; font-weight: bold; }

table.contest td.last { border-right: 1px solid silver; }

table.contest td {
  padding: 5px;
  color: #545454;
  background: #f7f7f7;
  border-top: 1px solid silver;
  border-left: 1px solid silver;
}

table.contest td.last { border-right: 1px solid silver; }

/* Various classes */

.left { float: left; }
.right { float: right; }

img.left { float: left; margin-right: 20px; }
img.right { float: right; margin-left: 20px; }




