body {
  margin: 0;
}

a, a:link {
  color: #FF6C07;
  text-decoration: none;
  }

a:visited {
  color: #C75507;
  text-decoration: none;
  }

a:hover {
  color: #C75507;
  text-decoration: none; 
  border-bottom: 1px dotted #C75507;
  }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: Baskerville, "Times New Roman", Times, serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link { color: black; text-decoration: none; }

h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {color: black; text-decoration: none;}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: black; border-bottom: none; text-decoration: underline; }

/* Header image wrapper */
#wrapper1 {
	background-color: #393939;
	border-top: 2px solid #666;
}

/* Navbar images wrapper */
#wrapper2 {
	background-color: #333;
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

/* Main body wrapper */
#wrapper3 {
	background: url(./themes/site_themes/default/images/shadow.png) repeat-x;
}

#header {
  background: #393939 url(./themes/site_themes/default/images/bsag_logo.jpg) no-repeat;
  margin: auto;
  height: 85px;
  text-align: center;
  }

/* Main container for the navigation bar images */
#pixbox  {
  padding: 0px;
  background : #333333;
  height : 65px;
  }

/* Contains the navigation links */
#navcontainer {
  color: #fff;
  background-color: #333;
  padding: 0;
  margin-top: 18px;
  text-align: left;
  }

#navcontainer ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
  }

#navcontainer ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
  }

#navcontainer ul li a {
  background: #fff;
  width: 80px;
  height: 24px;
  border: 2px solid #666666;
  padding: 0;
  margin: 0 10px 10px 0;
  color: #eeeeee;
  background-color: #333333;
  text-decoration: none;
  display: block;
  text-align: center;
  font-family: Baskerville, "Times New Roman", Times, serif;
  font-size: 1.3em;
  }

#navcontainer ul li a:hover {
  color: #EEEEEE;
  background: #666666;
  border: 2px solid #EEEEEE;
  }

#navcontainer a:active {
  color: #EEEEEE;
  background: #666666;
  border: 2px solid #EEEEEE;
  }

#navcontainer li#active a {
  color: #EEEEEE;
  background: #666666;
  border: 2px solid #EEEEEE;
  }
  
/* Contains the WoW thumbnails */
#rightpix {
  padding: 3px 0px;
  text-align: right;
  }
  
#rightpix a:link, a:active, #rightpix a:visited, #rightpix a:hover {
  text-decoration: none;
  }
  
#flickr {
	margin-top: 2px;
	height: 54px;
	width: 100%;
}

#flickr a img {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 2px;
	background: #666;
	height: 50px;
	width: 50px;
}
    
/* Previous/Next post navigation */
#crumbs {
  text-align: center;
  font-size: 1.1em;
        margin-bottom: 15px;
  }
  
#crumbs a, #crumbs a:link, #crumbs a:visited {
  color : #3A4B9C;
  font-size: 1.1em;
  }
  
#crumbs a:hover, #crumbs a:active {
  font-size: 1.1em;
  text-decoration: none;
  color: #000;
        border-bottom-style: none;
}

#pagination { margin-top: 20px; }

.month-date { margin-top: 20px; }

/* Image drop shadows: by Sergio Villarreal
<http://www.alistapart.com/articles/cssdropshadows/> */
 .img-shadow {
   float:left;
   background: url(./themes/site_themes/default/images/shadowAlpha.png) no-repeat bottom right !important;
   background: url(./themes/site_themes/default/images/shadow.gif) no-repeat bottom right;
   margin: 10px 5px 0px 10px !important;
   margin: 10px 5px 0px 5px;
   }
  
.img-shadow img {
   display: block;
   position: relative;
   background-color: #fff;
   border: 1px solid #a9a9a9;
   margin: -6px 6px 6px -6px;
   padding: 4px;
   }

.imgholder {
 margin:1em 1em 0 0 !important;
 text-indent:0;
 position:relative;
 padding: 0px;
 left:5px;
 top:-5px;
 background: url(./themes/site_themes/default/images/shadowAlpha.png) no-repeat bottom right !important;
 background: url(./themes/site_themes/default/images/shadow.gif) no-repeat bottom right;
 float:left;
}

.imgholder img {
 background:#fff;
 padding:4px;
 border:1px solid #a9a9a9;
 position:relative;
 left:-5px;
 top:-5px;
 max-width:100%;
}


/* Hide the text content of header from capable browsers */
.invisible {
  color: #000000;
  display: none;
  }
  
#post-container {
    margin-top: 30px;
    }

.date {
  color: #666666;
  line-height: 1em;
  font-variant: small-caps;
  text-transform: none;
  font-family: Baskerville, "Times New Roman", Times, serif;
  padding-right: 5px;
  padding-left: 0px;
  padding-bottom: 2px;
  padding-top: 2px;
  border-style: none;
  font-size: 1.5em;
  text-align: right;
}

.meta {
    border-top: 1px solid #eee;
    margin-bottom: 45px;
    padding-top: 3px;
    }
    
.right {text-align: right;}

#sidebar {
    margin-top: 30px;
    }

#sidebar ul {
    list-style: none;
    }
    
#sidebar div {
    margin-bottom: 20px;
    }

#footer {
   color: #fff;
  background-color: #333;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  margin: 30px 0px 0px 0px;
  padding: 0px;
  text-align: center;
}

.credits {
    margin: auto;
    padding: 5px 0px;
    }
    
#feeds {
	padding: 10px 3px 10px 55px;
	background: #eee url(./themes/site_themes/default/images/feed-icon.png) no-repeat 10px 13px;
}

#feeds a {
	color: #000;
	text-decoration: none;
}

#feeds a:hover {
	color: #000;
	text-decoration: underline;
	border-bottom: none;
}

#twitter h3 {
	padding-left: 20px;
	background: url(./themes/site_themes/default/images/twitter.png) no-repeat 0 2px;
}

#twitter strong {
	color: #3A4B9C;
	font-variant: small-caps;
}

#twitter ul {
	margin-left: 0px;
}

#twitter ul li {
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
}
  
/* blippr list stlying */

#blippr_blips { 
  list-style: none; 
  width: 300px; 
  padding: 0px; 
  margin: 0px; 
}

#blippr_blips li { 
  clear: left; 
  padding: 0px; 
  margin-bottom: 6px; 
  border-bottom: 1px solid #eee; 
}

#blippr_blips li.last { border: 0; }

#blippr_blips li.head { 
  font-size: 15px; 
  font-weight: bold; 
  color: #de8e30; 
  border: 0;
}

#blippr_blips li.foot { 
  text-align: right; 
  display: block; 
  padding: 2px 5px; 
  border: 0; 
  background: none; 
  color: #de8e30; 
  margin: 0; 
  text-decoration: none; 
}

#blippr_blips li.foot img { 
  border: 0; 
  vertical-align: middle; 
  margin-left: 0px;
}

#blippr_blips li.foot a { color: #de8e30; }

#blippr_blips li span.blippr-image { 
  clear: left; 
  float: left; 
  width: 65px; 
  text-align: center; 
  padding: 2px; 
  margin-right: 8px; 
}

#blippr_blips li span.blippr-image img { border: 0; }

#blippr_blips li span.blippr-face-0 { font-weight: bold; color: #EA157A; }

#blippr_blips li span.blippr-face-1 { font-weight: bold; color: #FEB80A; }

#blippr_blips li span.blippr-face-2 { font-weight: bold; color: #7FD13B; }

#blippr_blips li span.blippr-face-3 { font-weight: bold; color: #00ADDC; }

#blippr_blips li span.blippr-date { font-size: 10px; color: #777; }

#blippr_blips li h5 { font-size: 11px; margin: 0 0 5px; }

#blippr_blips li div { font-size: 11px; }

#blippr_blips li hr { clear: left; border: 0; height: 1px; margin: 0; }

#blippr_blips li table td { vertical-align: top; }

/* Other text formatting */

blockquote {
  color: #999999;
  background-color: transparent;
  text-align: justify;
  margin: 0px -3px 0px 20px;
  padding: 0px 10px;
  border-left: #999999 solid 2px;
  font-size: 1em;
  font-style: italic;
  }

code {
  color: #333333;
  font: 1.1em "Courier New", Courier, monospace;
  }

pre {
  display: block;
  color: #333333;
  border: 1px dotted #ccc;
  background: #e9f4f2;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.2px;
}
  
abbr, acronym {
  border-bottom: dotted #a0c9ed 2px;
  font-style: italic;
  }

sup {
  line-height: 0.4em;
  font-size: 0.9em;
}

/* @group Forms formatting */
input {
  border: 3px double #7DAAD0;
  background: #EFF8FF;
  margin: 5px;
  padding-left: 3px;
  color: #3F729E;
  font-size: 1.2em;
  }

input:hover {
  background: #D2E5F4;
  }

textarea {
  border: 3px double #7DAAD0;
  background: #EFF8FF;
  margin: 5px;
  padding-left: 3px;
  color: #3F729E;
  font-size: 1.2em;
  }

textarea:hover {
  background: #D2E5F4;
  }

select {
  border: 3px double #7DAAD0;
  background: #EFF8FF;
  margin: 5px;
  padding-left: 3px;
  color: #3F729E;
  font-family: Arial, Helvetica, sans-serif;
  }

/* @end */

/* Disqus comments widget */
div.dsq-widget { 
       padding: 2px;
}

h2.dsq-widget-title {
    color: #3C4B78;
    text-shadow: none;
    border: none;
  text-align: left;
  font-family: Baskerville, "Times New Roman", Times, serif;
  }

.dsq-widget-item { margin-bottom: 5px; }

/* @group Delicious */
/* Delicious links */

p.delicious-extended {
  font-size: 0.9em;
}

h2.delicious-banner {
  font-size: 1.5em;
}

.delicious-post { padding: 5px; }
.delicious-odd { background-color: #eee }

.pin-tags { margin-bottom: 2px; color: #666; }
/* @end */