@import url("cssf-fsi-icons.css"); /* Silk icon set 1.3 */

/*	CSS-Framework

	Version		: 0.22
	File name	: cssf-base.css
	Description	: Styles for webdevelopers
	Author		: Aleksej Romanovskij (http://css-framework.ru)
	
------------------------------ */

/* Utilites
------------------------------ */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.container:after, .columns:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.img-repl { text-indent: -9999px; overflow: hidden; display: block; }
.cc { clear: both; }

/* Main custom rules
------------------------------ */

html { height: 100%; background: #f9f9f9 url(../i/html.gif) repeat-x; font: .8em/1.5 Arial, Helvetica, sans-serif; }
body { height: auto !important; height: 100%; min-height: 100%; } /* body height 100% */

a, .content .postmetadata a, .content a.icon { color: #026ed4; text-decoration: none; }
.content a { text-decoration: underline; }
a:visited { color: #000; }
a:hover { text-decoration: underline; }
a:active {  }

/* Base colors
------------------------------ */
/* , .content h1, .content h2, .content h3, .content h4 */
.color-1, #main-menu a:hover, .big-boxs a:hover, .current_page_item ul a, .f-items .selected .f-item-title label, .selected .f-item-settings-toggle:hover { color: #026ed4; }
.color-2, #main-menu a, .big-boxs a, .current_page_item a { color: #333; }
.color-3 { color: #c0c0c0; }
.color-4, .f-items .f-item-title label, .f-items .f-item-description, .ad-links a, .ad-links { color: #999; }

.bg-color-1 { background-color: #026ed4; }
.bg-color-2 { background-color: #333333; }
.bg-color-3 { background-color: #c0c0c0; }
.bg-color-4, #orphus2 { background-color: #efefef; }

/* Template
------------------------------ */

#page { width: 1000px; margin: 0 auto; }
#header { position: relative; height: 100px; float: none; }
	#logo { position: absolute; left: -2px; top: 20px; }
	#main-menu { position: absolute; right: 0; top: 65px; }
	#main-menu-2 { position: absolute; right: 0; top: 28px; }
		.menu-h li.last { border: none; padding-right: 0; }
		.menu-h li { border-color: #c0c0c0; }
	#searchform { position: absolute; top: 25px; right: 0; }
#sidebar { border-left: 1px solid #c0c0c0; padding-left: 15px; }
#content {  }
#footer { margin-top: 30px; }

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

.page-layout { margin-right: -10px; }
.layout-box { float: left; margin: 0 10px 20px 0; }

.lb-1 { width: 1000px; } /* 100% */
.lb-2 { width: 743px; } /* 75% */
.lb-3 { width: 492px; } /* 50% */
.lb-4 { width: 241px; } /* 25% */

/* Big boxs
------------------------------ */

.big-boxs { text-align: center; font-size: 1.2em; font-weight: bold; }
.big-boxs a { text-decoration: none; }
.big-boxs img { padding-bottom: 8px; }

.current_page_item a { font-weight: bold; }

/* Horizontal Menu
------------------------------ */

.menu-h { overflow: hidden; }
.menu-h li { float: left; list-style: none; padding: 0 .8em; border-right: 1px solid #c0c0c0; }

/* Horizontal Drop Down Menu
------------------------------ */

.menu-h-d { min-height: 24px; border-left: 1px solid #c0c0c0; }
.menu-h-d li { float: left; display: block; position: relative; border: 1px solid #c0c0c0; border-width: 1px 1px 1px 0px; list-style: none; }
.menu-h-d a { text-decoration: none; padding: 2px 10px; display: block; }

.menu-h-d ul { display: none; position: absolute; top: 22px; left: -1px; width: 160px; background: #fff; border: 0; border-bottom: 1px solid #c0c0c0; }
.menu-h-d ul ul { left: 100%; top: -1px; }

.menu-h-d li li { float: none; border-width: 1px 1px 0px 1px; }

.menu-h-d li:hover { background: #ccc; }
.menu-h-d a:hover { color: #fff; }

.menu-h-d li:hover ul ul,
.menu-h-d li:hover ul li:hover ul ul { display: none; }

.menu-h-d li:hover ul,
.menu-h-d li:hover ul li:hover ul,
.menu-h-d li:hover ul li:hover ul li:hover ul { display: block; }

/* Horizontal Drop Up Menu
------------------------------ */

.menu-h-d.d-up ul { bottom: 22px; }
.menu-h-d.d-up ul ul { bottom: -1px; }

/* Vertical Menu
------------------------------ */

.menu-v a, .menu-h a { text-decoration: none; display: block; }
.menu-v a:hover, .menu-h a:hover { text-decoration: underline; }

.menu-v {  }
.menu-v li { padding: 2px 0; list-style: none;  }
.menu-v li ul { padding-left: 1.5em; margin-top: 2px; }
.menu-v li li { border: none; }

.menu-v2 a { display: inline; }

/* Vertical Drop Down Menu
------------------------------ */

.menu-v-d { border-top: 1px solid #ccc; }
.menu-v-d li { padding: 2px 0; display: block; position: relative; border: 1px solid #c0c0c0; border-width: 0px 1px 1px 1px; list-style: none; }
.menu-v-d li a { display: block; position: relative; text-decoration: none; padding-left: 10px; }

.menu-v-d li:hover { background: #ccc; }
.menu-v-d a:hover { color: #fff; }

.menu-v-d li ul { display: none; position: absolute; top: -1px; border-top: 1px solid #ccc; left: 100%; width: 100%; background: #fff; }
.menu-v-d li ul li { background: #fff; }

.menu-v-d li:hover ul ul,
.menu-v-d li:hover ul li:hover ul ul { display: none; }

.menu-v-d li:hover ul,
.menu-v-d li:hover ul li:hover ul,
.menu-v-d li:hover ul li:hover ul li:hover ul { display: block; }

.menu-v-d ul ul { left: 100%; }

/* Box
------------------------------ */

.box { padding: 11px; }
#orphus2 .box { padding: 0; margin: 5px 8px; }

/* Corners (em)
------------------------------ */

.corners { position: relative; overflow: hidden; }
.corners em.tl, .corners em.tr, .corners em.bl, .corners em.br { position: absolute; font-size: 1px; }

.corners-2 em.tl, .corners-2 em.tr, .corners-2 em.bl, .corners-2 em.br { width: 4px; height: 4px; background-image: url(../i/corners/corners-2.png); }
	.corners-2 em.tl { left: -2px; top: -2px; } .corners-2 em.tr { right: -2px; top: -2px; } .corners-2 em.bl { left: -2px; bottom: -2px; } .corners-2 em.br { right: -2px; bottom: -2px; }
.corners-3 em.tl, .corners-3 em.tr, .corners-3 em.bl, .corners-3 em.br { width: 6px; height: 6px; background: url(../i/corners/corners-3.png); }
	.corners-3 em.tl { left: -3px; top: -3px; } .corners-3 em.tr { right: -3px; top: -3px; } .corners-3 em.bl { left: -3px; bottom: -3px; } .corners-3 em.br { right: -3px; bottom: -3px; }
.corners-4 em.tl, .corners-4 em.tr, .corners-4 em.bl, .corners-4 em.br { width: 8px; height: 8px; background: url(../i/corners/corners-4.png); }
	.corners-4 em.tl { left: -4px; top: -4px; } .corners-4 em.tr { right: -4px; top: -4px; } .corners-4 em.bl { left: -4px; bottom: -4px; } .corners-4 em.br { right: -4px; bottom: -4px; }
.corners-5 em.tl, .corners-5 em.tr, .corners-5 em.bl, .corners-5 em.br { width: 10px; height: 10px; background: url(../i/corners/corners-5.png); }
	.corners-5 em.tl { left: -5px; top: -5px; } .corners-5 em.tr { right: -5px; top: -5px; } .corners-5 em.bl { left: -5px; bottom: -5px; } .corners-5 em.br { right: -5px; bottom: -5px; }
.corners-6 em.tl, .corners-6 em.tr, .corners-6 em.bl, .corners-6 em.br { width: 12px; height: 12px; background: url(../i/corners/corners-6.png); }
	.corners-6 em.tl { left: -6px; top: -6px; } .corners-6 em.tr { right: -6px; top: -6px; } .corners-6 em.bl { left: -6px; bottom: -6px; } .corners-6 em.br { right: -6px; bottom: -6px; }
.corners-7 em.tl, .corners-7 em.tr, .corners-7 em.bl, .corners-7 em.br { width: 14px; height: 14px; background: url(../i/corners/corners-7.png); }
	.corners-7 em.tl { left: -7px; top: -7px; } .corners-7 em.tr { right: -7px; top: -7px; } .corners-7 em.bl { left: -7px; bottom: -7px; } .corners-7 em.br { right: -7px; bottom: -7px; }
.corners-8 em.tl, .corners-8 em.tr, .corners-8 em.bl, .corners-8 em.br { width: 16px; height: 16px; background: url(../i/corners/corners-8.png); }
	.corners-8 em.tl { left: -8px; top: -8px; } .corners-8 em.tr { right: -8px; top: -8px; } .corners-8 em.bl { left: -8px; bottom: -8px; } .corners-8 em.br { right: -8px; bottom: -8px; }
.corners-9 em.tl, .corners-9 em.tr, .corners-9 em.bl, .corners-9 em.br { width: 18px; height: 18px; background: url(../i/corners/corners-9.png); }
	.corners-9 em.tl { left: -9px; top: -9px; } .corners-9 em.tr { right: -9px; top: -9px; } .corners-9 em.bl { left: -9px; bottom: -9px; } .corners-9 em.br { right: -9px; bottom: -9px; }
.corners-10 em.tl, .corners-10 em.tr, .corners-10 em.bl, .corners-10 em.br { width: 20px; height: 20px; background: url(../i/corners/corners-10.png); }
	.corners-10 em.tl { left: -10px; top: -10px; } .corners-10 em.tr { right: -10px; top: -10px; } .corners-10 em.bl { left: -10px; bottom: -10px; } .corners-10 em.br { right: -10px; bottom: -10px; }

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

.content h1, .content h2, .content h3, .content h4 { font: normal 1.7em Georgia,"Times New Roman",Times,serif; margin: 0 0 1em 0; border-bottom: 1px solid #e4e4e4; padding-bottom: 2px; }
.lb-2 h1 { margin: 26px 0 1em 0; }
.lb-2 h2, .lb-2 h3, .lb-2 h4 { margin: 30px 0 1em 0; }
.lb-2 { margin-top: -19px; }
.content h1 a, .content h2 a, .content h3 a, .content h4 a { text-decoration: none; }
.content h2 { font-size: 1.5em; }
.content h3 { font-size: 1.4em; }
.content h4 { font-size: 1.3em; }
.content h3 b { font-weight: normal; }

blockquote { margin-left: 2em; padding-left: 1em; border-left: 1px solid #E4E4E4; font-style: italic; }
code, pre { font: .9em "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace !important; }
pre { border: 1px dashed #E7E5DC; line-height: 1.5em !important; padding: 5px; font-size: .9em; background: #fff; margin: 0; }
strong {  }
em {  }
sup, sub { vertical-align: baseline; position: relative; }
sup { top: -0.4em; }
sub { bottom: -0.3em; }

hr { color: #e4e4e4; background-color: #e4e4e4; height: 1px; border-width: 0px; }

.em { font-style: italic; }
.strong { font-weight: bold; }

.content ul, .content ol { margin-left: 3em; line-height: 1.3em; }
.content ul ul { margin: 0 0 0 2em!important; }
.content ul li, .content ol li { margin-bottom: .5em; }

.content dl {  }
.content dl dt { margin-bottom: .2em; font-weight: bold; }
.content dl dd { padding-left: 5em; margin-bottom: .4em; }

.icons a, .icon { padding: 1px 0 1px 20px; background-repeat: no-repeat; background-position: left center; }

.content p, .content ul, .content ol, .content dl, .content table, blockquote, pre, .columns, .content img, hr { margin-bottom: 15px; }

.post { margin-bottom: 4em; }
.entry {  }
.post-date { padding: 3px 5px; margin: 0 1em 1em 1em!important; float: right; border: 1px solid #e4e4e4; border-color: #e4e4e4 #c0c0c0 #c0c0c0 #e4e4e4; background: #ebebeb; }

.postmetadata { border-top: 1px dashed #e4e4e4; margin-top: 3em!important; padding-top: 1em; }
.padding { padding: 0 3px; }

.commentlist { margin-left: 0!important; margin-bottom: 3em!important; }
.commentlist li { /*border: 1px solid #e4e4e4;*/ margin-bottom: 1em!important; list-style: none; background: #fff; }
.commentlist li div.corners { padding: 1em 1em 0em 1em; }
.commentlist li.alt { background: #f4f4f4; }
.commentlist li .avatar { float: left; padding-right: 1em; }
.commentlist li .comment-text { border-top: 1px solid #e4e4e4; margin-top: 1em; padding-top: 1em; }
.commentlist li .comment-text p { margin: 0 0 1em 0!important; }

#commentform {  }
#commentform .columns p { margin-bottom: 7px!important; }
#commentform input { padding: 1px; }
#comment { width: 747px; }
#openid_text { padding: 3px 0; font-size: .9em; }

#goog-wm-qt { margin-right: 10px; }

#orphus2 { font-size: .9em; }
#orphus2 p { margin-bottom: 5px; }

.f-items {  }
.f-items th, .f-items td { padding: 2px 3px; vertical-align: top; }
.f-items th { background: #f4f4f4; border: 1px solid #ccc; }
.f-items td, .f-items th { border-left: none!important; border-right: none!important; padding: 7px; text-align: left; }
.f-items td.f-item-check { width: 1%; text-align: center; }
.f-items td.f-item-title { width: 35%; font-weight: bold; }
.f-items .f-item-settings { margin-top: 1em; /*background: #fff;*/ display: none; }
.f-items .f-item-description {  }
.f-items .f-item-description p { margin: 0; }
.f-items tr:hover .f-item-description p { color: #000; }
.content .f-items dl { padding-top: 5px; padding-bottom: 5px; margin: 0; }
.content .f-items dt, .content .f-items dd { float: left; width: 40%; margin-bottom: 0; }
.content .f-items dd { width: 60%; margin: 0; padding: 0; }

.f-items .selected .f-item-title label {  }
.f-items .selected .f-item-description { color: #000; }
.f-items .f-item-settings-toggle { font-size: 10px; background-position: 0 2px; padding-left: 15px; }
.f-items .selected .f-item-settings-toggle { cursor: pointer; }

.ad-links { width: 200px; padding-left: 20px; text-transform: lowercase; font-size: 10px; }
.ad-links a { text-decoration: none; }

/* Text align & Float
------------------------------ */

.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

.f-left { float: left; }
.f-right { float: right; }

/*	Tables
------------------------------ */

/*table { border-collapse: collapse; width: 100%; }
table th, table td { border: 1px solid #ccc; padding: 2px 3px; vertical-align: top; }
table th { background: #f4f4f4; }
table td {  }*/

/*	Columns
------------------------------ */

.columns {  }
.w-5, .w-10, .w-15, .w-20, .w-25, .w-30, .w-35, .w-40, .w-45, .w-50, .w-55, .w-60, .w-65, .w-70, .w-75, .w-80, .w-85, .w-90, .w-95, .w-100, .w-33, .w-66, .w-38, .w-62 { float: left;  }

.col-content { padding-right: 6px; }
.col-first { padding-left: 0!important; }
.col-last { padding-right: 0!important; }

.w-5 { width: 5%; }
.w-10 { width: 10%; }
.w-15 { width: 15%; }
.w-20 { width: 20%; }
.w-25 { width: 25%; }
.w-30 { width: 30%; }
.w-35 { width: 35%; }
.w-40 { width: 40%; }
.w-45 { width: 45%; }
.w-50 { width: 50%; }
.w-55 { width: 55%; }
.w-60 { width: 60%; }
.w-65 { width: 65%; }
.w-70 { width: 70%; }
.w-75 { width: 75%; }
.w-80 { width: 80%; }
.w-85 { width: 85%; }
.w-90 { width: 90%; }
.w-95 { width: 95%; }
.w-100 { width: 100%; }

.w-33 { width: 33%; }
.w-66 { width: 66%; }

.w-38 { width: 38%; }
.w-62 { width: 62%; }

/* Images
------------------------------ */

/*.content img { padding: 5px; border: 1px solid #ccc!important; margin-top: .4em; }
.content img.null-image { padding: 0!important; border: none!important; margin: 0!important; }
img.f-left { margin-right: 1em; }
img.f-right { margin-left: 1em; }*/

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

.content form { padding: .5em 0; }
.content fieldset { margin-bottom: 1em; border: none; }
.content legend { margin-top: -1px; padding-bottom: 1em; font-size: 1.1em; font-weight: bold; }

.content .f-row { overflow: hidden; margin-bottom: .5em; }
.content label { cursor: pointer; padding: 0 0 0 5px; position: relative; top: 2px; }
.content .f-inputs {  }

.f-actions { padding-top: 1em; border-top: 1px solid #ccc; }

/* Inputs
------------------------------ */

input { vertical-align: middle }
.i-checkbox { margin-top: 3px; }
.i-text, select { width: 200px; padding: 0 1px; font: 1em sans-serif; }
select { width: 206px; }
.i-button, #submit, #goog-wm-sb { padding: 0 .25em; width: auto; overflow: visible; cursor: pointer; }
button.i-button { padding-top: 3px; padding-bottom: 3px; }
span.button { border: 1px solid #fff; border-color: #fff #bbb8ab #bbb8ab #fff; background: #ececec; padding: 1px 4px; }
