/* 
Theme Name: Lorem Ipsum
Theme URL: http://www.letsmint.com/
Description: <p>No Image; a fast loading, Widget ready 3 column, clean, clear, white theme. Font style compatible with Microsoft Windows Vista. Compatible with older versions of Wordpress but best suited for Wordpress 2.1 and above.</p><p>The theme is optimized for Human readability and Search Engines; it is also ready for revenue earning through Google Adsense. You've to edit/change the Publication ID to your Google Adsense Publication ID to start earning right away as the color scheme of the Adsense are already optimized for the theme design.</p><p>For more details visit the <a href="http://www.letsmint.com/" title="Lorem Ipsum">Lorem Ipsum</a> theme site.</p>
Author: Brajeshwar
Author URI: http://www.brajeshwar.com/
Version: v1.2.3

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
Modified by Carl G Lewis for cysquatch.net
___________________________________________________________________________________________________ */

/* reset */
* { margin: 0; padding: 0; }
html, body { border: 0 none; height: 100%; background: #fff; text-align: center; }
img, a img, form { margin: 0; padding: 0; border: 0 none; text-decoration: none; }

/* defaults */
 font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
html, body, p { font: normal normal normal 94%/150% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: #333; }
code, pre { font: normal normal normal 1em/1.6em Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace; }
p { margin: 0.15em 0; padding: 0.15em 0; }

/* links */
a { text-decoration: none; color: #708090; }
a:hover { text-decoration: underline; color: #1e90ff;}

/* hn */
h1, h2, h3, h4, h5, h6 { font-weight: bold; margin: 10px 0; }
h1 { font-size: 1.2em; color:#9b0e0e; }
h2 { font-size: 1.1em; color:#9b0e0e;}
h3 { font-size: 1.0em; color:#9b0e0e;}
h4 { font-size: 0.8em; color:#9b0e0e;}
h5 { font-size: 0.7em; }
h6 { font-size: 0.6em; }

/* defination lists */
dl { margin: 20px 0; }
/*dt { font-size: 0.9em; text-transform: uppercase; }*/
dt { font-size: 0.9em; }
dd { margin: 0 0 20px; }

/* lists */
ol { margin: 10px 0 10px 25px; }
ol li { margin: 0 0 5px 0; }
ul { margin: 10px 0; } 
ul li {
height: 1%;
list-style-type: disc;
margin: 0 0 5px;
padding: 0 0 0 15px;
line-height: 18px;
}

/* blockquote */
blockquote {
margin-left: 15px;
margin-right: 15px;
padding: 10px;
background: #f5f5f5;
/*font: italic normal normal 0.95em/1.5em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;*/
color: #333;
}

/* image styles */
img.left {
float: left;
margin: 0 15px 10px 0;
}
img.right {
float: right;
margin: 0 0 10px 15px;
}
img.centered {
display: block;
margin: 10px auto;
}
img.border {
padding: 2px;
border: 1px solid #999;
}

/* utility */
.clearall, .clear { clear: both; height: 0; line-height: 0; }
.txtStrike { text-decoration: line-through; color: #ccc; }
.disHide { display: none; }
hr { display: none; }
.codered, .clrred { color: #f00; }

/* misc */
abbr, acronym {
font-style: normal; 
border-bottom: 1px dotted #666; 
cursor: help;
}
pre {
border: 1px dotted #999;
background: #fafafa;
padding: 5px;
overflow: auto;
width: 95%;
max-height: 500px;
margin: 10px auto;
font: 1em/1.5em Consolas, "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
}

/* theme
___________________________________________________________________________________________________ */
html, body {
background: #000000 url(i/body.gif) center repeat-y;
margin: 0 auto;
font: normal normal normal 94%/150% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; color: #333;
}

div#wrapper {
background: #fff;
width: 940px;
margin: 0 auto;
padding: 0;
text-align: left;
}

/* header */
div#header { 
    text-align: left; 
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

div#header h1, div#header h1 a, div#header h1 a:hover {
font: normal normal bold 1.8em/normal Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: #9b0e0e;
text-decoration: none;
padding: 0;
margin: 5px 0 0 0;
}
div#header h5 {
font: normal normal normal 1.0em/normal Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: #666;
padding: 0;
margin: 10px;
}

/* nav */
div#nav {
margin: 10px 0;
padding: 2px 0;
text-align: left;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

div#nav ul { margin: 0; padding: 0; }
div#nav li {
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

div#nav ul li a {
font: normal normal normal 1.4em/normal Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: #333;
padding: 0 10px;
margin: 0;
text-decoration: none;
text-transform: uppercase;
}

div#nav ul li a:hover { color: #9b0e0e; }

/* sidebars */
div#sidebar, div#sidebar-alt { width: 200px; }
div#sidebar-alt { float: left; }
div#sidebar { float: right; }

div#sidebar h2, div#sidebar-alt h2 {
font: normal normal bold 1.1em/normal Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
/*text-transform: uppercase;*/
border-bottom: 1px solid #000;
color: #9b0e0e;
margin: 4px 0;
padding: 4px 0;
}

div#sidebar-alt p, div#sidebar p {}

div#sidebar-alt ul, div#sidebar ul  {
list-style: none;
margin: 0;
padding: 0 0 20px 0;
}

div#sidebar-alt li, div#sidebar li {
list-style: none;
margin: 0;
padding: 0;
}

div#sidebar-alt ul li, div#sidebar ul li {
margin: 0.2em 0;
padding: 0.2em 0;
font: normal normal normal 0.96em/normal Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}
div#sidebar-alt ul li ul li, div#sidebar ul li ul li {
margin: 0.2em 0;
padding: 0.2em 1.5em;
background: url(i/arrow-01.gif) 0 0.65em no-repeat;
}
div#sidebar-alt ul li a, div#sidebar ul li a { color: #333; text-decoration: none; }
div#sidebar-alt ul li a:hover, div#sidebar ul li a:hover { color: #000; text-decoration: underline; }

div#sidebar-alt ul li ol li, div#sidebar ul li ol li {
list-style: decimal;
margin: 0.2em 0;
padding: 0.2em 0;
}
/* content */
div#content {
background: #fff url(i/grid-cl-side-right.gif) left repeat-y;
margin: 0 0;
}

div#content-page {
background: #fff url(i/grid-1-col.gif) left repeat-y;
margin: 0 0;
}

/* content-article */
div#content-article {
    float: left;
    width: 470px;
    margin-right: 30px;
}

.post {}
.post h2, .post h2 a {
font: normal normal bold 1.2em/1.5em Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #000;
color: #000;
margin: 4px 0;
padding: 4px 0;
text-decoration: none;
}

.post h2 a { color: #9b0e0e; text-decoration: none; border: 0 none; }

.post p { margin: 1em 0; }
.post p a {
color: #9b0e0e;
text-decoration: none;
border-bottom: 1px solid #9b0e0e;
}
.post p a:hover {
text-decoration: none;
border-bottom: 1px solid #ccc;
color: #000000;
}
.more-link, .more-link a { text-decoration: none; color: #000; }
.more-link a:hover { text-decoration: underline; color: #000; }
.post p.postmetadata, .post p.postmetadata a {
font: normal normal normal 0.90em/normal Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
color: #999;
text-decoration: none;
border: 0 none;
margin: 0;
padding: 0;
}
.post p.postmetadata a:hover { text-decoration: underline; color: #666; }

div#content-article img.wp-smiley, div#content-article img.wp-wink { float: none; border: 0 none; padding: 0; margin: 0; }
div#content-article img, div#content-article img a {
float: left;
border: 1px solid #e0e0e0;
margin: 0 10px 5px 0;
padding: 4px;
text-decoration: none;
background: #fff;
}

.post p.single-postmeta {
background: #f0f0f0;
border-top: 1px solid #e0e0e0;
border-bottom: 1px solid #e0e0e0;
color: #999;
padding: 10px;
margin: 20px 0;
}

div#content-article ul, div#content-article ol {
list-style: none;
margin: 0;
padding: 0 10px;
}
div#content-article ul li, div#content-article ol li {
margin: 0 10px;
padding: 4px 15px;
}
div#content-article ol { margin: 0 20px; }
div#content-article ol li { list-style: decimal; padding: 4px 5px;} 
div#content-article ul li {
list-style: none;
background: url(i/arrow-03.gif) 0 10px no-repeat;
}
div#content-article ul li a, div#content-article ol li a {
color: #9b0e0e;
text-decoration: none;
border-bottom: 1px solid #9b0e0e;
}
div#content-article ul li a:hover, div#content-article ol li a:hover {
text-decoration: none;
border-bottom: 1px solid #ccc;
color: #333;
}

div#content-article .navigation { margin: 20px 0; border-top: 1px solid #ebebeb;}
div#content-article .navigation .alignleft { float: left; }
div#content-article .navigation .alignright { float: right; }

/* ads */
div.ads { overflow: hidden; }
div.ads-article-adsense { border: 0 none; }

/* footer */
div#footer {
text-align: center;
border-top: 1px solid #999;
}

div#footer p {
margin: 0;
padding: 20px 0;
color: #333;
font: normal normal 0.90em/normal Constantia, "Palatino Linotype", Palatino, Georgia, serif;
}

/* search */
#s {
width: 95%;
color: #333;
margin: 8px 0;
padding: 4px;
}
#searchsubmit {
margin-bottom: 10px;
}

/* forms */
.textfield-default {
width: 95%;
color: #333;
margin: 8px 0;
padding: 4px;
}
.submit-default {}

/* comments */
.alt {
margin: 0;
padding: 0;
background: #f5f5f5;
border-bottom: 1px dotted #ccc;
}

.commentlist { padding: 0; }

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

.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;
text-transform: lowercase;
color: #999;

}

div.codeblock {
  padding: 7px;
  padding-bottom: 10px;
  margin-bottom:10px;
  border: 1px solid #888;
  width: auto;
  background-color: #f4f4f4;
  white-space:pre;
  line-height: 11px;
  font-family: "Lucida Console",  monospace;
}

/* Calendar
   -------------------------------------------- */

#wp-calendar {
  font-size: 10px;
  margin: 0;
  width: 100%;
  }

#wp-calendar a, #wp-calendar a:visited {
  /* color: #06c; */
  font-size: 12px;
  font-weight : bold;
  display: block;
  text-decoration: none;
  }

#wp-calendar a:hover {
  color: #FF6600;
  }

#wp-calendar caption {
  color: #666666;
  font-size: 13px;
  text-align: left;
  }

#wp-calendar td {
  color: #111111;
  font-size: 10px;
  letter-spacing: normal;
  padding: 0;
  text-align: center;
  }

#wp-calendar #today {
  /* color : #06c; */
  font-size : 13px;
  font-weight : bold;
  }

#wp-calendar th {
  font-size : 10px;
  font-style : normal;
  text-transform : capitalize;
  }

#wp-calendar #next a {
  padding-right : 10px;
  text-align : right;
  }

#wp-calendar #prev a {
  padding-left : 10px;
  text-align : left;
  }

