a{
  color: #0071bb;
}

a:hover{
  color: #f44365;
  text-decoration: none;
}


/* global prop. */
*{
  margin: 0;
  padding: 0;
}

/*** COMMON ELEMENTS ***/

html, body{
  height:100%;
}

html{
  font-size: 100%;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Calibri, Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	/*font-size: .8em;*/
	font-style: normal;
	color: #000;
	background: #eeead9;
	min-height:100%;
	height:auto !important; /* ie6 ignores it */
	height:100%; /* fix */
	position: relative;	
}

#page{
	background-color: #eeead9;
}

/* lists */

ul, ol{
  margin: .4em 0 1em;
  line-height: 150%;
}


ul li, ol li{
 list-style-position:outside;
 margin-left: 1.6em;
}

dl{
  padding: .3em 0 .8em;
}

dt {
  float: left;
  clear: left;
  width: 9em;
  text-align: right;
  font-weight: bold;
  text-decoration: underline;
}

dd {
  margin: 0 0 0 10em;
  padding: 0 0 0.5em 0;
}

.entry{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom: 1px solid #b4aca1;
}

.entry h1{
  font-family: "Union", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  margin: 0;
  padding: 0 0 .1em 0;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-shadow: #fff 1px 1px 1px;
}

.entry h1 a{
  text-decoration: none;
  color: #000;
}

.entry h1 a:hover{
  color: #df2e56;
}

.entryLast{
	margin-bottom:8px;
	padding-bottom:3px;
	border-bottom:1px solid #999;
}

.entryLast h1{
  font-family: "Union", "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  margin: 0;
  padding: 0 0 .1em 0;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: -0.04em;
  text-shadow: #fff 1px 1px 1px;
}

.entryLast h1 a{
  text-decoration: none;
  color: #000;
}

.entryLast h1 a:hover{
  color: #df2e56;
}

.body {
	font-family:verdana;
	color: #666666; 
	margin-left: 0px;
	font-size:77%;
	padding-bottom: .4em;
}



.byline, .entryfooter, .trackbackfooter {
	font-family:verdana;
	font-size: .7em;
	line-height: 135%;
	margin: 0;
	padding: 0 0 8px 0;
	color: #000;
}

.byline{
	clear:both;	
	background: #e2ddcd;
	margin: 0 0 0 15px;
	padding: 5px 5px 5px 5px;
	font-style: italic;
	border: 1px solid #f2efe5;	
	color: #75695e;
}

.commentBody {	
	font-size: .8em; 
	color: #000000; 
	margin-right: 10px;
	margin-bottom: 40px;
}

.commentByLine {
	font-weight: bold;	
	clear: left;	
	border-top: 1px dashed #96816d;
	padding: 5px;	
  	margin: 0;  	
  	font-size: 90%;
}

.commentByLine a{	
	text-decoration: none;
	color: #0071bb;	
}

.commentByLine a:hover{
	color: #f44365;
	border: 1px solid #eeebe3;
}

#blogText {
	padding:0 8px 0 8px;
}

.logo{
	float: left;
	padding: .1em 0 0 0;
	margin: 0;
}

#banner, #banner a {
	font-family: "Arial Black", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	font-size: 1.4em;
	padding: .2em 0 .4em .5em;
	letter-spacing: -0.05em;
	margin: 0;
	font-weight: normal;
	color: #eeeadb;
	height: 50px;	
  	text-decoration: none;
	width: 100%;
  	background: #261c13;	
}

#banner {
	border-bottom:3px solid #e2ddcd;
}

#slogan {
	/*margin-left: 5%; padding: 0;
	font: bold 50% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;;
	text-transform: none;
	color: #FFF;	
	top: 0px; left:0px;
	border-left: #af8b87 1px solid;
	float:left; */
	font-family: "Share", "Arial Narrow", Arial, Sans;
	letter-spacing:normal;
	font-size:.8em;
	float: left;
	border-left: 1px solid #af8b87;
	padding: .6em 0 .6em .8em;
	margin: .2em 0 .2em 1em;
	color: #e9e2c9;	
}

input, textarea, select{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 100%;
  margin: .2em 0;
}

input, textarea{
  padding: .2em .4em;
}

input.radio, input.checkbox{
  background: #fff;
  padding: 2px;
}
/*
form label{
  font-weight: normal;
}

fieldset{
  padding: .8em;
  border: 1px solid #d2c7af;
}

legend{
  padding: 2px 15px 10px 15px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 115%;
}
*/
.rightMenu {	
	margin:3px;
}

.menuTitle {
	/*background: url(square_arrow.gif) no-repeat;	
	font-family:verdana; 
	font-size:65%;
	background-color: #EEEEEE;
	color: #666666;
	text-align: center;
	text-transform: uppercase;
	font-weight:bold;
	letter-spacing: .2em;
	padding: 5px;
	overflow:hidden;*/
	border-bottom: 1px dotted #b3ac9f;
	display: block;
	padding: 0 0 3px 0;
	width: 100%;
	text-transform: uppercase;
}

.menuTitle a{		
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 30px 3px 12px;
	color: #000;	
}

.menuTitle a:hover{		
	color: #0071bb;	
	display: block;
	background: #f7f5ef;	
}

.menuBody {
	font-family:verdana;
	font-size: 75%;
	text-align: left;
	padding: 2px;
	line-height: 14px;
	margin-left: 1.8em;	
	float: none;
	background: none;
	width: auto;		
}

.menubody br{
	padding-top:20px;
}

.menuBody .header {
	font-size: 1em;
}

.menuBody a{
	text-transform: none;
	padding:0;
	margin-top:2px;	
}

ul.menu{
	padding: 0px;
	margin: 0px;
	display:block;
	line-height:110%;
}

li.menuitem{
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 2px 0 3px 0;
  margin:0px;
  color: #000;
  list-style:none;
}

li.menuitem a:hover{
	background: none;
	color: #f44365;
}

.header, .header a {
	height: 70px;
	padding: 3em 0 0 1em;
}


#calendar{
	width:90%;
	margin:0 auto 0 auto
}
.calendarTable, .calendarTable a {
	font-family:verdana;
	font-size: .9em;
	text-align: center;
	padding: 2px;
	line-height: 14px;
}

.calendarToday {
	background-color: yellow;
}

.date {
	font-family:verdana; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;
}

.blogHeader, .trackbackHeader, .commentHeader, .relatedentriesHeader, .tweetbackHeader {
	/*font-size: .7em; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	margin-bottom:10px;
	font-weight:normal;*/
	background: #e2ddcd;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	padding: 2px 0 2px 10px;
	margin: 1em 0 0 0;
	font-size: 110%;
	
	
}

#tbContent{
	padding: 10px 0 0 0px;
}

.tweetbackBody{
	font-size:.7em;
	border: 1px solid #96816d;
}

.footerHeader {
	/*background-color: #ddd;
	font-family:verdana; 
	font-size: .7em; 
	color: #666; 
	border:1px solid #999;
	padding:5px;
	font-weight:normal;*/
	padding: 1em 0;	 
	color: #e7e0c7;	
	text-align: center;
  	font-size: 85%;
	background: #261c13;
	border-top:3px solid #e2ddcd;
	
}


.footerHeader a{
	padding: 1px 6px;	
	color: #9b856f;	
	text-decoration: underline;
	margin-left: 4px;
}

.footerHeader a:hover{
	padding: 1px 6px;	
	color: #9b856f;	
	text-decoration: none;
	margin-left: 4px;
}

#codeouter
{
	padding: 2px 2px 15px 2px;
	margin-bottom:15px;	
}

.code {
  margin:5px 0px 15px 0;  
  height:100%;  
  padding:5px 5px 5px 10px;  
  text-align: left;
  display: block;
  overflow: auto;  
  font: 90% "courier new",courier,monospace;
  /* white-space: pre; */
  background: #f0ecde;
  border: 1px solid #937d68;  
  border-left: 3px solid #261c13;
}

.codePrint {
	font-family: "courier new",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;
}

a img{
	border: 0px;
}

.comment, .trackback, .commentAlt, .trackbackAlt{
	border: 1px solid #96816d;	
	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, .tweetbackBody{
	padding: 5px 5px 5px 10px;	
	font-size: .7em; 
	color: #000000; 
	margin-bottom: 10px;
}

 #relatedEntriesList {
 	font-family:verdana;
	font-size: .7em; 
	color: #000000;
 }



.commentByLine, .trackbackByLine {	
	font-size: .7em;
}

.addCommentLink,.addTrackbackLink{
	text-align:right;
}

.addCommentLink {
	text-align:left;	
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #0071bb;
	background: #fff;
	padding: 3px 6px;	
	margin-top:15px;	
	border: 1px solid #96816d;	
	width:30%;
}
	
#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;
}

blockquote{
  margin: 1em 25% 1em 0;
  padding: .2em .2em .2em 5em;
  border: 1px dotted #937d68;
  font-style: italic;
  color: #937d68;
  background: #fff url(blockquote.png) no-repeat 4px top;
}

blockquote p{
  padding: 8px;
  margin: 2px;
}



/*==================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:90%;
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;
}


/* NEWWWWWWWWWWWWWWWWWW */

table{
  margin: .5em 0 1em;
}

table td, table th{
  text-align: left;
  border-right: 1px solid #e8e1c8;
  padding: .4em .8em;
}

table th{
  background: #ab967e;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  border-bottom: 1px solid #e8e1c8;
}

table td{
  background: #d8ceb6;
}

table tr.even td{
  background: #e1d9c3;
}

table tr:hover td{
  background: #f0eada;
}

pre{
  overflow: auto;
  white-space: pre-wrap;       /* css3 */
  white-space: -moz-pre-wrap;  /* ff */
  word-wrap: break-word;       /* ie */
  font-size: 12px;
  font-family: "Courier New", Courier, "Lucida Console", Monaco, "DejaVu Sans Mono", "Nimbus Mono L", "Bitstream Vera Sans Mono";
  background: #fff;
  padding: .4em;
  margin: 1em 0;
}

p{
  margin: .6em 0 .3em;
  line-height: 125%;
  padding-top:2px;
}

img{
  border: 0;
  padding: 2px 0 2px 0;
}

hr{
  color: #b4aca1;
  background: #b4aca1;
  border-bottom: 1px solid #f6f4eb;
}

small{ font-size: 86%; }

/* search */
.search-block{ 
  right: 2em;
  bottom: 1em;
}

.searchinput{ 
  width: 60%;
  color: #928a85;   
  margin: 5px 0 0 8px;
}

.search-block fieldset{  
  padding: .4em;
}

.searchgo{
	width:15%;
	text-transform: uppercase;
	text-align: center;  
	background: #196cac;
	color: #fff;
}

/* box */

.box{
  padding: 8px 12px;
  margin: 2em 0 1em;
}

.box .titlewrap{
  background: #ef3e60;
  padding-left: 10px;
}

.box .titlewrap h4 a{
  color: #fff;
  text-decoration: none;
}

.box.titlewrap h4 a{
  color: #ffc000;
  text-decoration: none;
}

.box .titlewrap h4{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-weight: normal;
  letter-spacing: -0.04em;
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 130%;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}

.box .titlewrap span{
  padding: 6px 0;
  display: block;
}


.box .wrapleft{ background: #fff }
.box .wrapright{ }

.box .bl{  }
.box .tl{  }
.box .br{  }
.box .tr{  }

.box .the-content{
  padding: .4em 1em .6em 1em;
  min-height:92px;
  height:auto !important;
  height:64px;            /* ie 6 fix */
  min-width: 64px;
}

/* forms */

input, textarea, select{
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
  font-size: 100%;
  margin: .2em 0;
}

input, textarea{
  padding: .2em .4em;
}

input.radio, input.checkbox{
  background: #fff;
  padding: 2px;
}

form label{
  font-weight: normal;
}

fieldset{
  padding: .8em;
  border: 1px solid #d2c7af;
}

legend{
  padding: 2px 15px 10px 15px;
  text-transform: uppercase;
  font-style: italic;
  font-size: 115%;
}
