/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

a:visited { text-decoration: underline; color: #111; }
a:hover { text-decoration:none; }

a img {
  border: 0;
}
/**************************************/
/*              GLOBALS               */
/**************************************/
body {
	font-family: helvetica, arial, freesans, clean, sans-serif;
	margin: 0;
}

/**************************************/
/*              HEADER                */
/**************************************/
h1.blog_title {
	color: #666;
}

h1.blog_title a:visited, h1.blog_title a:link, h1.blog_title a {
  color: #666;
}

h1 a, h1 a:link, h1 a:visited {
  color: #111;
  text-decoration: none;
}

h1 a:hover {
  border-bottom: 1px solid #111;
}

span.tag_title {
	margin: 0.5em 0 1em 0;
}

div.tag-posts {
	margin-top: 2em;
}

#comments {
	margin-top: 2em;
}
#comments #dsq-content {
	font-size: 1em;
}
#dsq-content h3 {
	font-size: 1em;
	margin: 1.14em 0 0.57em;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/



/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#google_share ul, #google_share li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
#google_share ul {
	margin-bottom: 1em;
}
#google_share li {
	margin-bottom: 0.5em;
}

div.content a, div.content a:link, div.content a:visited {
  color: #000;
  font-weight: bold;
}

div.content a:hover {
  text-decoration: none;
}

#archives_list ul, #archives_list li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

div.content ol {
  margin: 0px;
}
/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
	color: #999;
	border-top: 1px solid #ccc;
	margin-top: 4em;
	padding-top: 1em;
}

#footer .feedburner {
	float: right;
	text-align: right;
}

#footer .license {
	float: left;
}

.item_tags {
  padding: 1em 0;
}

#bottoms {
  margin-top: 2em;
}

#linkbar {
  margin-top: 70px;
}

#linkbar ul, #linkbar li {
  margin: 0;
  padding: 0;
}

#linkbar li {
  list-style: none;
  padding-bottom: 1em;
}