/*
Theme Name: Blue Republic
Theme URI: http://thebluerepublic.net/
Description: Default template for the Blue Republic v9.0.69
Author: Nicky Mac
Author URI: http://thebluerepublic.net/
Tags: blue republic
Version: 9.0.69
*/

/* Set Defaults */

* {
  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;
  font-size: 8pt;
  }

a img {
  border: none;
  }
:focus{
	outline: none;
}

/* End Set Defaults */

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: #FFFFFF url(images/bgbody.png) repeat-x top left;
  }
#main {
  clear: both;
  width: 925px; /* Overrides miscalculation in IE6; ignored by other browsers. */
  margin: 0;
  padding: 0 15px 15px 10px;
  background: #fff;
  
  }
#wrapper {
  text-align: left; /* IE Centering Technique */
  }

.topcurve {
  margin-top: 15px;
  height: 13px;
  background: #091571;
  border: 1px solid #091571;
  border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  -khtml-border-top-right-radius: 12px;
  border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -webkit-border-top-left-radius: 12px;
  -khtml-border-top-left-radius: 12px;  
  }

.topcurvewhite {
  margin-top: 15px;
  height: 13px;
  background: #fff;
  border: 1px solid #ffffff;
  border-radius-topright: 12px;
  -moz-border-radius-topright: 12px;
  -webkit-border-top-right-radius: 12px;
  -khtml-border-top-right-radius: 12px;
  }

.bottomcurve {
  margin: 0;
  height: 13px;
  background: #091571;
  border: 1px solid #091571;
  border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -khtml-border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -khtml-border-bottom-left-radius: 12px;  

  }

.bottomcurvewhite {
  margin: 0;
  height: 13px;
  background: #fff;
  border: 1px solid #ffffff;
  border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -khtml-border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -khtml-border-bottom-left-radius: 12px;  
  }


#header {
  clear: both;
  margin-top: 12px;
  padding: 0px;
  background: #11151e url('images/headerBackground.png') no-repeat top left ;
  height: 90px;
  }
div#rss{
    font-size: 8pt;
    position: absolute;
    top: 18px;
    left: 690px;
}
div#rss a{
    text-decoration: none;
    color: #F8F8FF;
}
div#rss a:hover{
    color: #4C82A6;
}
div#rss h2{
    background: url(images/RSS.png) right top no-repeat;
    font-size: 10pt;
    padding-right: 26px;
    line-height: 40%;
}
div#headerText{
    width: 303px;
    height: 64px;
    filter:alpha(opacity=50);
	opacity: 0.50;
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
    -webkit-opacity: 0.50;
    background: #01012A;
    border: 2px solid #1E1C30;
    border-radius:10px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
    position: relative;
    left: 10px;
    top: 10px;

}
#header h1.sitename {
  padding: 0 0 0 5px;
  position: ;
  font-size: 23pt;
  width: ;

  }

#header h1.sitename a {
  color: #F8F8FF;
  text-decoration: none;
  }

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

#header h2.sitedesc {
  padding: 0 0 0 10px;
  position: ;
  font-size: 12pt;
  color: #4C82A6;

  }


/* Menu */

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

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

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

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

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

#nav li a {
  display: block;
  height: 26px;
  background: url(images/bgtableft.png) left top no-repeat;

  font-size: 10pt;
  text-decoration: none;
  }

#nav li a span {
  display: block;
  margin-left: 6px;
  padding-left: 5px;
  padding-right: 12px;
  line-height: 26px;
  font-weight: bold;
  color: #FFF;
  background: url(images/bgtabright.png) right top no-repeat;
  text-decoration: none;
  }

#nav li a:hover {
  background-position: left -26px;
  text-decoration: none;
  cursor: pointer; /* For IE6 */
  }

#nav li a:hover span {
  background-position: right -26px;
  color: #000;
  }

#nav li.current_page a {
  background-position: left -26px;
  }

#nav li.current_page a span {
  background-position: right -26px;
  color: #000;
  }

/* Main content */



#contentwrapper {
  float: left;
  width: 550px;
  }

#content {
  }

#content .pageTitle {
  padding: 5px 10px 0 10px;
  font-size: 14pt;
  color: #215679;
  }

.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:;
  margin:0 0 20px 0;
  font-size:9pt;
  }
div#iTunes{
    margin: 0px auto;
    width: 122px;
    margin-bottom: 6px;
    margin-top: 6px;
}
div#lastFm{
    margin-top: 8px;
    border-left: 1px solid #6398CE;
    width: 171px;
    background:#6598CD;

}
div#searchAmazon{
    margin-top: 8px;   
    width: 312px;
    padding: 2px;
    background:;
    border: 2px solid #316B9F;
    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    
    
}
div#recommend{
    background: ;
    margin: 0px auto;
    width: 120px;
    padding: 2px;
    border: 2px solid #316B9F;
    border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
}
div#recommend iframe{
    
    /**
 * width: 120px;
 *     border: 2px solid #316B9F;
 *     border-radius:4px;
 *     -moz-border-radius:4px;
 *     -khtml-border-radius:4px;
 *     -webkit-border-radius:4px;
 */
}
.post {
    margin: 0 0 25px 0;
    padding: 8px 4px 12px 4px;
    background: #FFF9EF;
    position: relative;
    
    border: 2px solid #316B9F;
    border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
    behavior:url(border-radius.htc);
    -moz-box-shadow: 3px 4px 7px #888;
    -webkit-box-shadow: 3px 4px 7px #888;
  }
div.youtubeContainer{
    border: 6px double #6598CD;
 
    width: 425px;
    margin: 0px auto;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
    
}
#content h2, #content h3, #content h4, #content h5, #content h6 {
  padding: 0 10px;
  font-weight: bold;
  }

#content h2 {
  font-size: 14pt;
  }

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

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

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

h2.postTitle {
  padding: 0 10px;
  font-size: 14pt;
  font-weight: bold;
  color: #000;
  }

h2.postTitle a {
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  letter-spacing: -1px;
  }

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

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

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

.postMeta .filed {
  background: url(images/folder.png) left no-repeat;
  padding: 0 0 0 22px;
  margin: 0 0 0 1px;
  }

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

.postMeta a {
  text-decoration: none;
  }

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

#content p, .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;
  }

.postTags {
  margin: 15px 10px;
  font-size: 9pt;
  color: #000;
  background: #eee url(images/tag.png) left top no-repeat;
  border-left: #eee 5px solid;
  border-top: #eee 2px solid;
  padding: 2px 4px 2px 24px;
  }
div.fbLike{
    padding-left: 14px;
    margin-top: 12px;
}
p.comments {
  clear: both;
  padding: 5px 10px 5px 10px;
  }

p.comments a {
  padding-left: 24px;
  background: url(images/comments.png) 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 10px -25px;
  background: #EBEBFD;
  width: 510px;
  border: 2px solid #EBEBFD;
    border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
    -moz-box-shadow: 2px 3px 7px #888;
    -webkit-box-shadow: 2px 3px 7px #888;
  }

.commentlist li.alt {
  margin: 0 0 10px -25px;
  background: #EFEFEF;
  width: 510px;
  border: 2px solid #EFEFEF;
    border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
  
  }

.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;
  }
div#commentForm input, textarea{
    border: #EFF2FF 6px solid;
    background: #EFF2FF;
    margin-bottom: ;
    border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px; 
    padding: ;
    font-family: Trebuchet MS, sans-serif;
}  
div.captcha{
    display: none;
    padding: 10px;
  font-size: 10pt;
}
div.captcha p {
  margin-left: -10px ;
  font-size: 10pt;
  color: #000;
  }
div.captcha input{
    margin-left: 8px;
}  
button#submitCaptcha{
  width: 60px;
  height: 26px;
  background: url(images/Btn.png) left top repeat-x;
  border: #8BB4DF 3px solid;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff; 
  cursor: pointer; 
  padding: 2px;
  margin-left: 8px; 
  border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px; 
}  
button#submitCaptcha:hover{
    background: url(images/Btn_over.png) left top repeat-x;
}
.comment a {
  text-decoration: none;
  }

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

.comment textarea {
  width: 510px;
  }

.comment #submit {
  width: 118px;
  height: 26px;
  background: url(images/Btn.png) left top repeat-x;
  border: #8BB4DF 3px solid;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff; 
  cursor: pointer; 
  padding: 2px;
  margin-left: 8px; 
  border-radius:4px;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px; 
  }

.comment #submit:hover {
  background: url(images/Btn_over.png) left top repeat-x;
  }

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

.navigation a {
  text-decoration: none;
  }


/* Start of sidebar */

#allsidebars {
  width:355px;
  float:right;
  }


/* Sidebar top welcome box */

.sidebarswrapper {
  margin-top: 0px;
  padding-bottom: 18px;
  padding-top: 9px;
  width: 355px;
  background: #091571;
  border: 1px solid #091571;
    border-radius:10px;
    -moz-border-radius:10px;
    -khtml-border-radius:10px;
    -webkit-border-radius:10px;
  }

.sidebars {
  width: 355px;
  background: #091571;
  }

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

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

#welcome {
  clear: both;
  padding: 0 10px 15px 10px;
  color: #fff;
  font-size: 9pt;
  }

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

#welcome a:hover {
  color:#fff;
  }
#welcome img{
    float: left;
    margin: 8px 12px 4px 0px;
    
}
#welcome p {
  color: #fff;
  margin-top: 5px;
  margin-bottom: ;
  padding-left: 70px;
  background: ;
  }
div#socialBadges{
    margin: 0px auto;
    width: 140px;
}
.sidebarsbottom {
  display: none;
  }


/* Sidebar 2 columns widget-ready */

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

.sidebar1 {
  float: left;
  width: 165px;
  }

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

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

.sidebarsB table {
  width: 160px;
  }

.sidebarsB ul {
  margin: 0;
  padding: 0 0 5px 0;
  }

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

.sidebarsB li ul {
  padding: 0;
  }

.sidebarsB ul ul li {
  margin: 0;
  padding: 5px 2px 2px 16px;
  color: #222;
  background: url(images/bullet.png) left 7px no-repeat;
  line-height: 17px; /* Required for cross-browser consistency; cross-browser defaults vary. */
  border-bottom: 1px dotted #ccc;
  }

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

.sidebarsB a:hover {
  color: #4C82A6;
  text-decoration: none;
  }

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

#tag_cloud a {
  display: inline;
  }
#tagCloud{
    height: ;
}
#tagCloud a:hover {
  font-size: larger;
  text-transform: uppercase;
  background: #ECEFF5;
  letter-spacing: ;
  text-decoration: none;
  
  }
div#tagCumulus{
    position: relative;
    padding: 2px;
    border: 2px solid #316B9F;
    border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
    
}
.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: #091571;
  }

#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;
  }

.left {
  float:left;
  }

.right {
  float:right;
  }

#nextprevious {
  padding:10px;
  font-size:80%;
  }
div#contactForm{
    display: none;
    margin: 0px auto;
    font-size: 10pt;
    padding-left: 10px;
    width: 510px;
}
div#contactForm input, textarea{
    border: #EFF2FF 6px solid;
    background: #EFF2FF;
    margin-bottom: 2px;
    border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px; 
    padding: ;
    font-family: Trebuchet MS, sans-serif;
}
div#contactForm textarea{
    width: 480px;
}
div#contactForm input#captchaAnsa{
    border: 1px solid #00008b;
    background: #ffffff;
    padding: 2px;
}
span#emailRqrd{
    margin-left: 4px;
    background: ;
}
div#cntctLabels{
    width: 120px;
    text-align: right;
    float: left;
    padding-right: 6px;
}
div#cntctLabels label{
    display: block;
    margin-bottom: 14px;
}
div#contactForm p{
    margin-left: -10px;
}
button#submitEmail{
    display: none;
}
button.tbrBtn{
  background: url(images/Btn.png) left top repeat-x;
  border: #8BB4DF 3px outset;
  font-size: 9pt;
  font-weight: bold;
  color: #ffffff; 
  cursor: pointer; 
  padding: 2px;
  margin-left: 8px; 
  border-radius:4px;
  -moz-border-radius:4px;
  -khtml-border-radius:4px;
  -webkit-border-radius:4px; 
}
button.tbrBtn:hover{
    background: url(images/Btn_over.png) left top repeat-x;
}
button.tbrBtnDsbld{
    background:url(images/Btn_over.png) left top repeat-x;
    border:#8BB4DF 3px inset;
    color:#969696;
    cursor: default;
}
