/*  
Theme Name: Quaker Trading
Theme URI: http://www.gpsgazette.com/
Description: This theme is modified from Blueline. Blueline is a 3 column theme with one sidebar on the right and one to the left of the content area that uses a soft color scheme and very few images. Bothsidebars are widget ready.
Version: 1.0
Author: GPS Gazette
Author URI: http://www.gpsgazette.com/
HANDHELD
*/		
*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	color: #39669D;
	font-family: Arial, Helvetica, sans-serif;
}

ul
{
list-style: none;
}

                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/
#blogtitle
{
	margin: 8px auto 0 auto;
	border-top : 1px solid #5C8BC3; 
	border-left : 1px solid #5C8BC3; 
	border-right : 1px solid #5C8BC3; 
}

                        /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
	clear:left;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	overflow: hidden;
 	border: 1px solid #5C8BC3;
	border-top: none;
}

                         /***************************************************
                         *********************** Left Sidebar Container *******
                         ****************************************************
#leftnav
{
	float: left;
	width: 180px;
	margin-top: 20px;
	text-align: left;
}
*/
 
                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
	display: block;
/*	margin: 0 0 20px 195px; */
	padding-top: 10px;
	margin-top:4px;
	text-align: left;
	background: #fff;
	font-size: 0.9em;
}

#content ul
{
	padding-left: 15px;
}

#content ul li
{
	padding-left: 15px;
}

.entrytext img
{
	float: right;
}

                        /***************************************************
                         *********************** Footer **************
                         *****************************************************/
#footwrap
{
	clear:both;
	background: none;
	color: #8F8F8F;
	padding: 2px 0 5px 0;
	font-size: 0.8em;
	border-top: 2px solid #5C8BC3;
	text-align:center;
}

#footwrap p
{
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align:center;
}

#footwrap a:link
{
	color: #8F8F8F;
	text-decoration: none;
	border: none;
	font-weight: bold;
}

#footwrap a:hover {
	color: #8F8F8F;
	text-decoration: underline;
	border: none;
}

                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft
{
	margin: 0;
	background: none;
	padding: 0 8px  0 15px;
}

#sidebarleft li
{
	padding-bottom: 5px;
	font-size: 0.8em;
}

#sidebarleft li a
{
	color: #333;
}

#sidebarleft li.current_page_item a
{
	text-decoration: none;
	font-weight: bold;
}

#sidebarleft li a:hover {
	text-decoration: none;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }

#content h2 { margin: 0 0 .5em 0; }

                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/
p
{
	margin-bottom: 12px;
	margin-top: 12px;
}

                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/
a:link
{
	color: #39669D;
}

a:hover
{
	text-decoration: underline;
}

a img 
{
	border:none;
	background:none;
	padding:5px;
}

                         /***************************************************
                         *********************** Headings**************
                         *****************************************************/
h1
{
	font-size: 1.2em;
	text-align: center;
}

h2
{
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 5px 0 6px 0;
	text-align: left;
}

                          /*Miscellaneous*/
.entry
{
	margin-bottom: 5px;
}

                         /*Contained Floats Fix*/
.post
{
	display: block;
	overflow:hidden;
	width:98%;
}

/* navigation
--------------------------------------------------*/

#navigation {
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #5C8BC3; 
	border-top: none;
}
/*
#navigation ul {
	margin:0 0 0 10px;
	height: 20px;
	list-style: none;
}

#navigation li {
	float:left;
	margin-right: 10px;
	font-size:12px;
}

#navigation li.page_item a {
	padding:2px 10px;
	display: block;
	border: 1px solid #5C8BC3;
	background: #ABC4E0;
	text-decoration: none;
	color: #345C8D;
}

#navigation li.current_page_item a {
	background: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold; 
}

#navigation a:hover
{
	text-decoration: none;
	color:#5C8BC3;
}
*/
* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

img 
{	
	border:none;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

/************ HJT *****************/

.entrytext p
{
	margin-top: 10px;
}

.entrytext p img
{
	display: none;
}

#blogtitle, #container, #navigation
{
	width: 50%;
}

.contact
{
	float: right; 
	border-left: 1px solid #5C8BC3; 
	border-bottom: 1px solid #5C8BC3; 
	padding: 5px; 
	font-size: 0.8em;
}

.map img
{
	float: left;
}