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

body {
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	font-size 11px;
	font-weight: normal;
	color: #2C2C2C; 
	line-height: 17px;
	font-family: Arial, Helvetica, Verdana, sans-serif; 
	background:#C6B4D6;
}

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;
    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: 900px;
    text-align: left;
    padding-top: 25px;
    margin-bottom: 20px;
    background: #fff url(./images/bkgd_container1.gif) repeat-y center top;
}


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

#pagebody { position: relative; width: 100%; }

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


/* content */


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

.entry-header {
    margin-top: 0;
    color: #666;
    font-size: 18px;
    padding-top: 0px;
    padding-left: 25px;
}

.entry-content{
background: url(./images/highlights-shadow-body.jpg) top left repeat;
margin: 0px;
padding-left: 25px;

}

.entry {
    background: url(./images/highlights-shadow-full.jpg) top left no-repeat;
padding-left: 0px;
padding-top: 10px;
width: 570px;
}

.comments-open label { display: block; }

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

#comment-text {
   width: 550px;
}

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

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

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

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item {
    display: block;
    clear: both;
    margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail {
    float: left;
    min-width: 60px;
    width: 60px;
    /* no ie mac \*/width: auto;/* */
    margin: 0 5px 0 0;
    text-align: center;
    vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description {
    margin: 0;
    padding: 5px;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */




a { color: #36414d; text-decoration: underline; }
a:hover { color: #55007F; }



.module-content a { color: #36414d; }
.module-content a:hover { color: #55007F; }

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 */
    p\osition: relative;
    width: 100%;
    w\idth: auto;

    margin: 0;
    padding: 5px;
    color: #000;
    background: #c6b4d6;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    text-align: right;
}

.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: #00;
}

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

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

#alpha { margin: 15px 38px 0 15px; width: 625px; }
#beta { width: 200px; background: #eee url(http://www.votf.org/images/new/logo_votf.gif) top center no-repeat; border-right: 1px dashed #ddd;}
#gamma, #delta { width: 180px; background: #e6ecf2; }


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

.entry-content,
.comment-content,
.trackback-content {
    line-height: 1.5;
    font-size: 12px;
}

.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,
.comment-footer,
.trackback-footer {
    margin: 0 0 20px 0;
    border-top: 1px solid #dae0e6;
    padding-top: 3px;
    color: #666;
    font-size: 10px;
    text-align: right;
}

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

.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: #eee;
}

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

/* modules */

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

.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: #f3f6f9;
}

.typelist-thumbnail {
    background: #fff;
}


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

/* ~~~~~ Sidebar Navigation ~~~~~~*/
#Section1  {
	font-size: 11px; 
	font-style: italic;
	margin-top: 100px;
}

a {
	font-style: normal;
	color: #c00; 
	text-decoration: underline;
}

#rightnav {
	background:#f7f6f0 url(./images/rightnav_top.gif) no-repeat top;
	width: 145px;
	margin-left: 10px;}
	#rightnav H3{
	padding:5px;
	margin: 5px;
	color:#958f88;
	FONT-FAMILY: Verdana, sans-serif;
	FONT-SIZE:10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1pt;
	border-bottom: 1px solid #e2d9ce;
}
	
		
/* ~~~~~ Left Navigation ~~~~~~*/
.left_nav {
	margin-top: 0px;
	
	WIDTH: 200px;
	HEIGHT: auto;
	BACKGROUND: #f1f1f1;
	vertical-align: top;}
		* html .left_nav {
		margin-top: -3px;}
.nav {
	BORDER-TOP: #dedede 1px solid;
	DISPLAY: block;
	BACKGROUND:url(./images/arrow_dbl.gif) no-repeat fixed 5px 8px;
	PADDING: 2px 5px 2px 14px;
	COLOR: #000000;
	font-family: "Trebuchet MS";
	font-size: 10px;
	letter-spacing: .02em;
	TEXT-DECORATION: none;
	text-transform: uppercase;}
.navSubcategory {
	BACKGROUND:url(./images/bullet_gray.gif) no-repeat fixed 10px 10px;
	COLOR: #000000;
	TEXT-DECORATION: none;
	border: 0px;
	padding: 3px 5px 5px 20px;}	

a.nav:hover {
	BACKGROUND:#FFFFFF url(./images/arrow_dbl.gif) no-repeat fixed 5px 8px; 
	COLOR: #000000; 
	TEXT-DECORATION: underline;}				

#navigation {
position: relative;
text-align: center; 
font-family: times;
font-size: 14px; 
font-weight: bold; 
margin: 0 auto; 
margin-bottom: 25px;
background: #000;
padding-top: 1px;
padding-bottom: 1px;
padding-right:140px;
color: #fff;
}

ul#navlinks { margin: 0 auto; padding: 8px 0 0; }

#navlinks li { display: inline; }

#navlinks a, #navlinks a:link, #navlinks a:visited { 
color: #fff; text-decoration: none; 
padding-left: 6px;
padding-right: 6px;

}

#navlinks a:hover { color: #c9d7ff;  text-decoration: none; }

#inline_search {
position: absolute;
top: 8px;
right: 10px;
background: #ddd;

}

#Footer {
font-size: 11px;
}

#archive-title {
text-align: center;
font-size: 15px;
font-weight: bold;
border-bottom: 1px #ddd dashed;
}

.comments-open-content {
font-size: 12px;
}
