/*
Theme Name: bigtooth
Theme URI: http://www.btsquarepeg.com/news/
Description: modified from Clean Look, which itself is taken from Golden Grey by William Pramana, the famous Kubrik, bullet.gif taken from Connections by Patricia Muller.
Version: 0.1
Author: Vistasp Mehta
Author URI: http://www.btsquarepeg.com/
Lisence: GNU GPL version 2 or later. See http://www.opensource.org/licenses/gpl-license.php
*/

/* comment block */

.whitebox, .graybox {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 0px;
    padding-bottom: 0px;
    }

.whitebox {
    background: #f5ece2;
    }

.graybox {
    background: #f5ece2;
    }

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.blogitem img {
	border: 0px;
	float: left;
	margin-right: 7px;
	margin-bottom: 3px;
	padding: 0px;
}

.blogitem em {
	font-style: italic;
	font-size: 11px; 
	color: #666;
}

.blogitem p {
	text-align : justify;
	margin-bottom: 3px;
	margin-top: 10px;}

.blogitem blockquote {
	text-align : justify;
	margin-bottom: 8px;
	margin-top: 15px;
	margin-left: 30px;
	margin-right: 30px;
	font-style: italic;

}
/* page bar navigation */

.pagebar 
	{ 
		font: 11px Arial, Helvetica, sans-serif; 
                text-align: center;
		padding-top: 20px; 
		padding-bottom: 10px; 
		margin: 0px; 
	}

.pagebar a, .pageList .this-page 
	{
		padding: 2px 6px; 
		border: solid 1px #666; 
		background: #f5ece2; 
		text-decoration: none;
	}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		border: solid 1px #666; 
		background: #f5ece2; 
		text-decoration: none;
	}

.pagebar .break 
	{
		padding: 2px 6px; 
		border: none; 
		background: #f5ece2;
		text-decoration: none;
	}

.pagebar .this-page 
	{
		padding: 2px 6px; 
		color: #333;
		border: solid 1px #666; 
		font-weight: bold; 
/*		font-size: 13px; 
		vertical-align: top; 
*/		background: #d3c1c0;
	}

.pagebar a:hover 
	{
		color: #fff; 
		background: #369; 
		font-weight: bold; 
		border-color: #036; 
		text-decoration: none;
	}
	

