/*
Theme Name: jdm.si
Theme URI: http://jdm.si/
Description: The default jdm.si theme.
Version: 0.1
Author: Gregor Ambrozic
Author URI: http://jdm.si/

jdm.si v0.1
http://jdm.si/

This theme was designed and built by Gregor Ambrozic 	for http://jdm.si/ as main website.
The CSS, XHTML and design is released under GPL:  http://www.opensource.org/licenses/gpl-license.php
*/

/* SITE BLOCK STYLES */

body {
  background-attachment: fixed;
  background-color: #C1C5D0;
  color: #3D3D3D;
  font-family: Verdana, "Times New Roman", Times, serif;
  background-image: url( ../images/bg_jdm.gif );
  font-size: 10px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

a, input[type="image"], input[type="button"] {
  color: #fff;
  outline: 0;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  background-color: #b50000;
}

a:active {
  color: #fff;
  background-color: #485bba;
}

#preamble {
}

#container {
  margin: 0 auto 0 auto;
  width: 800px;
  height: 720px;
  background-image: url( ../images/bg_center_black.gif );
  background-repeat: no-repeat;
  background-position: top;
  text-align: left;
  overflow: hidden;
  padding-top: 5px;
  color: white;
}

#top, #footer {
  text-align: right;
  vertical-align: middle;
  width: 600px;
  margin: 5px 50px 0 150px;
}

#pics {
  width: 640px;
  height: 480px;
  margin: 50px 0 20px 80px;
  border: 1px solid white;
}

#leftrright {
  width: 600px;
  padding: 0;
  margin: 5px 100px;
}

#left, #right {
  border: 1px solid red;
  margin: 4px;
  padding: 2px 5px;
}

#pics a {
  color: white;
  background-color: white;
  text-decoration: none;
}

#pics a:visited {
  color: white;
  background-color: white;
  text-decoration: none;
}

#pics a:hover {
  color: white;
  background-color: white;
  text-decoration: none;
}

#pics a:active {
  color: white;
  background-color: white;
  text-decoration: none;
}
