body, html {
    margin: 0;
    min-width: 1000px;
}
#container {
	width: 1000px;
	position: absolute;
	left: 50%;
    left: expression(document.body.clientWidth <= 1000 ? '0' : '50%');
	margin-left: -500px;
    margin-left: expression(document.body.clientWidth <= 1000 ? '0' : '-500px');
	text-align: left;
}
 #container {
	background: #fff url("../images/content_left_bg.jpg") repeat-y top center;
	text-align: left;
}
* {
    font-family: Verdana, sans-serif;
    font-size: 14px;
}
img {
    border: 0
}
#header {
    background: #fff url("../images/header_bg.jpg") no-repeat top right;
    height: 128px;
    width: 1000px;
}
#sub_header {
    padding-top: 10px;
    padding-left: 20px;
}

#header #logo a { height: 126px; display: block; width: 250px;}

#content h1 {
	font-weight: bold;
	font-size: 26px;
	color: #0A4B81;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#content h2 {
	font-weight: bold;
	font-size: 20px;
	color: #0A4B81;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#content h3 {
	font-size: 24px;
	color: #000000;
}

* html #content{
width:620px;

}

.head2 {
	font-size: 22px;
	color:#0A4B81;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.head2_bold {
	font-size: 22px;
	color:#0A4B81;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.head3_bold {
	font-size: 14px;
	color:#0A4B81;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#homepage #content #main_links {
	float: right;
	width: 340px;
	padding-top: 10px;
}

#content {
    background-color: #fff;
    padding: 0px 50px;
    float: right;
    width: 631px;
}
#samplepage #content {
	background-color: #fff;
	float: right;
	width: 631px;
	padding-right: 40px;
	padding-top: 0px;
	padding-left: 50px;
}
#content #left_column {
    float: left;
    width: 300px;
}

#content #full_width {
	width: 631px;
}
#content hr {
    clear: both;
    color: #3355b9
}

/***Formatting of the post and page */
.post h2.post-title a,.page h2.post-title a{

text-decoration:none;
font-size:1.3em;
padding:0;
color:#0A4B81;
}

.post h2.post-title ,.page h2.post-title 
{
margin:5px 0px 0px;
padding:0;
}

.entry {
line-height:1.3em;

}

.postmetadata,.navigation{

border:1px solid #B9AB90;
background:#FFF1D6;
padding:5px;
margin-top:10px;
}
.alignleft{float:left;}
.alignright{float:right;}
.alignnone{float:none;}
.clear,.reset{clear:both;}

/*comments ***/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: underline;
	}

	.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */
/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

#content #comments {font-size:20px;}
#comment{width:600px;}
#footer {
    height: 64px;
	width: 1000px;
    clear: both;
	background: #fff url("../images/footer_bg.jpg") no-repeat top right}

#footer #copyright {
    font-size: 10px;
    float: left;
    padding-top: 20px;
	padding-left: 20px;
}
#footer #sub_links {
    float: right;
    padding-top: 23px;
}
#footer #sub_links a {
    color: #000;
    text-decoration: none;
}
#footer #sub_links a:hover {color: #fff}
#footer #sub_links .sp {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
}
#footer #sub_links { padding-right: 25px;}

#left_menu {
    float: left;
    width: 249px;
    /*min-height: 400px;*/
}
#left_menu ul {
    margin: 20px 10px;
    padding: 0;
}
#left_menu ul li {
    padding: 0;
    margin: 0;
    font-weight: bold;
    list-style: none;
}
#left_menu ul li a {
    display: block;
    padding: 3px 10px 4px 10px;
    margin: 7px 0;
}
#left_menu ul li a {color: #0A4B81; text-decoration: none; display: block; width: 100%}

#left_menu ul li a:hover{background: transparent url("../images/list_orange_border.gif") no-repeat top left; color: #f9a500}
#left_menu ul li.active a {background: transparent url("../images/list_orange.gif") no-repeat top left; color: #fff}

#left_menu ul li ul{margin:0;padding:0;}
#epigraph {
	color: #3355b9;
	font-style: italic;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}

.style2 {font-size: 10px}
#sub_header_blog {
    padding-top: 10px;
    padding-left: 20px;
    background: #fff url("../images/sub_header_blog.jpg") no-repeat top right;
    height: 46px;
    width: 711px;
    float: right;
}
.info{margin-top:5px;}
.searchitem{color:red;}
.pagetitle{margin-bottom:0;}
#left_menu ul li.recentcomments a,#left_menu ul li#tag_cloud a{display:inline;}
#left_menu ul li.recentcomments a:hover,#left_menu ul li#tag_cloud a{display:inline;background:none;}

.entry ul,.entry ol
{
list-style-position:inside;
margin-left:20px;}
}

/***other styles */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/
/***for left navigation */
#left_menu ul li.current_page_item a,#left_menu ul li.current-cat a ,#left_menu ul li.current_page_item a,#left_menu ul li ul li a.current,#left_menu ul li a.current{

background:transparent url(../images/list_orange.gif) no-repeat scroll left top;
color:#fff;
}

#content h2.post-title a{font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;}
