@import url(../../rsc/css/basic.css);	/* Import basic styles */
@import url(../../rsc/css/img.css);	/* Import standard image styles */
@import url(../../rsc/css/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/css/forms.css);	/* Import default form styles */
@import url(../../rsc/css/comments.css);	/* Import default comment styles */


body {
  background: #363736;
  background: #3D3E3D;
  font-family: Arial;
  font-size: 84%;
}
input {
  border: 1px solid #ccc;
  padding: 2px;
}
#header {
  background: #3D3E3D url('img/personman.png') no-repeat scroll 1px;
  width: 951px;
  height: 233px;
  margin: 0px auto;
  position: relative;
}

#title {
  position: absolute;
  left: 280px;
  bottom: 93px;
  color: #338D4E;
  font-size: 60px;
  font-weight: bold;
  z-index: 99;
  padding-bottom: 0px;
}
#content-wrap1 {
  padding-left: 1px;
}
#content-wrap {
  width: 945px;
  margin: 0px auto 20px auto;
  background: #fff;
  border: 3px solid #000;
  border-width: 0px 3px 3px 2px;
  
}
#sidebar {
  float: right;
  width: 200px;
  background: #204040;
  background: #526B8F;
  color: #fff;
  padding: 10px;
}
#sidebar h3, #sidebar h3 a {
  text-align: center;
  color: #786045;
  color: #222;
  border-bottom: 1px solid #333;
  text-decoration: none;
}

#sidebar a {
  color: #fff;
}
#sidebar input.SearchField {
  width: 180px;
}
#sidebar .widget_core_coll_search_form h3 {
  display: none;
}
#sidebar ul {
  padding-left: 15px;
	margin: 0px;
}
#sidebar li {
  list-style: none;
}




#content {
  background: #FFF url('img/curve.gif') no-repeat 639px -1px;
  padding: 20px;
  /*margin-right: 220px;*/
  float: left;
  width: 685px;
}
#content a {
  color: #526B8F;
}
#content a:hover {
  color: #247D3D;
}
h3.bTitle {
  padding-top: 7px;
}
h3.bTitle.withYear {
  padding-top: 17px;
}
#content h3.bTitle a {
  color: #000;
  text-decoration: none;
  font-size: 140%;
}
#content h3.bTitle a:hover {
  text-decoration: underline;
}




ul.tabs {
  position: absolute;
  left: 10px;
  bottom: 101px;
  margin: 0px;
  padding: 0px;
}
ul.tabs li a {
  display: block;
  float: left;
  color: #222;
  text-decoration: none;
  padding: 3px 8px 6px 8px;
  background-color: #324B6F;
  border: 2px solid black;
  border-bottom: none;
  margin:0px 2px 2px 2px;
  height: 15px;
  font-size: 1.1em;
  font-weight: bold;
}
ul.tabs li a:hover, ul.tabs li a.current {
  background-color: #526B8F;
  color: #000;
}
ul.tabs li a.current {
  margin-bottom: 0px;
  height: 17px;
}
ul.tabs li {
  list-style: none;
  margin: 2px;
  display: inline;
	margin: 0px 10px;
}


#top {
  position: absolute;
  top: 138px;
  left: 50px;
}
#top .bSideItem {
  float: left;
  margin: 0px 20px;
  width: 300px;
  overflow: hidden;
  height: 85px;
}
#top a {
  color: #fff;
  text-decoration: none;
}
#top a:hover {
  text-decoration: underline;
}
#top h3 {
  margin: 0px;
  color: #fff;
}
#top ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#top li {
  /*border-bottom: 1px solid #777;*/
}




.bSmallPrint {
  margin-bottom: 40px;
  background: #ddd;
  padding-top: 3px;
  border-bottom: 2px solid #ccc;
  clear:both;
}
.post_meta {
  padding: 6px;
  font-size: 80%;
}
div.post_date {
  width: 40px;
  background: #fff;
  text-align: center;
  font-size: 90%;
  float: left;
  margin: 0px 10px 0px 0px;
  border: 1px solid #aaa;
}
div.date_day {
  font-size: 160%;
}
div.date_month {
  background: #aaa;
}
div.date_year {
}
div.post_meta_footer {
  clear: both;
}


img.giThumbnail {
  border: 3px solid #000;
}

#footer {
  clear: both;
  padding: 20px;
  background: #526B8F;
  color:#fff;
}
#footer a {
  color: #fff;
}

.widget_core_coll_search_form input.submit {
  display: none;
}
#sentOR, #sentAND, #sentence, .widget_core_coll_search_form label {
  display: none;
}
/*
#283550 - a dark blue http://www.colourlovers.com/color/283550/my_blue_rose
#5E89D3 - a lighter blue http://www.colourlovers.com/color/5E89D3/glass_half_full
#3166B2 - The blue from the old dbc skin
#1a3862 - A darker version of dbc
#516a8e

http://www.colorsontheweb.com/colorwizard.asp
Use tetradic to get tree colors
518e56
8e7451
8e5188



#222E68 - from the ai file
*/


div.bComment, form.bComment {
  border: none;
}
div.bCommentText {
  background: #ddd;
  padding: 10px;
}
div.bCommentBubble {
  background-color: #ddd;
  background-image: url('img/bubble.gif');
  background-position: -65px -15px;
  height: 15px;
  
}
#content div.by_post_author, div.bCommentBubble.by_post_author {
  background-color: #526B8F;
  color: #fff;
}
.by_post_author blockquote {
  color: #000;
}

div.bCommentSmallPrint {
  margin-bottom: 40px;
  clear:both;
}
#headlink {
  width: 700px;
  height: 100px;
  display: block;
}

#headlink span {
  display: none;
}

img.gravatar {
  float: right;
  border: 2px solid #888;
  margin: 6px;
  height: 60px;
  width: 60px;
}

#content .by_post_author a {
  color: #FFF;
}