/* =============================================================================
Stekkie - Stuff
============================================================================= */

/* General
============================================================================= */

.section {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #dcdcdc;
}

p.link {margin: 16px 0 0 0;}

.linkicon { 
background: url(../img/link.png) center right no-repeat; 
padding-right: 14px; 
}

/* Left column
============================================================================= */

h3#onlinestuff {
  background: url(../img/onlinestuff.gif) 0 0 no-repeat;
  width: 92px;
  float: left;
}

h3#extranet {
  background: url(../img/extranet.gif) 0 0 no-repeat;
  width: 65px; 
  margin: 25px 0 0 0;
  float: left;
}

h3#family {
  background: url(../img/family.gif) 0 0 no-repeat;
  width: 105px;
  float: left;
}

h3#other {
  background: url(../img/other.gif) 0 0 no-repeat;
  width: 44px;
  float: left;
}

.login {
    background: url(../img/login.gif) 0 0 no-repeat;
    height: 26px;
    width: 52px;
    margin: 16px 0 0 0;
    float: left;
  }

.login:hover {background-position: 0 -26px;}

.middle {
  margin: 25px 0 0 0;
}

div.end {margin: 0;}

p.large {
  color: #5c5c56;
  font: normal 12px/17px Arial, Helvetica, sans-serif;
  margin: 9px 20px 0 0;
}

.alignleft {
	float: left;
  margin: 0 10px 0 0;
  
}

.alignleft img {
	padding: 3px; 
  border: 1px solid #ccc; 
  margin: 10px 0 5px 0;
  
}

.alignright {
	float: right;
  margin: 5px 15px 0 5px;
  
}

.alignright img {
	padding: 3px; 
  border: 1px solid #ccc; 
  margin: 0 0 5px 0;
  
}

/* Right column
============================================================================= */

h3#audio {
  background: url(../img/audio.gif) 0 0 no-repeat;
  width: 132px;
  height: 19px;
}

h3#video {
  background: url(../img/video.gif) 0 0 no-repeat;
  width: 136px;
  height: 19px;
  margin: 18px 0 0 13px;
}

h3#links {
  background: url(../img/links.gif) 0 0 no-repeat;
  width: 117px;
  height: 21px;
  margin: 18px 0 0 13px;
}

h3#translation {
  background: url(../img/translation.gif) 0 0 no-repeat;
  width: 163px;
  height: 19px;
  margin: 18px 0 0 13px;
}

#right_column p.highlight,#right_column span.highlight {color: #6385a1;}