/*** Standard HTML Elements ***/

html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body, td {
	background : #FFFFFF repeat-x url("images/fade_bg.gif");
	font-family : "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	margin : 5px 0px 0px 5px;
	width : 760px;
}

p,code,ul {
	padding-top: 5px;
	padding-bottom: 10px;
}

a { color: #666633; }
a:hover { text-decoration : none; }

blockquote {
	margin: 0px 20px 0px 20px;
	padding: 0px 25px 0px 30px;
	font-family: Arial, sans-serif;
	color: #666666;
/*	background: #CAE5BC url('images/blockquote.jpg') repeat-y; */
}

small {
	font-size: 10px;
	color:#666;
}
/*** End Standard HTML Elements ***/

/*** Header Elements ***/
#top {
	margin-top: 0px;
}

#head {
	background: url('images/logo.gif') no-repeat;
	width: 760px;
	height: 73px;
	padding:0;
	margin-bottom: 5px;
}

#hidden-logo-link {
	height: 73px; 
	width: 185px; 
	float: left; 
	cursor: pointer;
}

#title {  /* Blog Title */
	width: 550px;
	margin-left: 200px;
	padding: 6px 0px 5px 5px;
	background-color: #9f9f2d;
	color: #ffffff;
}

#title h1 {
	font-size: 22px;
	font-weight: bold;
}

#title a {
	color: #ffffff;
	text-decoration: none;
}

h3 { font-size : 19px; }
h4 { font-size : 15px; }
p, div { font-size : 13px; }

#description {   /* Blog Description */
	text-align: right;
	padding-right: 20px;
 	margin-top: -10px;
	font-style: italic;
	font-weight: bold;
}
/*** End Header Elements ***/

/*** Main Body Elements ***/
#container {
	/*margin-top: -40px; for IE6 only */
	clear: both;
	width: 760px;
	/*background: #FFF url('images/mainbg.jpg') repeat-y;*/
}

#main {
	width: 760px;
	margin: 0px 0px 0px;
	padding: 0px;
}

#content {
	float: right;
	width: 560px;
	margin: 20px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}

#content .info {
	padding: 5px 10px;
	background:#9f9f2d;
	color: #555;
	margin: 0px 0 0 0;
	text-align: right;
}

#content p img{	
	border: none;
	margin-right: 15px;
	margin-bottom: 10px;
}

/*** Post Elements ***/
.post {
	/*border: 1px dashed #A7F828;*/
	display: block;
  padding: 7px 7px 7px 7px;
  text-align: justify;
}

.post h1 {
	font-weight:bold;
	font-size: 21px;
	line-height: 130%;
}

.post .descr {
  	font-size: 11px;
  	color: #000;
}

.post ul li {
  	list-style-image: url('images/bullet2.jpg');
  	list-style-position: outside;
  	line-height: 1.85em;
  	margin-left: 25px;
}

.post ul ul li, .post ul ul ul li {
  	list-style-type: circle;
}

.post ol li {
  	list-style-type: arabic;
  	list-style-position: outside;
  	line-height: 1.85em;
  	margin-left: 25px;
}

.post ul ul li {
  	padding-left: 15px;
}

.info a {
  	color: #FFF;
}

h1.title {
  	border-bottom: 3px #9f9f2d double;
}

h1.title a {
	text-decoration: none;
}

h1.title a:hover {
	text-decoration: underline;
}
/*** End Post Elements ***/
/*** End Main Body Elements ***/

/*** Sidebar Elements ***/
#sidebar {
  	float: left;
  	width: 186px;
  	padding: 0px 0px 0px 0px;
  	margin-top: -3px;
}

#sidebar ul li {
  	list-style-type: none;
  	line-height: 130%;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-position: inside;
	border-top: 1px solid #9F9F2D;
	border-bottom: 1px solid #9F9F2D;
	background-image: url('images/nav2.gif');
	background-repeat: repeat-y;
	text-align: right;
	font-size: 11px;
	padding: 4px 10px 4px 20px;
	margin-bottom: 3px;
}

#sidebar ul ul li a {
	text-decoration: none;
}

#sidebar h2 {
	font-size: 1.3em;
	color: white;
	background-color: #9f9f2d;
	padding: 2px;
	font-weight: normal;
	text-align: center;
}



#sidebar .currently {
  	background: #9f9f2d;
  	display: block;
  	padding: 5px;
  	font-size: 11px;
  	margin-top:20px;
}

.currently .current {
  	text-transform: uppercase;
  	font-weight: 600;
}

#sidebar #searchform {
	border: none;
}


#searchform .styled {
	margin-top: 3px;
}

/*
#searchform .styled:hover {
	background: #FFF;

}
#searchform .styled:focus {
	background: #FFF;
}
*/
/*** End Sidebar Elements ***/

/*** Footer Elements ***/
#foot {
	clear: both;
	background-color: #caca76;
	margin-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	color:#FFFFFF;
	width: 760px;
}

/*** End Footer Elements ***/


/*** Comment Elements ***/
h2#comments {
  	font-size: 19px;
}

#commentlist {
	padding-left: 15px;
	padding-right: 20px;    
	background:#f4f4d4;
	padding-top:10px;
		border: 1px solid #9f9f2d;
}

#commentlist h2 {
	line-height: 110%;
	font-family: Verdana, sans-serif;
}

#commentlist li {
	list-style-position: inside;
}
#commentform {
	margin: 1em 0;
	width: 350px;
}

.commentmetadata {
	padding: 2px 0 4px;
	font-size: 0.9em;
}

textarea.styled {width: 280px;}

/*
.styled {
	font-size: 1.4em;
	background: #FFF;
	border: none;
	padding: 2px;
}
.styled:hover {
	background: #FFF;
	border: none;
}
.styled:focus {
	background: #FFF;
	border: none;
}*/
#commentform input {margin-bottom: 3px;}

#responseform {
	background:#f4f4d4;
	padding: 10px;
		border: 1px solid #9f9f2d;
}

.comment-1 {
	background: #FBEFB5;
	padding:5px;
	border: 1px dashed #5F9907;

}

.comment-2 {
    border: 1px dashed #5F9907;
    padding: 5px;
    background: #FFF;
}
/*** End Comments ***/


/*** Miscellaneous Classes ***/
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/*** End Miscellaneous Classes ***/