/* 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: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: none; }
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 */

#container {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 950px;
    text-align: left;
	 background-color: #EB4E1D;
	 background-image: url(http://www.smug.nl/images/bgx.gif);
	 background-position: top, right;
	 background-repeat: repeat-y;
}
#container-inner { position: static; width: auto; }

#bannerheader { vertical-align: bottom;}
#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;
}


/* banner user/photo */

.banner-user {
    float: left;
    overflow: hidden;
    width: 64px;
    margin: 0 15px 0 0;
    border: 0;
    padding: 0;
    text-align: center;
}

 


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

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

.posted,
.entry-footer,
.trackback-footer {
    margin: 0 0 40px 0;
    border-width: 0px 0px 1px 0px;
	 border-color:  #475516;
	 border-style: dotted;
    padding: 3px 3px 3px 3px;
    color: #000000;
    font-size: 10px;
    text-align: left;
	 background-color: #F2E0DA;
}


.comments-open label { display: block; }

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

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

.comments-open-header {
    clear: both;
}

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

 

/* basic page elements */

body {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a, a:link, a:visited { color: #D70000; text-decoration: none; }
a:hover { color: #EB4E1D; }

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

.module-content a { color: #FACE70; }
.module-content a:hover { color: #EB4E1D; }
.module-content {
	color: #FCECEC;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	 color: #D32414;
}

.module-header {
text-align: right;
}

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

    margin: 3;
    border-left: 0px;
    padding: 0px;
    color: #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: #fff;
}

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

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


/* page layout */

body {
    min-width: 950px;
    color: #333;
    background: #4B1104;
	 background-image: url(http://www.smug.nl/images/bglevel0.gif);
	 background-position: top center;
	 background-repeat: repeat-y;
}

#container {
    width: 950px;
    margin-bottom: 0px;
	 padding-bottom: 0px;
}

#container A:visited {
	color: ##0060BE;
}

#container-inner {
    border: 0px;

}

#bannerheader {
    width: 950px; /* necessary for ie win */
    background: #EB4E1D;
	 height: 310px;
	 background-image: url(http://www.smug.nl/images/header_295.gif);
}

#banner-inner {
    padding: 15px 13px;
    border-width: 0px;
}
 
 
 
 

#alpha { margin: 15px 5px 0 5px; width: 475px; overflow: hidden; background-color: #FFFFFF;	z-index: 10;}
#beta { width: 300px;  overflow: hidden; background-image: url(http://www.smug.nl/images/bgbeta.gif); background-position: top; background-repeat: no-repeat; z-index: 10}
#gamma, #delta { width: 165px;  overflow: hidden; background-image: url(http://www.smug.nl/images/bggamma.gif);background-position: top; background-repeat: no-repeat;	z-index: 100;}
#omega { margin: 15px 5px 0 5px; width: 950px; overflow: hidden; background-color: #FFFFFF;	z-index: 8;}

#beta-inner,
#gamma-inner,
#omega-inner {
    padding: 10px 10px 0 10px;
    border-width: 0px;
}

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

.entry-header {
    margin-top: 0;
    border-left: 0px solid #dae0e6;
    padding: 0px;
    color: #C3190B;
    font-size: 18px;
}

.entry-content A:VISITED {
 color: #EB4E1D; 
}

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

.entry-tags {
    margin: 0 0 10px 10px;
}

.entry-tags-header,
.entry-tags-list,
.entry-tag { display: inline; }

.entry-tags-list {
    list-style:none;
    padding: 0px;
}

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



.comment-content { 
    color: #333333;
	 padding-left: 3px;
 
	 
}
.comment-footer {
    margin: 0px;
    background-color: #D70000;
    padding: 2px;
    color: #FFFFFF;
    font-size: 11px;
    text-align: left;
}


.comment-content,
.trackback-content,
.comment-footer,
.trackback-footer {
    margin-left: 10px;
	 margin-right: 10px;
	 margin-bottom: 5px;
}

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

/* modules */

.module {
    margin: 0 0 10px 0;
    border-bottom: 0px;
    background: transparent;
}

.module-content {
    margin: 0 0 10px 0;
    border-top: 0px;
    padding: 10px 5px 0 5px;
    font-size: 11px;
    line-height: 1.2;
background-color: #D70000;
}

.module-content-blue {
    margin: 0 0 10px 0;
    border-top: 0px;
    padding: 10px 10px 0 10px;
    font-size: 11px;
    line-height: 1.2;
background-color: #207CAD;
	 background-image: url(/runballbg.gif);
}
.module-content-blue a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
}
.module-content-blue a:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bolder;
}
.module-search input { font-size: 10px; }
.module-search #search { width: 125px; }
 

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

 
 
 
 

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

/*
 *  Preliminary styles added by Jay for Vicksburg II
 *     for review by Luke/Walt and rest of team
 */

/* All or multiple templates
    Suppress underlines on linked entry titles */
.entry-header a { text-decoration: none; }
    /* Suppress the prev/next nav */
.content-nav { margin: 0px; display: none; }

/* Search results templates */
.mt-search-results .search-results-header {
    border: 2px solid #669;
    background-color: #36414d;
    color: #eee;
    padding: 5px;
}
.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; }

/* Entry tag display */
div.entry-tags { margin:0 0 10px 10px; }
ul.entry-tags-list {
    list-style:none;
    padding: 0px;
}
h4.entry-tags-header,
ul.entry-tags-list,
li.entry-tag { display: inline; }

/* Main index styles
    Suppress date header on main index */
.main-index .date-header { display: none; }

/* Comment preview and individual entry
    Widen the comment form */
form textarea#comment-text { width:400px; }

/* 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 #a3b8cc;
    padding: 5px;
    color: #fff;
    background: #36414d;

}
 
.fullbanner {
	padding: 0px;
	margin-left: 450px;
	margin-top: 225px;
}

.rectangle {
	background-color: #EB4E1D;
	padding: 3px;
	width: 340px;
	height: auto;
	margin-bottom: 15px;
}

INPUT, TEXTAREA {
	background-color: #FFFFFF;
	border-color: #B7280A;
	color: #000000;
	border-width: 1px;
	border-style: solid;
}

#flashcontent {
		border: none;
		width: 100%;	
		float: center;
		margin: 0 0 0 0;
}

.logonav {
	height: 170px;
	width: 90%;
	margin-top: 140px;
	margin-left: 5px;
	padding-top: 0px;
}

.comments-title {
	color: #333333;
}

.footnote {
	font-size: 11px;
	text-align: center;
}



.menu {
	margin-top: 0px;
	margin-left: 13px;
}

.pollradio {
	background-color: transparent;
	border: 0px;
	border-style: none;
}

.flash {
      height: 25px;
 		background-position: top center;
		background-repeat: no-repeat;
}

#flashcontent {
		border: none;
		width: 100%;	
		float: center;
		margin: 0 0 0 0;
}

.fullbannerad {
	z-index: 100;
	height: auto;
}

.rated {
	font-size: 9px;
	color: #CCCCCC;
	padding-left: 5px;
}

.module-content A:link {
	color: #FAEC4D;
	font-size: 11px;
}
.module-content  A:VISITED {
	color: #FAEC4D;
	font-size: 11px;
}

.middle{
	padding-top: 0px;
	HEIGHT: 265px;
}
 

.recent {
	line-height: 18px;
}

IMG {
border: 0px;
}

.rechts {
   text-align: right;
}



#alphafooter, #betafooter, #gammafooter, #delta {
    display: inline; /* ie win bugfix */
    position: relative;
    float: left;
    min-height: 1px;
}

 

#alphafooter-inner, #betafooter-inner, #gammafooter-inner, #delta-inner {
    position: static;
}

#containerfooter {
    position: relative;
    margin: 0 auto; /* center on everything else */
    width: 950px;
    text-align: left;
	 /* background-color: #eb4e1d; */
	 background-position: top, right;
	 background-repeat: repeat-y;
	 width: 950px;
    margin-bottom: 0px;
	 padding-bottom: 20px;
	 	 background-image: url(http://www.smug.nl/images/bgfooter.gif);
		 background-repeat: no-repeat;
		 background-position: top;
}

#alphafooter {  width: 310px; overflow: hidden; padding-top: 20px; line-height: 18px;}
#betafooter { width: 310px;  overflow: hidden; padding-top: 20px; line-height: 18px;}
#gammafooter { width: 310px;  overflow: hidden; padding-top: 20px; line-height: 18px;}


#betafooter-inner,
#gammafooter-inner,
#alphafooter-inner {
    margin: 0px 10px 0 10px;
	 padding-top: 12px;
}

#betafooter-inner A:LINK, A:VISITED, 
#gammafooter-inner  A:LINK, A:VISITED, 
#alphafooter-inner  A:LINK, A:VISITED, {
	color: #FFFFFF;
}

#betafooter-inner H3,
#gammafooter-inner H3,
#alphafooter-inner H3{
	color: #FFFFFF;
	border-width: 0px 0px 2px 0px;
	border-color: #da471a;
	border-style: dotted;
	padding-bottom: 4px;
}


#betafooter-inner A:HOVER,
#gammafooter-inner  A:HOVER,
#alphafooter-inner  A:HOVER
{
	color: #d70000;
}

.footnote A:link { color: #000000;}
.footnote A:visited{ color: #000000;}
.footnote A:hover { color: #FFFFFF;}
