/* Base 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-family: verdana, 'trebuchet ms', sans-serif;
    font-size: 12px;
}

form { 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, blockquote {
    margin-top: 10px;
    margin-bottom: 10px;
}



/* .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: 720px;
    text-align: left;
}
#container-inner { position: static; width: auto; }

#banner,#footer { position: relative; }
#banner-inner,#footer-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;
}




/* modules */

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

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





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

/* basic page elements */

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

a { color: #536359; text-decoration: underline; }
a:hover { color: #a3b8cc; }

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



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

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    position: relative;
    width: 100%;
    width: auto;

    margin: 0;
    border-left: 5px solid #221E1F;
    padding: 5px;
    color: #666666;
    background: #EFF0E6;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}



/* page layout */

body {
    min-width: 762px;
    color: #536359;
/*    background: #36414d;*/
	background-image:url('/common/images/background.gif');
}

#container {
    width: 762px;
/*    margin-bottom: 20px;*/
}

#container-inner {
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    border-color: #B2B4B7;
}

#banner {
    width: 760px; /* necessary for ie win */
    background: #EFF0E6 url(/top/images/1.jpg) no-repeat right bottom;
}

#pagebody{
    background: #FFFFFF url(/top/images/2.jpg) no-repeat right top;
	height:270px;
	min-height:270px;
	max-height:270px;
}

#footer {
    width: 760px; /* necessary for ie win */
	height:600px;
    background: #EFF0E6 url(/top/images/3.jpg) no-repeat right top;
}

#banner-inner,#footer-inner {
    padding: 25px 30px 20px 30px;
}



#banner-header {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-shadow: #36414d 0 2px 3px;
}



#alpha { margin: 15px 15px 0 15px; width: 480px; }
#beta { width: 200px; background: #e6ecf2; }
#gamma, #delta { width: 130px; background: #FFF; }

#beta-inner,
#gamma-inner,
#delta-inner {
    padding: 10px 10px 0 10px;
/*    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;*/
}


/* modules */

.module {
    padding: 0 0 0 0;
    /*border-bottom: 1px solid #f3f6f9;
    background: #dae0e6;*/
}
.module-header
{
   border:none;
   padding-left: 0px;
   padding-right: 0px;
   color:#ff0000;
   background: #fff;
}

/* two-column-left tweaks */

.layout-two-column-left #alpha {
    margin: 0;
    width: 181px;
    background: #ffffff;
	height:270px;
	min-height:270px;
	max-height:270px;
}

.layout-two-column-left #alpha-inner {
    padding: 20px 30px 0 30px;
	border-right:1px solid #EFF0E6;
}



#image-navi-header
{
	margin-bottom:5px;
	padding-bottom:10px;
	border-bottom: 1px solid #E5E5E5;
	width:120px;
}

#banner-footer {
	font-size: 10px;
	color:#999999;
	margin:0px;
	padding:0px;
}


