*
{
margin: 0em;
padding: 0em;
}

div.fixed
{
width: 950px !important;
}

a
{
text-decoration: none;
color: #F16C00;
}

a:hover
{
text-decoration: underline;
}
body
{
background-color: #fff;
color: #585858;
font-size: .8em;
font-family:"trebuchet ms",helvetica,sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;

}

h3,h4,h5,h6
{
color: #184366;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}


.byline, .entryfooter, .trackbackfooter {
	font-family: verdana, arial, sans-serif; 
	font-size: .8em;
	line-height: 135%;
	margin: 0;
	padding: 8px 0 24px 0;
	color: #000;
	border-top: 1px dotted #E1E1E1;
}
.byline{
	clear:both;
}

/* Comments */
.commentBody {
	
	font-size: .8em; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine {
	font-family: "trebuchet ms", arial, sans-serif;

	clear: left;
}


#blogText {
	padding:0 8px 0 8px;
}

#banner, #banner a {
	font-family: verdana,arial, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: white;
	background-color: #FF6666;	
	padding:5px;
}

input, select, textarea {
	font-family: verdana, arial, sans-serif; 
	font-size: 1em; 
	color: #000000; 
}


.menuTitle {
	font-family: verdana, arial, sans-serif; 
	font-size: .7em;
	background-color: #FF9900;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .2em;
	padding: 5px;
}

.header, .header a {
	font-family: verdana, arial, sans-serif; 
	font-size: .7em;
	text-align: center;
	font-weight: bold;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}

.menuBody {
	font-family: verdana, arial, sans-serif; 
	font-size: .9em;
	text-align: left;
	padding: 2px;
	line-height: 14px;
}

.menuBody .header {
	font-size: 1em;
}

.menuBody A {
	font-family: verdana, arial, sans-serif; 
	font-size: 1em;
	
}
.menuBody a:hover{
	text-decoration: underline;
}
.date {
	font-family: verdana, arial, sans-serif;  
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader {
	font-family: "trebuchet ms", arial, sans-serif; 
	font-size: 1em; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

/* Footer */

#footer
{
width: 950px;
margin: 5px auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
/*padding-top: 1.0em;*/
text-transform: lowercase;
}

.rightMenu {
	border:1px solid #999;
	margin:8px;
}

.code {
	font-family: "courier new",courier,monospace;
	font-size: 1em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
	overflow: auto;
	max-height: 200px;
    padding: 4px 4px 4px 4px;
    line-height: 15px;
	 margin:5px 0 5px 0;	
}

.codePrint {
	font-family: courier,monospace;
	font-size: .7em;
	color: black;
	border: solid thin #0000cc;
	background-color: #ffffcc;
    padding: 4px 4px 4px 4px;
    line-height: 15px;	
}
.center{
	text-align:center;
}
.entry{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}
a img{
	border: 0px;
}

.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #999;
	padding: 10px;
	margin:10px 0;
	position:relative;

}
.commentAlt, .trackbackAlt{
background-color:#efefef;

}
.comment img, .commentAlt img{
	float:left;
	position:relative;
	margin: 0 5px 5px 0;
}



.commentBody, .trackbackBody{
	font-family: "trebuchet ms", arial, sans-serif; 
	font-size:11px; 
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family: "trebuchet ms", arial, sans-serif; 
	font-size: .7em; 
	color: #000000;
 }



.commentByLine, .trackbackByLine {
	font-family: "trebuchet ms", arial, sans-serif;
	font-style: italic;
	font-size: 11px;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
	}
#trackbacks,#comments{
	margin-top:8px;
	}
#calendar th{
	font-weight: normal;
}
.tbLink{
	font-size:1.1em;
}

.autoImage {
	float: left;
	margin: 0 5px 5px 0;
}

.byline img{
	vertical-align: top;
}

/*==================Forms======================*/
fieldset#commentForm, fieldset#sendForm{
margin:8px;
text-align:left;
}
fieldset#sendForm{
border:none;
}
fieldset#commentForm legend,fieldset#sendForm legend {
font-size: 1.1em;
font-weight: normal;
color: #000000;
margin: 0px 0px 0px 0px;
padding: 3px 5px 10px 5px;
}
fieldset#commentForm label,fieldset#sendForm label{
float:left;
width:110px
}
fieldset#sendForm label{
width:130px;
}
fieldset#commentForm div,fieldset#sendForm div{
clear:both;
margin-bottom:5px
}
fieldset#commentForm .longLabel{
width:260px
}
fieldset#sendForm .longLabel{
width:200px;
}
fieldset#commentForm .nofLoat,fieldset#sendForm .nofLoat{
float:none
}
fieldset#commentForm #comments,fieldset#sendForm #notes{
width:100%;
height:120px;
overflow: auto;
}
fieldset#sendForm #notes{
width:300px;
}
fieldset#commentForm img{
margin:3px auto
}
fieldset#sendForm img,fieldset#sendForm #submit{
margin-left:200px;
}
#popUpFormBody{
background:#fff;
margin:8px;
}








/* Header */

#header
{
width:100%;
height:122px;
background: #440000 url('../images/n1.gif') repeat-x;
}

#header_inner
{
position: relative;
width: 950px;
height:122px;
margin: 0 auto;
}

/* Logo */

#logo
{
position: absolute;
bottom: 0.6em;
}

#logo h1
{
display: inline;
color: #fff;
font-size: 2.6em;

}
#logo h1 a
{
text-decoration: none;
color:#FFFFFF;

}
#logo h1 a:hover
{
text-decoration: underline;

}

#logo h2
{
display: inline;
padding-left: 0.5em;
color: #D2DCE5;
font-size: 1.0em;
}

/* Menu */

#menu
{
position: absolute;
right: 0em;
bottom: 0em;
}

#menu ul
{
list-style: none;
}

#menu li
{
float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding: 1.1em 1.4em 1.0em 1.4em;
background: #fff url('../images/n4.gif') repeat-x;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 1.0em;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active,#menu li a:hover
{
background: #FF790B url('../images/n3.gif') repeat-x;
color: #fff;
border: solid 1px #DB7623;
}



h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;

}

h3,h4,h5,h6
{
color: #184366;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
margin-left: 8px;

}

/* Main */

#main
{
background: #fff url('../images/n2.gif') 0px 1px repeat-x;
}

#main_inner p
{
/*text-align: justify;*/
/*margin-bottom: 2.0em;*/
}

#main_inner ul
{
margin-bottom: 2.0em;
}

#main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#main_inner h3,h4
{
/*border-bottom: dotted 1px #E1E1E1;*/
position: relative;
}

#main_inner h3
{
font-size: 1.7em;
}

#main_inner .post h3 a
{
position: relative;
font-size: 1em;
color: #F16C00;
text-decoration:none;
}
#main_inner .post h3 a:hover
{
position: relative;
font-size: 1em;
color: #F16C00;
text-decoration:underline;
}

#main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#main_inner .post
{
position: relative;
}

#main_inner .post h3
{
position: relative;
font-size: 1.7em;

}

#main_inner .post h3 a
{
position: relative;
text-decoration:none;
}
#main_inner .post h3 a:hover
{
position: relative;
text-decoration:underline;
}

#main_inner .post .post_info
{

border-bottom: dotted 1px #E1E1E1;
}

#main_inner .post .body
{
font-size: 1em; 
	color: #000000; 
	margin-left: 0px;
	padding-bottom:10px;
	padding-top:10px;

}

#main_inner .postLast .post_info
{
top: 3em;
font-size: 1em;
width: 100%;
border-bottom: dotted 1px #E1E1E1;
}

#main_inner .postLast .body {
/*	font-family: verdana, arial, sans-serif; */
	font-size: 1em; 
	color: #000000; 
	margin-left: 0px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#main_inner .post .postbody img{
border: 0 none;
padding:3px;
}

p
{ 
	line-height:1.1em;
}