﻿/*
Color themes
#2F3F64 #333333 #CCCCCC #00FF00 #FFFFFF
#0090AD #87AA92 #BBECD6 #A5E6D2 #1A505C 
*/
h1, h2, h3, h4, h5, h6 {
	color: #2F3F64;
}
body {
	color: #333;
	background-color: #CCC;
}
a {
	color: Green;
}
/* >> HTML ------------------------------------------------ */
html, body {
	font-family: Arial, Verdana, Helvetica, sans-serif, Tahoma;
	font-size: 0.9em;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/bg/body.png);
	background-position: left top;
	background-repeat: repeat-x;
	
}
form {
	margin: 0;
}
h1, h2, h3, h4, h5, .form, ul, ol, li, dl, dt, dd, img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	border: none;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-transform: none;
}
h2 {
	color: #2F3F64;
	font-size: 20px;
	font-weight: normal;
}
h3 {
	margin-top: 10px;
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
a {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.external {
	background: url("images/link-external.gif") right center no-repeat;
	padding-right: 12px;
}
ul {
	margin: 0px 0px 0px 16px;
	padding: 0px;
	list-style: square;
}
li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
ul.style-none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.none {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.none li {
	display: inline;
}

ol {
	margin: 0px 0px 0px 22px;
	list-style: decimal;
}
img {
	border: none;
}
p {
	text-align: justify;
}

/* >> Classes --------------------------------------------- */
.action-link {
	font-size: 13px;
	font-weight: bold;
}
.clear {
	clear: both;
}
.cnt {
	/*margin: 0 auto;
	width: 920px;*/
}
.colLeft {
	float: left;
	min-width: 50%;
	text-align: left;
	width: 50%;
}
.colRight {
	float: right;
	min-width: 50%;
	text-align: right;
	width: 50%;
}
.content {
	padding: 10px;
}
.side-clip {
	padding: 5px 5px 10px 0px;
}
.idle-field {
	border: solid 1px #000;
}
.focus-field {
	border: solid 1px #090;
	background-color: #F0F8F0;
}
.viewInfo {
	color: #999;
	font-style: italic;
	font-size: 12px;
	padding-bottom: 10px;
}
.video {
	border: solid 2px #3274d0;
}
/* Opacity */
.opacity {
	filter: alpha(opacity=60);
	-moz-opacity: .60;
	opacity: .60;
}
.nopacity {
	color: Black;
	filter: none;
	-moz-opacity: none;
	opacity: none;
}
.player {
	border: solid 1px #AAA;
	background-color: #CCC;
	margin: 20px 0px 10px 0px;
	padding: 10px;
	text-align: center;
}

/* >> Instances ------------------------------------------- */
#page {
	margin: 0 auto;
	width: 920px;
	border: none;
	position: relative;
	min-height: 100%;
}
* html #page {
	height: 100%;
}
/* header */
#header {
	background-position: center top;
	background-repeat: no-repeat;
	height: 130px;
	overflow: visible;
}
#logo {
	background-image: url(images/bg/logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
#logo a {
	display: block;
	height: 108px;
	margin-left: 20px;
	text-indent: -5000px;
	width: 600px;
}
/* search */
#search {
}
#search .box {
	padding: 10px 10px 10px 0px;
}
#search .box input {
	font-size: 11px;
	width: 140px;
}
/* menus */
ul.menu {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}
ul.menu li {
	display: inline;
}
ul.menu li a {
	display: block;
	font-weight: bold;
}
/* main menu */
#menu {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	padding: 5px 0px;
}
#menu li a {
	color: White;
	font-size: 12px;
	float: left;
	background-position: -240px 0px;
	width: 96px;
	height: 40px;
	text-align: center;
	text-decoration: none;
}
#menu li a:hover {
	background-position: -240px -40px;
	width: 96px;
	height: 40px;
}
#menu .siteMenu {
}
body.projects #menu li a.projects, body.toolbox #menu li a.toolbox, body.templates #menu li a.templates, body.snippets #menu li a.snippets, body.files #menu li a.files, body.videos #menu li a.videos, body.contact #menu li a.contact, body.about #menu li a.about {
	background-position: -240px -80px;
	width: 96px;
	height: 40px;
}
/* top menu */
#topNav {
	position: relative;
}
#topNav li a {
	color: White;
	font-size: 11px;
	float: right;
	padding: 2px 5px;
}
#topNav li a:hover {
	color: White;
}
#topNav .topMenu {
}

/* >> Content --------------------------------------------- */
#content {
	position: relative;
	min-height: 100%;
	/*width: 920px;*/
	margin: 0 auto;
	padding-bottom: 30px;
	padding-top: 20px;
}
#content h1 {
	background-color: #FF4700; /* #667;*/
	color: White;
}
#pane {
	background: #F0F4F8;
	float: left;
	width: 100%;
}
#main {
	background: #F0F4F8;
	float: left;
	width: 690px;
	min-height: 100%;
	height: 100%;
}
#main > .clip {
	padding: 10px;
}
#side {
	background: #F0F4F8;
	float: left;
	width: 220px;
	margin-right: -220px;
	margin-top: 10px;
}
#side > .clip {
	padding-bottom: 10px;
}
#side .box {
	background-image: url(images/bg/side-box.png);
	background-position: left top;
	background-repeat: repeat-x;
	padding: 4px 4px 20px 4px;
}
#side .box > h3 {
	margin-bottom: 10px;
}

/* >> Spiffy ---------------------------------------------- */
.inner {
	padding: 0px 10px;
}
.mbox {
	display: block;
}
.mbox * {
	display: block;
	height: 1px;
	overflow: hidden;
	background: #F0F4F8;
}
.mbox1 {
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #a1a3a4;
	border-right: 1px solid #a1a3a4;
	background: #cdd0d3;
}
.mbox2 {
	margin-left: 1px;
	margin-right: 1px;
	padding-right: 1px;
	padding-left: 1px;
	border-left: 1px solid #737474;
	border-right: 1px solid #737474;
	background: #d5d9dc;
}
.mbox3 {
	margin-left: 1px;
	margin-right: 1px;
	border-left: 1px solid #d5d9dc;
	border-right: 1px solid #d5d9dc;
}
.mbox4 {
	border-left: 1px solid #a1a3a4;
	border-right: 1px solid #a1a3a4;
}
.mbox5 {
	border-left: 1px solid #cdd0d3;
	border-right: 1px solid #cdd0d3;
}
.mboxfg {
	background: #F0F4F8;
	display: block;
	width: 100%;
	/*position: relative;*/
}

/* >> Footer ---------------------------------------------- */
#footer {
	height: 25px;
	position: relative;
	margin-top: -25px;
	clear: both;
	color: #333;
}
#footer a {
	color: #FF4700;
}
#footer-container {
	width: 820px;
	margin: 0 auto;
	text-align: center;
}

/* >> Contact Form ---------------------------------------- */
#contactForm {
}
#contactForm p {
	padding: 3px 0px;
	margin: 0px;
}
#contactForm label {
	display: inline-block;
	width: 70px;
}
#contactForm .textbox {
	width: 280px;
}
#contactForm .long-textbox {
	width: 440px;
}
#contactForm .textarea {
	width: 440px;
}
#contactForm .notify {
	color: Blue;
	font-size: 12px;
}
/* >> Forms ----------------------------------------------- */
.form {
}
.form p {
	padding: 3px 0px;
	margin: 0px;
}
.form label {
	/*background-color: #DDD;* /
	border-bottom: solid 1px #CCC;*/
	display: inline-block;
	font-weight: bold;
	padding: 0px;
	width: 280px;
	vertical-align: top;
}
.form label:after {
	content: ':';
}
.form input[type=text] {
	width: 280px;
}
.form input[type=text].long {
	width: 440px;
}
.form textarea.long {
	width: 440px;
}
.form .editor-item {
}
.form .editor-label {
}
.form .editor-field {
}

/* >> Lists ----------------------------------------------- */
ul.list {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
ul.list li {
	margin: 0px;
	padding: 0px;
	position: relative;
	vertical-align: top;
	border-bottom: dotted 1px #999;
	padding-top: 10px;
}
ul.list li hr {
	clear: both;
	visibility: hidden;
}
ul.list li .buttons {
	display: inline;
	right: 5px;
	position: absolute;
}
ul.list p {
	margin: 5px 0px;
	padding: 0px;
}
ul.list strong {
	display: block;
	font-size: 16px;
}
ul.list a.big-link {
	background-position: 0px 0px;
	color: White;
	cursor: pointer;
	font-size: 11px;
	float: left;
	margin: 2px;
	padding: 10px 5px;
	text-align: center;
	width: 58px;
	height: 36px;
}
ul.list a.big-link:hover {
	background-position: 0px -56px;
	text-decoration: none;
}
ul.list a.big-link:active {
	background-position: 0px -112px;
	text-decoration: none;
}
ul.list a.ext-link {
	background-position: -68px 0px;
	color: White;
	cursor: pointer;
	font-size: 11px;
	float: left;
	margin: 2px;
	padding: 10px 5px;
	text-align: center;
	width: 58px;
	height: 36px;
}
ul.list a.ext-link:hover {
	background-position: -68px -56px;
	text-decoration: none;
}
ul.list a.ext-link:active {
	background-position: -68px -112px;
	text-decoration: none;
}
ul.list .views {
	background-color: #667;
	color: White;
	cursor: pointer;
	float: left;
	margin: 2px;
	padding: 10px 5px;
	text-align: center;
	width: 56px;
}
ul.list .downloads {
	background-color: #2F3F64;
	color: White;
	cursor: pointer;
	float: left;
	margin: 2px;
	padding: 10px 5px;
	text-align: center;
	width: 56px;
}
ul.list .item {
	float: left;
	display: block;
	padding-left: 10px;
	position: relative;
	width: 560px;
}
ul.list .item a {
	color: #FF4700; /*#2F3F64;*/
}
ul.list .long {
	width: 560px;
}
ul.list div.category {
	color: #1A1A1A;
	font-size: 12px;
	font-weight: bold;
	float: left;
	min-width: 50%;
	width: 50%;
}
ul.list div.category a {
	color: Green;
}
ul.list div.released {
	font-style: italic;
	text-align: right;
	float: left;
	min-width: 50%;
	width: 50%;
}
div.linksBar {
	border-bottom: solid 1px #fd4a06;
	padding-bottom: 5px;
}
select.sort {
}
select.sort > option.asc {
	background-image: url('images/icons/asc.png');
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 20px;
}
select.sort > option.desc {
	background-image: url(images/icons/desc.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 20px;
}

/* >> Shares ---------------------------------------------- */
ul.shares {
}
ul.shares li {
	display: inline;
	margin-right: 10px;
}
/* >> Posts ----------------------------------------------- */
#blogPosts {
}
#blogPosts h2 {
	border: none;
	font-size: 14px;
	margin: 10px 0px;
}
#blogPosts h3 {
	border: none;
	font-size: 12px;
	margin: 10px 0px;
}
#blogPosts ul {
	background-color: Red;
	list-style-type: none;
	margin: 0px;
}
#blogPosts li {
	border-bottom: dotted 1px #CCC;
	margin-bottom: 30px;
}
/* >> Projects -------------------------------------------- */
#project {
}
#project > h2 {
	margin-bottom: 20px;
}
#project > div.info, #download > div.info {
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
#project > div.descr {
}

/* >> Delicious ------------------------------------------- */
#delicious-posts-velio.ivanov {
}
div.delicious-posts {
}
li.delicious-post {
	padding-bottom: 5px;
}
li.delicious-odd {
}
li.delicious-even {
}
a.delicious-link {
	background: url(images/icons/external_link.gif) right center no-repeat;
	color: #666;
	font-size: 12px;
	padding-right: 16px;
}
p.delicious-extended {
}

/* >> MsgBox ---------------------------------------------- */
#MsgBox {
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 1px solid;
	display: none;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	position: relative;
}
#MsgBox div.error {
	background-color: #F8E5BD;
	background-image: url('images/icons/error.png');
	color: #9B5200;
}
#MsgBox div.info {
	background-color: #BDE5F8;
	background-image: url('images/icons/info.png');
	color: #00529B;
}
#MsgBox div.warning {
	background-color: Yellow;
	background-image: url('images/icons/warning.png');
	color: Black;
}

/* >> Contact --------------------------------------------- */
#Contact {
}
#Contact li {
	margin-right: 5px;
	position: relative;
	vertical-align: middle;
}
#Contact a.twitter {
	display: block;
	line-height: 48px;
	margin: auto 0px;
	position: relative;
	height: 48px;
}

/* >> Edit Form ------------------------------------------- */
div.editForm {
}
div.editForm input, div.editForm textarea {
	width: 98%;
}
div.editForm label {
	color: #1A1A1A;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	text-decoration: underline;
}

/* >> Wiki ------------------------------------------------ */
#wiki {
}
#wiki textarea {
	width: 98%;
	height: 560px;
}
#wiki .editBar {
	text-align: right;
}
#wikiEditForm {
	display: none;
}
#wikiContent {
	padding-bottom: 40px;
}
#wikiContent h4 {
	font-size: 16px;
	margin: 10px 0px;
}
#wikiHistory {
	border-top: solid 1px #CCC;
	color: #AAA;
	font-size: 11px;
	margin-top: 10px;
	padding-top: 10px;
}

/* >> Pager ----------------------------------------------- */
div.pager {
	background-color: #EEE;
	border: solid 1px #CCC;
	font-weight: bold;
	padding: 6px 0px;
	position: relative;
	text-align: right;
}
div.pager a {
	text-decoration: none;
}
div.pager a, div.pager span {
	border: solid 1px #CCC;
	margin: 0px 5px 0px 0px;
	padding: 2px 4px;
}
div.pager span.current {
	background-color: #009;
	border: solid 1px #009;
	color: White;
}
div.pager span.disabled {
	background-color: #CCC;
	color: White;
}

/* >> About ----------------------------------------------- */
div.about {
}
div.about img {
	background-color: #EEE;
	border: solid 1px #CCC;
	float: left;
	margin: 10px 30px 30px 10px;
	padding: 5px;
	width: 96px;
}

/* >> File ------------------------------------------------ */
#download {
}
#download > div.items {
	border-bottom: solid 1px #fd4a06;
	padding: 10px 0px;
	margin-bottom: 20px;
}
#download a.download {
	background-image: url(images/icons/download24.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 28px;
	padding-left: 28px;
}
#download a.license {
	background-image: url(images/icons/certificate.gif);
	background-position: left center;
	background-repeat: no-repeat;
	height: 20px;
	padding-left: 20px;
}
#download a.download h2 {
	color: Green;
}
/* >> Files ----------------------------------------------- */
ul.files {
}
ul.files > li {
}
ul.files > li > div {
}
ul.files > li > div > h2 {
	display: inline;
}
ul.files > li > div > span {
	padding-left: 40px;
}
/* Sprites ------------------------------------------------ */
.sprite {
	background-image: url(artem.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}
a.rss-button {
	background-position: -138px 0px;
	width: 97px;
	height: 27px;
}
a.rss-button:hover {
	background-position: -138px -27px;
	width: 97px;
	height: 27px;
}
a.rss-button:active {
	background-position: -138px -54px;
	width: 97px;
	height: 27px;
}
/* Specs -------------------------------------------------- */
.specs {
}
.specs h2 {
	color: #345;
	font-size: 18px;
	margin: 10px 0px;
}
/* Custom Error ------------------------------------------- */
div.custom-error {
}
div.custom-error ul {
	padding: 5px 0px;
}
div.custom-error li {
	padding: 2px 0px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

input[type="text"] {
	width: 200px;
	border: 1px solid #CCC;
}

input[type="password"] {
	width: 200px;
	border: 1px solid #CCC;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #CCC;
}

fieldset p {
	margin: 2px 12px 10px 10px;
}

legend {
	font-size: 1.1em;
	font-weight: 600;
	padding: 2px 4px 8px 4px;
}

fieldset.input-form input[type="text"] {
	width: 400px;
	border: 1px solid #CCC;
}
fieldset.input-form input[type="password"] {
	width: 200px;
	border: 1px solid #CCC;
}
fieldset.input-form textarea {
	width: 480px;
}
textarea.full{
	width: 100%;
}

/* TABLE
----------------------------------------------------------*/

table {
	border: solid 1px #e8eef4;
	border-collapse: collapse;
}

table td {
	padding: 5px;
	border: solid 1px #e8eef4;
}

table th {
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.error {
	color: Red;
}
#menucontainer {
	margin-top: 40px;
}
div#title {
	display: block;
	float: left;
	text-align: left;
}
#logindisplay {
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}
#logindisplay a:link {
	color: white;
	text-decoration: underline;
}
#logindisplay a:visited {
	color: white;
	text-decoration: underline;
}
#logindisplay a:hover {
	color: white;
	text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #ff0000;
}
.field-validation-valid {
	display: none;
}
.input-validation-error {
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors {
	font-weight: bold;
	color: #ff0000;
}
.validation-summary-valid {
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label, .display-field, .editor-field {
	margin: 0.5em 0;
}
.text-box {
	width: 30em;
}
.text-box.multi-line {
	height: 6.5em;
}
.tri-state {
	width: 6em;
}