/*
Theme Name: Niche3.0
Description: Niche3.0 Wordpress Theme by<a href="http:www.nicheconsultants.com.au">Niche Consultants</a>
Version: 1.0
Author: Niche Consultants
Author URI: http:www.nicheconsultants.com.au
Tags: fixed width, two columns, right sidebar, valid XHTML, valid CSS
*/

/* Reset
-------------------------------------------------------------------*/
* { padding: 10; margin: 10; }
ul li  { list-style: none; list-style-position: inside; }
ol li  {
	list-style: disc;
	list-style-position: inside;
	margin-left: 15px;
	padding-left: 10px;
}
ol ol, ul ul, ol ul, ul ol { margin-left: 20px; margin-bottom: 0; }
img { border: none; }



/* Body
-------------------------------------------------------------------*/
body {
	margin: 0 auto;
	font: 12px/18px Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #333;
	background: url(images/bkg.gif) repeat-x top;
	background-color: #CCC;
}

*:first-child+html body {
	background: url(images/bkg.gif) repeat-x top;
	background: #CCC;
}

* html body {
	background: url(images/bkg.gif) repeat-x top;
	background: #CCC;
}

h1, h3, h4 {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
}	
h5  {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #000000;
}

h6, h2 {
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #666;
}
h1 { font-size: 22px; line-height: 26px; margin-bottom: 10px; margin-top: 10px; }
h2 {
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 15px;
	margin-top: 2px;
	font-weight: bold;
}
h3 { font-size: 24px; line-height: 30px; margin-bottom: 20px; margin-top: 24px; font-weight: light;}
h4 { font-size: 36px; line-height: 38px; margin-bottom: 20px; margin-top: 24px; font-weight: light;}
h5 { font-size: 16px; line-height: 18px; margin-bottom: 5px; margin-top: 10px;}
h6 {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 2px;
	margin-top: 5px;
	font-weight: normal;
}

h1 span {
	color: #6D9621;
}

a {
	color: #000;
	font-weight: bold;
}
a:hover {
	color: #666;
}
a:visited {
	color: #999;
}

p { margin-bottom: 10px; }

input, textarea { font: 12px Verdana, Helvetica, Arial, Geneva, sans-serif; }

blockquote { 
	font: italic 14px/22px Georgia, Serif; 
	padding: 5px 10px;
	margin-bottom: 20px;
	background: #c8e075; 
}



/* Header
-------------------------------------------------------------------*/
#header { 
	width: 1000px; 
	height: 162px; 
    margin: 0 auto;
	background: url(images/header.gif) no-repeat top;
	background-color:#000;
	position: relative; 
}
#header h1 { 
        width: 230px;
        position: absolute;
        top: 0px;
        left: 35px;
	font: 20px Verdana; 
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #fff; 
}
#header h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header span {
        position: absolute;
        top: 195px;
        left: 150px; 
	padding-left: 10px; 
	font-size: 12px; 
	color: #333; 
}

/* Header-home
-------------------------------------------------------------------*/
#header-home { 
	width: 1000px; 
	height: 162px; 
    margin: 0 auto;
	background: url(images/headerhome.gif) no-repeat top;
	background-color:#000;
	position: relative; 
}
#header-home h1 { 
        width: 230px;
        position: absolute;
        top: 0px;
        left: 35px;
	font: 20px Verdana; 
	padding-top: 10px; 
	margin-bottom: 0; 
	color: #fff; 
}
#header-home h1 a { 
        color: #333; 
	text-decoration: none; 
}
#header-home span {
        position: absolute;
        top: 195px;
        left: 150px; 
	padding-left: 10px; 
	font-size: 12px; 
	color: #333; 
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:900px;
	height:22px;
	font-size:medium;
	margin-left:10px;
	padding-top:66px;
	position:center;
	z-index:100;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:900px; w\idth:900px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:11px;
	text-decoration:none;
	color:white;
	height:30px;
	background:black;
	padding-right:15px;
	padding-left:15px;
	line-height:30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:auto;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ffffff url(images/drop.gif) bottom right no-repeat;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#6D9621 url(images/drop.gif) bottom right no-repeat;}
.menu ul ul :hover > a.drop {background:#6D9621 url(images/drop.gif) bottom right no-repeat;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#C8E075;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#6D9621;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:150px;border-top:0px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:30px;}

/* position the third level flyout menu */
.menu ul ul ul{left:148px; top:0px; width:150px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-148px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#c8e075;
	color:#000;
	height:auto;
	line-height:1.1em;
	padding:5px 10px;
	width:128px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#6D9621;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#6D9621;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


/* ================================================================ 
   This CSS is further CSS I have created specifically for Wordpress
   so that the current page is highlighted in two levels.
   If you want it in three levels let me know.

   Author: Isaac Rowntree
   Website: www.zackdesign.biz
=================================================================== */


.menu ul ul .current_page_item a {
  color: #000000;
  background: white;
}

.menu .current_page_item a {
	color: #000000;
	font-weight: lighter;
	background: white;
}

.menu ul .current_page_item ul a {
  color: white;
  font-weight: normal;
  background: black;
}

.menu ul .current_page_item ul a:hover {
	background: #c8e075;
}

.menu .current_page_item a:hover {
  background: #6D9621;
}


/* Container
-------------------------------------------------------------------*/
#wrapper { 

	width: 1000px; 
	overflow: hidden; 
	background: url(images/container_bg.jpg) repeat-y;
	background-color:#FFF;
	margin: 0 auto; 
}



/* Front Page
-------------------------------------------------------------------*/
#frontpage { 
	width: 1000px;
	padding-left: 0px; 
	overflow: hidden; 
	background: url(images/container_bg.jpg) repeat-y;
     margin: 0 auto; 
}

#frontpage h1 {
	font: 18px Verdana;
	color: #6D9621;
}


/* Navigation
-------------------------------------------------------------------*/
#nav { 
	width: 1000px; 
	height: 25px; 
	margin-left: 15px; 
	position: relative;
        top: 2px;
}

#nav ul { 
	margin-left: 10px; 
	position: absolute; 
	bottom: -1px; 
	overflow: hidden; 
	height: 25px; 
}
#nav ul li {
	float: left;
	margin-right: 3px;
	padding-left: 3px;
	font-weight: lighter;
}
#nav ul li.current_page_item { 
        width: 100px;
        height: 20px;
}
#nav ul li a {
        width: 100px;
        height: 20px;
        background: url(images/nav_bg.jpg) no-repeat; 
	display: block; 
	text-decoration: none; 
	color: #333; 
	line-height: 20px; 
	text-align: left;
}
#nav ul li a:hover { color: #555; }
#nav ul li.current_page_item a { background: url(images/nav_bg.jpg) no-repeat; color: #ff0000; }



/* Content
-------------------------------------------------------------------*/
#content {
	background-color:#FFF;
	width: 700px;
	float: right;
	padding: 15px;
	margin-right: 10px;
}
#content .post { margin-bottom: 40px; }
#content .post p { margin-bottom: 20px; }
#content .post h3 a { text-decoration: none; font-size: 20px; padding-left: 20px; }
#content .post-list li {
	list-style: none;
}

#content .post .post-info { 
	clear: both; 
	font-size: 11px; 
	color: #777; 
	padding: 15px 5px 5px 5px; 
	margin-bottom: 20px; 
        text-align: left;
	background: url(images/meta_bg.gif) top center no-repeat; 
}
#content .post .post-info a { color: #333; text-decoration:none; }
#content .post .post-info a:hover { color: #555; text-decoration:none; }

#content #pages { text-align: center; }
#content #pages a { font: bold 20px "Trebuchet MS"; color: #414d4c; text-decoration: none; }
#content #pages a:hover { color: #1e2726; }

#content ul, ol, dl { margin-bottom: 20px; }
#content ul { 
	list-style: disc;
	list-style-position: inside; 
}
#content ol { 
	list-style: decimal; 
	list-style-position: inside; 
}
#content dl dt { 
	font-weight: bold;
}
#content dl dd { 
	font-style: italic;
	margin: 0 0 5px 20px;
	color: #555;
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

/* Sidebar-home
-------------------------------------------------------------------*/
#sidebar-home {
	background-color:#FFF;
	width: 245px;
	float: left;
	vertical-align: bottom;
	font-size: 11px;
	margin-left: 15px;
	color: #999;
}

#sidebar-home h3 {
	font: normal 16px Verdana, Arial, Sans-Serif;
	color: #999;
}

#sidebar-home a {
	color: #666;
	font-weight:lighter;
	text-decoration: none;
}
#sidebar-home a:hover { color: #38463e; }

#sidebar-home .block {
	width: 192px;
	padding: 10px;
	vertical-align: top;
	overflow: hidden;
	color: #555;

}
#sidebar-home .block li {
	padding-left: 25px;
	border-bottom:1px dotted #DFDFDF;
}
#sidebar-home .block a:hover {
	color: #666;
}

/* Calendar */
#sidebar-home .block #calendar_wrap a { }
#sidebar-home .block #calendar_wrap .pad { background: none; }
#sidebar-home .block #calendar_wrap #prev { background: none; }
#sidebar-home .block #calendar_wrap #next { background: none; }
#sidebar-home .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar-home .block #calendar_wrap table th { width: 14.2%; }
#sidebar-home .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }

/* Sidebar-bottom
-------------------------------------------------------------------*/
#sidebar-bottom {
	background-color:#666266;
	width: 377px;
	height: 125px;
	vertical-align: top;
	align:center;
	float: none;
	font-size: 10px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CCC;
}

#sidebar-bottom h3 {
	font: normal 16px Verdana, Arial, Sans-Serif;
	color: #ffffff;
}

#sidebar-bottom h5 {
	font: normal 16px Verdana, Arial, Sans-Serif;
	font-weight:600;
	color: #ffffff;
}

#sidebar-bottom a {
	color: #ffffff;
	font-weight:600;
	text-decoration: none;
}
#sidebar-bottom a:hover { color: #38463e; }

#sidebar-bottom .block {
	width: 377px;
	vertical-align: top;
	padding: 0px;
	overflow: hidden;
	color: #CCC;
}
#sidebar-bottom .block li {
	padding-left: 2px;
	border-bottom:1px dotted #DFDFDF;
}
#sidebar-bottom .block a:hover {
	color: #666;
}

/* Calendar */
#sidebar-bottom .block #calendar_wrap a { }
#sidebar-bottom .block #calendar_wrap .pad { background: none; }
#sidebar-bottom .block #calendar_wrap #prev { background: none; }
#sidebar-bottom .block #calendar_wrap #next { background: none; }
#sidebar-bottom .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar-bottom .block #calendar_wrap table th { width: 14.2%; }
#sidebar-bottom .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }

/* Sidebar-bottomLH
-------------------------------------------------------------------*/
#sidebar-bottomLH {
	background-color:#666266;
	width: 220px;
	height: 125px;
	vertical-align: top;
	align:center;
	float: none;
	font-size: 10px;
	padding-left:0px;
	padding-right:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #CCC;
}

#sidebar-bottomLH h3 {
	font: normal 16px Verdana, Arial, Sans-Serif;
	color: #ffffff;
}

#sidebar-bottomLH h5 {
	font: normal 16px Verdana, Arial, Sans-Serif;
	font-weight:600;
	color: #ffffff;
}

#sidebar-bottomLH a {
	color: #ffffff;
	font-weight:600;
	text-decoration: none;
}
#sidebar-bottomLH a:hover { color: #38463e; }

#sidebar-bottomLH .block {
	width: 313px;
	vertical-align: top;
	padding: 0px;
	overflow: hidden;
	color: #CCC;
}
#sidebar-bottomLH .block li {
	padding-left: 2px;
	border-bottom:1px dotted #DFDFDF;
}
#sidebar-bottomLH .block a:hover {
	color: #666;
}

/* Calendar */
#sidebar-bottomLH .block #calendar_wrap a { }
#sidebar-bottomLH .block #calendar_wrap .pad { background: none; }
#sidebar-bottomLH .block #calendar_wrap #prev { background: none; }
#sidebar-bottomLH .block #calendar_wrap #next { background: none; }
#sidebar-bottomLH .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar-bottomLH .block #calendar_wrap table th { width: 14.2%; }
#sidebar-bottomLH .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }


/* Sidebar-sub
-------------------------------------------------------------------*/
#sidebar-sub {
	background-color:#FFF;
	width: 220px;
	float: left;
	font-size: 11px;
	margin-left: 25px;
	margin-top: 25px;
	color: #999;
	border-right:1px solid #ccc;

}

#sidebar-sub h3 {
	font: normal 16px Verdana, Arial, Sans-Serif;
	color: #999;
}

#sidebar-sub a {
	color: #666;
	font-weight:lighter;
	text-decoration: none;
}
#sidebar-sub a:hover { color: #38463e; }

#sidebar-sub .block {
	width: 192px;
	padding: 10px;
	overflow: hidden;
	color: #555;
}
#sidebar-sub .block li { 
	padding-left: 2px;
	border-bottom:1px dotted #DFDFDF;
}
#sidebar-sub .block a:hover {
	color: #666;
}

/* Calendar */
#sidebar-sub .block #calendar_wrap a { }
#sidebar-sub .block #calendar_wrap .pad { background: none; }
#sidebar-sub .block #calendar_wrap #prev { background: none; }
#sidebar-sub .block #calendar_wrap #next { background: none; }
#sidebar-sub .block #calendar_wrap table { width: 100%; margin: 0;padding: 0;}
#sidebar-sub .block #calendar_wrap table th { width: 14.2%; }
#sidebar-sub .block #calendar_wrap table td { width: 14.2%; background: #d6ded4; text-align: center; color: #888; }



/* Search
-------------------------------------------------------------------*/
#search {
	
}

#search input { border: 0; }

#search #s { 
	width: 150px;
    height: 26px;
	padding: 4px 0 4px 5px;
	margin-right: -4px;
	vertical-align: top;
	line-height: 0;
	font: normal 12px Verdana;
	vertical-align: top;
	color: #333;
	background: url(images/search_bg.jpg) no-repeat;
}
#search #searchsubmit { 
	width: 56px; 
	height: 26px;
        text-align: center;
	background: url(images/searchbt_bg.jpg) no-repeat;
        font-weight: bold;
}
.bt{
        cursor: pointer;
}



/* Comments
-------------------------------------------------------------------*/
.comments-title { 
	text-align: center; 
	font: bold 17px "Trebuchet MS", Helvetica, Arial, Geneva; 
	color: #414d4c; 
}
#comments .comment {
	background: #E7E8EB;
	margin-bottom: 10px;
	overflow: visible;
	width: 476px;
	padding-bottom: 5px;
}
#comments .comment .comment-avatar { 
	float: left; 
	width: 50px; 
	padding: 5px 7px; 
}

#comments .comment .comment-content { 
	float: left; 
	padding: 10px 15px; 
	margin: 5px 5px 5px 5px; 
	width: 440px; 
	background: #F7F8F9; 
}
#comments .comment .comment-content a { color: #444; }


#comments .comment .comment-info { 
	font-size: 11px;
	color: #777;
	margin-bottom: 5px; 
}
#comments .comment .comment-info span {
	font: bold 16px "Trebuchet MS", Helvetica, Arial, Geneva;  	
	padding-right: 10px; 
	margin-bottom: 5px;
}
#comments .comment .comment-info a { 
	color: #444; 
	text-decoration: none;
}




/* Comment Form
-------------------------------------------------------------------*/
#commentform { 
	background: #F7F8F9; 
	border: 5px solid #E7E8EB; 
	padding: 10px; 
	color: #555; 
}
#commentform p { margin-bottom: 7px; }
#commentform textarea { 
	width: 440px; 
	border: 1px solid #aaa; 
	height: 120px;
}
#commentform input.text { 
	width: 150px; 
	border: 1px solid #aaa; 
	margin-right: 5px; 
	padding: 3px 3px; 
}
#commentform input#submit {
        width: 148px;
        height: 30px;
        background: url(images/submit_bg.gif) no-repeat;
        text-align: center;
        border: none;
}




/* Footer
-------------------------------------------------------------------*/

#footer { 
	width: 1000px; 
	height: 55px;
	margin: 0 auto;
	padding-bottom: 5px;
	background: url(images/footer_bg.jpg) no-repeat;
	position: relative; 
}

.rss {
        float: right;
		width: 200px; 
        height: 40px;
}

#footer-inner {

    clear: both;
    text-align: center; 
	width: 800px; 
	margin: 0 auto;
	padding-top: 10px; 
}

#footer p { 
	font-size: 11px; 
	margin: 0; 
}
#footer a { color: #6D9621; }


