﻿/*----------------------------------------------------------------------------
Layout stylesheet for modern browsers

Concerns the guestbook layout

version: 	0.1
author: 	Jacob Olsson
email:		jacob(at)bananpaj.com
website:  	www.staireo.com
-------------------------------------------------------------------------------*/

/* LAYOUT
-------------------------------------------------------------------------------*/

#gb_content{
	width:750px;
	min-height:420px;
	float:left;
	background-color:#000000;
}

#gb_left{
	width:12px;
	background-image:url('images/backgrounds/left_tile_shadow_02.jpg');
	background-repeat:repeat-y;
	float:left;
	
}

#gb_right{
	width: 12px;
	background-image:url('images/backgrounds/right_tile_shadow_02.jpg');
	background-repeat:repeat-y;
	float:left;
	
}

#gb_inputform{
	float:left;
	width: 200px;
}

#gb_commenthead
{
    margin-left: 0px;
    padding-left: 0px;
	width: 500px;
	height:58px;
	float:left;
}

#gb_comments{
	width: 500px;
	float:left;
	min-height: 330px;
	background-image:url('images/backgrounds/gb_tile_500_174_01.jpg');
	background-repeat:repeat-y;
}
#gb_comments_footer{
	margin-top: -20px;
	margin-bottom: 0px;
	margin-left:0;
	margin-right:0px;
	float: left;

}

.gb_input_oneline {
	margin-left:10px;
	margin-bottom: 10px;
	width: 220px;
}
.gb_input_textarea{
	margin-left: 10px;
	margin-bottom: 10px;
	width:220px;
	height:100px;
}

.gb_input_button{
	margin-left: 10px;
	width: 80px;
}

#gb_inputform label{
	margin-left:10px;
}

#gb_comments p{
	margin-left:30px;
	margin-bottom: 20px;
	margin-right: 20px;
}

#empty_div_left{
	float:left;
	clear:left;
	width:12px;
}
#empty_div_middle{
	float:left;
	clear:left;
	width: 750px;
}

#empty_div_right{
	float:left;
	clear:left;
	width: 12px;
}

/* Styles and fonts
-------------------------------------------------------------------------------*/


.gb_input_button{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;

}

#gb_inputform label{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#gb_comments p{
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#gb_comments .name
{
    text-transform:uppercase;
}

.gb_error
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-weight:bold;
    
}



