/*  
Theme Name: Diminet
Theme URI: http://www.web4sudoku.com/
Description: Blue Earth is modified
Version: 1.0
Author: Web4 Sudoku
Author URI: http://www.web4sudoku.com/
*/		

*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: #333;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 8px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

body a {
    font-weight: bold;
    text-decoration: none;
    color: #6b8cb7;
}
body a:hover {
    text-decoration: underline;
    color: #f4560f;
}
body a:active {
    text-decoration: none;
    color: #f9c190;
}





                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#blogtitle
{
background: none;
width: 100%;
color: #DFDAC3;
text-align: left;
margin: 0;
height:70px;
vertical-align:bottom;
	padding-bottom:2px;
}


                         /*************Wrap************/
#wrap
{
width:100%;
Background: #ffffff;
margin: 0px;
overflow: hidden;
}
                         /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
clear:left;
padding:0;
margin: 0px;
overflow: hidden;
background: #fff;
border-top: 1px solid #ccc;
}




                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{

float: left;
width: 175px;
margin: 0;
padding-top: 0px;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
text-align: left;
border:thin #000000;
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{

float: right;
width: 175px;
margin: 0;
padding-top: 0px;
margin-top: 0px;
margin-bottom: 20px;
margin-right: 0px;
text-align: left;
border:thin #000000;
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{

margin: 0 195px 0 195px;
padding: 1em;
padding-top: 5px;
text-align: left;
background: none;
}


#content ul
{
padding-left: 0.5em;
}


#content ul li{
padding: 0.2em;
list-style: square;
}

#content ul ul li{
padding: 0.2em;
list-style: circle;
}


#content ol{
list-style-position: inside;
padding-left: 2px;
padding-top: 2px;
margin-bottom: 10px;
}

#content p
{
padding-left: 2px;
}
                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
clear:both;
color: #333;
padding: 5px 1em 5px 1em;
font-weight: normal;
background: #ffffff;
}

#footwrap p
{
display: block;
margin-top: 8px;
margin-bottom: 2px;
text-align:center;
}

#footwrap a:link {
color: #99A8BA;
text-decoration: none;
border: none;
font-weight: bold;
}
#footwrap a:hover {
text-decoration: underline;
border: none;
}

#footwrap a:visited:hover {
text-decoration: underline;
border: none;
}

#footwrap a:visited {
color: #99A8BA;
text-decoration: none;
border: none;
font-weight: bold;
}

#footwrap img {
padding: 0px 5px 0px 5px;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft
{
margin-bottom: 0px;
background: #ffffff;
padding: 0px;
border-right: 1px solid #ccc;
border-left: 1px solid #ccc;
}

#sidebarleft li
{
padding-bottom: 8px;

}

#sidebarleft ul li
{

margin-left: 4px;
padding-bottom: 2px;
}

#sidebarleft ul li ul li{
padding-bottom: 2px;
}

#sidebarleft ul li li{
padding: 0px;
}

#sidebarleft a:link {

margin-left: 0px;
color: #6b8cb7;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}

#sidebarleft a:hover {
display:block;
color: #f4560f;
text-decoration:underline;
}

#sidebarleft a:visited:hover {
display:block;
color: #f4560f;
}

#sidebarleft a:visited {

color: #6b8cb7;
margin-left: 12px;
font-weight: bold;
}

#sidebarleft h2 {
color: #333;
padding: 2px;
margin-top:0px;
background: #ffffff;

}

                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
margin-bottom: 0px;
background: #ffffff;
padding: 0px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}


#sidebarright li
{
padding-bottom: 8px;

}

#sidebarright ul li
{
display: block;
margin-left: 7px;
padding-bottom: 2px;
}

#sidebarright ul li ul li{
padding-bottom: 2px;
}

#sidebarright ul li li{
padding: 2px;
}

#sidebarright a:link {

margin-left: 12px;
color: #6b8cb7;
text-decoration: none;
font-weight: normal;
font-weight: bold;
}

#sidebarright a:hover {
display:block;
color: #f4560f;
text-decoration:underline;
}

#sidebarright a:visited:hover {
display:block;
color: #f4560f;
}

#sidebarright a:visited {

color: #6b8cb7;
margin-left: 12px;
font-weight: bold;
}

#sidebarright h2 {
color: #333;
padding: 2px;
margin-top:0px;
background: #ffffff;

}
#leftnav p, #rightnav p { margin: 0 0 1em 0; }
#content h2 { margin: 0 0 .5em 0; }


                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
margin-bottom: 4px;
margin-top: 4px;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #7f7f7f;
border-left: 4px solid #99A8BA;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
font-size: 11px;

display:block;
float: right;
margin: 15px 5px 6px auto;
padding: 10px 5px 2px 5px;
text-align: left;
color:#333;
border: 1px solid #ccc;
}

#content .postmetadata
{
padding-left: 5px;
}

.postmetadata a:link
{
border: none;
color: #5F584D;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #5F584D;
font-weight: normal;
}

.postmetadata a:visited:hover
{
border: none;
color: #5F584D;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #5F584D;
font-weight: normal;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a:link
{
color: #6b8cb7;
text-decoration: none;
font-weight: bold;
}

a:hover
{
color: #f4560f;
text-decoration: underline;
}

a:visited
{
color: #6b8cb7;
text-decoration: none;
font-weight: normal;
}

a:visited:hover
{
color: #f4560f;
text-decoration: underline;
}

a img 
{
border:none;
background:none;
padding:0px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
background: #fff;
color: #333;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: #E3EFD1;
margin-bottom: 2px;
border-top: 2px solid #8BC240;
border-bottom: 2px solid #8BC240;
}

li.alt
{
background: #E0E7EF;
border-top: 2px solid #99A8BA;
border-bottom: 2px solid #99A8BA;
}

.commentlist li li
{
border: none;
background: none;
padding-left: 5px;
margin: 0 2px 0 2px;
}

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
text-decoration: none;
color: #000;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #8f8f8f;
font-size: 28pt;
}

#comment
{
width:80%;
}

#commentform
{
margin-left:5%;
}

                         /***************************************************
                         *********************** Headings**************
                         *****************************************************/

h1
{
font-size: 18px;
color: #333;
}

h2
{

font-size: 12px;
font-weight: bold;
padding: 0x;
margin: 0;
text-align: left;
}

h3
{

font-size: 14px;
font-weight: bold;
padding: 0;
margin: 0;
text-align: left;
}

h3.posttitle   
{

font-weight: bold;
padding-left: 0px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 12px;
margin-bottom: 5px;
}

.posttitle a:link
{

color: #6b8cb7;
font-weight: bold;
}

.posttitle a:visited
{

color: #6b8cb7;
font-weight: bold;
}

.posttitle a:hover
{

color: #f4560f;
font-weight: bold;
text-decoration: none;
}

.posttitle a:visited:hover
{
text-decoration: none;
color: #f4560f;
}

h4
{
margin-top: 9px;
font-size: 9px;
font-weight: bold;
padding: 0x;
margin: 0;
text-align: left;
}

h5
{
margin-top: 15px;
font-size: 9px;
font-weight: bold;
padding: 0;
margin: 0;
text-align: left;
}


                         /***************************************************
                         *********************** date ********************
                         *****************************************************/
.date
{
font-size: 8px;
font-weight: bold;
float:left;
height: 30px;
margin-top: 17px;
margin-right: 5px;
text-transform: uppercase;
padding: 6px 7px 7px 0;
text-align: center;
color: #99A8BA;
background: #fff;
}

.entry
{
margin-bottom: 5px;
background: #fff;
padding-bottom: 8px;
}

                         /***************************************************
                         *********************** Contained floats fix************
                         *****************************************************/
.post
{
display: block;
overflow:hidden;

padding-bottom: 6px;
margin-bottom: 6px;
}

                         /***************************************************
                         *********************** Code ********************
                         *****************************************************/
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 2px solid #99A8BA;
border-bottom: 2px solid #99A8BA;
color: #333;
background: #E0E7EF;
}

                         /***************************************************
                         ************ Navigation (based on Blix)**************
                         *****************************************************/
#navigation {
margin-left:auto;
margin-right:auto;
margin-top:8px;
margin-bottom:8px;
width: 80%;
overflow: hidden;
text-align: center;
}

#navigation ul {
  margin:0;
  padding:0;
}

#navigation li {
float: right;
  margin:0;
  padding:0;
  list-style-type:none;
  white-space:nowrap;
}

#navigation li a {

padding:0 0px;
margin: 0 0px;
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
color:#D2DBD6;
font-weight:bold;
}

#navigation li a:hover {

padding:0 0px;
margin: 0 0px;
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
color:#9BABBF;
font-weight:bold;
text-decoration:none;
}

#navigation li a:visited {

padding:0 0px;
margin: 0 0px;
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
color:#D2DBD6;
font-weight:bold;
}

#navigation li a:visited:hover {

padding:0 0px;
margin: 0 0px;
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
color:#9BABBF;
font-weight:bold;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */


.credits
{
margin-top: -20px;
margin-bottom: 5px;
padding: 0 4px 8px 4px;
float: right;
}


                         /***************************************************
                         *********************** Calendar ********************
                         *****************************************************/
#wp-calendar 
{
empty-cells: show;
margin: 10px auto 0;
width: 160px;
}

#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}

img 
{
padding:0px;	
border:none;
}


                         /***************************************************
                         ***************** Previous and Next Posts************
                         *****************************************************/

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}


                         /***************************************************
                         *********************** Smileys ********************
                         *****************************************************/

.wp-smiley
{
padding: 0;
}

.search-form
{
background: #000;
}