/*
Theme Name: Troolean
Theme URI: http://www.troolean.nl/
Description: Troolean Theme
Author: Troolean
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

body, html
{
  margin: 0;
  padding: 0;
  background-color: #332e30;
  background-image: url("images/trPageBack.png");
  background-repeat: repeat-x;
  font-family: verdana;
  font-size: 0.9em;
  color: white;
}

img
{
  border: 0;
}

h1
{
  font-size: 1.4em;
  font-weight: bold;
}

h2
{
  font-size: 1.2em;
  font-weight: bold;
}

h3
{
  font-size: 1.0em;
  font-weight: bold;
}

#wrapper
{
  background-image: url("images/trMenuBack.png");
  background-repeat: repeat-x;
}

#innerwrapper
{
  background-image: url("images/trWatermark.png");
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 660px;
}

#header
{
  position: relative;
  min-height: 200px;
}

#main
{
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
  min-height: 315px;
}

#footer
{
  clear: both;
  padding-left: 25px;
  padding-right: 25px;
  height: 15px;
  margin-bottom: 15px;
}

.header-title
{
  color: #ff0011;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: -0.05em;
  float: left
}

.header-slogan
{
  color: white;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: -0.05em;
  float: right;
}

#colophon {
  overflow: hidden;
}

#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}

a.logo
{
  position: relative;
  left: 35px;
  top: 25px;
}

.watermark
{
  position: absolute;
  right: 0;
  top: 0;
}

.menu
{
  float: right;
  margin-right: 45px;
  margin-top: 30px;
}

.menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
}

.menu li
{
  margin: 0;
  display: inline;
  color: white;
  letter-spacing: -0.05em;
  padding-right: 12px;
  padding-left: 12px;
  border-right: dotted;
  border-color: #ff0011;
  border-width: 2px;
}

.menu li.menu-item-34
{
  border-width: 0;
}

.menu li a
{
  color: white;
  text-decoration:none;
}

.menu li a:hover
{
  color:#ff0011;
}

.menu li.current-menu-item a
{
  color: #ff0011;
  text-decoration:none;
}

.menu li a.active
{
  color: #ff0011;
  text-decoration:none;
}

.entry-title
{
  color: #ff0011;
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: -0.05em;
}

hr
{
  height: 2px;
  border: 0;
  border-top: dotted;
  border-color: white;
  border-width: 2px;
  clear: both;
}

#main .cleft
{
   float: left;
   margin-top: 15px;
   margin-bottom: 15px;
   color: white;
   font-size: 0.9em;
   border-right: dotted;
   border-color: white;
   border-width: 2px;
   margin-right: 250px;
   padding-right: 10px;
}

#main .cright
{
   position: absolute;
   width: 225px;
   text-align: center;
   margin-top: 15px;
   margin-bottom: 15px;
   padding-left: 25px;
   right: 20px;
}

.key
{
  border: 2px dotted;
  border-color: white;
}

fieldset
{
  border: 0;
}

fieldset legend
{
  color: white;
  visibility: hidden;
}

.fieldset
{
  margin-right: 3px;
  margin-bottom: 3px;
  font-size: 0.8em;
}

.fieldset legend
{
  color: white;
  text-transform: uppercase;
}

.fieldset label
{
  text-align:right;
  width:150px;
  float:left;
  padding:0.2em;
  margin:15px 10px 0 10px; /* T R B L */
  text-transform:uppercase;
}

.fieldset  label.required
{
  font-weight: bold;
}

.fieldset  label.required:before
{
  content: "*";
}

.fieldset .nobr
{
  display:none;
}

.fieldset .textfield
{
  margin-top: 2px;
  width: 18em;
  border: 1px;
  border-style: dotted;
  border-color: #ff0011;
  background: transparent;
  color: white;
  cursor: text;
}

.fieldset .genderfield
{
  margin-top: 2px;
  margin-bottom: 4px;
}

.fieldset .textarea
{
  margin-top: 2px;
  border: 1px;
  border-style: dotted;
  border-color: #ff0011;
  background: transparent;
  color: white;
  font-family: verdana;
  width: 450px;
  cursor: text;
}

.fieldset .submit
{
  margin-top: 2px;
  border: 0;
  color: white;
  cursor: pointer;
  background: url("images\trBtn.png") repeat-x left bottom;
}

.fieldset .clear
{
  margin-top: 2px;
  border: 0;
  color: white;
  cursor: pointer;
  background: url("images\trBtn.png") repeat-x left bottom;
}

.biglink
{
  text-decoration: none;
  color: white;
  cursor : pointer;
  padding: 2px;
  text-align: center;
  border: 0;
  border-bottom: 2px;
  border-style: dotted;
  border-color: #ff0011;
  width: 235px;
}

.biglink:hover
{
  text-decoration: none;
  color: #ff0011;
  cursor : pointer;
  padding: 2px;
  text-align: center;
  border: 0;
  border-bottom: 2px;
  border-style: dotted;
  border-color: white;
  width: 235px;
}

.leftdot
{
   border: 0;
   border-left: 2px;
   border-style: dotted;
   border-color: #ff0011;
   padding-left:5px;
}

ul
{
   list-style-image: url("images/red_bullet.gif")
}

.copyright
{
  font-size: 60%;
  font-weight: bold;
  float: left;
  margin-left: 5px;
  color: #7d7373;
}

.copyright a
{
  color: #7d7373;
}

.w3cbutton
{
  width: 10em;
  border: 1px solid #ccc;
  font-size: 60%;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.w3cbutton a
{
  display: block;
  width: 100%;
}
.w3cbutton a:link,
.w3cbutton a:visited,
.w3cbutton a:hover
{
  background-color: #332e30;
  color: white;
  text-decoration: none;
}
.w3cbutton span.w3c
{
  padding: 0 0.4em;
  background-color: #ff0011;
  color: white;
}

span.authors
{
  font-size: 60%;
  font-weight: bold;
}

#main a:link {color:white;}      /* unvisited link */
#main a:visited {color:gray;}  /* visited link */
#main a:hover {color:#ff0011;}  /* mouse over link */
#main a:active {color:#ff0011;}  /* selected link */ 


table a
{
  text-decoration: none;
  color: #0091FF;
}

table td.title
{
  width: 220px;
}

.wpcf7-not-valid-tip
{
  color: black;
}

.type-post
{
  border-style: dotted;
  border-color: #ff0011;
  border-width: 1px;
  margin-bottom: 8px;
  padding: 5px;
}

#date
{
  display: block;
  color: #4571DA;
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding; 5px;
}

#title
{
  color: white;
  font-weight: bold;
}

#link
{
  color: #ff0011;
  font-weight: bold;
}

#tags
{
  display: block;
  width: 100%;
  text-align: right;
  font-size: xx-small;
}
