/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body.custom {
    background: url('images/bg.png') fixed 0 0;
}

.custom #container {
    margin-top: 0em;
    margin-bottom: 0em;
}


.custom #page {
    background: #E9D6DC;
    margin-top: 0px;
    margin-left: 0px;
    width: 898px;
    padding: 0px;
}


.custom #header { padding: 0; border:0;}


.custom #header 
{
	background: #ffffff;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	border-top: 0em;
	border-right: 0em;
	border-bottom: 0em;
	border-left: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
}

.custom #header #logo a
{
	position:relative;
	float: left;
	top:50px;
	left: 120px;
	display:block;
	overflow: hidden;
	width:300px;
	height:100px;
	background:url(http://www.samsung-spica.nl/wp-content/themes/thesis_16/custom/images/h1-samsung-s5230-star.png) left no-repeat;
	color:#000000;
	text-indent: -9999px;
	padding: 0;
	margin-top: 0px;
	margin-left: 0px;
}

.custom #header #tagline 
{
color:#000000;
text-indent: -9999px;
}


div#content_box
{
	background: #E9D6DC url('images/backgroundcontent.png') no-repeat left top;
	margin-top: 0px;
	width: 898px;
}


#content
{
	margin-top: 0px;
	margin-left: 10px;

}


#content_box p
{
   font-size: 12px;
    color: #5A2F39;
    text-align: justify;
}


#content_box h1
{
	font-size: 26px;
	margin-bottom: 20px;
	color: #000;
	text-align: left;
	font-weight: bold;
}


.custom .sidebar ul.sidebar_list {
margin-top: 155px;
}


.custom #sidebar_1 {border-right:none;}


.custom #header 
{
    margin: 0px 0px;
    background: url('images/hdr2.png') no-repeat left top;
    width: 898px;
    margin-top: 0px;
    text-align: center;
    height: 200px;
}


#navbar {
	background: url(images/navbar.png) no-repeat;

}


#nav {
	background: url(images/nav.png) no-repeat;
	position: relative;
	top: 0px;
	height: 32px;
	margin: 0px auto;
	padding: 0px;
	width: 723px;
}


#nav a {
	display: block;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
}

#nav li {
	float: left;
	list-style: none;
}

#n1 a {
	background: url(images/nav.png) 0px 0 no-repeat;
	width: 96px;
}



#n2 a {
	background: url(images/nav.png)-96px 0 no-repeat;
	width: 161px;
}


#n3 a {
	background: url(images/nav.png) -743px 0 no-repeat;
	width: 154px;
}


#n4 a {
	background: url(images/nav.png) -831px 0 no-repeat;
	width: 145px;
}



#n5 a {
	background: url(images/nav.png) -831px 0 no-repeat;
	width: 167px;
}


td, th {
	font: 12px Helvetica, Verdana, Arial;
	line-height: 120%;
	color: #5A2F39;
}

th
{
    font-weight: bold;
}

table
{
    width: 500px;
    border-collapse:collapse;
    margin-bottom: 1em;
}

div.table
{
    width: 500px;
    border-top: solid 4px #78BBCF;
    margin-top: 0px;
    
}

table thead
{
}

table thead th
{
    background-color: #EEFAFD;
    border-right: solid 1px #B3A4A9;
    /* border-top: solid 4px #d52076; */
    border-bottom: solid 1px #B3A4A9;
    text-align: left;
    padding: 5px 0px 5px 6px;
    color: #5A2F39;
}

table tbody tr
{
background-color: #fff;
color: #fff;
}

table tbody td
{
    border-color: #B3A4A9;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    text-align: left;
    padding: 0px 0px 0px 6px;
    vertical-align: middle;
    height: 22px;
}

table tbody td img
{
    padding-top: 0px;
    margin-bottom: 5px;
    vertical-align: top;
}

table tbody td.f, table thead th.f
{
    border-left: solid 1px #B3A4A9;
}

table tbody tr.l td, table.specs tbody tr.l th
{
    border-bottom: solid 1px #B3A4A9;
}

table.specs tbody td
{
    border-color: #B3A4A9;
    border-style: solid;
    border-width: 0px 1px 0px 0px;
    text-align: left;
    padding: 6px 10px 5px 6px;
    vertical-align:middle;
    width:250px;
}

table.specs tbody th
{
    border-color: #B3A4A9;
    border-style: solid;
    border-width: 0px 0px 0px 1px;
    text-align: right;
    padding: 6px 10px 5px 6px;
    vertical-align:middle;
}

table.specs tbody th.tabelkop
{
    background-color: #EEFAFD;
    border-right: solid 1px #B3A4A9;
    /* border-top: solid 4px #d52076; */
    border-bottom: solid 1px #d1d1d1;
    text-align: left;
    font-weight: bold;
    color: #5A2F39;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	color: #d52076;
	
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

.custom #footer {
  text-align:center;
}


