/* Russianforces.org Base Theme ============================================================= */

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

ul.like-buttons{
float: left;
list-style: none;
margin: 5px 0 20px 0;
padding: 0;
width: 100%;
}

ul.like-buttons li{
    display: block;
    float: left;
    margin-right: 10px;
}
li.twitter-like{
    margin-top: 2px;
}
li.fb-like{
    margin-top: 2px;
}
li.g-plus-one{
    margin-top: 2px;
    width: 56px;
}

:link,:visited {
    text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6 {
/*    font-size:100%; */
    font-weight:normal;
}
table {
    border-spacing:0;
}
fieldset,img,abbr,acronym {
    border:0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style:normal; */
    /* font-weight:normal; */
}

ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
q:before,q:after {
    content:'';
}
a {
    text-decoration:underline;
    outline:none;
}
hr {
    border:0;
    height:1px;
    background-color:#000;
    color:#000;
}
a img,:link img,:visited img {
    border:none;
}
address {
    font-style:normal;
}


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

body {
    text-align: center;
    background: #fff;
}

#container-PRINT {
    background: #fff;
    width: 80%;
    min-height: 100%;
    margin-left: 15px;
    mergin-right: 15px;
    text-align: left;
}

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

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

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

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

#header-inner {
    padding-top: 0px;
    padding-bottom: 0;
}


#content-inner, #footer-inner {
/*    padding-top: 20px;
    padding-bottom: 20px; */
}

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

#alpha-inner {
    margin-right: 5px;
    margin-left: 5px;
}


/* Wide-Thin-Thin */

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

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

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


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 135px;
    width: 565px;
}

.layout-twt #beta {
    left: -565px;
    width: 135px;
}

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


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


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

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-top: 10px;
    margin-bottom: 10px;
}

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

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */

#header-description {
    margin-bottom: 0;
}

.navheader {
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 85%;
}
.navheader a {
	text-decoration: none
}
.navheader A:hover {
	text-decoration: underline
}

.navheaderleft {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 85%;
}
.navheaderleft a {
	text-decoration: none
}
.navheaderleft a:hover {
	text-decoration: underline
}

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

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

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

.comments {
margin-top: 0;
padding-top: 0;
}

/*ppl*/
.entry-asset {
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.asset-header {
}
.asset-content {
}
.asset-body {
}
.asset-more {
}

.asset-footer, .asset-actions {
margin: 0;
padding: 0;
text-align: right;
}

.asset-actions {
display: inline;
float: right;
margin-right: 10px;
}

.paragraph-footer {
margin-bottom: 15px;
text-align: right;
}

.entry-meta {
}
.entry-meta-header {
}
.entry-meta-contents,
.entry-meta-contents p {
    margin-bottom: 3px;
    padding: 0;
}
.entry-meta-footer {
    margin-top: 3px;
    margin-bottom: 9px;
    text-align: right;
}

.entry-meta-footer a,
.entry-meta-tags a {
    text-decoration: none;
}
.entry-meta-footer a:hover,
.entry-meta-tags a:hover {
    text-decoration: underline;
}


.entry-meta-contents,
.entry-meta-footer,
.entry-meta-tags {
    font-size: 85%;
}


.comments-header,
.comment-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#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,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
/*    margin-bottom: .75em; */
}

.trackbacks-content {
    margin-top: 1.2em;
    margin-bottom: 0;
    padding-bottom: 0;
background: #999;
}

.trackbacks {
background: #aaa;
}

.comments {
background: #ccc;
}

.page-asset {
background: #bbb;
}

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

.asset-meta {
    margin-top: 3px;
    padding-top: 6px;
    padding-bottom: .5em;
/*    font-weight: normal; */
}

/*ppl .asset-footer,*/
.trackback-footer,
.comment-footer {
    text-align: right;
/*    margin-top: 1.5em; */
    padding-bottom: .5em;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.content-nav {
    text-align: center;
}

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


/* Widgets */

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

.widget-content {
    position: relative;
    margin: 0px 0 0px;
}

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

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

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

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

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

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


/*

A Six Apart theme adapted for Movable Type default templates 
name: Cityscape Paris  
designer: Tiffany Chow  
designer_url: http://tiffany.vox.com/ 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Default ---------------------------------------------------------------- */

/* Global */

body {
    font-family: verdana, arial, sans-serif; 
    font-size: small;
}


/* Header */

#header {
    border-top-width: 0;
    border-top-style: solid;
}

#header-inner {
    position: relative;
}

#header-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.125;
}

#header a {
    text-decoration: none;
}

#header a:hover {
    text-decoration: underline;
}


/* Content */

.asset-more-link {
/*   font-weight: bold; */
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
/*    margin: 5px 0 30px; */
}

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

.comment-footer,
.comment-footer p,
.trackback-footer,
.trackback-footer p {
margin-top: 0px;
padding-top: 3px;
}

.comment-block {
margin-top: 9px;
margin-bottom: 6px;
}

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    margin: 0;
    padding: 0;
}

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

.asset-more-link,
.asset-meta,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed {
/*    font-size: 11px; */
}

/* Footer */

#footer-content {
    color: #fff;
}


/* Utility */

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


/* Global ----------------------------------------------------------------- */

body {
    color: #366;  
    font-family: verdana, arial, sans-serif;
    font-size: small;
}

a {
    color: #366; 
}

a:hover {
    text-decoration: underline;
}


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

#container-inner,
#content {
    background-color: #fff;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

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


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

#header { 
background: #6c9;
color: #fff;
text-decoration: none;
}


#header-content {
    width: 900px; 
margin-top: 0px;
padding-top: 0px;
padding-right: 5px;
padding-left: 5px;
padding-bottom: 0px;
margin-bottom: 0px;
}

#header-name {
    color: #fff;
    font-family: verdana, arial, sans-serif; 
    font-weight: normal;
}

#header-name a {
    color: #fff;
    text-decoration: none;
}

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

#header-description {
    color: #fff;  
    font-family: verdana, arial, sans-serif;  
    font-weight: bold; 
}

#navbar {
    padding-left: 154px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 4px;
}

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

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

.asset-name,
.asset-header,
.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-title,
.archive-header,
.search-form-header,
.search-results-header,
.entry-meta-header {
    font-family: verdana, arial, sans-serif;
} 

.asset-name,
.asset-name a,
.archive-title {
    color: #366;
margin-top: 0;
padding-top: 0;
}


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

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


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

.asset-header h1 {
    font-size: 120%;
    font-weight: bold;
    border-bottom: dashed 1px #6c9;
    margin-top: 15px;
}

.asset-header h1 a {
    text-decoration: none;
}
.asset-header h1 a:hover {
    text-decoration: none;
}

.asset-body h1 {
    font-size: 120%;
    font-weight: bold;
    border-bottom: dashed 1px #6c9;
    margin-top: 5px;
}

.asset-body h1 a {
    text-decoration: none;
}
.asset-body h1 a:hover {
    text-decoration: none;
}

.asset-body h2,
.asset-header h2,
.archive-title h2,
.search-results-header h2 {
    margin-top: 15px;
    font-size: 110%;
    font-weight: bold;
}

.asset-body h2 a,
.asset-header h2 a,
.archive-title h2 a,
.archive-list-item a {
    text-decoration: none;
}
.asset-body h2 a:hover,
.asset-header h2 a:hover,
.archive-title h2 a:hover,
.archive-list-item a:hover {
    text-decoration: underline;
}

.asset-body h3,
.asset-header h3,
.entry-tags h3,
.trackbacks h3,
.trackbacks-content h3,
.comments-open-header h3,
.comments h3,
.entry-meta h3 {
    font-size: 100%;
    font-weight: bold;
}

.asset-body h3 a,
.asset-header h3 a,
.entry-meta h3 a  {
    text-decoration: none;
}
.asset-body h3 a:hover,
.asset-header h3 a:hover,
.entry-meta h3 a:hover {
    text-decoration: underline;
}
.asset-body h4,
.asset-header h4 {
    font-size: 100%;
    text-decoration: underline;
}
.asset-body h4 a:hover,
.asset-header h4 a:hover {
    text-decoration: none;
}
.asset-body h5,
.asset-header h5 {
    font-size: 100%;
    font-style: italic;
}
.asset-body h5 a,
.asset-header h5 a {
    text-decoration: none;
}
.asset-body h5,
.asset-header h5 a:hover {
    text-decoration: underline;
}
.asset-body h6,
.asset-header h6 {
    font-size: 75%;
    text-transform: uppercase;
}
.asset-body h6 a,
.asset-header h6 a {
    text-decoration: none;
}
.asset-body h6 a:hover,
.asset-header h6 a:hover {
    text-decoration: underline;
}

.asset-body blockquote {
    margin-top: 0px;
    margin-bottom: 10px;
}
.asset-body li {
    margin-top: 0px;
    margin-bottom: 10px;
}

.paragraph-footer,
.asset-footer,
.asset-actions,
.trackback-footer,
.comment-footer,
.comment-content,
.trackback-content,
.trackbacks-info {
    font-size: 85%;
}

.entry-tags-list {
    font-size: 85%;
}


.paragraph-footer a,
.asset-footer a,
.asset-actions a,
.trackback-footer a,
.comment-footer a,
.entry-tags-list a {
    text-decoration: none;
}

.asset-footer a:hover,
.asset-actions a:hover,
.trackback-footer a:hover,
.comment-footer a:hover,
.entry-tags-list a:hover {
    text-decoration: underline;
}

#table td {
    font-size: 85%;
    padding-top: 2px;
    padding-bottom: 3px;
}

#tableref {
    margin-top: 2px;
    font-size: 85%;
}


/* Widget ----------------------------------------------------------------- */

/* .layout-wtt #content-inner { background: transparent url(content-wtt.gif) repeat-y scroll right top; } */
/* .layout-twt #content-inner { background: transparent url(content-twt.gif) repeat-y scroll left top; }  */
/* .layout-wt #content-inner { background: transparent url(content-wt.gif) repeat-y scroll right top; }  */
/* .layout-tw #content-inner { background: transparent url(content-tw.gif) repeat-y scroll left top; }   */




.widget, .widget a,
.archive-widget .widget-list .item {
    color: #366;
    text-decoration: none; 
    } 

.widget-list li {
    padding-bottom: 0px;
    margin-bottom: -2px;
} 

.widget-list-item li {
    padding-bottom: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
} 

.widget a:hover {
    text-decoration: underline;
}

.widget-header, .widget .widget-header {
    font-size: 100%;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 3px;
    margin-bottom: 4px;
    margin-top: 10px;
    border-bottom: dashed 1px #6c9;
}  

.widget .widget-subheader {
    font-size: 85%;
}

.embed-asset-widget .widget-header {
    margin-bottom: 10px;
}  
.widget-header,
.widget-header a {
    text-decoration: none;
    color: #366;
}


.media-stream-widget img {
    border: 1px solid #999;
} 
.widget-header .edit a,
.archive-widget .widget-list .item a,
.archive-widget .widget-list .item {
    font-weight: normal;
} 

.widget-header a {
    text-decoration: none;
}

.widget-header a:hover {
    text-decoration: underline;
}

.widget-content, .widget .widget-content {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-size: 85%;
}



/* "Powered By" Widget */

.widget-powered .widget-content {
    text-align: left;
}


/* Calendar Widget */

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


/* Footer Widgets */

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

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

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


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

#footer { 
    border-top: dashed 1px #6c9;
    width: 900px;
    background-color: #fff; 
    margin-top: 24px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}

#footer-content {
    margin-left: 0;
    padding-left: 0px;
    margin-top: 0;
    padding-top: 3px;
    font-size: 85%;
}

#footer-print {
    border-top: dashed 1px #6c9;
    width: 100%;
    background-color: #fff; 
    margin-top: 24px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
}



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

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


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


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

#content-inner {
    padding: 10px 0;
}

