@charset "utf-8";
/* CSS Document */

/* ted's updated styling 6jan08 Weblog (base-weblog.css) */

/* 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-size: 12px;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
	text-align: center; /* center on ie */
	min-width: 750px;
    color: #333;
    background: #FFFFCC;
	display:block;
	}

form { margin: 0; padding: 0; }
a { color: #333333; text-decoration: underline; }
a:hover { color: #990000; font-weight: bold;}
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: 10px;
	font-family: 'trebuchet ms', verdana, helvetica, arial, sans-serif;
}
blockquote {
	font-size: 10px;
	color: #660000;
	font-weight: bolder;
	font-style: italic;
	}


/* 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 */
#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 730px;
    text-align: left;
}
#container-inner { 
	position: static; 
	width: auto; 
}

#banner { 
	position: relative; 
 	width: 710px; /* necessary for ie win */
	background-image:url("http://blog.norcalpv.com/images/banner.gif");
	background-repeat:no-repeat;
    float:right;
	height:225px;
}

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

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

#beta { 
   float:right; 
} 

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

/* content */

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

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

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

.entry-footer{
    clear: both;  
}



/* modules */

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

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

.module-content a { color: #333333; }
.module-content a:hover { color: #990000; font-weight:bold; }

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

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

.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }



/* Vicksburg II (theme-vicksburg.css) */

/* basic page elements */

.module-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: auto;
    w\idth: auto;

    margin: 0;
    border-left: 5px solid #600;
    padding: 5px;
    color: #fff;
    background: #999999;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}

.module-header a,
.module-header a:hover,
.archive-header a,
.archive-header a:hover {
    color: #fff;
}


/* page layout */


#container {
    width: 730px;
    margin-bottom: 5px;
    background: #fff;
}

#container-inner {
    border-width: 0 3px 3px 3px;
    border-style: solid;
    border-color: #292e33;
}


#alpha { margin: 15px 5px 0 5px; width: 480px; }
#beta { width: 200px; background: #FFFFCC; }

#beta-inner {
    padding: 10px 5px 0 5px;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}

.date-header {
    margin-top: 0;
	color:#666666;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

.entry-header {
    margin-top: 0;
    border-left: 8px solid #FF7B0E;
    padding: 0 0 0 10px;
    color: #990000;
    font-size: 18px;
}

.entry-content {
    margin: 0;
    line-height: 1.5;
}

.entry-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

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



/* modules */

.module {
    margin: 0 0 10px 0;
    border-bottom: 1px solid #f3f6f9;
    background: #FFFFCC;
}

.module-content {
    margin: 0 0 10px 0;
    border-top: 1px solid #cfd4d9;
    padding: 10px 10px 0 10px;
    font-size: 10px;
    line-height: 1.2;
}

.module-powered { border-width: 0; }
.module-powered .module-content {
    margin-bottom: 0;
    border: 1px dashed #a3b8cc;
    padding-bottom: 10px;
    color: #292e33;
    background: #fff;
}

.module-photo { background: none; }
.module-photo img { border: solid 1px #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;
}



.module-photo img { border: 1px solid #fff; }



/* All archive templates
    Informational "where am I?" module at top of sidebar */
.module-welcome p { font-size: 12px; }
.module-content p.first { margin-top:0px; }

/* Date-based and category archives
    Archive title banner at top of page, below blog banner */
.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {

    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    border-left: 10px solid #FF7B0E;
    padding: 5px;
    color: #990000;
    background: #fff;

}

