/* 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;
}


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



.layout-two-column-right #logo {float:left;}
.layout-two-column-right #left {float:left;}

#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;
}

/* VCD page layout */
/* body background is dark brown container color is behind right column and bottom page  */
/* container inner color is 5px outline on page */

body {
    min-width: 740px;
    color: #330D00;
    background: #2F0D0B;
}

#container {
    width: 760px;
    margin-bottom: 20px;
	margin-top:20px;
    background: #fbf0e5;
}

#container-inner {
    border-width: 0 5px 5px 5px;
    border-style: solid;
    border-color: #f3dacc;
}

#banner {
    width: 751px; /* necessary for ie win */
	padding: 4px 0px 0px 0px;
  
}

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

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

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

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

#banner-description {
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    background: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.125;
    text-shadow: #36414d 0 1px 2px;
}

#alpha { margin: 5px 5px 0 5px; width: 535px; }
#beta { width: 217px; }
#gamma, #delta { width: 180px; background: #e6ecf2; }

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

.date-header {
    margin-top: 0;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* content */

.content-nav {
    margin: 10px;
	margin-top: 0;
    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: 10px; background: #fbf0e5;
}

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

.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 10px 20px 10px;
}

.entry-photo {
	border: 1px solid #eda906;
}

/* modules */

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

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

.module-navbox {
	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-search input { font-size: 10px; }
.module-search #search { width: 100px; }
.mt-search-results .search-results-container { margin-left:10px; }
.mt-search-results form#search-form { width: 400px; margin: 0px auto 20px auto; }
.mt-search-results form#search-form input#search { width: 80%; }
.mt-search-results form#search-form p#search-options { text-align:center; }

.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; }

.module-tagcloud .module-list { text-align: center; }
.module-tagcloud .module-list { list-style: none; }
.module-tagcloud .module-list-item { display: inline; }
.module-tagcloud li.taglevel1 { font-size: 19px; }
.module-tagcloud li.taglevel2 { font-size: 17px; }
.module-tagcloud li.taglevel3 { font-size: 15px; }
.module-tagcloud li.taglevel4 { font-size: 13px; }
.module-tagcloud li.taglevel5 { font-size: 11px; }
.module-tagcloud li.taglevel6 { font-size: 9px; }


/* two-column-right tweaks */

.layout-two-column-right #alpha {
    margin: 10;
    width: 500px;
}

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

.layout-two-column-right #beta {
    margin: 0px 0px 0 0px;
    width: 217px;
	float: right;
}

.layout-two-column-right #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;
}


/* content picture */
.pic  {padding:0px 20px 0px 0px;} 
H1 {font-size:16px;font-weight: bold; color:#006633; padding-top:10px;}




/* list styling */
.topnav{ padding:2px 0 0 0px;margin:0 0 2px 0;}
.topnav ul{list-style-type:none; padding:3px 0 3px 0; clear: both; border-top:1px #542916 solid; border-bottom:1px #542916 solid;background:#faead0;}
.topnav li {font-size:11px;margin:0;padding:2px 0;display: inline;color:#401000; white-space: nowrap;}
.topnav a:link {color:#401000; text-decoration:none;   }
.topnav a:visited {color:#611a03; text-decoration:none;   }
.topnav a:hover {color:#663300; text-decoration:underline; }
.topnav a:active {color:#990000; text-decoration:underline; }


/* right nav list styling */
.navbox {
	float: right;
	width: 194px; 
	margin-left: 5px; 
	margin-right: 5px; 
	margin-bottom: 5px; 
	margin-top: 5px; 
	border: 3px;
	border-color: #fff;
	background: #89021b;
	} 
.rightnav ul { font-weight: normal; color: #FFFFFF; padding: 6px 0 6px 0; clear: both; }
.rightnav li { list-style-type:none; background-image: url(http://vtdeli.kattare.com/site-local/images/ip_dot.gif); background-repeat: no-repeat; background-position: 0 .4em; padding: 3px 3px 2px 1em;}
.rightnav  a:link { color:#fff; text-decoration:none; }
.rightnav  a:visited { color:#efefef; text-decoration:none; }
.rightnav  a:hover { color:#fff;text-decoration:underline; }
.rightnav  a:active { color:#990000;text-decoration:underline; }

/* contact box list styling */
.cbox  { padding: 30px 3px 3px 3px;width:160px;margin:0; }
.cbox ul{ color:#4c2f02;  clear: both; }
.cbox li{list-style-type:none; font-size:11px;background-color:#fbd6c3;padding:1px 3px 2px 6px;}

/* email sign-up list styling */
.email {padding:2px 2px 2px 6px;color:#fff;border-top:1px #fff solid; border-bottom:1px #fff solid;} 
.email  a:link {color:#fff; text-decoration:none;   }
.email  a:visited {color:#efefef; text-decoration:none;   }
.email a:hover {color:#fff;text-decoration:underline; }
.email  a:active {color:#990000;text-decoration:underline; }

/* footer and credits */

#footer{width:745px;padding:3px 2px 3px 1px;margin:1px;clear:both;color:#240101;font-size:11px; background:#fbd6c3; border:1px #fca879 solid;}

#footer a,#footer a:link,#footer a:visited{color:#240101;text-decoration:none;}
#footer a:hover{text-decoration:underline; color:#3c0101}
#footer a:active{}

#credits{width:745px;clear:both;text-align:center;margin:0 auto;color:#666565;font-size:9px;padding-top:5px;}
#credits a,#credits a:link,#credits a:visited{color:#666565;font-size:9px;text-decoration:none;}
#credits a:hover{text-decoration:underline;}
#credits a:active{}
