/* 
   CSS Style Sheet for the rykers.net website.
   Copyright 2008 - Phillip Ryker
   Please email me at pryker [ at ] gmail.com if you wish
   to use this on your webiste
*/

/* STRUCTURE */

html { 
  padding:0px;
  margin:0px;
}

#sitebox {
  clear: both;
  width: 800px;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
}

#topspacer {
  clear: both;
  width: 800px;
  margin:0px auto;
  padding: 0px;
  text-align:left;
  border-top: 1px solid #9d9f9d;
}

#navigation {
  clear: both;
  width: 301px;
  padding-right: 15px;
  margin-right: 0px;
  float: left;
}

#navcolumn1 {
  width: 150px;
  padding: 0px;
  float: left;
}

#navcolumn2 {
  width: 150px;
  padding: 0px;
  float: left;
}

#content {
  clear: none;
  width: 453px;
  padding: 15px;
  margin-left: 0px;
  float: left;
  border-left: 1px solid #9d9f9d;
}

#entry {
  clear: both;
  float: left;
  width: 453px;
}

#blogspacer {
  clear: both;
  float: left;
  width: 453px;
}

hr.hr1 {
  border: 0;
  width: 100%;
  color: #9d9f9d;
  background-color: #9d9f9d;
  height: 1px;
}

#cpictureright {
  clear: none;
  float: right; 
  width: 150px;
  margin-left: 15px; 
}

#cpictureleft {
  clear: none;
  float: left; 
  width: 150px;
  margin-right: 15px; 
}

#cvideoleft {
  clear: none;
  float: left; 
  width: 200px;
  margin-right: 15px; 
}

#cvideoright {
  clear: none;
  float: right; 
  width: 200px;
  margin-left: 15px; 
}

#bottomspacer {
  clear: both;
  width: 800px;
  margin:0px auto;
  padding: 0px;
  text-align:left;
  border-bottom: 1px solid #9d9f9d;
}

/* TEXT & FORMAT DECORATIONS */

a {color: #9d9f9d;}
a {text-decoration:none;}
a {font-weight: bold;}
a {font-family: sans-serif;}
a:visited {color:#9d9f9d;}
a:hover {color: #37ea00;}
a:active {color:#9d9f9d;}

input {
  font-size: 14px;
  color:#9d9f9d;
  background-color:#000;
  border:1px solid #9d9f9d;
  margin:0px auto
}

input[type="hidden"] {
  border:none
}

input[type="text"] {
  width: 208px;
  background-color:#000
}

input[type="submit"] {
  background: #000 url(../img/fade.jpg) repeat-x;
  color:#999
}

input[type="checkbox"] {
  background: #000 url(../img/fade.jpg) repeat-x;
  color:#000000;
  background-color:#000000;
  border:0px;
}

form {
  border:none;
}

h2 {
  font-size: 20px;
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #9d9f9d;
}

p {
  text-align: left;
}

small {
  font-family: Sans-Serif;
  font-size: 10px;
}

body {
  background-color: #000000;
  font-size: 12px;
  font-family: Courier, Lucida Console;
  color:#9d9f9d;  
  padding:0px;
  margin:10px;
  text-align: center;
}
