




/*
     FILE ARCHIVED ON 18:59:57 Dec 27, 2010 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:11:30 Oct 20, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
Theme Name: Almost Boxes (Blue)

Version: 1.0

Description: Almost Boxes is an elegant, simple theme which basically uses boxes. It's available in 4 colours : Blue, Red, Green & Grey. You can preview them all at My Theme Viewer - http://www.gurdit.com/testblog/  All 4 colours come packaged in the same file, but Blue is simply chosen by default.

Author: Gurdit

Author URI: http://www.gurdit.com/blog/

*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 0.9em;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  background:#000000;
}
a, a:active, a:visited {
  color: #085984;
  text-decoration: none;
}

a:hover {
  color: #000;
  border-bottom: 1px solid #085984;
}

form {
  margin-bottom: 10px;
}

h3 {
  color: #085984;
}

/* ---- WRAPPER DIV ---- */

#wrap{
  width: 800px;
  height: 100%;
  border: 1px solid #085984;
  border-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

/* ---- HEADER STUFF ---- */

#header {
  height: 200px;
  width: auto;
  background: url(/web/20101227185957/http://www.acceleratingfuture.com/steven/wp-content/themes/almost-boxes-blue-10/images/header_blue.jpg) no-repeat #085984;
  margin: auto;
}

#header h1 {
  color: #ffffff;
  text-align: left;
  margin: 0;
  padding: 10px 0 0 20px;
  font: 3em normal "Century Gothic", Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

#header h1 a, #header h1 a:visited {
  color: #f0f0f0;
  border-bottom: none;
  text-decoration: none;
  font-style: normal;
}

#header h1 a:hover, #header h1 a:active {
  color:#fff;
  text-decoration: none;
}


#header .descrip{
  color: #ffffff;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 0 30px;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 0.5em;
}

#headermenu {
	margin: 0;
	padding:0;
	background:#085984;
	border: 0;
}

#advert {
  width: auto;
  background: #fff;
  margin: auto;
  text-align: center;
}

/* ---- TOP MENU ---- */

#topmenu{
  list-style:none;
  text-align:right;
  padding: 5px;
  margin : 0;
}

#topmenu li{
  list-style:none;
  display: inline;
  padding: 0px 10px;
}

#topmenu a, #topmenu a:visited, #topmenu a:active {
  color: #fff;
  font-variant: small-caps;
  text-decoration: none;
  font-weight: bold;
  font-family : Verdana, Arial, Tahoma sans-serif;
}

#topmenu a:hover {
  color: #000;
}

/* ---- MAIN DIVS ---- */
#main {
  clear: both;
  color: #000000;
  width: 800px;
  font-size: 0.9em;
  padding: 0;
  margin: 0;
}

#content{
  float: left;
  width: 580px;
  padding: 10px;
  margin-top: 0;
}

/* ---- POST CONTENT ---- */
.post {
  border: 1px solid #085984;
  padding: 0;
  margin-bottom: 10px;
}

.post a, .post a:visited {
  color: #085984;
  text-decoration: none;
}
.post a:hover, .post a:active {
  color: #000;
  border-bottom: 1px solid #085984;
}

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
  margin-left: 10px;
  margin-right: 10px;
  color: #085984;
  border-bottom: 1px solid;
}

.post h2.post-title{
  background: #085984;
  margin: 0;
  padding: 5px;
  padding-top: 0;
  font: 2em normal "Century Gothic", Tahoma, Arial, Verdana, Helvetica, sans-serif;
  color: #fff;
}

.post-title a:link, .post-title a:visited, .post-title a:active {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}
.post-title a:hover
{
  color: #000;
  font-weight: normal;
  text-decoration: none;
}

.post p{
  padding: 5px 10px;
}

.day-date {
  font-size: 0.85em;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #888888;
  text-align: center;
}

.day-date em {
  color: #000;
  font-style: normal;
}

.post-info{
  text-align: right;
}

.post-info a{
  color: #085984;
  font-size: 0.85em;
}

blockquote {
  background : url(/web/20101227185957/http://www.acceleratingfuture.com/steven/wp-content/themes/almost-boxes-blue-10/images/blockquote_blue.png) top left no-repeat #e8efff;
  margin : 0px 20px;
  padding-left: 15px;
  padding-top: 5px;
  color: #666666;
  font-size: 0.85em;
}

.post ul, .post ol {
  margin-left: 55px;
}

.post ul li{
  list-style-image:url(/web/20101227185957/http://www.acceleratingfuture.com/steven/wp-content/themes/almost-boxes-blue-10/images/bullet_blue.png)
}


/*---- COMMENTS and FORMS ----*/

dl dt {
  font-weight:bold;
  margin:5px 5px;
}

dl dd {
  margin-left: 5px;
  padding-left: 15px;
}

#commentform {
  margin:10px;
  margin-top: 0;
  padding:10px;
  padding-top: 5px;
}

#commentform p {
  padding: 5px;
}

.cmtinfo {
  background: #085984;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
}

.commentlist a, .commentlist a:visited{
  color: #085984;
  text-decoration: none;
}
.commentlist a:hover, .commentlist a:active {
  color: #000;
  border-bottom: 1px solid #085984;
}

.cmtinfo a, .cmtinfo a:visited, .cmtinfo a:active {
  color: #fff;
  font-style: normal;
}
.cmtinfo a:hover{
  color: #000;
  border: 0;
}

.commentlist li .cmtinfo em {
  float:right;
  margin:0;
  padding:0;
  font-style:normal;
  font-weight: normal;
  font-size:0.9em;
  color:#fff;
}

.commentlist li {
  border: 1px solid #085984;
  margin: 10px 0;
  padding-bottom: 5px;
  list-style: none;
}

.commentlist p {
  padding: 5px;
}


fieldset{
  border: none;
}

.field label{
  display: block;
}

textarea{
  width: 90%;
  height: 20em;
  border: 1px solid #ccc;
  background:#f0f0f0;
}

input{
  border: 1px solid #ccc;
  background:#f0f0f0;
}

button {
  border: 1px solid #ccc;
  background:#f0f0f0;
  font-family: Verdana,Tahoma, Arial, Serif;
  height: 20px;
}


/* ---- SIDEBAR ---- */
#sidebar {
  margin : 0;
  margin-right: 10px;
  margin-left: 600px;
  width : 187px;
  padding :0;
  padding-top: 10px;
}

#sidebar ul {
  list-style: none;
  line-height: 1.5em;
  font-size: 0.75em;
  border: 1px solid #085984;
  padding: 5px;
  margin-bottom: 10px;
}

#sidebar ul li {
  margin: 5px;
  margin-left: 1px;
}

#sidebar ul li ul {
  border: 0;
  font-size: 1em;
}

#sidebar ul li ul li{
  border: 0;
  padding-left: 5px;
}

#sidebar li ul {
  padding: 0;
  margin: 0;
}

#sidebar h2 {
  margin: 0;
  padding: 3px 0 3px 5px;
  font-size: 1.2em;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-variant: small-caps;
  background: #085984;
}

#sidebar ul h2 {
  background: #fff;
  color: #085984;
}

#sidebar a, #sidebar a:visited, #sidebar a:active {
  color: #000;
  font-variant: normal;
  text-decoration: none;
  font-weight: normal;
  font-family : Verdana, Arial, Tahoma sans-serif;
}
#sidebar a:hover {
  color: #085984;
  text-decoration: none;
}


/* ---- FOOTER DIV ----*/
#footer {
  clear: both;
  background: #085984;
  font-size: 0.8em;
  padding: 5px 5px 5px 5px;
  text-align: center;
  color: #000;
}

#footer a, #footer a:visited, #footer a:active {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

#footer a:hover {
  color: #fff;
}