@charset "utf-8";
/* CSS Document */
/*
Theme Name: shonalib_v1
Theme URI: http://www.shonaliburke.com
Description: Default shonaliburke.com layout, created April 11, 2009.
*/

html, body{
	color:#766341;
	background:url(_images/tile3.gif) center 0 repeat-y #fff;
	margin:0;
	padding:0;
	font-family: Tahoma, sans-serif;
	line-height:18px;
	height:100%; /* needed for container min-height */
	font-size:12px;
}
#container{
	width:872px;
	background: #fff;
	margin: 0 auto;
	padding:26px 30px 0 30px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	position:relative; /* needed for footer positioning*/
}
#header{
	width: 872px;
	height: 99px;
}
#logo{
	float:left;
	width:300px;
}
#topright{
	float:right;
	width:572px;
	text-align:right;
}
#topright a{
	font-size:14px;
	color:#766341;
}
#nav{
	margin:36px 0 0 0;
	height:31px;
	background:url(_images/nav-bar.gif) 0 0 no-repeat;
	text-align:left;
	padding: 0 0 0 15px;
}
#nav li {
	list-style-type: none;
	display:block;
	padding: 6px 12px 0 12px;
	float:left;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav a{
	font-size: 14px;
	font-weight: bold;
}
#nav a:hover{
	color: #00aea5;
	text-decoration: none;
}
a{
	color: #00aea5;
	text-decoration: none;	
}
a:hover{
	text-decoration:underline;
}
a img, a img:hover{
	border:0;
	text-decoration:none;
}
#homeContent #colLeft{
	width:470px;
	float:left;
}
#mainContent #colLeft{
	width:601px;
	float:left;
}
#colLeft h1{
	color:#00aea5;
	font-size: 14px;
	font-weight:bold;
	margin:20px 0 0 0;
	padding:0;
}
.calloutLink {
	float: right;
}
#homeContent #colRight{
	width:358px;
	float:right;
	font-size: 125%;
	line-height:0;
	background: url(_images/side-tile.gif) 0 0 repeat-y #f0ede8;	
}
#homeContent #colInside{
	width:306px;
	padding:0 26px 40px 26px;
	line-height: 22px;	
}
#mainContent #colRight{
	width:227px;
	float:right;
	line-height:0;
	background: url(_images/2nd-tier-side-tile.gif) 0 0 repeat-y #f0ede8;
	padding:0;
	margin:0;
}
#mainContent #colInside{
	width:175px;
	padding:0 26px 40px 26px;
	line-height: 22px;
}
#colRight h1{
	font-size: 14px;
	margin:0 0 6px 0;
	padding:0;
}
#colRight h2{
	margin:0;
	padding:0;
}
hr {
	height: 1px;
	background-color: #766341;
	color: #766341;
	border: 0;
	margin: 0 0 16px 0;
}
#footer{
	font-size:11px;
	margin: 50px 0 0 0;
	padding: 0 0 10px 0;
}
#footer a{
	color: #766341;
}
.clear{
	clear:both;
}
.spacer{
	padding-left: 150px;
}

.widget_text li {
	list-style-type: none;
}
.post {
float: left;
}
.widgettitle {
	display: none;
	padding:0;
	margin:0;
}
.widget_wys_text {
	list-style-type: none;
}
ul#widgets {
	padding: 0;
	margin: 0;
}
#mainContent #pageTitle {
	height: 55px;
	background: url(_images/page-title-tile.gif) #fff repeat-x;
}
#mainContent #pageTitle img {
	float:right;
}
#mainContent h2 {
	float: right;
	padding: 10px 0 10px 20px;
	margin:0;
	font-size: 20px;
}
#mainContent .breadcrumb {
	float: right;
	padding: 10px 0 20px 0;
}
.post {
	width: 100%;
	clear: both;
}
.post h2 {
	float: left;
}
.externalDocument {
}

.externalDocumentNoNote {
}

img.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
img.alignleft {
	float: left;
}
#icons a{
	padding: 0 10px 0 0;
}