/*  
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/
*/		
*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	color: #39669D;
	font-family: Arial, Helvetica, sans-serif;
}

ul
{
list-style: none;
}
                        /***************************************************
                         ****************** Border colour **************
                         *****************************************************/
#blogtitle, #container, #navigation, #navigation li.page_item a, .contact 
{
	border: 1px solid #4aa4d6;
}

#blogtitle
{
	border-bottom : none;
}

#navigation, .contact
{
	border-top : none;
}

.contact
{
	border-right : none;
}

#footwrap
{
	border-top: 2px solid #4aa4d6;
}
                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/
#blogtitle
{
	height:120px;
	margin: 8px auto 0 auto;
	background: url(../../images/room-hire-manchester-header.png) left no-repeat; 
}

                        /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
	clear:left;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	overflow: hidden;
	border-top: none;
}

                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
	float: left;
	width: 180px;
	margin-top: 20px;
	text-align: left;
}

                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/
#rightnav
{
	float: right;
	width: 180px;
	margin: 0 5px;
	padding-top: 4px;
}

                         /***************************************************
                         *********************** 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: #666;
	padding: 2px 0 5px 0;
	font-size: 0.8em;
	text-align:center;
}

#footwrap p
{
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align:center;
}

#footwrap a:link
{
	color: #666;
	text-decoration: underline;
	border: none;
	font-weight: bold;
}

#footwrap a:hover {
	color: #666;
	text-decoration: none;
	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;
	color: #2984B4;
	margin: 6px 0 11px 0;
}

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;
}

#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;
	background: #A2D0EA;
	text-decoration: none;
	color: #345C8D;
}

#navigation li.page_item a:hover
{
	text-decoration: underline;
}

#navigation li.current_page_item a {
	background: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold; 
	text-decoration: none;	
}

#navigation li.current_page_item a:hover {
	text-decoration: none;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

img 
{	
	border:none;
}

.alignright {
	text-align: right;
}
/***** added 16/09/08 *******/
.wp-caption {
	float: right;
}
/************/

.alignleft {
	text-align: left;
	font-size: 0.9em;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}

/************ HJT *****************/

.entrytext p
{
	margin-top: 10px;
}

.entrytext p img
{
	margin: 0 0 20px 10px;
	clear: right;
}

.entrytext table
{
	border: solid 1px #4aa4d6;
	margin-bottom: 10px;
         font-size: 0.8em;
}

.entrytext table th
{
	border-left: solid 1px #4aa4d6;
	padding: 2px 5px;
}

.entrytext table td
{
	border-top: solid 1px #4aa4d6;
	border-left: solid 1px #4aa4d6;
	padding: 5px;
}

.entrytext table td.first, .entrytext table th.first
{
	border-left: none;
}

.entrytext table td li
{
	padding-left: 0;
}

#blogtitle, #container, #navigation
{
	width: 80%;
}

.contact
{
	float: right; 
	padding: 5px; 
	font-size: 0.8em;
}

.map img
{
	float: left;
}

.wp-caption-text
{
	font-size: 0.9em;
	color: #333;
	padding-left: 5px;
}
                         /***************************************************
                         *********************** Contact form **************
                         *****************************************************/
.formcontainer
{
	border: solid 1px #4aa4d6;
	padding: 0 10px;
}

.formcontainer fieldset
{
	border: none;
	border-top: solid 1px #4aa4d6;
	margin-bottom: 10px;
}

.formcontainer legend
{
	color: #39669D;
	font-weight: bold;
	padding: 0 5px 0 0;
}

.formcontainer .form-submit
{
	margin-top: 10px;
}