/*
Theme Name: Otak theme
Theme URI: http://www.otak.com/blog/
Description: Otak's existing site styles skinned on a WordPress theme.  This theme is NOT public domain.
Author: ISITE Design
Author URI: http://isitedesign.com/


	This theme was developed for the exclusive use of Otak, Inc. to adapt existing site styles to a WordPress blog

	The CSS, XHTML and design are not public domain.
	
	Styles below are to adapt existing site styles to WordPress's HTML.

*/

/* adjust the container a little since the padding at the bottom is now extra due to large bottom margin on posts */

#container-body { padding-bottom:1px; }

/* sidebar lists */
#container-body #container-subnav ul { 
	border-bottom: none;
	margin:0;
	padding:0;
}
#container-body #container-subnav ul ul { 
	border-bottom: 2px solid #fff;
	padding:0 0 10px;
}
#container-body #container-subnav li {
	list-style: none;
}
#container-body #container-subnav li li {
	background: transparent url(/images/arrow2_right.gif) 10px 4px no-repeat;
	font-size:10px;
	padding: 4px 0 0 22px;
}
#container-body #container-subnav li a {
	border:none;
	display:inline;
	padding:0;
}
#container-body #container-subnav li a:hover {
	background-color:transparent;
	text-decoration: underline;
}
#container-body #container-subnav li h4 {
	background-color: #BB7A44;
	color:#241604;
	margin:0;
	padding:5px 2px 5px 6px;
}


/* posts and comments */

#container-body div.post { margin-bottom:2.5em; }
#container-body h3#comments, #container-body h3#respond {
	margin-top:24px;
	font-size:11px;
}
#container-body ol.commentlist li.alt {background-color:#fff;}
#container-body textarea#comment {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	height:12em; width: 560px;}

/* next and prev post/paging nav (top of page) */

#container-body .navigation { overflow:hidden; }
#container-body .navigation .prev { float:left; }
#container-body .navigation .next { float:right; }


/*footer*/
#footer { clear:both; }