/*
Theme Name: Krock.com Syracuse
Theme URI: http://syracuse.krock.com/
Version: 1.0
Author: Robert Annal
Author URI: http://isafetech.com/
*/

body {
  margin: 0;
  padding: 0;
  background: #6b6b6b;
  font: 12px tahoma, sans-serif;
  color: #FFF;
}

div.clearer {
  line-height: 1px;
  clear: both;
}

p {
  margin: 0;
  padding: 10px 0;
}

#wrap {
  width: 800px;
  margin: 0 auto;
  background: url("images/bg.jpg") repeat-y;
}

#head {
  height: 65px;
  margin-left: 25px;
  background: url("images/head-uti.jpg") no-repeat;
}

#menu {
  height: 24px;
  margin-left: 25px;
  padding-left: 10px;
  background: url("images/menu.jpg") no-repeat;
  color: #000;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu ul li {
  display: inline;
}

#menu a {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 5px;
}

#menu a:hover {
  color: #800000;
}

#mid-head {
  height: 154px;
  margin-left: 25px;
  padding-left: 10px;
  background: url("images/mid-head.jpg") no-repeat;
}

#mid-head-content {
  width: 240px;
  height: 100px;
  margin: 0;
  padding: 40px 0 0 0;
  font-size: 28px;
}

#mid-head-content a#listen {
  color: #f1b141;
  text-decoration: none;
}

#mid-head-content a#listen:hover {
  color: #FFF;
}

#middle {
  padding-top: 20px;
}

#sidebar {
  float: left;
  margin-left: 25px;
  padding-left: 10px;
  width: 235px;
}

div.sidebar-wrap {
  width: 213px;
  margin-bottom: 20px;
}

div.sidebar-title, div.sidebar-specific {
  width: 14px;
  height: 140px;
  float: left;
  background: url("images/sidebar-title.jpg") no-repeat;
}

div.sidebar-specific {
  background: none;
}

div.sidebar-content {
  margin-left: 2px;
  width: 177px;
  float: right;
  padding: 0 10px;
  background: url("images/sidebar-head.jpg") no-repeat;
  background-color: #f6eaa5;
  color: #000;
  font-size: 10px;
  line-height: 16px;
}

div.sidebar-content a {
  color: #F00;
  text-decoration: none;
}

div.sidebar-content a:hover {
  text-decoration: underline;
}


#content {
  float: right;
  margin-right: 15px;
  padding-right: 10px;
  width: 480px;
}

#content-full {
  float: left;
  margin-left: 25px;
  padding-left: 10px;

}

div.content-wrap {
  width: 460px;
  margin-bottom: 20px;
}

div.content-title {
  background: url("images/content-title.jpg") no-repeat;
  height: 22px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
}

div.content-meta {
  font-size: 9px;
  font-style: italic;
  padding: 0 10px;
}

div.content-body {
  line-height: 18px;
  font-size: 11px;
  padding: 0 10px;
}

div.content-body a, div.content-title a, div.content-meta a, div.comment-meta a {
  color: #f1b141;
  text-decoration: none;
}

div.content-body a:hover, div.content-title a:hover, div.content-meta a:hover, div.comment-meta a:hover {
  text-decoration: underline;
}

#foot {
  text-align: center;
  margin-left: 10px;
  padding: 10px 0;
  font-size: 10px;
}

input.text {
  border: 1px solid #999;
  padding: 3px;
  font: 11px tahoma, sans-serif;
}

input.submit, input.comment-submit {
  border: 1px solid #999;
  background: #eaeaea;
  padding: 5px 10px;
  margin: 3px 0;
  font: 11px tahoma, sans-serif;
  cursor: pointer;
}

div.comment-meta, div.comment-text {
  line-height: 18px;
  font-size: 11px;
  padding: 0 10px;
}

div.comment-text blockquote {
  font-style: italic;
  margin: 0 10px;
}

textarea.comment-textarea {
  width: 400px;
  height: 100px;
  font: 11px tahoma, sans-serif;
  border: 1px solid #f1b141;
  padding: 3px;
}

input.comment-text {
  width: 200px;
  font: 11px tahoma, sans-serif;
  border: 1px solid #f1b141;
  padding: 3px;
}

div.moderation {
  color: #F00;
  font-size: 11px;
  padding-left: 10px;
  font-style: italic;
}

span.small {
  font-size: 9px;
  font-style: italic;
}
/*=======IMAGE ALIGNMENT=====*/
img.centered {
 display: block;
 margin-left: auto;
 margin-right: auto;
}
.aligncenter{
 display: block;
 margin-left: auto;
 margin-right: auto;
}
 
img.alignright {
 padding: 4px;
 margin: 0 0 2px 7px;
 display: inline;
}
 
img.alignleft {
 padding: 4px;
 margin: 0 7px 2px 0;
 display: inline;
}
 
.alignright {
 float: right;
}
 
.alignleft {
 float: left;
}
