/* Begin Structure */
*, html, body {
	margin: 0;
	padding: 0; 
        border: 0;
	}
body {
        font-size: 1em;
        font-family: Times New Roman, serif;
}
#page {
	background-color: #3d3d3d;
        background :url(images/repeatbg.jpg);
	margin: 0 auto;
	padding: 0;
	width: 780px;
	border: 1px solid #000;
	}
	
#header {
	width: 100%;
        height: 110px;
        background-color: #000080;
        background: url(images/header2.jpg) ;
        background-position: right;
        background-repeat: no-repeat;
	color: #A2A2A2;
	}
#scales
{
       padding-top: 10px;
       padding-left: 40px;
}
#logo
{
       padding-top: 20px;
}
#mainmenu {
	height: 27px;
	background: #000755 url(images/mainmenu_bg.jpg) repeat-x;
	margin: 0;
	padding: 0 auto;
	text-align: center;
}

#mainmenu li {
        list-style: none;
        float: left;
}
#mainmenu li.page_item {
       padding: 0 2px;
}

#mainmenu a {
	display: block;
        padding: 0px 10px 0px 7px;
	height: 27px;
	line-height:27px; /* Vertical alignment for links */
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#mainmenu li.page_item a {
	background: url(images/mainmenu_bg.jpg) repeat-x top;
}
#mainmenu li.page_item a:hover {
	background: url(images/mainmenu_bg.jpg) repeat-x center;
	color: #000;
}
#mainmenu li.current_page_item a {
	background: url(images/mainmenu_bg.jpg) repeat-x bottom;
	color: #000;
}
#content {
        margin: 0;
        padding: 0;
        width: 520px;
        float: left;
	background-color: #fff;
}
#sidebar {
        margin-left: 520px;
        padding: 10px 20px;
       /* width: 260px;*/
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
        background-color: #111;
        color: #fff;
	}

#footer p {
	margin: 0;
	padding: 3px;
	text-align: center;
	}
.narrowcolumn {
        padding: 8px 12px;
}
.alignleft {float:left;}
.alignright {float:right;}

/* End Structure */

/* 
=============================
Displaying category items
=============================
 */

div.alt {
       padding: 4px 8px;
       margin: 4px 8px;
       background-color: #fefefe;
       border: 1px solid #c0c0c0; 
}

h2.archivelist a {
       font-size: 16px;
}
div.alt small {
       background-color: #fff;
       color: #777;
}

/* End of category items */

/* 
=========================
Sidebar
=========================
*/

#sidebar {}
#sidebar ul li {
     list-style: none;
}
#sidebar li a {
     text-decoration: none;
     color: #fff;
     font-size: 22px;
     font-weight: bold;
}

div.news_item, div.blog_item {
     color: #fff;
     padding: 2px 4px;
     font-size: 0.8em;
}
div.news_item p, div.blog_item p {
     
}
#sidebar a {color: #dedede; text-decoration:underline}
#sidebar a:hover {text-decoration: none}

/* 
==========================
Displaying single post
==========================
*/

div.alignleft, div.alignright, div.alignleft a, div.alignright a {
      color: #777;
}
div.alignleft, div.alignright {
      padding: 1px 12px;
}
div.post {
       padding: 4px 8px;
       margin: 8px;
}
div.post p {
       background-color: #fff;
       margin: 12px 0; 
}
.postmetadata {
       color: #777;
}


/* End of single post */

/*
=====================
Displaying the comments
=====================
*/

h3#comments, h3#respond {
       color: #333;
       font-size: 18px;
       margin: 4px 12px;
}
ol.commentlist {
       margin: 12px;
       padding: 12px;
}
ol.commentlist li {

}
.commentsmetadata {
      color: #777;
}
form#commentform {
 margin: 12px;
}
/* End of comments */

/*
====================
displaying pages
====================
*/
div.entrytext p {
     text-align: justify;
}
div.entrytext img {
     padding: 6px; 
}