/*  
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/
in themes/blueline-10

TMP changed: footwrap font size coloured
content left border; removed
content wider (better as %)
content ul padding 15px
entrytext img unfloated
font color black Verdana in content
centre navigation ul??
centre logo and remove contact class
top menu items bold
container and blogtitle background light blue
logo now an image not background
min-width 850px ??
colour alternate rows in tables
h1 black not blue
content font color changed
gradient for blog title: images/gradient-grey.png
and for navigation li a
#navigation li.page_item a padding changed from 10 to 5
*/	

	
*
{
	margin: 0px;
	padding: 0px;
}

body 
{
	/*color: #39669D;
	color: black;
	color: #4a611c;*/
	color: #1F1F1F; 
	//color: #736F6E
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-weight: 500;
	
	
}

ul
{
list-style: none;
}
                        /***************************************************
                         ****************** Border colour **************
                         *****************************************************/
#blogtitle, #container, #navigation, #navigation li.page_item a, .contact 
{
	border: 1px solid #4aa4d6;
}

#leftnav 
{ 
background: white;
}

#blogtitle, #container, #navigation
{
background: #CEE;
}

#blogtitle img
{
margin-left: auto; /* center */
margin-right: auto;
}


#blogtitle
{
	border-bottom : none;
	
	background: url(../../images/gradient-grey.png) repeat;
	/*position: absolute;
	display: block;
	width: 100%;*/
}

#navigation, .contact
{
	border-top : none;
}

.contact
{
	border-right : none;
}

#footwrap
{
	border-top: 2px solid #4aa4d6;
}
                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/
#blogtitle
{
	height:120px;
	margin: 10px auto 0 auto;
	/*background: url(../../images/room-hire-manchester-header.png) no-repeat 50% 0; 
	background: url(./images/room-hire-manchester-header.png) no-repeat 50% 0; 
	now an img*/
	
}

                        /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
	clear:left;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
	border-top: none;
	/*padding-right: 10px;*/
	
}



                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
	float: left;
	width: 155px; /*from 180*/
	margin-top: 10px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
}

                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/
#rightnav
{
	float: right;
	width: 180px;
	margin: 0 5px;
	padding-top: 4px;
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
	display: block;
	margin: 10px 10px 10px 165px; 
	padding-top: 10px;
	text-align: left;
	background: #fff;
	font-size: 12px;
	/*border-left: 1px solid #4aa4d6;*/
	font-family: Verdana, Arial, sans-serif;
}

// keeps images on right in contents (useful for short pages)
#rightimagebox
{
float: right;
width: 210px;
}


#content ul
{
	padding-left: 15px; 
}

#content ul li
{
	/* padding-left: 15px; */
}


.entrytext
{
padding-left:5px;
}

.entrytext img
{
	float: right;
}


                        /***************************************************
                         *********************** Footer **************
                         *****************************************************/
#footwrap
{
	clear:both;
	background: #4aa4d6;
	color: black;
	padding: 2px 0 5px 0;
	/*font-size: 0.8em;*/
	font-size: 10px;
	text-align:center;
	/*background: url(images/gradient-grey.png) repeat-x;*/
}

#footwrap p
{
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
	text-align:center;
}

#footwrap a:link
{
	color: black;
	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;
	margin-right: 5px;
}

#sidebarleft li
{
	padding-bottom: 5px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#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;
}

.notice
{
background: silver;
text-align: center;
font-family: Arial, Helvetica, sans-serif;

}

                         /***************************************************
                         *********************** 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; blue */
	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-right: auto;
	margin-left: auto;
	
	
}

#navigation ul {
	/*margin:0 0 0 0px;*/
	padding-left: 4px;
	height: 20px;
	list-style: none;
	background: #CEE; 
	
}

#navigation li {
	float:left;
	/*margin-right: 10px;*/
	font-size:12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	
}

#navigation li.page_item a {
	padding:2px 5px;
	display: block;
	background: #A2D0EA;
	text-decoration: none;
	color: #345C8D;
	background: url(../../images//gradient-grey.png) repeat-x;
}

#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 img
{
float: right;
}

// side by side images
.doubleimage
{
	float: right;
	margin: 4%;
	padding-right: 2%;
	width: 250px;
	height: 170px;	
	border: solid 5px #4aa4d6;
}

.caption
{
padding-left: 20%;
}

.twoimagesbox
{
}

#imagesframe
{
width: 90%;
}
/* ///////////////////////////////////////// table/////////////////*/
.entrytext table
{
	border: solid 1px #4aa4d6;
	margin-bottom: 10px;
	font-size: 0.8em;		/* added 03/02/2009 */
	margin: auto;	// to centre
}


.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;
	background: silver;
}

.entrytext table td li
{
	padding-left: 0;
}

// for alternate rows in tables (seems to need both definitions!)



.entrytext table td darkrow
{
background: #D3D3D3; // light grey
}

.darkrow
{
background: #D3D3D3;
}

/*/////////////////////////////////////////*/
#blogtitle, #container, #navigation
{
	width: 85%;
	min-width: 850px;
}

.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 (no longer used) **************
                         *****************************************************/
.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;
}
