/*  
Theme Name: Toogab.com
Theme URI: 
Description: Toogab.com
Version: 1.0
Author: 
Author URI: 
*/

/*>>>>> Setup and Reset <<<<<*/


body, html, p, ul, ol {
	margin: 0;
	padding: 0;
	border: none;
}

html  {
	background: url(img/backgrounds/tile.jpg) repeat left top;
}

body  {
	font-family: 'Lucida Sans', Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 1.5;  /*unitless for proper inheritance*/
	color: #4e4e4e;
}

h1, h2, h3, h4, h5, h6  {
	margin: 5px 0;
	color: #000;
}

h1  {font-size: 36px}
h2  {font-size: 30px}
h3  {font-size: 24px}
h4  {font-size: 18px}
h5  {font-size: 14px}
h6  {font-size: 12px}

h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited,
h6 a:link, h6 a:visited  {
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover  {
	text-decoration: underline;
}

p  {
	margin: 18px 0;
}

ul, ol  {
	margin: 0;
	padding: 0;
}

/*>>>>> Navigation <<<<<*/

a:link, a:visited  {
	color: #4A6481;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

#nav  {
	position: relative;
	height: 35px;
	background: url(img/design/navbg.png) no-repeat left top;
}

#nav ul  {
	float: left;
}

#nav ul li  {
	position: relative;
	display: inline;
	padding: 12px 20px 10px 15px;
	line-height: 36px;
	background: url(img/design/navdivider.png) no-repeat right top;
}

#nav ul li a:link, #nav ul li a:visited  {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover  {
	text-decoration: underline;
}
#nav ul li li a:link, #nav ul li li a:visited  {
    font-size: 11px;
    font-weight: 100;
    text-decoration: none;
    color: #fff;
}

#nav ul li li a:hover  {
    text-decoration: underline;
}



#nav li ul {
	position: absolute;
	left: -999em;
	color: #000;
	top: 37px;
    width:120px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0;
	z-index:1000;	
}
#nav li ul li {
	display: block;
	height: 16px;
	padding: 2px 7px 2px 7px!important;
	line-height: 16px;
	width: 100%;
	border-bottom: 1px solid #666;
    background: #535353;
}

#nav li ul li:hover {
    background: #666;
}

#nav li ul li a:hover {
	color: #fff !important;
  
}


#nav li ul ul {
	margin: -25px 0 0 8em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: 0;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: 0;
} 

#search  {
	position: absolute;
	right: 17px;
	top: 6px;
}

#search .text  {
	display: block;
	float: left;
	width: 196px;
	padding: 4px 0 4px 2px;
	font-family: 'Lucida Sans', sans-serif;
	font-size: 11px;
	border: 1px solid #6d6d6d;
}

/*>>>>> Layout <<<<<*/

#bg  {
	width: 100%;
}

#header  {
	position: relative;
	height: 161px;
	background: url(img/design/headerbg.png) no-repeat left top;
}

#header h1, #header h2  {
	display: none;
}

#logo  {
	margin-top: 30px;
}

#bannerad  {
	position: absolute;
	top: 45px;
	right: 20px;
	border: 1px solid #aaa;
}

#maintop  {
	height: 41px;
	background: url(img/design/maintop.png) no-repeat left top;
}

#main  {
	background: #fff url(img/design/main.jpg) repeat-y center top;
}

#content  {
	margin-left: 20px;
	padding-right: 20px;
	width: 600px;
}



.post  {
	float: left;
	width: 600px;
	margin: 0 0 30px 0;
}

.topmeta  {
	float: left;
	width: 600px;
	margin: 0 0 5px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #e3e3e3;
}

.topmeta .date  {
	float: left;
	margin: 0;
	width: 81px;
	height: 20px;
	padding: 2px 0 0 4px;
	color: #fff;
	background: url(img/design/date.jpg) no-repeat left top;
}

.topmeta .cats  {
	float: right;
	margin: 0;
	color: #00475f;
	padding: 0 0 0 27px;
	background: url(img/design/cats.jpg) no-repeat left center;
}

.topmeta .cats a:link, .topmeta .cats a:visited  {
	color: #00475f;
}

.topmeta .cats a:hover  {
	text-decoration: underline;
}

.posthead  {
	/* float: left; */
	width: 600px;
	margin: 0 0 10px -20px;
	padding: 0 0 0 20px;
	background: url(img/design/indicator.jpg) no-repeat 2px 13px;
}

.posthead .grav  {
	float: left;
}

.post .grav img  {
	border: 5px solid #e7e7e7;
}

.posthead .titleauthor  {
	float: right;
	width: 530px;
}

h2.title  {
	margin: 8px 0 0 0;
	font-size: 19px;
	line-height: 20px;
}

.author a:link, .auth a:visited  {
	color: #4e4e4e;
}

.entry  {

}

a.more-link  {
	color: #00475f;
	font-weight: bold;
}

.botmeta  {
	float: left;
	width: 600px;
	padding: 0 0 15px 0;
	background: url(img/design/botmetabg.jpg) no-repeat center bottom;
}

.botmeta a:link, .botmeta a:visited  {
	color: #00475f;
}

.botmeta .tags  {
	float: left;
	width: 378px;
	margin: 0;
	padding: 0 0 0 22px;
	line-height: 12px;
	background: url(img/design/tags.jpg) no-repeat left center;
}

.botmeta .comments  {
	float: right;
	margin: 0;
	font-size: 14px;
}

.botmeta .comments a:link, .botmeta .comments a:visited  {
	color: #373737;
	display: block;
	width: 105px;
	height: 24px;
	padding: 1px 0 0 16px;
	background: url(img/design/comments.png) no-repeat left top;
}

.wp-pagenavi  {
	float: left;
	width: 600px;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #4e4e4e!important;
	border-top: 1px solid #dedede;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited  {
	color: #4e4e4e!important;
	background-color:#bdbdbd!important;
	border: none!important;
}

.wp-pagenavi .pages  {
	border: none!important;
	color: #4e4e4e!important;
}

.wp-pagenavi .current  {
	color: #fff!important;
	background-color: #9b3f84!important;
	border: none!important;
}

#sidebar  {
	margin-right: 20px;
}

#subscribe  {
	margin-top: -16px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #e3e3e3;
}

#subscribe a  {
	display: block;
	height: 28px;
	padding: 2px 0 0 38px;
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	letter-spacing: -1px;
	font-weight: bold;
	background: url(img/design/rss.png) no-repeat 4px center;
}

#forum  {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e3e3e3;
}

#forum h2  {
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0 10px 40px;
	margin-bottom: 15px;
	background: url(img/design/forumheader.jpg) no-repeat 4px center;
	border-bottom: 1px solid #e3e3e3;
}

#forum p  {
	text-align: right;
	margin: 0 0 10px 0;
}

#forum p label  {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 3px 8px 0;
}

#forum input.txt  {
	width: 215px;
	height: 25px;
	padding: 5px 0 0 5px;
	border: none;
	background: url(img/design/foruminputbg.jpg) no-repeat left top;
}

#councillors h2  {
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0 10px 40px;
	background: url(img/design/councillorsheader.jpg) no-repeat 4px center;
	border-bottom: 1px solid #e3e3e3;
}

#councillors ul li  {
	float: left;
	width: 280px;
	padding: 0 10px 5px 10px;
	margin: 0 0 5px 0;
	color: #000;
	border-bottom: 1px solid #e3e3e3;
}

#councillors ul li .left  {
	float: left;
	width: 240px;
}

#councillors ul li .right  {
	float: right;
	width: 40px;
}

#councillors ul li .right img  {
	border: 1px solid #b6b6b6;
}

#councillors ul li h3  {
	font-size: 14px;
	margin: 0;
}

#councillors ul li p  {
	margin: 5px 0 0 0;
	font-size: 11px;
}

#categories h2  {
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0 10px 40px;
	margin-bottom: 5px;
	background: url(img/design/catsheader.jpg) no-repeat 4px center;
	border-bottom: 1px solid #e3e3e3;
}

#categories ul  {
	float: left;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e3e3e3;
}

#categories ul li  {
	float: left;
	width: 135px;
	padding: 2px 0 2px 15px;
	font-size: 11px;
	background: url(img/design/silverbullet.jpg) no-repeat 4px center;
}

#categories ul li a:link, #categories ul li a:visited  {
	color: #000;
}

#smallads  {
	margin: 10px 0;
	padding: 4px;
	background-color: #f6f6f6;
	border: 1px solid #e3e3e3;
}

#smallads img  {
	margin: 9px;
}

#tagcloud  {
	border-bottom: 1px solid #e3e3e3;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

#tagcloud h2  {
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 0 10px 40px;
	margin-bottom: 5px;
	background: url(img/design/tagheader.jpg) no-repeat 4px center;
	border-bottom: 1px solid #e3e3e3;
}

#widgets h2  {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #e3e3e3;
}

#widgets ul  {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
	padding: 5px 0 10px 0;
	border-bottom: 1px solid #e3e3e3;
}

#widgets ul li  {
	padding: 2px 0 2px 15px;
	font-size: 11px;
	background: url(img/design/silverbullet.jpg) no-repeat 4px center;
}

#widgets ul li a:link, #widgets ul li a:visited  {
	color: #000;
}

.narrowwidget ul li  {
	float: left;
	width: 135px;
}

.top_sidebar_widget { margin:0px 0 30px;}

/* COMMENTS */

#comments  {
	float: left;
}

#comments .head  {
	font-size: 16px;
}

#comments ol  {
	border-top: 1px solid #dad5c0;
}

#comments ol li  {
	float: left;
	width: 600px;
	padding: 15px 0 0 0;
	border-bottom: 1px solid #dad5c0;
}

#comments ol li.auth  {
	border-top: 1px solid #9b3f84;
	border-bottom: 1px solid #9b3f84;
}

#comments ol li.auth .grav img  {
	border: 3px solid #9b3f84;
}

#comments ol li.auth h4  {
	color: #9b3f84;
}

#comments ol li.auth h4 a:link, #comments ol li.auth h4 a:visited  {
	color: #9b3f84!important;
}

#comments ol li .grav  {
	float: left;
	width: 80px;
}

#comments ol li .grav img  {
	border: 3px solid #e3e3e3;
	margin: 0 0 0 8px;
	background: url(img/design/gravbg.jpg) no-repeat center center;
}

#comments ol li .comment_entry  {
	float: right;
	width: 500px;
	padding: 0 15px 0 0;
}

#comments ol li .comment_entry h4  {
	font-size: 15px;
	font-weight: normal;
	margin: 0 0 -10px 0;
}

#comments ol li .comment_entry h4 a:link, #comments ol li .comment_entry h4 a:visited  {
	font-weight: bold;
	color: #343434;
}

#comments ol li .comment_entry h4 span  {
	font-size: 13px;
}

#form h4  {
	margin-bottom: 15px;
}

#form  {
	float: left;
	width: 560px;
	height: 370px;
	padding: 10px 10px 45px 10px;
	background: url(img/design/commentformbg.jpg) no-repeat left top;
}


#form input.txt  {
	border: 1px solid #dad5c0;
	margin: 0 10px 10px 0;
	width: 250px;
	font-size: 12px;
	padding: 5px 3px 5px 5px;
}

#form textarea  {
	width: 520px;
	height: 200px;
	margin: 0 0 10px 0;
	border: 1px solid #dad5c0;
}

/* END COMMENTS */

#footer  {
	height: 78px;
	color: #e8e8e8;
	padding: 0 0 20px 0;
	text-align: center;
	background: url(img/design/footerbg.png) no-repeat center top;
}

#footer ul  {
	padding: 20px 0 0 0;
}

#footer ul li  {
	display: inline;
	margin: 0 8px;
}

#footer a:link, #footer a:visited  {
	color: #e8e8e8;
}

#footer p  {
	margin: 10px 0 0 0;
	font-size: 11px;
}



/*>>>>> Entry Styles <<<<<*/

.entry img  { 
}

.entry ul  {
	margin: 5px 0 5px 30px;
}

.entry ul li  {
	list-style: disc;
}

.entry li ul li  {
	list-style: square;
}

.entry ol  {
	margin: 5px 0 5px 30px;
}

.entry ol li  {
	list-style: decimal;
}

.entry li ol li  {
	list-style: lower-roman;
}

.entry blockquote  {
	margin: 0px 15px !important;
	padding: 0px 40px 0 40px !important;
	color: #656565;
	font-style: italic;
}

.arc_title {
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 20px;
}
/* Images captions */
.wp-caption { background:#f7f7f7; text-align:center; padding-top:5px;margin:0 0 25px; border:1px solid #eee }
.wp-caption .wp-caption-text, .wp-caption .wp-caption-dd { padding-bottom:5px; font-size:0.9em;text-align:center; margin:0}


/* Begin Images */



p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
img.wp-smiley  {
	padding: 0;
	border: none;
}
/* End Images */

/*>>>>> Custom Styles <<<<<*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/* http://www.positioniseverything.net/easyclearing.html */



.posthead:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.posthead
{
	display: inline-block;
}

* html .posthead
{
	height: 1%;
}

.posthead
{
	display: block;
}