/*
Theme Name: Dobszay2Col
Theme URI: http://www.dobszay.ch
Description: A basic two column blog theme for WordPress 2.3 or higher (based on the basic2col theme of Kristin K. Wangen).
Version: 1.2
Authors: Levente J. Dobszay
Authors URI: http://www.dobszay.ch
*/


/* General Layout */

body {
    background: #fff;
    color: #111;
    font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
    font-style: normal;
    padding: 2px 2em;
    margin: 0px;
    line-height: 1.5em;
    font-size: 70%;
}
hr {
    border: 1px solid #ccc;
}
blockquote, code {
    background : #fff;
    color: #333;
}
code, pre {
    font-family: Courier, 'Lucida Console', 'Courier New', Sans-Serif;
}


/* Font Styles */

p {
    /* font-size : 110%; */
    font-style : normal;
    padding: 0px;
}
h2 {
    font-size : 160%;
    line-height: 1.1em
}
h3 {
    font-size: 140%;
}
h4 {
font-size: 120%;
}
h1, h2, h3, h4 {
    /* font-family: Verdana, Tahoma, Arial, Helvetica, Georgia, 'Trebuchet MS', 'Lucida Sans', 'Lucida Grande', 'Bitstream Sans Vera', Sans-Serif; */
    /* color: #333; */
    color: #003399;
    text-align: left;
    margin: 10px 0px;
    /* padding: 2px 0px; */
    clear: both;
}
#wrap {
    background : #fff;
    color: #111;
    border: none;
    max-width: 65em;
    margin: 5px auto;
    padding: 0px;
    text-align: left;
}


/* Header */

#header {
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin: 4px 4px 0px;
    padding: 10px 10px;
}
#header h1{
    /* padding: 0px; */
    font-size: 200%;
    display: inline;
}
#header p {
    padding: 0px;
    margin: 2px 10px;
    font-size: 1.1em;
    display: inline;
}


/* Content and Post Settings */

#content{
    padding: 5px 1em;
    margin: 2px 0.1em 5px;
    width: 67%;
    float: left;
    font-size:1.1em;
}
#content h2 a:link, #content h2 a:visited, #header h1 a:link, #header h1 a:visited  {
    /* color: #333; */
    color: #003399;
    font-weight:normal;
    text-decoration:none;
    border:none;
}
#content h2 a:hover, #content h2 a:active, #header h1 a:hover, #header h1 a:active {
    /* color:#999; */
    color: #336699;
}
.post h2 {
    border-bottom: 1pt solid #eee;
}
.post {
    margin: 5px 0px;
}
.post img {
    /*
    border:1pt solid #eee;
    */
}
    .post div.info, .post ul.link, .post ul.inline {
    font-size:0.9em;
}
    .post div.info p {
    margin: 2px 0px;
    padding:0px;
}
.post div.info {
    margin: 10px 0px 5px;
}
.story {
    line-height: 1.4em;
    text-align: justify
}


/* Comments */

#commentbox {
    clear: both;
    margin: 10px 0px;
}
ol#commentlist {
    list-style-position: inside;
    margin: 2px 0px;
    padding: 0px;
}
#commentlist li{
    border-bottom: 1pt solid #eee;
    margin: 10px 0px;
}
#commentform textarea {
    width: 90%;
    display: block;
}
#commentform label {
}
#commentform input {
    width: 50%;
}
#commentform input.submit {
    width: 30%;
    margin: 2px 0px;
}
.approve {
    border: 1pt solid #ccc;
    background : #eee;
    padding: 5px;
    font-size: 90%;
}
.comment_text {
}
.comment_time {
    font-style: italic;
}
#commentbox {
    border-top: 1pt solid #eee;
}


/* Menu */

#sidebar {
    background: #fff;
    color: #111;
    padding: 5px 0px;
    margin: 5px 0px;
    width: 25%;
    float: right;
}
#sidebar ul, #sidebar li{
    list-style-type: none;
    margin: 2px;
    padding: 0px;
}
#sidebar li{
    margin: 0px;
    padding: 2px 0px;
}
#sidebar div {
    margin: 2px;
    padding: 0px;
}
#sidebar h2 {
    margin: 5px 0px 0px;
    padding: 4px 0px;
    font-size: 120%;
}
#sidebar li a {
    border: none;
}
#sidebar li li {
    border-bottom: 1pt solid #eee;
}
#sidebar li li li {
    list-style: circle inside;
    border: none;
    margin-left: 0px;
}


/* Search Form */

#searchform label {
    font-weight: bold;
}
#searchform input#s {
    width: 50%;
}
#searchform input.submit {
    width: 30%;
}


/* Widgets fixing */

.widget_rss h2 a {
    color: #333;
    font-weight: bold;
}
.widget_rss img {
    margin: 0px;
}


/* Calendar */

#wp-calendar a {
    font-weight:bold;
}
#today {
    background: #eee;
}


/* Tag Cloud */

#tagcloud {
    background: #fff;
    border-top: 1px solid #ccc;
    color: #111;
    margin: 5px;
    clear: both;
    padding: 5px 10px;
    text-align: center;
}


/* Footer */

#footer {
    background: #fff;
    border-top: 1px solid #ccc;
    color: #111;
    margin: 5px;
    clear: both;
    padding: 5px 10px;
    text-align: center;
}
#footer ul{
    margin: 2px;
    padding: 0px;
}
#footer li{
    display: inline;
    margin: 0px 3px;
}


/* Blog Net */

#blognet {
    background: #fff;
    border-top: 1px solid #ccc;
    color: #111;
    margin: 5px;
    clear: both;
    padding: 5px 10px;
    text-align: center;
}
#blognet ul{
    padding: 0px;
}
#blognet li{
    display: inline;
    margin: 1px 1px;
}


/* Classes */

.center {
    text-align: center;
}
.right {
    float: right;
}
.left {
    float: left;
}
.none {
    display: none;
}
.righttxt {
    text-align: right;
}
.credits {
    clear:both;
}
.border {
    border: 1px solid #ccc;
}


/* Images */

img {
    border-style: none;
    /*
    margin: 2px;
    */
}


/* Link Color */

a:link, a:visited {
    font-weight: normal;
    /*
    color: #600;
    text-decoration: none;
    */
}
a:hover, a:active {
    /*
    color: #666;
    text-decoration: none;
    */
    border: none;
}


/* Forms */

input , textarea, select, option {
    font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
    font-size: 100%;
    padding: 2px;
    background: #eee;
    color: #111;
    border: 1px solid #ccc;
    margin: 2px;
}
fieldset, legend {
    background: transparent;
    color: #111;
    border: none;
    padding: 5px;
}
label, legend {
    font-weight: normal;
}


/* Lists */

ul {
    list-style-type: disc;
    list-style-position: outside;
    margin: 5px 2em;
    padding: 2px;
}
ol {
    list-style-position: outside;
    margin: 5px 2em;
    padding: 2px;
}
.link li, .inline li{
    display: inline;
    margin: 5px 0px;
    padding: 0px;
}
ul.inline, ul.link {
    list-style: none;
    margin: 5px 0px;
    padding: 0px;
}
.inline li {
    padding: 2px 15px 2px 0px;
}


/* Tables */

table {
    color : #111;
    width: 100%;
    margin: 5px auto;
    padding: 0px;
    font-size: 100%;
}
caption {
    color: #333;
    font-weight: bold;
    padding: 5px;
}
td, th, tr {
    padding: 5px;
    text-align: left;
}


/* Print and Email Icons */

.WP-PrintIcon, .WP-EmailIcon {
    float: right;
}

