/*
	byteberry.net main theme CSS
	(c)2008-2009 Oskar Andersson
*/

* {
margin: 0px;
padding: 0px;
}

html, body {
background-color: #28292B;
font: 11px Georgia;
color: #cccccc;
text-align: center;
height: 100%;
background-image: url(img/bg.jpg);
background-repeat: repeat-x;
}

#wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -76px;
}

h1 {
font-size:14px;
font-weight:bold;
font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
}

h2 {
font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
font-size: 1.3em; 
color: #FFFFFF;  
font-weight: bold;  
}

h3 {
font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
font-size:0.9em; 
color:#FFFFFF; 
text-decoration:underline; 
background-color:#333333; 
line-height:20px;  
margin:20px 0 10px 0;
}

label {
float: left;
width: 120px;
font-weight: bold;
}

input, textarea {
width: 180px;
margin-bottom: 5px;
}

textarea {
width: 250px;
height: 150px;
}

fieldset {
border: 0px;
}

.boxes {
width: 1em;
}

#submitbutton {
margin-left: 120px;
margin-top: 5px;
width: 140px;
}

#cancelbutton {
margin-top: 5px;
margin-left: 20px;
width: 90px;
}

br {
clear: left;
}

a:link, a:visited, a:active {
text-decoration: underline;
color: #FF6666;
}

a:hover {
text-decoration: underline;
color: #FF0000;
}

div .post {
padding-bottom: 10px;
padding-top: 5px;
margin-bottom: 5px;
color: #FFFFFF;
font: 11px "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
}

.post p {
line-height: 1.5em;
margin: 1.2em 0;
text-align: justify;
}

div .post-images {
text-align: center;
margin-top: 20px;
}

div .post-images img {
border: 1px solid #000000;
height: 75px;
}

div .post-top {
margin-bottom: 10px;
}

blockquote {
margin: 0 20px;
padding: 0 20px;
border-left: 4px solid #888685;
}

.topic-info {
font-weight: normal;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #cccccc; 
font-size: 0.8em;
}

.topic {
font-weight: bold;
color: #FFFFFF;
font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
padding-bottom: 1px;
border-bottom: 1px solid #4d4f53;
}

.topic a:link, .topic a:visited, .topic a:active {
text-decoration: none;
color: #FF6666;
}

.topic a:hover {
text-decoration: none;
color: #FF0000;
}

.comment-post-border {
border: 1px dashed #494C54;
padding: 5px 5px 0px 5px;
margin-bottom: 15px;
}

.nodge-down {
margin-bottom: 5px;
}

.comment-post {
background-color: #5F6166;
padding: 8px 8px 20px 8px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #FFFFFF; 
font-size: 1.1em;
min-height: 51px;
}

.comment-post-admin {
background-color: #455169;
padding: 8px;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #FFFFFF; 
font-size: 1.1em;
min-height: 51px;
}

.comment-margin {
height: 5px;
font-size: 0px; 
line-height: 0px;
padding: 0px;
margin: 0px;
overflow: hidden;
}

/* for Internet Explorer */
/*\*/
* html .comment-post {
height: 51px;
}
/**/

.comment-left {
float: left;
width: 55px;
text-align: center;
padding-right: 5px;
padding-bottom: 5px;
vertical-align: middle;
}

.comment-left  img{
border: 5px solid #FFFFFF;
vertical-align: middle;
}

.comment-left-admin {
float: left;
width: 55px;
text-align: center;
padding-right: 5px;
padding-bottom: 5px;
vertical-align: middle;
}

.comment-left-admin img{
border: 5px solid #272A2F;
vertical-align: middle;
}

.comment-right {
float: left;
font-size: 0.9em;
line-height: 1.3em;
width: 340px;
}

.comment-date {
font-weight: normal;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
color: #cccccc; 
font-size: 0.8em;
padding: 0px;
margin: 0px;

}

.strike {
text-decoration: line-through;
}

#error-page {
text-align: center;
margin-top: 80px;
margin-bottom: 120px;
}

#avatar {
float: left;
margin: 0px 10px 10px 0px;
border: 1px solid #3C475B;
}

#comments {
margin: 0px 10px 0px 10px;
}

#comments-bar {
padding: 5px;
}

#comments-bar h2 {
display: inline;
padding-right: 20px;
}

#container {
margin: 0 auto;
text-align: center;
padding-top: 30px;
width: 750px;
}

#text {
text-align: left;
float: left;
width: 450px;
line-height: 20px;
color: #FFFFFF;
}

#info-panel {
float: left;
width: 230px;
color: #898c93;
border-left: 1px solid #4d4f53;
margin-left: 28px;
padding-left: 28px;
margin-top: 10px;
text-align: left;
}

#info-panel h1 {
font-size: 13px;
font-weight: bold;
font-family: "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
border-bottom: 1px solid #4d4f53;
}

#contactform {
margin-top: 20px;
font-weight: bold;
}

li {
margin-left: 20px;
}

ul {
list-style: disc;
}

#info-panel  p {
margin-bottom: 10px;
line-height: 15px;
text-align: left;
}

#info-panel h1 {
margin-bottom: 10px;
padding-bottom: 5px;
}

#header {
position: relative;
width: 100%;
height: 29px;
background-color: #455169;
border-bottom: 5px solid #3c475b;
}

#header-container {
position: relative;
margin: 0px auto;
height: 29px;
width: 620px;
}

#menu {
position: absolute;
bottom: 0px;
right: 0px;
color: #ffffff;
}

#menu a {
float: left;
background: transparent;
margin-left: 5px;
padding: 9px 10px 6px 10px;
border: 0px;
}

#menu a:link, #menu a:active, #menu a:visited {
color: #FFFFFF;
background: transparent;
text-decoration: none;
}

#menu a:hover {
color: #000000;
background-color: #54627f;
text-decoration: none;
}

#menu a.active {
color: #FFFFFF;
background-color: #54627f;
}

#menu a.active:link, #menu a.active:active, #menu a.active:visited {
color: #FFFFFF;
background-color: #54627f;
}

.push {
height: 60px;
clear: both;
}

#footer {
clear: both;
background-color: #1b1d1a;
border-top: 5px solid #212320;
text-align: center;
width: 100%;
height: 60px;
padding-top: 10px;
}