/*
Theme Name: TJ Oldani
Theme URI: http://www.tjoldani.com
Description: This is the custom theme for tjoldani.com.
Version: 1.0
Author: TJ Oldani
Author URI: http://www.tjoldani.com/
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form, ul, li, small {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial;
  font-size: 14px;
  text-align: center;
  vertical-align: top;
  background: #2e2e2e;
  margin: 0;
  padding: 0;
  color: #2e2e2e;
  line-height: 150%;
}

h1 {

}

h2 {
  font-size: 20px;
  font-weight: 100;
  color: #2e2e2e;
}

h3 {
  padding-top: 10px;
  font-weight: 100;
}

h2 a:link, h2 a:visited, h2 a:active, h2 a:hover { 
  text-decoration: none;
}

a:link, a:visited, a:active {
  color: #2e2e2e;
}

a:hover {

}

small {
  font-style: italic;
}

.post img {
  padding: 5px;
  margin: 5px 5px 0 0;
  border: 1px solid #a2a2a2;
}

img.feature_h {
  width: 708px;
}

img.feature_v {
  width: 500px;
}

strong {
  font-weight: 700;
}

hr {
  height: 6px;
  color: #2e2e2e;
  border: 0;
  width: 85%;
}

p {
  padding-bottom: 5px;
}

#wrapper {
  position: relative;
  margin: 0 auto 0 auto;
  width: 1000px;
  text-align: left;}

#header {

}

#header img {
  padding: 0;
  margin: 0;
  border: 0;
}

#container {
  background-image: url('images/background.gif');
  background-repeat: repeat-y;
  padding-top: 12px;
}

#sidebar {
  position: absolute;
  left: 765px;
  top: 52px;
  width: 218px;
  float: right;
  font-size: 12px;
}

#sidebar li {
  list-style: none;
  line-height: 160%;
}

.sidebar_social {
  padding-left: 5px;
}

#sidebar ul {
  padding-bottom: 10px;
}

#container h2 {

}

.post {
 padding: 0 0 20px 20px;
 width: 710px;
}

.post ul {
  margin-left: 20px;
}

.post li {
  padding-bottom: 5px;
}

.feedback {
  border: 1px solid #2e2e2e;
  background: #e2e2e2;
  padding: 5px;
  font-size: 10px;
}

.navigation {
  padding: 0 0 5px 10px;
}

#footer, #footer p, #footer a:link, #footer a:visited {
  font-size: 10px;
  color: #a2a2a2;
}

ul.tweets li {
  padding: 5px 0 5px 5px;
  border-bottom: dotted 1px #2e2e2e;
}