@charset "UTF-8";
body {
   margin: 0;
   padding: 0;
   color: #1C386D;
   text-align:center;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-size: 100.1%;
   background-color: #EFEFE6;
   background-image: url(http://prescottcomputerguy.com/assets/images/bg/blog-bg.gif);
   background-repeat: repeat-y;
}
#wrapper {
   width: 787px;
   margin: 0px auto;
   padding: 0px;
   text-align:left;
   font-size: 78%;
   line-height:18px;
   background: #fff;
   left: 0px;
   position: absolute;
   top: 0px;
}
#wrapper2 {
   border-right-width: 1px;
   border-right-style: solid;
   border-right-color: #666;
}
#superheader {
   padding: 0;
   margin: 0;
   height: 0px;
}
#header {
   padding: 0 0 0px 0;
   height: 122px;
   margin: 0 0 0px 0;
   border-bottom:0px solid #fff;
}
#header a {
   display: inline;
}
#content {
   clear:both;
   padding: 0;
   margin: 15px 10px;
}
#main {
   width: 550px;
   float:left;
   margin: 0;
   padding: 0 0 10px 0px;
   overflow:hidden;
}
#sidebar {
   padding: 0;
   margin: 0px 0px 0px 570px;
   font-size: 110%;
}
#footer {
   clear: both;
   margin: 0;
   padding: 0;
   text-align: center;
   font-size: 85%;
   background: #fff;
}
#footer-inner {
   background: #F0F9FF;
   height: 45px;
   border-top: 1px solid #8CD1FD;
   border-bottom: 1px solid #8CD1FD;
   display: none;
}
#footer-inner p {
   padding:15px 0 20px 0;
   margin:0;
}
#navigation {
   padding: 5px 15px;
}
#navigation div.fleft {
   float:left;
}
#navigation div.fright {
   float:right;
}
#credit {
   text-align:right;
   font-size: 80%;
   border-right-width: 1px;
   border-right-style: solid;
   border-right-color: #000;
   display: none;
}
#credit p {
   margin: 0px 10px;
   padding: 3px;
}
#credit p a {
   color: #777;
   font-weight:100;
}
#credit p a:hover {
   color: #777;
}
#subscribe {
   text-align:center;
}
#subscribe p {
   margin: 5px 0;
}
/*  ********** default styles *********** */

p, h1, h2, h3, h4, h5, h6 {
   margin: 10px 0;
   padding: 0;
   color: #1D3A70;
}
h1, h2, h3, h4, h5, h6 {
}
h1 {
   font-size: 190%;
}
h2 {
   font-size: 160%;
}
h3 {
   font-size: 120%;
}
h4 {
   font-size: 110%;
}
h5 {
   font-size: 100%;
}
h6 {
   font-size: 90%;
}
a {
   color:#00538A;
   font-weight:800;
   text-decoration:none;
}
a:hover {
   color:#00538A;
   text-decoration:underline;
}
a img {
   border:0px;
}
hr {
   height:2px;
   margin:5px 0;
   border-bottom: 1px solid #ccc;
   border-top: 1px solid #ccc;
}
blockquote {
   background: #EBF7FF;
   padding: 5px 15px;
   margin: 3px 30px;
   border-left: 4px solid #8CD1FD;
   border-top: 1px solid #EBF7FF;
   border-right: 1px solid #EBF7FF;
   border-bottom: 1px solid #EBF7FF;
}
form {
   margin: 0;
   padding:0;
}
fieldset {
   padding:10px;
   margin:0;
   border:none;
}
legend {
   font-weight:800;
}
code {
   font-size: 90%;
   font-family: "Courier New", Courier, monospace;
   white-space: pre;
}
td {
   vertical-align:top;
}
#tabs {
   padding: 0;
   background-color: #C5CEBD;
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #BBB;
}
#tabs ul {
   margin: 0;
   padding:3px 0;
   list-style-type:none;
}
#tabs ul li {
   margin: 10px 0 3px 15px;
   padding: 6px 15px 6px 0px;
   display:inline;
   font-size: 90%;
}
#tabs ul li a {
   color: #1D3A70;
}
#tabs ul li a:hover {
   color: #000;
   text-decoration: none;
}
/* Headings */ 

form#searchform2 {
   display: block;
   margin: 3px 0px;
}
#header h3 {
   margin:  0;
   padding: 15px 0 0 15px;
   font-weight:800;
   font-size: 200%;
}
#header h3 a {
   font-weight:100;
   color: #1D3A70;
   text-decoration: none;
}
#header h2 {
   margin: 0;
   letter-spacing:1px;
   padding: 10px 0 5px 17px;
   font-weight:800;
   color: white;
   font-size: 90%;
}
h2#sectiontitle {
   font-size:150%;
   font-weight: 100;
   padding:6px 6px 6px 10px;
   margin:8px 10px 5px 0px;
   color: #444;
   border-top: 1px solid #8CD1FD;
   background:#EBF7FF;
}
/* post styles */

.post {
   margin: 0 0 10px 0;
   padding: 5px;
   letter-spacing: 1px;
}
.entry {
   margin: 0;
   padding: 5px 10px 8px 10px;
   font-size: 105%;
   line-height: 150%;
}
.entry p {
   text-align: left;
}
.entry a {
   color:#1D3A70;
   text-decoration:underline;
   font-weight: normal;
}
.entry a:hover {
   color:#000;
   text-decoration:underline;
	 background-color: #E9ECE6;
}
.post h2 {
   color: #1D3A70;
   font-size: 110%;
   margin: 0 0 5px 0;
   border-left: 7px solid #C7D1BB;
   letter-spacing: 2px;
   font-variant: small-caps;
   border-top: 1px solid #C7D1BB;
   border-right: 1px solid #333333;
   border-bottom: 1px solid #333333;
   padding-top: 1px;
   padding-right: 0px;
   padding-bottom: 1px;
   padding-left: 7px;
   background-color: #E2EAD9;
   font-weight: bold;
}
.post h2 a {
   text-decoration:none;
   font-weight: bold;
}
.post h2 a:hover {
   text-decoration:none;
   color: black;
}
.postmetadata {
   font-size:80%;
   padding: 1px 0 1px 5px;
   margin: 0 5px;
   background-color: #D3DDCA;
   border: 1px dotted #193A73;
}
.postmetadata p {
   line-height: 15px;
   padding: 0;
   margin: 3px 0;
}
/* Comments > WordPress 2.6 */

ol.commentlist {
   list-style:none;
   margin:0;
   padding:0;
   text-indent:0;
}
ol.commentlist li {
   border:1px solid #BEE5FE;
   border-radius:5px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
   height:1%;
   margin:0 0 10px;
   padding:5px 7px 5px 57px;
   position:relative;
}
ol.commentlist li div.comment-author {
   padding:0 160px 0 0;
}
ol.commentlist li div.vcard {
   font:800 11px/1.9 verdana, arial, sans-serif;
}
ol.commentlist li div.vcard cite.fn {
   font-style:normal;
}
ol.commentlist li div.vcard cite.fn a.url {
   text-decoration:none;
}
ol.commentlist li div.vcard img.avatar {
   border:2px solid #eee;
   top:7px;
   left:7px;
   position:absolute;
}
ol.commentlist li div.comment-meta {
   font:100 10px/1.9 verdana, arial, sans-serif;
   position:absolute;
   top:5px;
   right:10px;
   text-align:right;
}
ol.commentlist li div.comment-meta a {
   color:#1D3A70;
   text-decoration:none;
}
ol.commentlist li p {
   font:normal 11px/1.5 verdana, arial, sans-serif;
   margin:0 0 1em;
}
ol.commentlist li ul {
   font:normal 11px/1.4 verdana, arial, sans-serif;
   list-style:square;
   margin:0 0 1em;
   padding:0;
   text-indent:0;
}
ol.commentlist li div.reply {
   color:#1D3A70;
   font:bold 11px/1.4 verdana, helvetica, arial, sans-serif;
   /* Uncomment the following 5 lines, if using threaded comments and a styled reply button is desired... *//* 
background:#ddd;
border:1px solid #aaa;
padding:2px 10px;
text-align:center;
width:35px;
*/
}
ol.commentlist li div.reply:hover {
   /* Uncomment the following 2 lines, if using threaded comments and a styled reply button is desired... */
/*background:#f3f3f3;
border:1px solid #aaa;*/
color: black;
}
ol.commentlist li div.reply a {
   text-decoration:underline;
}
ol.commentlist li ul.children {
   list-style:none;
   margin:1em 0 0;
   text-indent:0;
}
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4 {
   margin:0 0 .25em;
}
ol.commentlist li.even {
   background:#fff;
}
ol.commentlist li.odd {
   background:#F5FBFF;
}
ol.commentlist li.pingback div.vcard {
   padding:0 160px 0 0;
}
#respond h3 {
   font-size: 105%;
}
/*  Legacy Comments < WordPress 2.7  */


h3#comments, h3#postcomment {
   font-size: 100%;
}
ol#lcommentlist {
   padding: 0 0 0 20px;
   font-size: 90%;
   list-style-type:none;
}
ol#lcommentlist li {
   padding: 2px 10px;
   margin: 0;
}
ol#lcommentlist li p.commentheader {
   margin: 3px 0 0px 0;
   padding: 1px 5px;
}
ul#lcommentlist {
   padding: 0;
   margin:0;
   list-style-type:none;
}
ul#lcommentlist li {
   display: block;
   padding: 0;
   margin: 0 15px;
   font-size:90%;
   border: 4px solid white;
}
ul#lcommentlist li div.gravatar {
   width:40px;
   float:left;
   text-align: center;
   padding: 5px 0 0 5px;
}
ul#lcommentlist li div.gravatar img {
   border: 2px solid #ddd;
}
ul#lcommentlist li p.commentauthor {
   padding: 0;
   margin: 0 0 2px 0;
   overflow:hidden;
}
ul#lcommentlist li p.commentheader {
   margin: 0 0 10px 0;
   padding: 0px;
}
ul#lcommentlist li div.commenttext {
   padding: 0 0 0 0px;
   margin:5px 10px 5px 60px;
}
ul#lcommentlist li div.commenttext div.commentwrapper {
   background: #F0F9FF;
   margin:0 0 0 5px;
   padding: 3px 8px;
   border-top: 1px solid #8CD1FD;
}
/*  sidebar styles */


.menu {
   padding:0;
   font-size:90%;
}
.menu a {
   font-weight: 100;
}
.menu a:hover {
   text-decoration:none;
}
.menu ul {
   margin:0;
   padding:0 0 0 0px;
   list-style-type:none;
}
.menu ul li.widget {
   padding:2px;
   margin:0 0 7px 0px;
}
.menu ul li.widget ul {
   margin: 0;
   padding:0;
}
.menu ul li.widget ul li {
   padding: 2px 0 2px 12px;
   margin:0;
   border-bottom: 1px solid #eee;
}
.menu ul li.widget ul li ul {
}
.menu ul li.widget ul li ul li {
   border-top: 1px solid #eee;
   border-bottom: none !important;
   padding: 0 0 0 11px;
}
.menu ul li.widget h3 {
   font-size:120%;
   padding:2px 0 3px 5px;
   margin:0;
   color: #1D3A70;
   font-weight: 800;
   font-variant:small-caps;
   letter-spacing:2px;
   border-top-width: 3px;
   border-bottom-width: 1px;
   border-top-style: solid;
   border-bottom-style: solid;
   border-top-color: #C5CEBD;
   border-bottom-color: #C5CEBD;
}
.menu ul li h3 a {
   color: #1D3A70;
   font-weight: 800;
}
.menu ul li h3 a:hover {
   color: #000;
   text-decoration: none;
}
.menu form {
   display:block;
   margin:0px;
   padding:4px;
}
.menu input {
   margin:3px 0;
   font-size:90%;
}
li.widget .textwidget, li.widget #search {
   padding: 2px 5px;
}
/* Calendar styles */
#wp-calendar {
   empty-cells: show;
   margin: 10px auto 0;
   width: 155px;
}
#wp-calendar #next a {
   padding-right: 10px;
   text-align: right;
}
#wp-calendar #prev a {
   padding-left: 10px;
   text-align: left;
}
#wp-calendar a {
   display: block;
}
#wp-calendar caption {
   text-align: center;
   width: 100%;
}
#wp-calendar td {
   padding: 3px 0;
   text-align: center;
}
#footer a {
   font-weight: 100;
}
.aligncenter, div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
}
.alignright {
   float: right;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   text-align: center;
}
#digg-widget-container h3 {
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
	 color: #1C386D;
}
#digg-widget-container h3 a {
   font-size: 75%;
   font-weight: normal;
   font-variant: normal;
   letter-spacing: 0em;
   word-spacing: 0em;
   font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
   border-top-style: none;
   border-right-style: none;
   border-bottom-style: none;
   border-left-style: none;
   line-height: 120%;
}
#digg-widget-container li {
   list-style-type: none;
   background-image: none;
}
#digg-widget-container .digg-widget-header, #digg-widget-container .digg-widget-footer {
   display: none;
}
.side-cred {
	font-size: 80%;
	display: block;
	margin-top: 25px;
	text-align: center;
}