/** File:/style.style.css - 2012.10.13 */

body {
font-size:1.063em;
background-color:#7d7d7d;
}

div {
margin:0px auto;
position:relative;
background:transparent;
}

h3{ color:#fff; }
img { border:0px;padding:0px;top:2px; }

a:link {text-decoration: none;color:#fff;}
a:visited {text-decoration: none;color:#fff;}
a:active {text-decoration: none;color:#fff;}
a:hover {text-decoration: underline; color:#888888;}

#header { height:172px; }

/** Content goes here. */
#content {
width:850px;
padding:30px;
}

/** Footer - not used */
#footer { height:15px; }

/** Menu bar at the bottom of the header */
#header_bar {
height:30px;
padding:5px;
background:#651c1c;
position:relative;
top:132px;
border-top:1px solid white;
border-bottom:1px solid white;
}

#left-block {
float:left;
}
#right-block {
float:right;
}

/** Big info-box on center. */
#center-block {
clear:both;
top:30px;
text-align:center;
}

.header_link {
display:block;
float:left;
width:165px;
top:5px;
padding-left:45px;
font-size:0.9em;
color:#999999;
}
.header_left_dec { border-left: 1px solid #999999; }
.div_text {
margin:auto;
width:850px;
}
.bubble { background:#651c1c;color:#fff; }
.bubble_card { background:#fdf989 url(../resources/card_wave.png) no-repeat center; }
.bubble ul { margin-left:40px; }
.small_bubble { width:400px;min-height:140px; }
.big_bubble { 
width:690px; 
padding-left:80px;
padding-right:80px;
}
.bubble-decor { height:20px; }
.small-bubble-decor { width:400px; }
.big-bubble-decor { width:850px; }
.small-bubble-top { background: url(../resources/small-top.png) no-repeat; }
.small-bubble-bottom { background: url(../resources/small-bottom.png) no-repeat; height:30px; }
.big-bubble-top { background: url(../resources/big-top.png) no-repeat; }
.big-bubble-bottom { background: url(../resources/big-bottom.png) no-repeat;height:30px; }
.ptext { margin-left:20px;font-size:0.8em; }

/** Canvas holding profile images. */
.profile_canvas {
position:absolute;
right:10px;
top:0px;
width:110px;
height:138px;
clear:both;
}
.profile{ margin-left:25px; }
.spanner {clear:both;margin-bottom:30px;}
.title_text {
position:absolute;
top:15px;
margin:0px auto;
color:#fff;
font-size:1.6em;
text-align:center;
width:100%;
}