/*
  Theme Name:	Polen, Cmos base child
  Theme URI:	http://polenblog.cmosnet.eu
  Description:	Polen design, based on Cmos base.
  Author:	cmos
  Author URI:	http://polenblog.cmosnet.eu
  Template:	cmos-base  
  Version:	1.0
  Tags:		Poland, Polen
*/

@import url("../cmos-base/style.css");
/*
 * Colours:
 *   #804444 - rusty - sidebar, frames
 *   #E0E0E0 - light gray - text background
 *
 *
 */


/*----------------------------------------*/
/* General settings                       */
/*----------------------------------------*/
body {
    background-color: #804444;
}

/*----------------------------------------*/
/* Body wrapper                           */
/*    width 1000px                        */
/*    centered on screen                  */
/*----------------------------------------*/
#bodywrapper {
    background-color: #804444;
    color: #333333;
    border-left: 1px dotted #F00000;
    border-right: 1px dotted #F00000;

}

 
/*----------------------------------------*/
/* Header                                 */
/*----------------------------------------*/
#branding {
    background-image: url("headphoto.jpg");
    height: 352px;
}

#blog-title, #blog-title a {
    color: #680000;
    font-weight:bold;
    font-size: 48px; 
     
}

#blog-description {
    color: #680000; 
    font-weight:bold;
    font-size: 20px;
}

/*----------------------------------------*/
/* Main                                   */
/*----------------------------------------*/
#main {

}

#main a {
    color: #7F0000; 
    text-decoration: none;
}

#main a:visited {
    color: #7f007f;
    text-decoration: none;
}

#main a:hover {
    text-decoration: underline;
}

/*----------------------------------------*/
/* Sidebar                                */
/*----------------------------------------*/
div.sidebar {
    background-color: #FF9999;
    border: 1px dotted #F00000;
}

ul#sidebar {
	text-align: left;
	list-style-type: none;
	padding-left: 0px;
}

ul#sidebar.ul {
	list-style-position:outside;
}

/*----------------------------------------*/
/* Content                                */
/*----------------------------------------*/
#content, #blog {
    background-color: #E0E0E0;
    border: 1px dotted #F00000;
}

/*----------------------------------------*/
/* Single post frame                      */
/*----------------------------------------*/
.single_post {
    border-bottom: 10px solid #804444;
}

/*----------------------------------------*/
/* Single post meta                       */
/*----------------------------------------*/
.entry-meta {
    color: #F00000;
}

/*----------------------------------------*/
/* Single post date                       */
/*----------------------------------------*/
.entry-date {
    color: #F00000;
    font-family: Tahoma;
}

/*----------------------------------------*/
/* Single post title                      */
/*----------------------------------------*/
.entry-title {
    font-size: 17px; 
    font-weight: bold; 
}


/*----------------------------------------*/
/* Single post content                    */
/*----------------------------------------*/
.entry-content {
    font-size: 14px;
}

/*----------------------------------------*/
/* Separator line                         */
/*----------------------------------------*/
.separator-line {
    font-family: Tahoma;
}

/*----------------------------------------*/
/* Single post utility                    */
/*----------------------------------------*/
.entry-utility {
    font-family: Tahoma;
}

.entry-utility-prep  {
}

/*----------------------------------------*/
/* Navigation                             */
/*----------------------------------------*/
.post-navigation {
    border: 1px dotted #F00000;
    background-color: #FF9999; 
}

.navi-alignleft, .navi-alignright {
   border: 1px dotted #F00000;
   background-color: #E0E0E0;
}

.navi-alignleft {
    float: left;
    text-align: left;
}
.navi-alignright {
    float: right;
    text-align: right;
}
/*----------------------------------------*/
/* Footer                                 */
/*----------------------------------------*/
#footer {
    border: 1px dotted #F00000;
    background-color: #E0E0E0;
    font-family: Tahoma;
}

/*----------------------------------------*/
/* Image with caption                     */
/*----------------------------------------*/
.wp-caption.aligncenter {
    background-color: #FF9999; 
}

.wp-caption.alignleft {
    background-color: #FF9999; 
}

.wp-caption.alignright {
    background-color: #FF3333; 
}

.wp-caption.thumbnail-alignnone {
    background-color: #FF3333; 
}


.wp-caption-text {
    background-color: #E0E0E0;
}

.wp-caption.thumbnail-alignnone p.wp-caption-text {
    background-color: #E0E0E0;
}

/*----------------------------------------*/
/* Widgets generally                      */
/*----------------------------------------*/
h2.widgettitle {
    font-family: Tahoma;
}


/*----------------------------------------*/
/* Widgets specific                       */
/*----------------------------------------*/

.screen-reader-text {
    font-family: Tahoma;
}

select.postform {
   margin-left: auto;
   margin-right: auto;
}


/*----------------------------------------*/
/* Comments                               */
/*----------------------------------------*/
.comment-meta, .comment-author, .reply {
    font-family: Tahoma;
}

/*----------------------------------------*/
/* Menu                                   */
/*----------------------------------------*/
/*li.page_item {
    font-family: Tahoma;
    background-color: #FF3333;
    border-left: 1px dotted #F00000;
    border-right: 1px dotted #F00000;
    border-top: 1px dotted #F00000;
    border-bottom: 1px dotted #F00000;

}*/

#menuwrapper {
   clear: both;
   height: 36px;
}


/*----------------------------------------*/
/* Manual related posts                   */
/*----------------------------------------*/
div.bawmrp {
    font-family: Tahoma;
}

#wrapper {
    border: 1px #a2a2a2 solid;
}


/*----------------------------------------*/
/* Comments                               */
/*----------------------------------------*/
#respond, #submit {
    font-family: Tahoma;
}


/*----------------------------------------*/
/* Blockquote                             */
/*----------------------------------------*/
blockquote {
	border: 2px solid #a2a2a2;
	background-color: #804444;
}

blockquote.citation cite {
	color: #101010;
} 



/*-------------------------------------------------*/
/*                                                 */
.wp-option-text {
    background-color: #FF3333;
}


.widgettitle ul {
    font-size: 12px;
}


