/*  
Theme Name: Concordia
Theme URI: http://bashev.net/pages/concordia/
Version: 2.0
Author: Kostadin Bashev
Author URI: http://bashev.net/

*/

body {
	background-color: #458FB5;
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

* {
	margin: 0;
	padding: 0;
}

a, a:visited {
    color: #006699;    
}

a:hover {
    text-decoration: none;    
}

h2, h2 a, h2 a:visited {
    font-size: 12pt;
    color: #990000;
    margin-bottom: 5px;
    font-variant: small-caps;
}

h3 {
    font-size: 10pt;
    font-weight: bold;
}

p {
    margin: 10px 2px;
}

a img {
    border: none;
}

a:hover img {
    border-bottom: 2px solid #006699;
}

#page-layout {
    background: white;
}

#header {
    height: 110px;
    position: relative;
    background: #458FB5;
}

#head-logo {
    position: absolute;
    left: 12px;
    top: 10px;
    width: 230px;
    height: 101px;
    background: url("images/BashevNet-logo.jpg") no-repeat;
}

#head-logo h1 {
}

#head-logo h1 a {
    font-size: 0 !important;
    width: 230px;
    color: #006699;
    height: 100px;
    display: block !important;
}

#head-logo small {
    color: white;
    text-align: center;
    width: 230px;
    position: absolute; 
    bottom: 7px;
}

#search-bar {
    position: absolute;
    top: 15px;
    right: 10px;    
}

#search-bar fieldset {
    border: none;
}

#search-bar input {
    border: 1px solid #3C85A9;
    background: #5D9DBF;
    color: white;
    font-size: 8pt;
    padding: 3px 3px;
}

#head-menu {
    position: absolute;
    right: 10px;
    bottom: 0;
    height: 30px;
    color: white;
}

#head-menu a {
    color: white;
}

#head-menu ul li {
    float: left;
    margin: 10px;
}

#main-container {
    background: url("images/main-container-background.jpg") repeat-y;
}

#main-container ul, #main-container ol {
    margin-left: 20px;
}

#blog, .blog {
    width: 510px;
    float: left;
    margin: 15px 5px 10px 10px;
}

.blog {
    width: 730px;
    float: left !important;
    margin-top:15px;
}

.alignleft {
	float: left;
	margin: 5px 5px 5px 0;
}

.alignright {
	float: left;
	margin: 5px 0 5px 5px;
}

.single {
    width: 490px;
    margin-right: 10px; 
    float: left;
}

#blog .post, .blog .post {
    padding-bottom: 10px;
    border-bottom: 1px dotted #1F93CB;
    margin-bottom: 30px;
}

.post small {
    margin: 12px 7px 0 0;
    padding-left: 18px;
    height: 16px;
    line-height: 16px;
    display: block;
    float: left;
}

code, pre, blockquote {
    margin: 7px 3px; 
    padding: 7px;
    color: #006699;
    background: #FBFCFD;
    border: 1px solid #F4F8FB;
}

.blue-light-box small {
    margin: 2px 7px 0 0;
    padding-left: 20px;
    height: 20px;
    line-height: 16px;
    display: block;
}

small.author {
    background: url("images/user.png") no-repeat;
}

.blue-light-box small.date {
    float: left;
    margin-right: 10px;
    background: url("images/calendar.png") no-repeat;
}

.post small.date {
    background: url("images/calendar.png") no-repeat;
} 

small.time {
    float: left;
    background: url("images/time.png") no-repeat;
}

small.category {
    clear: both;
    background: url("images/folder.png") no-repeat;
}

.post small.category {
    clear: none;
    float: left;
}

small.comments {
    background: url("images/comments.png") no-repeat;
}

small.comment_add {
    background: url("images/comment_add.png") no-repeat;
}

small.trackback {
    background: url("images/trackback.png") no-repeat;
}

small.rss {
    background: url("images/rss.png") no-repeat;
}

.post-content {
    clear:both;
    padding-top: 3px;
}

.navigation {
    margin-bottom: 25px;
    padding: 10px 0;
}

.navigation .alignleft {
    float: left;
}

.navigation .alignright {
    float: right;
}

.post h2 {
    clear:both;
    margin-bottom: -5px;
}

.post .entry {
    margin-top: 10px;
    line-height: 150%;
    text-align: justify;
    clear:both;
}

p.editpost {
    font-size: 7pt;
    margin: 5px 0;
}

ul#post-comments {
    list-style: none;
    margin: 0;
}

ul#post-comments li {
    margin: 10px 0;
    line-height: 150%;
    padding: 7px;
    background: white;
    position: relative;
}

.comment-entry ul {
    margin-left: 5px;
}

.comment-entry ul li {
    background-color: transparent !important;
    padding: 3px !important;
}

ul#post-comments li a {
    color: black;    
}

ul#post-comments li.comment-alt {
    background: #F7F7F7;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

ul#more-entries {
    margin: 0;
    list-style: none;
}

.avatar {
    float: left;
    border: 1px solid #CCC;
    padding: 2px;
    margin: 0 5px 5px 0;
}

.comment-author {
    font-size: 8pt;
    font-weight: bold;
    display: block;
}

#post-comments em {
    font-size: 7pt;
}

li.Bashev {
    border-top: 1px solid #ABCBDE !important;
    border-bottom: 1px solid #ABCBDE !important;
    background: #F2F7FA !important; 
}

li.Bashev .avatar {
    border: 1px solid black !important;
}

li.Bashev .comment-ID {
    color: #ABCBDE;
}

.comment-ID {
    position: absolute;
    top: 3px;
    right: 3px;
    color: #CCC;
    font-size: 14pt;
    font-weight:bold;
}

.comment-entry {
    clear:both;
    text-align: justify;
}

#more-entries li {
    padding: 3px 5px;
    clear:both;
    background: #F7F7F7;
    border-top: 1px solid #F0F0F0;
    border-bottom: 1px solid #F0F0F0;
    margin: 5px 0;
}

#more-entries li ul {
    font-size: 7pt;
    color: #999;
    margin: 0;
    height: 18px;
}

#more-entries li ul li {
    list-style-type: square;
    margin-right: 20px;
    padding: 2px 0;
    border: none;
    float: left;
    clear: none;
}

#middle-box-container {
    float: left;
    width: 210px;
    margin: 5px 5px 10px 5px;
    color: white;
}

.middle-box {
    margin: 10px 5px;
    border-top: 1px solid #006699;
    border-bottom: 1px solid #006699;
    background: #1F93CB url("images/middlebox-background.jpg") repeat-x;
    color: white;
    padding: 5px 10px;
}

.middle-box h2, #sidebar h2, #sidebar a {
    color: white;
}

.middle-box a {
    color: white;
}

.middle-box h3 {
    text-align: center;
}

.middle-box ul {
    margin: 10px 0;
}

.middle-box li {
    clear: both;
}

.middle-box li input {
    float: left;
    margin: 0 5px 10px 5px;    
}

.middle-box fieldset.button {
    text-align: center;
    border: none;
}

.middle-box fieldset.button input {
    border: 1px solid #006699;
    padding: 2px;
    background: #FFF url("images/button.png") top left repeat-x; 
    font-weight: bold;
    color: #006699;
    margin: 10px;
    cursor: pointer;
}

#right-box {
    float: left;
    width: 210px;
    margin: 5px 5px 10px 5px;
}

#right-box li {
    margin: 4px 0; 
}

.blue-light-box {
    margin: 10px 0;
    padding: 5px;
    background: url("images/blue-light-box.jpg");
    border-top: 1px solid #ABCBDE;
    border-bottom: 1px solid #ABCBDE;
}

#right-box h3 {
    margin-bottom: 5px;
}

#bottombar {
    clear: both;
    background: #E0ECF3 url("images/bottombar-background.jpg") repeat-y;
    padding: 10px 10px 10px 252px !important; 
	margin-right: 0 !important;
}

#bottombar div {
	width: 739px !important;
}

#bottombar h2,
#bottombar p,
#bottombar div div  {
	width: 700px;
}

#bottombar .column {
    float: left;
    margin: 10px;
}

#bottombar fieldset {
    border: none;
    width: 732px !important;
    margin: 8px 0;
}

#bottombar label {
    color: #006699;
}

#bottombar input, #bottombar textarea {
    padding: 5px;
    border: 1px solid #ABCBDE;
    background: #FFF url("images/input.png") bottom left repeat-x; 
}

textarea {
    width: 720px;
}

#bottombar fieldset.button {
    text-align: right;
}

#bottombar fieldset.button input {
    border-color: #458FB5;
    background: #FFF url("images/button.png") top left repeat-x; 
    font-weight:bold;
    color: #006699;
}

#sidebar {
    border-top: 1px solid #005782;
    border-bottom: 1px solid #1F93CB;
    float: left;
    width: 230px;
    margin: 0 0 0 12px;
    background: #006699;
    color: white;
}

#sidebar .side-item {
    list-style: none;
    margin-left: 0;
    padding: 10px 5px 10px 0;
    border-top: 1px solid #1F93CB;
    border-bottom: 1px solid #005782;
}

#sidebar h2, #sidebar select {
    margin: 3px 0 0 10px;    
}

#sidebar ul {
    margin-left: 25px;
}

#sidebar ul a {
    color: white;
}

#sidebar ul li {
    margin: 5px 0;
}

#widget_categories,
#widget_archive_drop {
    background: #1774A2;
}


#footer {
    background: #458FB5;
    position: absolute;
    width: 100%;
    height: 50px;
    color: #E0ECF3;
    font-size: 8pt;
}

#footer p {
    line-height: 170%;
    margin: 0;
    font-size: 7pt;
}

#footer a {
    color: white;
}

#copyright {
    margin-left: 12px;
    background: url("images/footnote.jpg") no-repeat;
    height: 50px;
    float: left;
    padding: 7px 0;
    text-align: center;
    width: 230px;
}

#poweredby {
    margin-left: 262px;
    padding: 7px 0;
}