/*
THEME NAME: Brilliant Bits
DESCRIPTION: Custom theme for brilliantbits.com. Based on Sandbox.
VERSION: 4
AUTHOR: Matthew Gifford
AUTHOR URI: http://www.brilliantbits.com/
*/

/* begin CSS reset */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end CSS reset */

body {
  background: #fff;
  color: #333;
  font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
}

h1 {
  text-align: center;
}

a:link, a:visited {
  color: #2D81C5;
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  text-decoration: underline;
}

div#wrapper {
  margin: 0 auto;
  width: 500px;
}

div#header {
  margin: 80px 0 40px 0;
}

ul#main-nav {
  border-bottom: 2px #eeeeee solid;
  border-top: 2px #eeeeee solid;
  font-size: 1.1em;
  margin: 10px 0 0 0;
  padding: 10px 0;
}

ul#main-nav li {
  display: inline;
}

ul#main-nav li+li {
  margin-left: 20px;
}

ul#main-nav a:link, ul#main-nav a:visited {
  color: #333;
}

ul#main-nav a:link:hover, ul#main-nav a:visited:hover {
  color: #00adef;
  text-decoration: none;
}

div#container {
  float: left;
  margin: 0 -290px 0 0;
  width: 100%;
}

div#content {
  margin: 0 0 20px 0;
}

div#content h2, div#content p {
  margin: 1em 0;
}

div#content h2.entry-title {
  font-size: 1.75em;
  line-height: 1.2em;
  margin-top: 0;
}

div#content div.entry-meta, div#content div.entry-date {
  color: #999;
  font-size: .85em;
  margin: 1em 0;
}

div#content div.entry-meta a:link, div#content div.entry-meta a:visited {
  color: #999;
  text-decoration: underline;
}

div#content ul {
  list-style-type: disc;
  margin: 1em 0 1em 25px;
}

div#content img {
  max-width: 550px;
}

div.entry-content *:first-child {
  margin-top: 0 !important;
}

div.sidebar {
  float: right;
  margin-bottom: 10px;
  overflow: hidden;
  width: 250px;
}

div.sidebar li.widget+li.widget {
  border-top: 2px #eeeeee solid;
  margin-top: 10px;
  padding-top: 10px;
}

div.sidebar div.aktt_tweets li, div.sidebar div.widget_recent_entries li {
  margin-bottom: 10px;
}

form#commentform .form-label {
  margin: 1em 0 0;
}

form#commentform span.required {
  background: #fff;
  color: #c30;
}

form#commentform, form#commentform p {
  padding: 0;
}

input#author, input#email, input#url, textarea#comment {
  padding: 0.2em;
}

div.comments ol li {
  margin: 0 0 3.5em;
}

textarea#comment {
  height: 13em;
  margin: 0 0 0.5em;
  overflow: auto;
  width: 100%;
}

div#nav-above {
  margin-bottom: 1em;
}

div#nav-below {
  margin-top: 1em;
}

div.navigation {
  height: 1.25em;
}

div.navigation div.nav-next {
  float: right;
  text-align: right;
}

div.navigation div.nav-previous {
  float: left;
}

input#author, input#email, input#url, div.navigation div {
  width: 50%;
}

div#contact-form > div {
  margin: 1em 0;
}

div#footer {
  clear: both;
  color: #999;
  font-size: .85em;
  padding: 0;
  text-align: center;
}

