/*

	Lassi Maasalo Portfolio v2.0 CSS Cascading Style Sheet (plash_style.css)
	Created: 13.4.2008
	Last edit: 17:15 25.9.2008
	
	www.plash.fi

*/

/* DEFAULT SETTINGS: FONTS, LINKS, IMAGES, HEADERS */
* { padding: 0; margin: 0; }


font
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
	color: #cccc99;
	font-weight: bold;
}

a:active
{
	text-decoration: underline;
	color: #cccc99;
	font-weight: bold;
}

h1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

h3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

img, a img
{
 	border: 0;
}

/* PAGE STRUCTURE */
/* puts all the pieces together */
body
{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../gfx/body_bg.png);
}

#wrapper
{
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

#header
{
	width: 900px;
	float: left;
	height: 150px;
	margin: 10px 0px 0px 0px;
}

#navigation
{
	float: left;
	width: 900px;
	height: 60px;
	color: #d8d0ad;
	font-size: 10px;
	background: url(../gfx/navigation_bg.png);
}

#main
{
	width: 900px;
	margin: 0px 0px 0px 0px;
	background: url(../gfx/main_bg.png);
	background-repeat: repeat-y;
	float: left;
	color: #d8d0ad;
}

#main_left
{
	width: 646px;
	float: left;
	margin: 0px 0px 0px 104px;
	overflow: hidden;
	display: inline;
}

#main_right
{
	width: 150px;
	margin: 0px 0px 0px 0px;
	float: left;
	font-size: 10px;
}

#navigation_bottom
{
	background: url(../gfx/navigation_bg.png);
	float: left;
	width: 900px;
	height: 50px;
	color: #999999;
	font-size: 10px;
}

#footer
{
	background: url(../gfx/footer_bg.png);
	width: 900px;
	height: 80px;
	clear: both;
	color: #ffffff;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
}

/* PARAGRAPHS AND HEADERS */
#main p
{
	text-align: justify;
}

#main_right p, #footer p, #navigation_bottom p, #navigation p, #main_right h1, #main_right h2
{
	text-align: center;
}

#main_right h2
{
	text-decoration: underline;
}

/* VARYING LINK STYLES: #NAVIGATION, #NAVIGATION_BOTTOM */
#navigation a:link
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

#navigation a:hover
{
	text-decoration: underline;
	color: #cccc99;
	font-weight: normal;
}

#navigation a:active
{
	text-decoration: underline;
	color: #cccc99;
	font-weight: normal;
}

#navigation_bottom a:link

{
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

#navigation_bottom a:visited
{
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

#navigation_bottom a:hover
{
	text-decoration: none;
	color: #cccc99;
	font-weight: normal;
}

#navigation_bottom a:active
{
	text-decoration: none;
	color: #cccc99;
	font-weight: normal;
}

/* BROWN BOX STYLES */
/* Header and date */
.brownbox_header
{
	padding: 30px 50px 0px 50px;
	background: url(../gfx/brownbox_header_bg.png);
	background-repeat: no-repeat;
}

/* Text and all the stuff */
.brownbox_content
{
	padding: 15px 50px 15px 50px;
	text-align: justify;
	background: url(../gfx/brownbox_content_bg.png);
	background-repeat: repeat-y;
}

/* Comments and signature */
.brownbox_footer
{
	padding: 0px 50px 45px 50px;
	background: url(../gfx/brownbox_footer_bg.png);
	background-repeat: no-repeat;
}

/* UNIVERSAL STYLES */
/* Date */
.date
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	text-align: left;
}

/* Signature */
.signature
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #d8d0ad;
	text-align: left;
}

/* Message */
.message
{
	text-align: center;
	padding: 10px 0px 10px 0px;
}

/* Edited text */
.edit
{
	font-style: italic;
}

/* Quotations */
.quote
{
	font-style: italic;
	padding: 15px 50px 15px 50px;
}

/* Table styles */
table
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d8d0ad;
	border: none;
}

.table_normal
{
	width: 560px;
}

.table_normal th
{
	width: 160px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.table_normal td
{
	text-align: left;
	vertical-align: top;
}

.table_normalC
{
	width: 560px;
}

.table_normalC td
{
	text-align: center;
	vertical-align: middle;
}

.table_2
{
	width: 560px;
}

.table_2 th
{
	width: 200px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.table_2 td
{
	text-align: left;
	vertical-align: top;
}

.table_history
{
	width: 560px;
}

.table_history th
{
	width: 100px;
	text-align: left;
	vertical-align: top;
}

.table_history td
{
	text-align: left;
	vertical-align: top;
}

.table_portal th
{
	width: 200px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

.table_portal td
{
	width: 20px;
	text-align: left;
	vertical-align: middle;
}

.table_gallery
{
	width: 560px;
}

.table_gallery th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-align: left;
}

/* Centered images */
.img_centered
{
	text-align: center;
	padding: 0px 0px 10px 0px;
}

.linkbox
{
	padding: 1px 0px 1px 0px;
}

/* OTHER STYLES */
.ruler

{
	text-align: center;
}

.underline
{
	text-decoration: underline;
}

.portalframe
{
	padding: 15px 0px 15px 0px;
}

legend
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d8d0ad;
	font-weight: bold;
}

.box
{
	padding: 10px 50px 10px 50px;
}

.historynote
{
	font-size: 10px;
	color: #d8d0ad;
}
/* END OF FILE */