/* THE MINIBLOG.COM CSS STYLE SHEET - LAST UPDATED JAN 9 2008*/

/*css reset*/
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,
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-weight: inherit;
 font-style: inherit;
 font-size: 100%;
 font-family: inherit;
 vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
 outline: 0;
}
body {
 line-height: 1;
 color: black;
 background: white;
}
ol, ul {
 list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
 border-collapse: separate;
 border-spacing: 0;
}
caption, th, td {
 text-align: left;
 font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
 content: "";
}
blockquote, q {
 quotes: "" "";
}

/*layout*/

 html {
  border-top: #efefef 16px solid;
 }

body {
margin: 20px 0;
}

#wrapper {
 margin: 0 auto;
 width: 960px;
 height: 100%;
 }

#header {
background-color: #fff;
margin-bottom: 60px;
}

#navigation {
  font-family: Consolas, "Courier New", Verdana, Arial, Sans-Serif;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: .9px;
  border-bottom: 6px solid #efefef;
  text-align: right;
  text-transform: uppercase;
  padding-bottom: 5px;
 }

 #navigation a:link {
  color: #4197e3;
  text-decoration: none;
 }

 #navigation a:visited {
  color: #4197e3;
  text-decoration: none;
 }

 #navigation a:hover {
  text-decoration: none;
  color: #333;
 }

 #navigation a:active {
  color: #ff4000;
  text-decoration: none; 
 }

 #navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 12px;
 }

#breadcrumbs {
background-color: #f7f7f7;
height: 40px;
}

#content {
width:545px;
float: left;
background-color: #fff;
text-align: justify;
}

#searchbox {
/* margin-top: 10px;
background-color: #f7f7f7; */
margin-bottom: -20px;
}

#adbox {
border-bottom: 6px solid #efefef;
margin-bottom: 10px;
min-height: 200px;
}

#column {
width: 400px;
float: right
}

#sidebar1 {
width: 195px;
float: left;
}

#sidebar2 {
width: 195px;
float: left;
margin-left: 10px;
}

#footer {
clear: both;
width: 960px;
margin: 0 auto;
padding-top: 5px;
}

.inner {
 padding: 10px;
 }

/*typography*/

body {
font-family: 
Verdana, Arial, Sans-serif;
color: #444;
font-size: 12px;
line-height: 1.6em;
}

p {
margin-bottom: 1em;
}
 
#adbox, #sidebar1, #sidebar2, #footer {
  font-size: .88em;
  line-height: 1.5em;
  color: #666;
}

#sidebar1, #sidebar2 li {
margin-bottom: 1px;
}

 h2, h3, h4, h5 {
  margin: .8em 0;
  font-family: Consolas, "Courier New", Arial, Helvetica, "Trebuchet MS", Sans-Serif;
  font-size: 155%;
  font-weight: normal;
  letter-spacing: -.8px;
  color: #4897cc;
 }

 h2 {
  font-size: 180%;
 }

h2 a:link { 
text-decoration: none;
color: #4897cc;
}

 h2 a:visited {
text-decoration: none;
color: #4897cc;
 }

 h2 a:hover {
  color: #ff4000;
  text-decoration: none;
 }

 h2 a:active {
color: #4897cc;
  text-decoration: none;
 }


/*-- H1 LOGO STYLE --*/

#logo {
  text-indent: -9000px;
  height: 50px;
  width: 490px;
  float: left;
 }

  #logo a {
    display: block;
	  height: 50px;
	  background: #fff url('http://www.theminiblog.com/images/logo.gif') no-repeat;
	}

  #logo a:hover, #logo a:active, #logo a:focus {
	  background: #fff url('http://www.theminiblog.com/images/logo-hover.gif') no-repeat;
	}	


 /*--LINK STYLES--*/
 
 a:link {
  color: #ff4000;
  text-decoration: none;
 }

 a:visited {
  color: #999;
  text-decoration: line-through;
 }

 a:hover {
  color: #ff4000;
  text-decoration: underline;
 }

 a:active {
  color: #666;
  text-decoration: underline;
 }

 
 /*--RSS FEED LIST--*/

 #feeds {
  list-style: none;
  margin: 0;
  padding-left: 0;
 }

 #feeds li {
  background-image:url('http://www.theminiblog.com/images/rss.png');
  background-repeat:no-repeat;
  background-position: 0 50%;
  padding-left: 16px;
 }
 
 /*--other universals--*/
 
 .img-left {
 float: left;
 margin: 5px 10px 5px 0px;
 }
 
.img-right {
 float: right;
 margin: 5px 0px 5px 10px;
 }

strong {
font-weight: 700;
}

em {
font-style: italic;
}

.uppercase {
text-transform: uppercase;
}

.small-text {
font-size: 88%;
}

p.lede:first-line 
{
font-weight: bold;
color: #333;
font-size: 92%;
}

blockquote {
margin-bottom: 1em;
padding: 0 30px;
background-image: url('http://www.theminiblog.com/images/quotes.gif');
background-position: top left;
background-repeat: no-repeat;
color: #777;
font-style: italic;
}

#content ol {
list-style-type: decimal;
list-style-position: inside;
}
#content ol li {
margin-bottom: 2px;
font-size: 88%;
font-style: italic
}

.tags {
border-top: 1px dotted #afafaf;
text-align: right;
padding-top: 4px;
font-size: 88%
}

.post_date { 
    float: left;
    color: #444;
    height: 16px;
    margin: 10px 0; 
}

.post_comments { 
    float: left;
    height: 16px;
    margin: 10px 0;
    padding-left: 10px;
}

/*-- snews section --*/

.subcat {
margin-left:1em;
}

#search {
text-align:left;
margin:0;
padding-top: 10px;
}

input {
vertical-align:middle;
padding:2px;
}

input.searchfield {
width:288px;
border:3px solid #efefef;
color: #afafaf;
font-size: 88%;
padding:6px;
}

input.searchbutton {
border:2px solid #4897CC;
color:#fff;
font-weight:normal;
font-size: .8em;
background:#4897CC;
padding:4px;
width: 60px;
}

.single {
width:40%;
float:left;
padding:0 15px;
}

#main input[type=button] {
border:1px solid #ccc;
color:#000;
font-size:.8em;
line-height:1.5em;
cursor:pointer;
display:block;
float:left;
background:#f9f6f2;
margin:0 .1em;
padding:.2em .8em;
}

.underline {
text-decoration:underline;
}

.del {
text-decoration:line-through;
}

fieldset {
border:1px solid #E4DF94;
color:#000;
background:#FFFBC0;
margin:0 0 8px;
padding:10px 8px;
}

textarea {
width:97%;
height:20em;
padding:3px;
overflow: auto;
border: 1px solid #cfcfcf;
}


.comment {
color:#666;
border-top:1px dotted #cfcfcf;
border-bottom:1px dotted #cfcfcf;
background-color:#F5F6F6;
margin:0 0 10px;
padding:10px;
}

.meta {
font-style: italic;
font-family: Consolas, "Courier New", Verdana, Sans-Serif;
font-weight: bold;
font-size: 115%;
}

.commentsbox {
color:gray;
background:#f4f4f4;
margin:0 0 10px;
padding:10px;
}

.date {

}

.clearer {
clear:both;
margin:0 auto;
padding:1px 0 0;
}

.comment_preview {
font-size: .9em;
font-style: italic;
color: #555;
}

/* for expandable title links on archive and sitemap pages */
.drop_title a {
font:bold 12px Arial;
}

.droplist_div {
width:95%;
border-bottom:1px solid #ccc;
padding:4px 0;
}

.subcatlist_div {
width:95%;
padding:0 0 0 15px;
}

.text {
border: 1px solid #cfcfcf
}

#calc {
border: 1px solid #cfcfcf
}

/*ORIGINAL PAGINATOR */
.paginator {
background-color: #efefef;
color: #777;
padding: 2px 2px 2px 10px;
margin-top: 15px;
font-size: 88%;
}


/*UPDATED Paginator 
a.page {
   background: #ccc;
   border: 1px solid #4897cc;
   padding: 3px 4px;
   color: #999;
   text-decoration: none;
}
a:hover.page {
   background: #ddd;
   border: 1px solid #ff4000;
   padding: 3px 4px;
   color: #666;
   text-decoration: none;
}
.pageselected {
   border: 1px solid #ff4000;
   background: #fff;
   padding: 3px 4px;
   color: #ff4000;
}
*/

#twitter_update_list li {
margin-bottom:6px;
padding-bottom:6px;
border-bottom: 3px solid #efefef;
}

.rss-item {
padding-bottom: 8px;
}

.highlighter {
backgound-color: yellow;
color: #222;
}


