/**************************** Color Info ****************************/
/* blue 	#003366
/* red	#CC0000
/* grey		#898E79
/* almost black	#2C2C2C
/*
/**************************** HTML Styles ****************************/

body {
	background-color:#E1D4C0;
	margin:0px;
	padding:0px;
	color:#2C2C2C;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


h1 {  /* site name */
	clear:both;
	color:#FFFFFF; 
	font-size:28px; 
	font-weight:bold; 
	padding:3px 0px 3px 3px; 
	margin:0px;
}

h2 { /* page titles (category, search, and archive pages) */
	color:#2C2C2C; 
	font-size:18px;
	font-weight:bold; 
	margin:5px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}

h3 { /* entry titles */
	color:#CC6600; 
	font-size:16px; 
	font-weight:bold; 
	margin:3px 0px 5px 0px; 
	padding:0px 0px 0px 0px;
}

h4 { /* category names on archive page */
	color:#898E79; 
	font-size:14px; 
	font-weight:bold;
	margin:3px 0px 5px 0px; 
	padding:0px 0px 0px 0px;
}

h5 { /* comment form title, previously... */
	color:#2C2C2C; 
	font-size:12px;
	font-weight:bold; 
	margin:3px 0px 5px 0px; 
	padding:0px 0px 0px 0px;
}

h6 { /* side nav headings */
	border-bottom:1px solid #2C2C2C;
	clear:both; 
	color:#2C2C2C;
	font-size:12px; 
	font-weight:bold; 
	margin:15px 0px 5px 0px; 
	padding:2px;
	text-align:right;
	text-transform:lowercase;
	width:100%; 
}

p {
	margin:5px 0px 5px 0px;
}

blockquote {
	margin:5px 25px 5px 20px;
	padding-left:5px;
}


ul {
	margin:3px 0px 3px 30px;
	padding:0px;
	list-style-type:square;
}

ol {
	margin:3px 0px 3px 30px;
	padding:0px;
}

a:link, a:visited, a:active {color:#CC4000; font-weight:bold; text-decoration:none;}
a:hover {text-decoration:underline;}


/**************************** Masthead Styles ****************************/

#mainWraper {
	background-color:#F5EDE3;
	border-left:1px solid #003366;
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	margin:0px auto 10px auto;
	padding:0px;
	width:974px;
}

#header {
	background-color:#003366;
	margin:0px;
	padding:0px;
	width:974px;
}

#topNav {
	background-color:#EDEDED;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:right;
	height:16px;
	width:974px;
}

#topNav ul {
	float:right;
	margin:0px;
	padding:0px;
}

#topNav li {
	border-left:1px dotted #666666;
	display:inline;
	float:left;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:80px;
}

#topNav li:hover {
	background-color:#666666;
}

a.topNav:link, a.topNav:visited, a.topNav:active {
	background-color:#EDEDED; 
	color:#666666; 
	font-weight:normal; 
	padding:0px;
	text-decoration:none; 
	display:block;
	height:16px;
	vertical-align:bottom;

}

a.topNav:hover {
	background-color:#666666;
	color:#FFFFFF; 
	text-decoration:none;
}

#topNav2 {
	background-color:#EDEDED;
	border-top:1px solid #666666;
	border-bottom:1px solid #666666;
	margin:0px 0px 10px 0px;
	padding:0px;
	text-align:right;
	height:32px;
	width:974px;
}

#topNav2 ul {
	float:right;
	margin:0px;
	padding:0px;
}

#topNav2 li {
	border-left:1px dotted #666666;
	display:inline;
	float:left;
	list-style-type:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:150px;
}

#topNav2 li:hover {
	background-color:#666666;
}

a.topNav2:link, a.topNav2:visited, a.topNav2:active {
	background-color:#EDEDED; 
	color:#666666; 
	font-weight:normal; 
	padding:0px;
	text-decoration:none; 
	display:block;
	height:16px;
	vertical-align:bottom;

}

a.topNav2:hover {
	background-color:#666666;
	color:#FFFFFF; 
	text-decoration:none;
}



/**************************** Content Styles ****************************/

#pageContent {
	clear:both;
	float:left;
	margin:0px 10px 20px 10px;
	width:740px;
}

.entryCell {
	clear:left;
	margin:15px 0px 30px 0px;
}

.entryHeading { /* attached to h4 */
	clear:both;
	font-size:13px; 
	font-weight:bold; 
	margin:3px 0px 0px 0px; 
	padding:0px;
}

.entryImage {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	margin:5px;
	padding:3px;
}

.quotation {
	margin:5px 25px 5px 20px;
	padding-left:5px;
	border-left: 2px solid #CCCCCC;
}

.entryPostInfo {
	border-top:1px dashed #CCCCCC;
	clear:both;
	font-size:10px;
	margin:5px 0px 0px 0px;
	text-align:right;
}



/**************************** Sidebar Styles ****************************/

#sideNav {
	float:right;
	font-size:10px;
	margin:0px 10px 20px 0px;
	width:190px;
}

#sideNav p {
	margin:3px 5px 10px 5px;
}

#sideNav ul {
	margin:0px;
	padding:0px;
}

#sideNav li {
	list-style-type:none;
	margin:0px 5px 0px 5px;
}


/**************************** Footer Styles ****************************/

#footer {
	border-top:1px solid #003366;
	clear:both;
	font-weight:bold;
	font-size:10px;
	margin:20px 0px 0px 0px;
	text-align:center;
	width:auto;
}



/**************************** Button Styles ****************************/

.btnImage {
	background: #F0F0EC;
	border: 1px solid #DEDEDE;
	cursor: pointer;
}

.btnImageRaised, .btnImage:hover {
	background: #F2F2F2;
	border: 1px outset;
	cursor: pointer;
}

.btnImageLowered, .btnImage:active {
	background: #CCCCCC;
	border: 1px inset;
	cursor: pointer;
}

.btnVertSep {
	margin: 0 2px 0 2px;
}

.btnBack {
	background: #FFFFFF;
	border: 1px outset;
	letter-spacing: 0;
	padding: 1px;
}

.btnBack div, .btnBack div {
	background: #FFFFFF;
	padding: 0;
}

.btnDiv {
	display: block;
	position: relative;
}

.checkbox {
	margin: 0;
	padding: 0;
}