/* basic elements */

html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}

body
{
   margin: 0;
   /* setting border: 0 hoses ie5 win window inner well border */
   padding: 0;
   font-family: verdana, 'trebuchet ms', sans-serif;
   font-size: 12px;
}

form, input { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre
{
   margin-top: 10px;
   margin-bottom: 5px;
}


/* standard helper classes */

.clr
{
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
   position: relative;
   margin: 0 auto; /* center on everything else */
   width: 1000px; /* was 720 */
   text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
   display: inline; /* ie win bugfix */
   position: relative;
   float: left;
   min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
   position: static;
}


/* content */

.content-nav
{
   margin: 10px;
   text-align: center;
}

.date-header,
.entry-content
{
   position: static;
   clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
   position: static;
   overflow: hidden;
   clear: both;
   width: 100%;
   margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
   clear: both;
   margin: 10px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
   clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
   clear: both;
   margin: 5px 5px 15px 5px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 300px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
   float: left;
   width: 115px;
   margin: 0 10px 10px 0;
}

.image-thumbnail img
{
   width: 115px;
   height: 115px;
   margin: 0 0 2px 0;
}


/* modules */

.module
{
   position: relative;
   overflow: hidden;
   width: 100%;
}

.module-content
{
   position: relative;
   margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
   margin: 0;
   padding: 0;
   list-style: none;
}

.module-list-item
{
   margin-top: 5px;
   margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }



/* Vicksburg (theme-vicksburg.css) STYLESHEET template*/

/* basic page elements */
/* THIS IS THE MAIN PART OF THE CSS FOR LAYOUT */


body
{
   font-family: verdana, helvetica, arial, sans-serif;
   font-size: 12px;
}

a { color: #3366CC; text-decoration: none; }
a:hover { color: #3366CC; text-decoration: underline;  }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

#signin a { color: #00f; text-decoration: none; }
#signin a:hover { color: #00f; }

.module-content a { color: #3366CC; }
.module-content a:hover { color: #3366CC; }

h1, h2, h3, h4, h5, h6
{
   font-family: verdana, helvetica, arial, sans-serif;
}

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
   /* ie win (5, 5.5, 6) bugfix */
   p\osition: relative;
   width: 100%;
   w\idth: auto;
   
   /* border-left: 15px solid #FFF;  was 36414d */

   padding: 5px;
   color: #444;
   /*background: #FFF;*/
   font-size: 12px;
   font-weight: bold;
   line-height: 1;
   /* text-transform: uppercase; */
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover
{
   color: #0066FF;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
   font-size: 12px;
}

.commenter-profile img { vertical-align: middle; }


/* PAGE LAYOUT -------------------------------------------------------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

body
{
   min-width: 1000px; /* was 800 */
   color: #444; /* this is the type color in the posts , was #333 */
   background: #FFF; /* was #FAFAFA f3f6f9 */ 

}

#container
{
   width: 1000px; /* was 800 */
   margin-bottom: 10px;
  background: #FFF; /*THIS IS THE INSIDE OF THE POST #FAFAFA 36414d was fff*/
}

#container-inner
{
   border-width: 10px 0px 0px 0px;
   border-style: solid;
   border-color: #FFF;
   /* background: #FFF; */ /*was #FF0000 292e33 was fff*/
}

#banner
{
width: 1000px; 
background-image: url("images/SiliconValley.jpg");
background-repeat: no-repeat;
height: 136px; /* was 135 */
}

#banner-inner
{
   padding: 0px 0px; /*was 25 10/
   border-width: 0px 0px 0px 0px;
   border-style: solid;
   border-color: #FFF; /* was ff9900 */ 

}

.banner-user
{
   width: 0px;
   margin-top: px;
   font-size: 10px;
}

.banner-user-photo { border: 1px solid #fff; }


#banner-header
{
   display: none;
}

#banner-description
{
   display: none;
}

ul#twitter_update_list   {
list-style: none; 
padding: 0px;
font-size: 11px;
}

ul#twitter_update_list li {
/*margin: .8em 10% .5em 0*/
margin-top: 10px;
margin-bottom: 10px;
display: block; width: 100%;
  border-top: 1px solid #dae0e6;
;
}


/* HERE IS THE SET UP FOR THE BORDER OF THE MODULES SIDE OF THINGS */

#alpha { margin: 15px 10px 50px 0px; width: 700px; } /* was 480 */
#beta { width: 290px; background: #FFF; } /* was 242 ---- e6ecf2  was fff*/

#gamma, #delta { width: 100px; background: #000; } /* was e6ecf2 */

#beta-inner,
#gamma-inner,
#delta-inner
{
   padding: 35px 20px 0px 20px;
   border-width: 0px 0px 0px 0px	; /* was 30 */
   border-style: solid;
   border-color: #FFF; /* #FAFAFA was f3f6f9 */ 
}

.date-header
{
   margin-top: 0;
   font-size: 12px;
  /* font-weight: bold;*/
padding: 0px 0px 12px 0px;
   color: #999999; 
background: #FFF;
   /* text-transform: uppercase; */
}


/* MAIN HEADER OF ENTRY! */
.entry-header
{
   margin-top: 0px;
   padding: 10px 0px 0px 0px;
   color: #CC3366;
	background: #FFF;
   font-size:20px;
   font-weight: bold;
}

.entry-header a 
{
text-decoration: none;
color: #CC3366;
}

.entry-header a:link
{
color: #CC3366;
}

.entry-header a:visited
{
color: #CC3366; /* was 00CCFF */
}

.entry-header a:hover
{
color: #CC3366;
text-decoration: underline;

}



.entry-content,
.trackback-content
{
   margin: 5px 0px 0px 0px;
padding: 20px 10px 10px 10px;
   line-height: 1.5;
   background: #FFF; /* background of POST!!!! */
}

.comment-content
{
   margin: 5px 0px 0px 30px;
   padding: 5px 10px 10px 10px;
   line-height: 1.5;
   /*background: #FFF; background of POST!!!! */
   background: url("http://www.blogblog.com/tictac_blue/quotes.gif") top left no-repeat; 
}



blockquote {
	margin: 16px 5px 10px 5px;
	padding: 0.5em;
	background-color: #CFF;
	border: 1px solid #CFF;  
        /*background: url("http://www.blogblog.com/tictac_blue/quotes.gif") top left no-repeat; */
}

.entry-social
{
   color: #999;
   font-size: 10px;
   margin: 5px 0px 0px 0px;
   padding: 0.5em;
   text-align: left;
}

/* TRACKBACK FONT-SIZE OF POST*/

.blog-footer
{
   margin: 10px 0px 10px 0px;
   border-top: 1px solid #999;
   padding: 10px 5px 0px 5px;
   color: #999999;
   font-size: 11px;
   line-height: 2;
   text-align: left;
   background: #FFF; /* was something else */
}

.entry-footer,
.trackback-footer
{
   margin: 0px 0px 0px 5px;
   border-top: 1px solid #dae0e6;
   padding: 9px 5px 5px 5px;
   color: #999;
   font-size: 11px;
   text-align: left;
   background: #FFF; /* was something else */
}


.comment-footer
{
   padding: 9px 5px 5px 5px;
   color: #999;
   font-size: 11px;
   background: #FFF; /* was something else */
}


.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer
{
   margin-left: 20px;
}

.content-nav { margin-top: 0; }

#trackbacks-info
{
   margin: 10px 0;
   border: 1px dashed #a3b8cc;
   padding: 0 10px;
   color: #292e33;
   font-size: 11px;
   text-align: center;
   background: #e6ecf2;
}

.comments-open-footer
{
   margin: 10px 0 0 30px;
}


/* modules */

/* THIS IS THE BACKGROUND COLOR OF THE MODULES ON THE RIGHT, it was dae0e6 */
.module
{
   margin: 10px 0px 0px 0px;
   border-bottom: 10px solid #FFF;
   background: #FFF;  /* background of module squares */


}

.module-content
{
   margin: 0px 0px 0px 00px;
   border-top: 0px solid #FFF;
   padding: 10px 0px 0px 0px;
   font-size: 12px;
   line-height: 1.5;
}

.module-search input { font-size: 11px; }
.module-search #search { width: 150px; }



.module-powered { border-width: 0; }

.module-powered .module-content
{
   margin-bottom: 0;
   border: 1px dashed #fff;
   padding-bottom: 10px;
   color: #0066CC;
   background: #fff;
}

.module-list
{
   /* margin: 0 15px 10px 15px; */
   /* list-style: disc; */
}

.module-list .module-list
{
   margin: 5px 0 0 0;
   padding-left: 15px;
   list-style: circle ;
}

.module-list-item
{
   margin-top: 0;
   color: #666;
   line-height: 1.2;
}

.typelist-thumbnailed .module-list
{
   margin: 0 0 10px 0;
   list-style: none;
}

.typelist-thumbnailed .module-list-item
{
   margin: 1px 0;
   padding: 0;
   background: #fff;
}

.typelist-thumbnail
{
   background: #fff;
}




/* artistic tweaks */

   .layout-artistic #alpha { width: 260px; }
   .layout-artistic #beta { width: 420px; }

   .layout-artistic #gamma,
   .layout-artistic #delta
   {
      width: 190px;
   }

   .layout-artistic #gamma-inner,
   .layout-artistic #delta-inner
   {
      border: 0;
      padding: 0;
   }



/* moblog1 tweaks */

   .layout-moblog1 #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-moblog1 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog1 #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-moblog1 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog1 .module-recent-photos .module-content { padding: 10px 0 0 10px; }


/* moblog2 tweaks */

   .layout-moblog2 #alpha
   {
      margin: 0;
      width: 86px;
      background: #e6ecf2;
   }

   .layout-moblog2 #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-moblog2 #beta
   {
      margin: 15px 15px 0 15px;
      width: 260px;
      background: none;
   }

   .layout-moblog2 #beta-inner
   {
      padding: 0;
      border-width: 0;
   }

   .layout-moblog2 #delta
   {
      width: 154px;
   }

   .layout-moblog2 .module-recent-photos
   {
      border: 0;
      background: none;
   }

   .layout-moblog2 .module-recent-photos .module-content
   {
      padding: 0;
      border: 0;
   }

   .layout-moblog2 .module-recent-photos .module-list-item { margin: 0 0 10px 0; }

/* one-column tweaks */

   .layout-one-column body { min-width: 520px; }
   .layout-one-column #container { width: 520px; }
   .layout-one-column #banner { width: 510px; } /* necessary for ie win */


/* two-column-left tweaks */

   .layout-two-column-left #alpha
   {
      margin: 0;
      width: 200px;
      background: #e6ecf2;
   }

   .layout-two-column-left #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-two-column-left #beta
   {
      margin: 15px 15px 0 15px;
      width: 480px;
      background: none;
   }

   .layout-two-column-left #beta-inner
   {
      padding: 0;
      border-width: 0;
   }


/* three-column tweaks */

   .layout-three-column #alpha
   {
      margin: 0;
      width: 180px;
      background: #e6ecf2;
   }

   .layout-three-column #alpha-inner
   {
      padding: 10px 10px 0 10px;
      border-width: 2px 0 2px 2px;
      border-style: solid;
      border-color: #fff;
   }

   .layout-three-column #beta
   {
      margin: 15px 15px 0 15px;
      width: 320px;
      background: none;
   }

   .layout-three-column #beta-inner
   {
      padding: 0;
      border-width: 0;
   }