/*
 Theme Name:  Compumina
 Theme URI:   http://darsha.org/
 Description: Adopted from <a href="http://gotchance.com/category/wordpress-themes/">Brownrush</a> theme
 Version:     1.2
 Author:      Max K.
 */
.temp {
    border: 1px solid red;
}

html {
    width: 100%;
    height: 100%;
    /*border: 1px dashed white;*/
}

body {
    /*border: 1px solid white;*/
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    margin-top: 5px;
    background: #000000;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: 11pt;
}

h1 {
    font-size: 1.4em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.1em;
}

/* all link colours */
a {
    color: #0033CC;
}

a:hover, .storycontent a:hover {
    color: #3333CC;
}

a:visited {
    color: #000066;
}

/* side menu link colours */
#right ul li a {
    color: #ddd;
    text-decoration: none;
}

#right ul li a:hover {
    color: #fff;
}

a img {
    border: 0;
}

#wrap {
    height: 100%;
    /*border: 1px solid yellow;*/
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: relative;
    left: -15px;
}

#header {
    width: 100%;
    height: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    /* padding-right: 35px; */
    padding-bottom: 0px;
}

#header span.blog_title {
    font-size: 1.8em;
    color: #000000;
}

#header span.blog_title a {
    color: #ffffff;
    text-decoration: none;
}

#header_below {
    /*background: url(images/content_top.jpg) no-repeat;*/
    width: 900px;
    height: 1px; /* used to be 32 */
    margin: 0;
    padding: 0;
}

#footer {
    /* background: url(images/content_bot.jpg) no-repeat; */
    width: 100%;
    height: 32px;
    margin: 0;
    padding: 0;
    font-size: 90%;
    color: #CCC;
    text-align: center;
    padding: 0;
}

#footer a {
    color: #DDD;
}

#footer a:hover {
    color: #FFF;
}

#footer ul {
    list-style: none;
}

#footer li {
    display: inline;
}

#content {
    width: 100%;
    /*border: 1px solid red;*/
    height: auto;
    min-height: 600px;
    overflow: hidden;
    text-align: left;
    margin: 0;
    padding: 0;
    /* background: #484647; */
}

#right {
    /* border: 1px dashed blue; */
    font-size: 11px;
    line-height: 1.8em;
    float: left;
    width: 20%; /* width of the left side (including menu content) */
    padding: 0 0 15px 0;
}

#left {
    height: 100%;
    /*border: 1px solid green;*/
    font-size: 13px;
    line-height: 180%;
    float: right;
    width: 78%; /* width of the right side (including post content) */
    padding: 0 0 20px 0px;
    /*overflow: auto;*/
}

#left .nav-link {
    clear: both; /* possible fix for IE6 short 'hanging image' bug */
}

.post-head {
    padding: 20px 0 0 0;
}

.post-head .title {
    font-size: 22px;
    line-height: 1.3em;
    margin: 5px 15px 15px 15px;
}

.post-head .title a {
    color: #484647;
    text-decoration: none;
}

.post-head div.title a:hover {
    color: #4E7DCD;
}


.post {
    /*border: 1px dashed green;*/
    width: auto;
    background: #fff;
    padding: 0 0 50px 0;
    margin-bottom: 10px;
    overflow: auto;
}

.post .storycontent {
    margin: auto 15px;
}

.storycontent .center {
    text-align: center;
}

.storycontent .left {
    text-align: left;
}

.storycontent .right {
    text-align: right;
}

.storycontent p, .storycontent div.text {
    text-align: justify;
    margin-bottom: 30px;
    /*text-indent: 1em;*/
    vertical-align: top;
}

.storycontent div.figure {
    width: 200px;
    padding: 0;
}

.storycontent div.insert {
    padding: 0;
}

.storycontent .float-left {
    float: left;
    margin: 0 15px 0 0;
}

.storycontent .float-right {
    float: right;
    margin: 0 0 0 15px;
}

.storycontent div.figure p, .storycontent div.insert p {
    font-weight: bold;
    font-size: smaller;
    text-indent: 0;
    margin: 0;
    padding: 0;
    line-height: 150%;
}

.storycontent div.figure img.scaled {
    width: 100%;
}

.storycontent .quote {
    border: 1px dashed #ddd;
    font-style: italic;
    padding: 10px;
    margin-bottom: 30px;
}

.storycontent .quote p {
    margin: 0 auto;
}

.storycontent .quote .author {
    text-align: right;
    font-weight: bold;
    line-height: 150%;
}

.storycontent .audio {
    border: 1px dashed #ddd;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}

.storycontent .video {
    /*border: 1px dashed #ddd;*/
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
}

.storycontent .video p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.storycontent .video img {
    margin-left: auto;
    margin-right: auto;
}

.storycontent div.image {
    width: auto;
    margin-bottom: 30px;
    text-align: center;
}

.storycontent div.image p {
    font-weight: bold;
    font-size: smaller;
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 150%;
}

.storycontent div.image img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

/***  ***/
/*
.post h1 {
    text-align: center;
    margin: 20px 0 0;
}

.post p {
    padding: 0px 15px 0 15px;
    margin: 0 0 30px 0;
    overflow: hidden;
    text-align: justify;
    *overflow: hidden; prevent thumb hanging over following elements *
}

.post p.quote {
    border: 1px dashed #ddd;
    margin: 0 15px;
    padding: 10px;
}

.post p.audio {
    border: 1px dashed #ddd;
    margin: 25px 15px 0px 15px;
    padding: 10px;
    text-align: center;
}

.post p.quote strong {
    float: right;
    white-space: nowrap;
}

.post p.caption {
    line-height: 150%;
    font-size: 85%;
    padding-top: 0;
    padding-bottom: 0;
	font-weight: bold;
	margin: 0 auto;
}

.post p.center {
    text-align: center;
}

.post p.left {
    float: left;
    vertical-align: sub;
    clear:left;
}

.post p.img {
    text-align: center;
    margin: 0 auto;
}

.post p.img img {
    max-width: 100%;
}




.post div.figure {
    width: auto;
    margin: 0 0 0 15px;
    padding: 5px 0 0 0;
}

.post div.left {
    float: left;
    margin: 0 0 0 15px;
}

.post div.right {
    float: right;
    margin: 0 15px 0 0;
}

.post div.figure p {
    font-weight: bold;
    font-size: smaller;
    text-indent: 0;
    padding: 0;
    margin: 0;
}

.post div.figure p.center {
    text-align: center;
}

.post div.figure p.left {
    text-align: left;
}

.post div.figure p.right {
    text-align: right;
}

.post div.fig-special {
    min-width: 25%;
    max-width: 25%;
    margin: 0;
    padding: 5px 0 0 0;
}

.post div.fig-special p {
    font-weight: bold;
    line-height: 100%;
    font-size: smaller;
    text-indent: 0;
    padding: 0;
    margin: 0;
}

.post div.fig-special p.center {
    text-align: center;
}

.post div.fig-special p.left {
    text-align: left;
}

.post div.fig-special p.right {
    text-align: right;
}

.post .special {
    margin: 0 15px 30px 15px;
    text-align: justify;
}

.post img.scaled {
  width: 100%;
}



div.storycontent {
    overflow: auto;
}

.post img.right {
    float: right;
    vertical-align: sub;
    margin: 30px 15pt 10px 15px;
}

.post img.left {
    float: left;
    vertical-align: sub;
    margin: 0 15px 10px 0;
}
*/

/*** main area (ptop, pmid, pbot) ***/
.ptop {
    background: #ffffff;
    /* background: url(images/post-top.jpg) no-repeat; */
    width: 100%;
    height: 17px;
}

.pmid {
    /* background: url(images/post-mid.jpg) repeat-y; */
    width: 100%;
    padding: 0;
    margin: 0;
}

.pbot {
    background: #ffffff;
    /* background: url(images/post-bot.jpg) no-repeat; */
    width: 100%;
    height: 21px;
    padding: 0;
    margin: 0;
}
/*** eo main area (ptop, pmid, pbot) ***/

/*** lists in the left menu ***/
#right ul {
    font-size: 12px;
    font-weight: bold;
    /*width: 200px;*/
    margin: 0;
    padding: 5px 0px;
    list-style-type: none;
    list-style-image: none;
}

#right ul li, #right .sidebody ul li a {
    /* background: url(images/bullet.png) top no-repeat left; */
    background-position: 0 1px;
    margin-bottom: 2px;
    padding-left: 19px;
}

/*** this is to control font-weight of the inner lists in the navigation menu ***/
#right ul.children {
    font-weight: normal;
}

.current_page_item, .current-cat {
    font-weight: bold;
}
/*** eo lists in the left menu ***/

/*** navigation menu element (ltop, lmid, lbot) ***/
.ltop {
    background: #000; /* reverse menu colours */
    width: 100%;
    height: 16px;
}

.lmid {
    background: #000; /* reverse menu colours */
    width: 100%;
    padding: 0 10px 0 0;
}

.lmid h2 {
    color: #fff; /* reverse menu colours */
    font-weight: normal;
    margin: 0;
    font-size: 18px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.lbot {
    background: #000; /* reverse menu colours */
    width: 100%;
    height: 18px;
    margin-bottom: 30px;
}
/*** eo navigation menu element (ltop, lmid, lbot) ***/

/*** horizontal menu ***/
#menu ul {
    margin-top: 21px;
    list-style: none;
}

#menu ul li {
    float: left;
    margin: 0 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    background: #000;
    color: #CCC;
}

#menu ul li a {
    display: block;
    padding: 9px 0px 10px 30px;
    text-decoration: none;
    background: #000;
    color: #DDD;
    text-align: right;
}

#menu ul li a:hover {
    color: #FFF;
}
/*** eo horizontal menu ***/
