/*
Theme Name: CandiedBrains
Theme URI: http://candiedbrains.com
Description: CandiedBrains
Version: 0.1
Author: almiteycow
Author URI: http://candiedbrains.com
Tags: CandiedBrains

	CandiedBrains v1.5
	 http://CandiedBrains.com/

	Blah

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* GLOBAL */
body, * {
  font-family: Helvetica, Arial, sans-serif;
  color: #555555;
  background-color: #FDFDFD;
}
a, a:link, a:visited {
  text-decoration:none;
  border-bottom:1px dotted #b0c4de;
  color: #4682b4
}

h2 {
  margin: 5px 2px 2px 0px;
}

input#s, textarea {
  background-color: #FFFFFF;
  border: 1px solid gray;
}

.divclear {
  clear: both;
}
/* HEADER */
#header {
  height: 100px;
}
#headerimg {
  width: 100%;
  float: left;
  margin-right: -280px;
}
#logo {
/*background: url("http://www.candiedbrains.com/wp-content/uploads/2009/09/braincolorsm.png") black no-repeat;*/
margin-top: 35px;
width: 125px;
height: 61px;
float:left;
}
#title {
floast: left;
}
#headerimg h1,
#headerimg .description {
margin-left: 175px;
}
#headerSearch {
  width: 255px;
  float: right;
  margin-top: 75px;
}
fieldset.search {
  border: none;
}
#s {
  width: 60%;
}
#searchsubmit {
  padding-left: 5px;
}
/* MAIN CONTENT */
#container {
  width: 100%;
  float: left;
  margin-right: -275px;
}
#content {
  margin-right: 280px;
}
.navigation {
  margin: 0px 5px 15px 5px;
}

.post {
  margin: 0px 5px 25px 5px;
}
.comment {
  margin-bottom: 20px;
}
/* SIDEBAR */
#sidebar {
  width: 243px;
  float: right;
  border-left: 2px dotted #000000;
}
/* FOOTER */

#wplinks ul {
padding-left: 0;
}
#wplinks li {
  display: inline;
  list-style-type: none;
  padding-right: 5px;
}
img#wpstats{display:none}
/******************************************
* Align box
******************************************/

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #F5F5DC;
   padding-top: 4px;
   margin: 0 10px 10px 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   background-color: #F5F5DC;
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

pre, code {
	background-color: #f5f5f5;
	border: 1px solid #dadada;
	padding: 11px;
	font-family: Consolas,Monaco,"Courier New",Courier,monospace;
	color: black;
}

