body{
	line-height: 22px;
}

#main-column {
	float:left;
	width:620px;
	padding-right:30px;
	padding-left: 13px;
	border-right:1px solid #DDDDDD;
}

#main-column p{
	text-align:left;
	margin:0 0 10px;
}

#middle p a, #middle blockquote a, #middle li a {
    text-decoration: none;
    border-bottom:1px solid #CCC8C8;
    color: #7C7878;
}

#middle p a:hover,#middle blockquote a:hover, #middle li a:hover {
    text-decoration: none;
    color: #F33E1B;
    border-bottom:1px solid #F33E1B;
}

#middle p a:visited, #middle blockquote a:visited, #middle li a:visited {
    text-decoration: none;
    border-style: dashed;
    border-top: none;
    border-left: none;
    border-right: none;
}

#main-column h2 {
	margin:0 0 5px;
	color:#f33e1b;
	font-weight:normal;
	font-size:22px;
}

#main-column h2 a {
color:#292828;
font-weight:bold;
margin:0 0 0 0;
text-decoration:none;
}


p {
    margin-bottom: 16px;
}

/* Begin Typography & Colors */

#blog-body {
    line-height: 18px;
}

#blog-column-left {
    padding:4px 0 0 20px;
    float: left;
    width: 535px;
    text-align: left;
}

.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.entry {
    padding-top: 10px;
}
.entry p {
    padding-left: 0px;
}


.author {
    color: #F33E1B;
    font-size: 11px;
    text-transform:uppercase;
}

.thetime {
    font-size: 11px;
    text-transform:uppercase;
}

.thecomment a {
    margin-top: 10px;
    color: #F33E1B;
    font-size: 11px;
    text-decoration: none;
}

h1 {
    color:#484647;
    font-size: 2em;
    text-align: center;
}

h2 {
    color:#484647;
    font-size: 1.3em;
    margin: 0 0 0 0;
}

h3 {
    color:#484647;
    font-size: 1.2em;
    margin: .25em 0 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
    text-decoration: none;
    color: white;
}


#about {
    background-color: #FFFFD6;
    border: 1px dashed #000000;
    padding: 7px 4px;
    text-align: center;
}

.entry p a:visited {
    color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
    font-weight: bold;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
    font-weight: normal;
}

.twitters a {
    font-size: 11px;
}

#twitters ul li {
    font-weight: lighter;
}
code {
    font: 1.1em 'Courier New', Courier, Fixed;
    background-color: #f1f7f9;
	overflow: scroll;
}

pre {
    background-color: #f1f7f9;
}

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Begin Structure */
.narrowcolumn {
    float: left;
    padding: 0 0 20px 45px;
    margin: 0px 0 0;
    width: 450px;
}

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
}

.post {
    margin: 0 0 2em;
    border-bottom:1px solid #CCCCCC;
    padding-bottom: 2em;
    /*text-align: justify;*/
}

.post hr {
    display: block;
}

.widecolumn .post {
    margin: 0;
}

.narrowcolumn .postmetadata {
    padding-top: 5px;
}

.widecolumn .postmetadata {
    margin: 30px 0;
}

.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}

.postmetadata {
    clear: left;
}



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
   thought?!) align the image to the right. And using 'class="centered',
   will of course center the image. This is much better than using
   align="center", being much more futureproof (and valid) */

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left
}
/* End Images */



/* Begin Lists

   Special stylized non-IE bullets
   Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin: 0 0 0 0px;
    padding: 0 0 0 30px;
    /*list-style: none;*/
    padding-left: 10px;
    text-indent: -5px;

}

html>body .entry li {
    margin: .0em 0 .25em 20px;
}


.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
}

#rightbar {
    float: right;
    height: 100%;
    overflow: auto;
    padding: 0px 0px 0px 12px;
}

#expan-ad {
     font-size: 12px;
     margin: auto;
     margin-bottom: 20px;
     text-align: center;
     width: 170px;
     float: left;
}

#expan-ad-text {
     margin: 6px 0px 12px 0px;
     line-height: 14px;
}

#rss-box {
     margin-bottom: 12px;
}
#sidebar {
    overflow: hidden;
}

#sidebar .bottom {
    padding: 6px 6px 6px 6px;
    width: auto;
}

#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}
#sidebar ul li a {
    text-decoration: none;
}

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
    list-style: decimal outside;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
/*    margin: 10px auto; */
    text-align: left;
}

#sidebar #searchform #s {
    width: 130px;
    margin-right: 5px;
    margin-bottom: 5px;
}

#sidebar #searchsubmit {
    padding: 1px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 100%;
    padding: 2px;
}

#commentform #submit {
    margin: 0;
    float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
}

.commentlist {
    padding: 0;
    text-align: justify;
}

.commentlist li {
    margin: 15px 0 3px;
    padding: 5px 10px 3px;
    list-style: none;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}

#commentform p {
    margin: 5px 0;
}

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
}

.commentmetadata {
    margin: 0;
    display: block;
}
/* End Comments */

#sidebar form {
    margin: 0;
}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin-left:1.5em;
    padding-left:5px;
    /*F7F7F7*/
    background-color:#f1f7f9;
    margin-top: 0px;


}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

hr {
    display: none;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
}



.awesome_button, .awesome_button:visited, input.awesome_button {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: url("https://www.strongspace.com/images/alert-overlay.png") repeat-x scroll 0 0 #222222;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;

  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);

  font-weight: bold;
  line-height: 1;

  font-size: 20px;
  padding: 12px 16px 13px;
  background-color: #4195E8;
}

.awesome_button:hover, input.awesome_button:hover {
  background-color: #449DF4;
  color: white;
}


.awesome_button.small, input.awesome_button.small {
  font-size: 16px;
  padding: 4px 5px 4px;
}


