/*
A mish-mash of Steve's modified version of 'Beckett' by Lilia Ahner from MT 3.34,
the base theme and reset.css from MT4, and 'minimalist gray' from the MT4 library
*/

/* Reset ------------------------------------------------------------------ */
/*
reset.css - resets default browser styling
http://tantek.com/log/2004/09.html#d06t2354
http://www.vox.com/.shared/css/base.css by beausmith.com
http://developer.yahoo.com/yui/reset/
*/

html, div, li, dl, dt, dd, form, fieldset,
input, textarea, pre, code, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table { border-spacing: 0; }

fieldset, img, abbr, acronym { border: 0; }

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

caption, th { text-align: left; }

q:before,q:after { content: ''; }


hr {
    margin: 0;
    padding: 0;
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}

address { font-style: normal; }


/* Layout ----------------------------------------------------------------- */

body {
    margin: 0;
    padding: 0;
    text-align: center;
    font: normal 12px "trebuchet ms", helvetica, arial, sans-serif;
    color: #ccc;
    background: #343f4a url(http://www.voght.org/v2/images/site/body-bg.gif) repeat-x;
}

#container-inner {
    width: 100%;
    min-height: 100%;
    margin: 0;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer { position: relative; }

#alpha, #beta, #gamma {
    padding: 15px 0 0 0;
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner { position: static; }

#header-inner, #content-inner, #footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #101921;
    border-left: 3px double #666;
    border-right: 3px double #666;
}

#alpha-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

#footer-inner {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}

#header-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
}


/* Wide-Thin-Thin */

.layout-wtt #alpha { width: 560px; }

.layout-wtt #beta {
left: 190px;
width: 190px;
}

.layout-wtt #gamma {
right: 190px;
width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
left: 190px;
width: 560px;
}

.layout-twt #beta {
left: -560px;
width: 190px;
}

.layout-twt #gamma { width: 190px; }


/* Wide-Thin */

.layout-wt #alpha { width: 750px; }

.layout-wt #beta { width: 190px; }


/* Thin-Wide */

.layout-tw #alpha {
left: 190px;
width: 750px;
}

.layout-tw #beta {
left: -750px;
width: 190px;
}



/* Utilities ------------------------------------------------------------ */

.pkg:after, #content-inner:after, 
#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.pkg, #content-inner { display: inline-block; }

/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

#header-inner, #content-inner, #footer-inner, .asset-body { height: 1%; }


/* Content ---------------------------------------------------------------- */

/* General Links */

a { color: #899; text-decoration: none; }
a:link, a:visited {color: #999; text-decoration: none; }
a:hover { color: #eef; }

a img,:link img,:visited img { border: none; }


/* General Headlines and Lists */

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 .75em 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

p, pre, blockquote, fieldset, ul, ol, dl { margin-bottom: .75em; }

blockquote, ol, ul {
margin-left: 30px;
background-repeat: repeat-y;
}

ol { list-style: decimal outside; }

ul { list-style: disc outside; }

.item { list-style: none; }

blockquote {
    background: #600 url(http://www.voght.org/v2/images/site/powered-bg.gif) repeat-x;
    border: dotted 1px #f93;
    padding: 10px 5px 5px 15px;
}

/* Header ----------------------------------------------------------------- */

#header {
    /* border-top: 10px solid #1b1f21; */
    border-color: #1b1f21;
}

#header-inner {
    position: relative;
    height: 100px;
    background: #000 url(images/site/header940.jpg) repeat-x bottom right;
}

#header-name {
    margin: 0 0 5px 225px;
    line-height: 1;
    color: #fff; 
    font-size: 30px;
    font-weight: bold;
}

#header-description {
    margin: 0 0 0 225px;
    font-size: 12px;
    line-height: 1.125;
    color: #fff;
}

#header-content {
    width: 842px; 
    margin: 30px 0 40px 20px;
}

#header a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
#header a:visited {color: #fff; }
#header a:hover { color: #999; }


/* Assets ----------------------------------------------------------------- */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content { clear: both; }

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
    position: static;
    clear: both;
}

.asset-content {
    position: static;
    clear: both;
    margin: 5px 0;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form { margin-bottom: 1.5em; }

.asset-header,
.asset-body,
.comments-header,
.comment-header,
.comment-footer,
.comments-open-header,
#comments-open-footer,
#comment-form-external-auth,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comments-open-text,
.trackbacks-header,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header { margin-bottom: .75em; }

.entry-categories, .entry-tags { margin-bottom: .5em; }

.asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    font-size: 11px;
    font-weight: normal;
    color: #666;
    display: block;
    border-top: 1px solid #1a2936;
    padding-bottom: .3em;
}

.asset-meta a, .asset-meta a:visited {
    color: #f93;
    text-decoration: underline;
}

.asset-meta a:hover {
    color: #fff;
    text-decoration: underline;
}

.asset-footer {
    margin-top: 1.5em;
    padding-top: .5em;
    font-size: 11px;
    border-top-color: #767676;
}

.asset-footer a, .comment-footer a { font-weight: normal; }

.asset-footer, .asset-footer a, .comment-footer, .comment-footer a, .trackback-footer { color: #ddd; }

.date-header {
    color: #666;
    font-size: 14px;
    text-transform: uppercase;	
    position: static;
    clear: both;
    margin: 0;
    padding: 10px 0 15px 0;
    background: transparent url(http://www.voght.org/v2/images/site/date-header-bg.gif) repeat-x;
}

.asset-name {
    margin-bottom: .25 em;
    font-size: 20px;
    font-weight: bold;
}

.asset-name a {
    text-decoration: none;
    margin-bottom: 8px;
}

.asset-name a:hover { color: #fa4; }

.asset-name, .asset-name a, .archive-title { color: #f93; }

.asset-more-link {
    font-weight: bold;
    font-size: 11px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

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

.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #bfbfc0;
}

.search-results-header { margin-bottom: .25em; }

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

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

.entry-tags-header,
.entry-categories-header {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags-list,
.entry-categories-list {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

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

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}



/* Feedback */

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text { width: 80%; }

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

#comment-submit { font-weight: bold; }


/* Footer ----------------------------------------------------------------- */

#footer-content, #footer-content a { color: #fff; }

/* #footer { background-color: #1b1f21; } */

#footer-content { margin: 20px 0; }



/* Widgets ----------------------------------------------------------------- */

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

.widget-content {
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
}

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

.widget-list .widget-list { margin-left: 15px; }

#twitter_update_list li, .widget-list-item {
    margin: 5px 0;
    padding-left: 14px;
    background: url(http://www.voght.org/v2/images/site/li-bg.gif) 0 0.3em no-repeat;
}

.widget-cloud .widget-list {
    margin-right: 0;
    margin-left: 0;
}

.widget-cloud .widget-list-item {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-cloud .rank-1 { font-size: 1.75em; }
.widget-cloud .rank-2 { font-size: 1.75em; }
.widget-cloud .rank-3 { font-size: 1.625em; }
.widget-cloud .rank-4 { font-size: 1.5em; }
.widget-cloud .rank-5 { font-size: 1.375em; }
.widget-cloud .rank-6 { font-size: 1.25em; }
.widget-cloud .rank-7 { font-size: 1.125em; }
.widget-cloud .rank-8 { font-size: 1em; }
.widget-cloud .rank-9 { font-size: 0.95em; }
.widget-cloud .rank-10 { font-size: 0.9em; }


.widget-assets .widget-content .widget-list {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search .search-options, .widget-syndicate .blog-feeds {
    list-style: none;
    margin: 5px 0;
}


.widget-header,
.widget-content {
    margin-right: 15px;
    margin-left: 15px;
}

.widget-header {
    margin: 0 5px 1px 0;
    padding: 5px 5px 5px 22px;
    background: #0f181f url(http://www.voght.org/v2/images/site/colitem-header-bg.gif) 0 50% no-repeat;
}

.widget-header, .widget-header a {
    color: #f93;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.widget-header a, .widget-header a:visited { text-decoration: underline; }
.widget-header a:hover { color: #fff; text-decoration: underline; }

.widget-content a { color: #cdcdcf; font-weight: bold; }
.widget-content a:visited {color: #889; }
.widget-content a:hover { color: #f93; }

#content .widget-powered .widget-content {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #767676;
    background-color: #5d5d5d;
} 

/* Search Box */

.widget-search input { font-size: 10px; }
.widget-search #search {
    width: 115px;
    background-color: #eef;
    border: 1px solid #889;
}


/* "Powered By" Widget */

.widget-powered { margin: 10px 0 20px 0; }
.widget-powered .widget-content {
    margin: 10px;
    padding: 5px 10px;
    background: #600 url(http://www.voght.org/v2/images/site/powered-bg.gif) repeat-x;
    border: 1px solid #889;
    color: #fff;
}

.widget-powered .widget-content a, .widget-powered .widget-content a:visited { color: #f93; }
.widget-powered .widget-content a:hover { color: #fff; }

/* Calendar Widget */

.widget-calendar .widget-content table { font-size: 10px; }


/* Footer Widgets */

#footer .widget { margin: 10px 0; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}

#footer .widget-powered .widget-content a { background: transparent; }



/* Custom Styles ---------------------------------------------------------- */

#group-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}
.group-button a {
    background-color: #74abd0;
    border-color: #fff;
    color: #fff;
}

