/*
Theme Name: Soarent Blog - N
Theme URI: http://soarent.com.au/blog
Description: WordPress theme based on <a href="http://soarent.com.au/">Soarent</a>. Three column with sidebar Right and Left hand.
Version: 0.1
Author: Tech06
Author URI: http://itontap.com/
Tags: blue, fixed width, three columns, widgets

	Soarent 0.1 - N
    Two column theme with sidebar on right and left hand side.
    http://soarent.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
ul{ margin:0;}

div#leftcol{
	width:200px;
    padding:0 10px 0 0;   
}
div#rightcol{ width:200px; padding:0;}
div#maincol{
	width:500px;
}

div.alignright{ float:right;}
div.alignleft{ float:left;}
div.navigation{ float:left; width:100%; padding-bottom:10px;}

a{ font-weight:normal;}
h1{ background:url(images/title_border.gif) repeat-x scroll left bottom; padding-bottom:10px;}
h2{ color:#0A2D4D; font-size:14px; font-weight:bold; line-height:18px; text-transform:uppercase;}
h2 a{ text-decoration:none; font-weight:bold;}

div#l_sidebar{ width:200px; float:left; padding:0;}
div#l_sidebar ul li{ list-style:none; margin:0; padding-bottom:12px; float:left;}
div#l_sidebar ul li h3{ background:url(images/side_bar_top.gif) left top no-repeat; width:188px; height:27px; padding:9px 0 0 12px; color:#0a2d4d; font-size:13px; font-weight:bold; text-transform:uppercase; margin:0; float:left;}
div#l_sidebar ul li ul{ background:#e1e6ea; border-left:1px solid #bec0c1 ;border-bottom:1px solid #bec0c1; border-right:1px solid #bec0c1; margin:0; padding:0 0 6px 0; float:left; width:198px;}
div#l_sidebar ul li ul li{ /*background:url(images/sidebar_li_border.gif) left bottom repeat-x;*/ width:175px; padding:0; float:left; padding: 3px 12px;}
div#l_sidebar ul li ul li a{ background:url(images/sidebar_li_arrow.gif) left 4px no-repeat; text-decoration:none; font-size:11px; color:#04060a; font-weight:normal; padding-left:12px}
div#l_sidebar ul li ul li.current-cat a, div#sidebar ul li ul li a:hover{ color:#0563b8;}

div#l_sidebar ul li ul li ul{ background:none; border:none; padding:0;}

div#r_sidebar{ width:200px; float:left; padding:0;}
div#r_sidebar ul li{ list-style:none; margin:0; padding-bottom:12px; float:left;}
div#r_sidebar ul li h3{ background:url(images/side_bar_top.gif) left top no-repeat; width:188px; height:27px; padding:9px 0 0 12px; color:#0a2d4d; font-size:13px; font-weight:bold; text-transform:uppercase; margin:0; float:left;}
div#r_sidebar ul li ul{ background:#e1e6ea; border-left:1px solid #bec0c1 ;border-bottom:1px solid #bec0c1; border-right:1px solid #bec0c1; margin:0; padding:0 0 6px 0; float:left; width:198px;}
div#r_sidebar ul li ul li{/* background:url(images/sidebar_li_border.gif) left bottom repeat-x;*/ width:175px; padding:0; float:left; padding: 3px 12px;}
div#r_sidebar ul li ul li a{ background:url(images/sidebar_li_arrow.gif) left 4px no-repeat; text-decoration:none; font-size:11px; color:#04060a; font-weight:normal; padding-left:12px}
div#r_sidebar ul li ul li.current-cat a, div#sidebar ul li ul li a:hover{ color:#0563b8;}

 
div#respond{ background:url(images/form_bg.gif) left top repeat-x; border:1px solid #e5e5e5; float:left; width:488px;}
div#respond h3{ background:url(images/comment_border.gif) left bottom repeat-x; padding:10px 20px; color:#04060a; font-size:13px; font-weight:bold;}

div#respond form{ padding:20px; float:left;}

p textarea#comment{ width:300px;}
p label{ width:140px; float:left; font-size:13px;}

input,select,textarea{ border:1px solid #c1c0c0;}
textarea:hover, input:hover, select:hover{ border:1px solid #000000;}

p input#submit{ background:url(images/submit_comment.gif) left top no-repeat; width:131px; height:24px; float:left; font-size:12px; color:#000000; font-weight:bold; text-align:center; padding:0; cursor:pointer; border:none; margin-left:140px;}

div.error{ float:left; width:100%; padding-left:140px;}
#commentform div.error, #commentform label.error{ width:100%;}

ol.commentlist li{ border-bottom:1px dotted #e1e6ea; float:left; width:100%; margin-bottom:10px;}