/*  
 *
Theme Name: RP Tempering
Theme URI: http://www.justinhoppensteadt.com
Description: For Earle
Author: Justin Hoppensteadt
Author URI: http://www.justinhoppensteadt.com
Version: .1
Tags:blue color, right sidebar, two columns, fixed width

 *
 *
 * <?php echo 'HELLO WORLD'; ?>
 *
*/

/* Reset Defaults Starts */

li {
    display: block;
}

* {
  margin: 0;
  padding: 0;
  }

h1, h2, h3, h4, h5, h6, p, blockquote {
  margin: 0;
  padding: 10px;
  }

a {
  color: #215679;
  }

a:hover {
  color: #4C82A6;
  }

blockquote {
  margin: 5px 15px;
  padding: 5px 5px;
  background: #8CB5D8;
  border: 1px solid #3A7CAC;
  }

code {
  color: #3366CC;
  }

a img {
  border: none;
  }

img.centered {
    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;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}




/* Reset Defaults Ends */

body {
  position: relative; /* Fixes browser resizing bug in IE6 */
  margin: 0 auto 10px auto;
  width: 950px;
  font-family: Trebuchet MS, sans-serif;
  text-align: center; /* IE Centering Technique */
  background: #656565 url(images/bgbody-5.jpg) repeat-x top left;
  list-style: none;
  list-style-type: none;
  }

#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtop.gif) left top no-repeat;
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: url(images/bgtopwhite.gif) left top no-repeat;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: url(images/bgbottom.gif) left bottom no-repeat;
  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: url(images/bgbottomwhite.gif) left bottom no-repeat;
  }

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

#header .topright {
  float: right;
  position: relative;
  margin: 0;
  padding: 0;
  line-height: 25px;
  text-align: right;
  color: #fff;
  }

#header .topleft {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: black 0 1px 1px;
    line-height: 25px;
  }

.topleft a {
    color: white;
    text-decoration: none;
    margin: 0 5px;
}


#searchform {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  }

#searchform {
  margin-left: 5px;
  width: 213px;
  padding-top: 2px;
  height: 28px;
  background: #ccc;
  background: url(images/search.gif) left 3px no-repeat;
  }

*:first-child+html #searchform { /* Filter for IE7 */
  padding: 6px 0;
  }

* html #searchform { /* Filter for IE6 */
  padding: 6px 0;
  }

#searchbox {
  margin-left: 5px;
  margin-bottom: 3px;
  width: 150px;
  background: none;
  border: none;
  }

#searchbutton {
  width: 50px;
  background: none;
  border: none;
  }

#searchbutton:hover {
  cursor: pointer;
  }

#underheader {
  clear: both;
  margin-top: 20px;
  padding: 0 0 15px 0;
  }


#underheader h1.sitename {
  padding: 0 0 0 0;
  position: relative;
  font-size: 23pt;
  width: 600px;
  }

#underheader h1.sitename a {
  color: #fff;
  text-decoration: none;
  }

#underheader h1.sitename a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

#underheader h2.sitedesc {
  padding: 0 0 0 0;
  position: relative;
  font-size: 12pt;
  color: #4C82A6;
  }


#underheader #toprss{
  float: right;
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  text-align: right;
  }

/* REMENU */

#nav{
background:#222;
font-size:1.1em;
}
#nav-bar, #nav-bar ul {
list-style: none;
line-height: 1;
}
#nav-bar a, #nav-bar a:hover {
display: block;
text-decoration: none;
border:none;
}
#nav li {
float: left;
list-style:none;
border-right:1px solid #a9a9a9;
z-index: 100;
}
#nav a, #nav a:visited {
display:block;
font-weight:bold;
color: #f5f5f4;
padding:6px 12px;
}
.current_page_item a, #home .on {
background:#000;
text-decoration:none
}
.topleft .current_page_item a {
    background-color: #5C92B8;
}
#nav-bar li ul {
position: absolute;
left: -999em;
height: auto;
width: 250px;
border-bottom: 1px solid #a9a9a9;
    z-index: 10;
}
#nav-bar li li {
/*width: 248px;*/
    z-index: 10;
line-height: 26px;
width: 250px;
border-top: 1px solid #a9a9a9;
border-right: 1px solid #a9a9a9;
border-left: 1px solid #a9a9a9;
background: #777;
}
#nav-bar li li a, #nav li li a:visited {
    z-index: 10;
height: 26px;
font-weight:normal;
color:#FFF;
}
#nav-bar li li a:hover, #nav li li a:active {
    z-index: 10;
background:#000;
}
#nav-bar li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
left: auto;
}
a.main:hover {
background:none;
}


/* Menu */

#nav-bar {
  clear: both;
  margin: 10px 0 -15px 0;
  }

#nav-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav-bar li {
  float: left;
  margin-right: 10px;
  }


/** html #nav li a { /* Filter for IE6 to prevent li stacking */
* html #nav li { /* Filter for IE6 to prevent li stacking */
  float: left;
  text-decoration: none;
  }

/* html #nav li a span { /* Filter for IE6 to prevent li stacking */
* html #nav li a { /* Filter for IE6 to prevent li stacking */
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
  }

  /*mine*/
#nav-bar li li {
  background: url(images/bgbody.jpg) left top no-repeat;
  font-size: 10pt;
  }
/*#nav li a {*/
.sidebar1  li,
#nav-bar li {
  display: block;
  background: url(images/bgtableft-big.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }
#nav-bar li {
  max-width: 130px;
  height: 52px;
  }
#nav-bar li li {
  max-width: 300px;
  height: 26px;
}

/*mine*/
#nav-bar li li a {
  background: url(images/bgbody.jpg) right top repeat-x;
  margin-left: 0;
  }

/*#nav li a span {*/
.sidebar1 li h2 ,
#nav-bar li a {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  font-weight: bold;
  color: #FFF;
  background: url(images/bgtabright-big.gif) right top no-repeat;
  text-decoration: none;
  }

#nav-bar li a {
  line-height: 26px;
  height: 52px;
 }

/*#nav li a:hover {*/
#nav-bar li:hover {
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav-bar li:hover a {
    text-shadow: 0 0 .2em black, 0 0 .2em black;
}
/*#nav li a:hover span {*/
#nav-bar li li:hover a {
    text-shadow: 0 0 .2em white, 0 0 .2em #444;
  }

/*#nav li.current_page a {*/
#nav li.current_page_item  ,
#nav li.current_page_ancestor  {
  background-position: left -26px;
  }

/*#nav li.current_page a span {*/
#nav li.current_page_item a ,
#nav li.current_page_ancestor a {
  background-position: right -26px;
  color: #000;
  }

/* Main content */

#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  /*margin-top: -25px;*/
  padding: 0 15px 15px 10px;
  background: #fff;
  }

#contentwrapper {
  }

#content {
  }

.contentsearch {
  margin: 0 0 40px 100px;
  }

.contentsponsors {
  margin: 0 0 30px 190px;
  }

.adsense_top {
  text-align:center;
  margin:10px 0 25px 0;
  font-size:9pt;
  }

.adsense_sidebar {
  text-align:center;
  margin:0 0 20px 0;
  font-size:9pt;
  }

.post {
  margin: 20px 0 25px 0;
  }

#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  /*text-align: left;*/
  text-align: right;
  }

#content li.pagenav h2 {
    text-align: center;
}

#content h3 {
  font-size: 12pt;
  }

#content h4, #content h5, #content h6 {
  font-size: 11pt;
  }

h2.homeTitle {
  margin: 0 0 15px 0;
  }

.page-id-87 h2.postTitle {
    background-image: url(/wp-content/blogs.dir/3/files/pics/CustomerOpp.jpg);
    width: 460px;
    height: 60px;
    margin: 0 auto;
    
}
.page-id-87 h2.postTitle a {
    font-size: 1px;
}

.page-id-87 table ,
.page-id-112 table {
    margin: 0 auto;
}

.post-134 .postTitle {
    height: 0px;
}
.post-134 .postTitle a {
    color: white;
}

blockquote {
    line-height: 25px;
}

.parent-pageid-217 #content h2.postTitle {
    text-align: center;
}
h2.postTitle {
  padding: 0 10px;
  font-size: 20pt;
  font-weight: bold;
  color: #000;
  }

h2.postTitle a {
  font-size: 20pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

h2.postTitle a:hover {
  color: #215679;
  }

.postMeta {
  padding: 2px 10px 4px 10px;
  font-size: 9pt;
  color: #333;
  }

.postMeta .date {
  background: url(images/date.gif) left no-repeat;
  padding: 0 0 0 15px;
  }

.postMeta .filed {
  background: url(images/folder.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .commentcount {
  background: url(images/comments.gif) left no-repeat;
  padding: 0 0 0 18px;
  margin: 0 0 0 3px;
  }

.postMeta .tags {
  background: url(images/tags.gif) left no-repeat;
  padding: 0 0 0 15px;
  }


.postMeta a {
  text-decoration: none;
  }

  .postContent {
      text-align: center;
      min-height: 300px;
  }

.sidebar1 ul.sidebar1out {
    margin: 0;
}

.home table {
 /*   float: left;*/
}

.page-id-262 #main {
    overflow: hidden;
}

.page-id-107 .postContent img ,
.page-id-215 .postContent img ,
.page-id-98 .postContent img {
    border: 0;
}
.home .postContent img {
    margin: 0;
    padding: 0;
}
.parent-pageid-90 .postContent img {
    margin: 0 auto;
    border: 0;
    z-index: 10;
}

.parent-pageid-99 .postTitle {
    display: none;
}

.postContent img {
  margin: 10px;
 /* border: 3px solid #CCC;*/
  }

.postContent p {
  padding: 5px 10px;
  font-size: 10pt;
  color: #000;
  }

.postContent ul, ol {
  padding: 0 0 0 35px;
  }

.postContent ul li, ol li {
  font-size: 10pt;
  color: #000;
  }

p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 20px;
  background: url(images/comment.gif) left top no-repeat;
  font-size: 10pt;
  text-decoration: none;
  }

.commentlist {
  margin: 10px 0;
  font-size: 10pt;
  list-style: none;
  }

.commentlist li {
  margin: 0 0 5px -25px;
  width: 510px;
  }

.commentlist cite {
  padding: 10px;
  font-size: 10pt;
  }

.commentlist cite a {
  }

.commentmetadata {
  padding: 10px;
  }

.comment h3 {
  padding: 0 10px;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  }

.comment p {
  padding: 10px;
  font-size: 10pt;
  color: #000;
  }

.comment a {
  text-decoration: none;
  }

.comment a:hover {
  text-decoration: underline;
  }

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 30px;
  background: url(images/commentbutton.gif) left top no-repeat;
  border: none;
  font-size: 9pt;
  color: #333;
  }

.comment #submit:hover {
  cursor: pointer;
  }

.navigation {
  margin: 10px 0;
  color: #406E8D;
  text-align: center;
  font-size: 10pt;
  }

.navigation a {
  text-decoration: none;
  }

a.gravatar {
  float:left;
  margin:10px 15px 20px 0;
  width:69px;
  }


/* Start of sidebar */

#allsidebars {
    float: left;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-top: 9px;
  width: 355px;
  background: url(images/bgsidebartop.gif) left top no-repeat;
  }

.sidebar1 {
    display: inline;
}

.parent-pageid-124 .sidebar1 {
}
 
/*.parent-pageid-99 .postContent  { margin-left: 20px; padding-left: 20px; width: 800px; }*/


.parent-pageid-90 blockquote ,
.parent-pageid-99 blockquote {
    margin-top: 24px;
}

.sidebar1 {
  width: 355px;
  background: #363636;
  }

.sidebar1 h2 {
  padding: 0 0 2px 0;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  }

.sidebar1 p {
  padding: 2px 0;
  font-size: 9pt;
  }

#welcome {
  clear: both;
  padding: 0 10px;
  }

#welcome a {
  display: inline;
  color: #4C82A6;
  }

#welcome a:hover {
  color:#fff;
  }




#welcome p {
  color: #fff;
  margin-top: 5px;
  padding-left: 70px;
  background: url(images/welcome.gif) left top no-repeat;
  }

.sidebarsbottom {
  clear: both;
  width: 355px;
  height: 18px;
  background: url(images/bgsidebarbottom.gif) left bottom no-repeat;
  }


/* Sidebar 2 columns widget-ready */

.sidebarsB {
  width: 355px;
  margin-top: 15px;
  }

.sidebar1 {
  float: left;
  background-color: white;
  margin-top: 20px;
  width: 165px;
  }

.sidebar2 {
  float: right;
  width: 165px;
  }

.sidebarsB h2 {
  padding: 2px 7px;
  font-size: 11pt;
  color: #fff;
  letter-spacing: -1px;
  background: url(images/sidebar_h2.gif) left no-repeat;
  margin-bottom: 3px;
  }

.sidebarsB table {
  width: 160px;
  }

.sidebar1 ul {
  /*margin:  20px 0 0 0;*/
  padding: 0 0 5px 0;
  }

.sidebar1 li {
  margin-bottom: 20px;
  list-style: none;
  font-size: 9pt;
  }

.sidebar1 li ul {
  padding: 0;
  }

.sidebar1 ul ul {
  border-top: 1px dotted #ccc;
  }
.sidebar1 ul ul li {
  margin: 0;
  padding: 12px 2px 10px 16px;
  color: #222;
  background: white url(images/bullet.gif) no-repeat left center ;
  /*line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

.sidebar1 a {
  display: block;
  color: #333;
  text-decoration: none;
  display: inline;
  }

.sidebar1 a:hover {
  color: #4C82A6;
  text-decoration: underline;
  }

.sidebar1 p {
  padding: 2px 0;
  font-size: 9pt;
  }

#tag_cloud a {
  display: inline;
  }

.sidebarsB ul.children li {border-bottom:none;}
.sidebarsB ul.children {margin-bottom:-5px;}


/* Footer */

#footer {
  clear: both;
  padding-top: 0;
  color: #fff;
  text-align: center; /* IE Centering Technique */
  background: #000;
  }

#footer p {
  padding: 0;
  font-size: 8pt;
  color: #fff;
  text-align: center;
  }

#footer a {
  color: #87BBD9;
  }

#footer a:hover {
  color: #fff;
  }

#credits {
  clear: both;
  margin: 0 auto;
  line-height: 19px;
  }


/* Extras */

.cleared {
  clear: both;
  }

.lefty {
    text-align: left;
}

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }


#logo {
    margin-top: 10px;
    width: 414px;
    height: 75px;
    /*background-image: url(images/head1.png);*/
}

.breadcrumb {

    text-align: left;
}

.commentbody {
  float:right;
  width: 420px;
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  }


.loginout a {
    color: #497FA3;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-shadow: black 0 1px 1px;
    margin-top: 5px;
    line-height: 25px;
}

.Title {
  padding: 5px 10px 0 10px;
  font-size: 20px;
  color: #215679;
  display: inline;
  position: relative;
  top: -65px;
  right: -350px;

  }

.Title a {
    color: #FFFE00;
    text-decoration: none;
}

.post-edit-link {
    color: blue;
    margin-right: 20px;
    font-size: 12px;
}

.topright:hover a {
    color: black;
}

.ngg-singlepic {
    display: inline !important;
}

li.current_page_item {
    font-weight: bold;
}

.ngg-imagebrowser h3 {
    display: none;
}

.page-id-192 table ,
.page-id-191 table {
    width: 760px;
}

.page-id-192 table a {
    display: none;
}
.page-id-192 table img ,
.page-id-194 table img {
    max-width: 600px;
}

.flash {
    margin: 25px;
}

.pdflist {
    min-width: 600px;
}

.topleft .page_item {
    display: inline;
}

.margincontent {
    /*margin-left: 300px;*/
    display: inline;
    margin: 0 auto;
}

.listnone {
    list-style-type: none;
}
#twitter-tools {
}

.hometop {
/*    margin-top: 15px; */
}
.noborder {
    border: none;
}

.listitem img {
    margin-top: 0px ;
    margin-bottom: 0px ;
    margin-right: 10px ;
    margin-left: 0px ;
}
.listitem {
    font-size: .7em;
    line-height: 30px;
    vertical-align: middle;
    text-align: left;
    padding-left: 50px;
    margin: 5px auto;
}
.listitem a {
    font-size: 1.2em;
    margin-right: 5px;

}
.page-id-98 .postTitle {
    display: none;
}

.leftie {
    max-width: 50%;
    margin-left: 25px;
    float: left;
    width: 40%;
}
.rightie {
    margin-right: 25px;
    float: right;
    width: 40%;
}
.leftie strong,
.rightie strong {
    text-align: center;
    }
.page-id-98 .listitem {
    margin-left: 20px;
}
.post-134 ul {
    margin: 20px auto;
    list-style-type: disk  none inside;
    list-style: disk;
}
 .sf-sub-indicator {
     display: none;
 }


.slider {
    width: 600px;
    height: 100px;
}

#homeright {
    width: 600px;
    font-size: 9px;
    float: right;
}

#homeright li ,
#homeright p {
    font-size: 9px;
}

.homeleft {
    width: 300px;
    float: left;
}

.homebottom {
    width: 600px;
    height: 350px;
    margin: 10px auto;
}

.aktt_tweets li {
    padding-bottom: 5px;
    border-bottom: 1px solid gray;
}

.home blockquote {
    padding: 10px;
    margin: 0px;
}

.home .aktt_tweets ul {
    padding: 5px 10px !important;
}

#prodTitle {
    margin-left: 12px;
    text-align: left;
    text-decoration: none;
    width: 894px;
    z-index: 1;
}

#prodTitle .title {
    float: left;
     font-style:italic; 
    text-align: left;
    font-family: fixed monospace;
    font-size: 26px;
}

.underline {
    position: relative;
    left: 0;
    top: 28px;
    height: 2px;
    background-color: #4C82A6;
    z-index: 1;
    /*width: 894px;*/
}

#prodTitle .desc {
    float: right;
    font-family: fixed monospace;
    font-size: 19px;
    color: #4C82A6;
    padding-top: 4px;
}

#prodTitle .desc2 {
    position: relative;
    top: -21px;
    left:0;
    font-family: fixed monospace;
    font-size: 16px;
    color: #4C82A6;
    z-index: 1;
}
.infosheet {
    font-size: 20px;
    text-decoration: underline;
}
img.center_image {
    margin-bottom: 5px;
    padding-bottom: 0;
}
.center_image_label {
    position: relative;
    top: -4px;
    font-size: 12px;
    margin-left: 20px;
    margin-right: 20px;
}
.product .postContent {
    margin-left: 20px;
    margin-right: 20px;
}

.highlight {
    color: blue;
    margin: 10px 5px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
     font-style:italic; 
}

.jFlowPrev {
    position: absolute;
    top: 400px;
    left: -115px;
    z-index: 5;
cursor: pointer;
}
.jFlowNext {
    position: absolute;
    top: 400px;
    right: -115px;
    z-index:5;
cursor: pointer;
}

#jFlowSlide {
    margin-top: 15px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#jFlowSlide .flowText {
    overflow: auto;
margin: 0;
padding: 0;
position: relative;
top: -25px;
background: grey;
opacity: .7;
filter:alpha(opacity=70);
}
#jFlowSlide img {
/* border: 1px solid #CCC;*/
 }
.jFlowSelected {
    text-decoration: underline;
    font-weight: 700;
}
.jFlowControl {
    cursor: pointer;
    max-width: 150px;
}
.jFlowControl:hover {
    text-decoration: underline;
}
.jFlowInfo span {
    display: block;
}
#controller table {
    margin-left: auto;
    margin-right: auto;
}
#controller table td {
    padding: 20px;
}
.jFlowSlideContainer table {
    width: 100%;
}

.post-107 tr {
    border-bottom: 5px solid gray;
    margin-bottom: 5px;
}

.strong {
    font-weight: 700;
}

.blueback {
  background-color: #8CB5D8;
}

#address {
    color: yellow;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    padding: 0;
    line-height: 14px;
    position: relative;
    right: -730px;
    top: -73px;
}

.par3 img {
    text-align: right;
    position: relative;
    top: 0;
    right: 0;
}

.post-98 td { 
    width: 440px;
}

.page-id-87 table {
    font-size: 9pt;
}

.ninept { 
    font-size: 9px;
}

li.page-item-112 a ,
li.page-item-99 a ,
li.page-item-110 a {
    max-width: 85px;
}
