/*
Theme Name: ExtJS Wordpress Theme
Theme URI: http://www.extjswordpress.net/
License: Lesser GNU (LGPL) open source license version 3.0.
Description: ExtJS based Wordpress Theme
Version: 1.0
Author: W.Regenczuk@yahoo.com
*/

/*
@import url("css/aero.css"); 
@import url("css/default.css"); 
@import url("css/vista.css"); 
@import url("css/gray.css"); 
@import url("css/galdaka.css"); 
*/

html, body {
font-family:"Trebuchet MS","Tahoma",sans-serif;
font-size:13px;
color: #333333;
margin: 0px;
padding: 0px;
overflow:hidden;
}
/* Loading {{{ */
#loading-mask {
width:1600px;
height:1200px;
position:absolute;
z-index:20000;
left:0;
top:0;
}
#loading{
position:absolute;
left:45%;
top:40%;
padding:2px;
width:150px;
text-align:center;
z-index:20001;
}
#loading .loading-indicator{
font:bold 13px tahoma,arial,helvetica;
padding:10px;
margin:0;
}
/* }}} Loading */

/* A {{{ */
a {
text-decoration:none;
}
a:link { 
text-decoration: none;
}
a:active { 
text-decoration: none;
}
a:visited { 
text-decoration: none; 
}
a:hover	{
text-decoration:underline;
} 
a.menu:hover {
text-decoration:none;
}
a:focus { 
outline: none;
}
/* }}} A  */

/* Header {{{ */
#header {
padding:5px;
}
#header a {
text-decoration:none;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:2.5em;
font-weight:bold;
letter-spacing:-0.05em;
margin:0pt;
}
/* }}} Header */

/* Footer {{{ */
#panelSouth p {
text-align:center;
font-size:10px;
}
/* }}} Footer */

/* Content {{{ */
#content {
padding-bottom:10px;
padding-top:10px;
}
/* }}} Content */

/* Page {{{ : by page I mean list of posts: archives categories etc.*/
.page {
clear:both;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin:0pt 20px 20px 10px;
padding-top:6px;
}
.page-title  {
padding-bottom:2px;
border-bottom:1px dotted #CDCDCD; 
font-size:18px;
font-weight:bold;
}
/* }}} Page  */

/* Post  {{{ : post means a single entry*/
.post {
clear:both;
color:#555555;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin:0pt 20px 20px 10px;
padding-top:6px;
}
    /* Post-header {{{ */
.post-head {
color:#1CA2DE;
font-size:12px;
font-weight:bold;
line-height:normal;
}
.post-head .post-title {
padding-bottom:2px;
border-bottom:1px dotted #CDCDCD; 
}
.post-head .post-title a {
/* color:#1C417C; - color moved to ExtJS style*/
font-size:18px;
font-weight:bold;
border-bottom:0; 
}
.post-head .post-date {
color:#888888;
display:block;
font-size:12px;
font-weight:normal;
letter-spacing:0pt;
margin-bottom:10px;
margin-top:3px;
}
    /* }}} Post-header */

    /* Post-content {{{ */
.post-content {
padding-bottom:10px;
padding-top:10px;
line-height:18px;
clear:both;
}
.post-content strong {
font-weight:bold;
}
.post-content p {
margin-top:10px;
}
.post-content ul { /* an atempt to make lists working inside the content */
list-style: outside;
margin-left:30px;
}
.post-content ol{
list-style: decimal outside;
margin-left:30px;
}
.post-content a.more-link{
display:block;
float:right;
}
    /* }}} Post-content */

    /* Post-about {{{ */
.post-about {
margin-top:15px;
border-top: 1px solid #ddd;
padding-top:5px;
}    
.about  { /* classes for text prepended by icon */
padding-left:20px;
padding-top:2px;
font-size:12px;
line-height:18px;
}
.edit {
background:transparent url(images/icons/page_edit.png) no-repeat scroll left center;
}
.title {
background:transparent url(images/icons/information.png) no-repeat scroll left center;
}
.author {
background:transparent url(images/icons/user.png) no-repeat scroll left center;
}
.published {
background:transparent url(images/icons/time.png) no-repeat scroll left center;
}
.category {
background:transparent url(images/icons/folder.png) no-repeat scroll left center;
}
.tag {
background:transparent url(images/icons/tag_blue.png) no-repeat scroll left center;
}
.comments  {
background:transparent url(images/icons/comments.png) no-repeat scroll left center;
}
.feed  {
background:transparent url(images/icons/feed.png) no-repeat scroll left center;
}
.url  {
background:transparent url(images/icons/link.png) no-repeat scroll left center;
}
.comment_add  {
background:transparent url(images/icons/comment_add.png) no-repeat scroll left center;
}
.download  {
background:transparent url(images/icons/drive_go.png) no-repeat scroll left center;
}
    /* }}} Post-about */
/* }}} Post */

/* Comments {{{ */
.alt {
background-color: #f5f5f5;
}
#comments-container, #recentcomments-container {
padding-bottom:10px;
padding-top:10px;
}
#comments, .nocomments {
margin:0pt 10px 10px 10px;
font-size:14px;
font-weight:bold;
font-family:"Myriad Pro","Myriad Web","Tahoma","Helvetica","Arial",sans-serif;
}
.commentlist {
}
li.commentsitem {
line-height:18px;
clear:both;
color:#555555;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:6px;
margin:0pt 20px 10px 10px;
border:1px solid #cacaca;
}
.commentlist .commentauthor {
font-weight:bold;
}
.commentlist .commentmetadata {
font-size:10px;
margin-bottom:4px;
}
li.commentsitem  ul { /* an atempt to make lists working inside the content */
list-style: outside;
margin-left:30px;
}
li.commentsitem  ol{
list-style: decimal outside;
margin-left:30px;
}

/* }}} Comments */

/* Comments Form {{{ */
#commentsform-container {
padding:0px 20px 10px 10px;
}
label {
margin:4px;
margin-left:0px;
display:block;
font:normal 10px arial,helvetica;
line-height:14px;
}
.searchinput{
width:95%;
}
.textinput{
width:98%;
}
textarea {
width:98%;
}
/* }}} Comments Form */

/* Sidebar {{{ */
#panelEast li {
zoom:1;
background-image: url(images/icons/page_white_copy.png); 
background-position: 0px 3px;
background-repeat: no-repeat;
padding-left:20px;
margin-left:0px;
line-height: 22px;
border: 0px solid black;
}

#categories li {
background-image: url(images/icons/folder.png);
}
#pages li {
background-image: url(images/icons/page.png);
}
#archives li {
background-image: url(images/icons/calendar.png);
}
#links li {
background-image: url(images/icons/link.png);
}
/* }}} Sidebar */

/* Live Search Panel {{{ */
.search-item {
font:normal 11px tahoma, arial, helvetica, sans-serif;
padding:3px 10px 3px 10px;
border:1px solid #fff;
border-bottom:1px solid #eeeeee;
color:#000;
}
.search-item h4 {
color:#000;
display:block;
font:inherit;
font-weight:bold;
font-size:11px;
}
/* }}} Live Search Panel */


/* 
    The rest is take from default WP Theme
    Various Tags & Classes
*/
.navigation {
    clear:both;
    font-weight:bold;
	display: block;
	text-align: center;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
p img {
	padding: 0;
	max-width: 100%;
	}

select {
	width: 130px;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
a img {
	border: none;
	}
/*  End Various Tags & Classes */
