/*
Theme Name: Ext1.9
Theme URI: http://extjswordpress.net/
Description: Simple, clean, fixed width, two-column theme, based on look&feel of web applications made with ExtJS library (http://extjs.com). As it uses ExtJS stylesheets, all ExtJS themes applies to it. There are 6 of them attached. To find more color styles google for "ExtJS Theme".
Version: 1.9
Author: W.Regenczuk
Author URI: http://extjswordpress.net/
Tags: fixed width, two column, tags, widgets, theme options, options page, white, black, blue, 2.7, wordpress 2.7
*/

body {
    padding: 15px;
    font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
    font-size:12px;
    color:#333;
}
a {
    color:#1A5C9A;
    text-decoration:none;
}
a:hover {
    color:#1C417C;
    text-decoration:underline;
}
a.feed {
    background:transparent url(images/feed.png) no-repeat scroll 0 4px;
    float:left;
    height:24px;
    line-height:24px;
    padding-left:24px;
}

#wrap {
    margin:auto;
    text-align:left;
    width:968px;
}
#header {
    float:left;
    width:968px;
}
#content {
    float:left;
    width:748px;
}
#sidebar {
    float:right;
    width:200px;
}
#footer {
    float:left;
    width:968px;
    text-align:center;
    margin: 10px 20px 20px 10px;
}


#header h1 {
    color:#385F95;
    font-family:verdana,arial,sans-serif;
    font-size:28px;
    font-weight:bold;
    font-style:italic;
    letter-spacing:-1px;
}
#header .description {
    margin: 0px 0 0 0;
    float:left;
}
#header .feed-icon {
    margin: 0 2px 0 0;
    float:right;
}

.ext-page-nav li { 
float:left;
list-style-image:url(images/page-separator.gif);
margin-left:20px;
}
.ext-page-nav li.home { 
margin-left:10px;
list-style-image:none;
}



.post-author {
background:#F1F2F4 none repeat scroll 0 0;
border-bottom:1px solid #DADADB;
padding:5px;
}
.post-title {
font-size:17px;
}
.entry, .postmetadata {
	font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size:12px;
	line-height:18px;
}
.entry p{
	margin-bottom:5px;
}
.entry {
	zoom:1;
    padding:10px 15px 15px;
}

.postmetadata {
    zoom:1;
    padding:3px 3px 3px 3px;
    
    cursor:default;    
}


/* Sidebar */
.widget .textwidget {
font-size:12px;
line-height:18px;
}
.widget ul  {
list-style-image:url(images/list-item.gif);
margin-left:20px;
}

.widget ul li {
display:list-item;
margin-bottom:5px;
margin-top:5px;
font-size:12px;
line-height:18px;
}



/* Begin Various Tags & Classes */
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 10px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.pages_navigation {
	display: block;
	text-align: center;
    margin:1px;
}
.posts_navigation .prev_posts {
text-align:right;float:right;padding:5px;padding-right:20px;width:250px;
}
.posts_navigation .next_posts {
padding:5px;padding-left:20px;width:250px;float:left;
}

/* End Various Tags & Classes*/

/* COMMENTS */

.pingback, .comment {
zoom:1;
padding:10px 10px 15px 15px;
}

.comment .comment {
border-color:#99BBE8;
border-style:none none none solid ;
border-width:0 0 0 1px;
zoom:1;
padding:10px 0px 0px 15px;
margin:5px 0px 0px 15px;
}
.pingback p, .comment p {
margin-left:90px;
font-size:12px;
line-height:18px;
text-align:justify;
}
.pingback .comment-author, .comment .comment-author{
margin-bottom:15px;
float:left;
}
.pingback .comment-author .fn, .comment .comment-author .fn {
font-weight:bold;
}
.pingback .comment-meta,  .comment .comment-meta{
margin-bottom:15px;
float:right;
}
.pingback .comment-gravatar, .comment .comment-gravatar{
float:left;
}
.pingback .comment-gravatar, .comment .reply a{
color:#ff6600;
}
.pingback .comment-gravatar, .comment .comment-waiting {
margin-top:15px;
text-align:center;
font-size:16px;
color:#ff6600;
}
/* COMMENTS */

/* EXTJS FIXES */
.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td {
    font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
    font-size:12px;
/*
*/
}
.excerpt {
    font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
	font-size:12px;
	/*
	*/
    line-height:18px;
	zoom:1;
    padding:5px 15px 15px;
}
.excerpt p{
	margin-top:5px;
}
.wp-caption {
background-color:#F3F3F3;
border:1px solid #DDDDDD;
margin:10px;
padding-top:4px;
text-align:center;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright, div.alignright {
	display: block;
	float:right;
}
.alignleft, div.alignleft {
	display: block;
	float:left;
}

/* ------------------------------*/
.entry address, .entry blockquote, .entry dd, .entry div, .entry dl, .entry dt, .entry fieldset, .entry form, .entry frame, .entry frameset, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry noframes, .entry ol, .entry p, .entry ul, .entry center, .entry dir, .entry hr, .entry menu, .entry pre   
                       { display: block }
.entry li              { display: list-item }
.entry head            { display: none }
.entry table           { display: table }
.entry tr              { display: table-row }
.entry thead           { display: table-header-group }
.entry tbody           { display: table-row-group }
.entry tfoot           { display: table-footer-group }
.entry col             { display: table-column }
.entry colgroup        { display: table-column-group }
.entry td, .entry th   { display: table-cell }
.entry caption         { display: table-caption }
.entry th              { font-weight: bolder; text-align: center }
.entry caption         { text-align: center }
.entry h1              { font-size: 2em; margin: .67em 0 }
.entry h2              { font-size: 1.5em; margin: .75em 0 }
.entry h3              { font-size: 1.17em; margin: .83em 0 }
.entry h4, .entry p, .entry blockquote, .entry ul, .entry fieldset, .entry form, .entry ol, .entry dl, .entry dir, .entry menu 
                       { margin: 1.12em 0 }
.entry fieldset        { padding: 1.12em }
.entry h5              { font-size: .83em; margin: 1.5em 0 }
.entry h6              { font-size: .75em; margin: 1.67em 0 }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry b, .entry strong 
                       { font-weight: bolder }
.entry blockquote      { margin-left: 40px; margin-right: 40px }
.entry i, .entry cite, .entry em, .entry var, .entry address 
                       { font-style: italic }
.entry pre, .entry tt, .entry code, .entry kbd, .entry samp 
                       { font-family: monospace }
.entry pre             { white-space: pre; overflow: auto; }
.entry button, .entry textarea, .entry input, .entry select 
                       { display: inline-block }
.entry big             { font-size: 1.17em }
.entry small, .entry sub, .entry sup 
                       { font-size: .83em }
.entry sub             { vertical-align: sub }
.entry sup             { vertical-align: super }
.entry table           { border-spacing: 2px; }
.entry thead, .entry tbody, .entry tfoot 
                       { vertical-align: middle }
.entry td, .entry th   { vertical-align: inherit }
.entry s, .entry strike, .entry del 
                       { text-decoration: line-through }
.entry hr              { border: 1px inset }
.entry ol, .entry ul, .entry dir, .entry menu, .entry dd 
                       { margin-left: 40px }
.entry ol              { list-style-type: decimal }
.entry ul              { list-style-type: disc; }
.entry ol .entry ul, .entry ul .entry ol, .entry ul .entry ul, .entry ol .entry ol 
                       { margin-top: 0; margin-bottom: 0 }
.entry u, .entry ins   { text-decoration: underline }
.entry br:before       { content: "\A" }
.entry :before, .entry :after 
                       { white-space: pre-line }
.entry center          { text-align: center }
.entry :link, .entry :visited 
                       { text-decoration: underline }
.entry :focus          { outline: thin dotted invert }

/* Begin bidirectionality settings (do not change) */
.entry BDO[DIR="ltr"]  { direction: ltr; unicode-bidi: bidi-override }
.entry BDO[DIR="rtl"]  { direction: rtl; unicode-bidi: bidi-override }

.entry *[DIR="ltr"]    { direction: ltr; unicode-bidi: embed }
.entry *[DIR="rtl"]    { direction: rtl; unicode-bidi: embed }

/* Gallery */
.entry dd.gallery-caption {
margin-left:0;
}
