/*
Theme Name: Pete Quaintrell Theme
Theme URI: http://www.digitalmovement.co.uk
Description: Created By DigitalMovement for Pete Quaintell
Version: 1.1
Author: Ian Bryce
Author URI: http://www.digitalmovement.co.uk/

*/

/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Screen Styles
   * Version:   0.6 (21.9.2007)
   * Website:   http://code.google.com/p/blueprintcss/
   See Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

@import 'lib/reset.css';
@import 'lib/typography.css';
@import 'lib/grid.css';
@import 'lib/forms.css';

/* Plugins:
   Additional functionality can be found in the plugins directory.
   See the readme files for each plugin. Example:
   @import 'plugins/buttons/buttons.css'; */
   
/* See the grid:
   Uncomment the line below to see the grid and baseline.
   .container { background: url(lib/grid.png); } 

   */
   
   /* *****************************
	Rounded Boxes
   * ******************************/

   
.gbl {background: url(images/gbl.gif) 0 100% no-repeat #e6e7e8;}
.gbr {background: url(images/gbr.gif) 100% 100% no-repeat}
.gtl {background: url(images/gtl.gif) 0 0 no-repeat}
.gtr {background: url(images/gtr.gif) 100% 0 no-repeat; padding:10px}
.clear {font-size: 1px; height: 1px}

.dgbl {background: url(images/dgbl.gif) 0 100% no-repeat #48453e;}
.dgbr {background: url(images/dgbr.gif) 100% 100% no-repeat}
.dgtl {background: url(images/dgtl.gif) 0 0 no-repeat}
.dgtr {background: url(images/dgtr.gif) 100% 0 no-repeat; padding:10px}

.roundedcornr_box_438780 {
   background: #8d8f91 url(images/dggrad.gif) repeat-x top left;
}
.roundedcornr_top_438780 div {
   background: url(images/dgtl.gif) no-repeat top left;
}
.roundedcornr_top_438780 {
   background: transparent url(images/dgtr.gif) no-repeat top right;
}
.roundedcornr_bottom_438780 div {
   background: url(images/dgbl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_438780 {
   background: transparent url(images/dgbr.gif) no-repeat bottom right;
}

.roundedcornr_top_438780 div, .roundedcornr_top_438780,
.roundedcornr_bottom_438780 div, .roundedcornr_bottom_438780 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_438780 { margin: 0 10px; }


/* *****************************
Footer 
* ******************************/

#footer-text {
	color:#fff;
	margin:auto;
	padding:10px;
	
}

#footer-text a {
 	color:#fff;
}

#footer-seo {
	color:#fff;
	text-align:right;
	margin:auto;
	padding:10px;
}

/* *****************************
Sidebar Roll Overs
* ******************************/

#pregnancy {
	background:transparent url(images/pregnancy-massage.png) no-repeat scroll 0 0;
	margin:auto;
	display:block;
	height:167px;
	width:270px;
}

#pregnancy:hover {
	background-position:0 -167px;
}

#corporate {
	background:transparent url(images/corporate-massage.png) no-repeat scroll 0 0;
	margin:auto;
	display:block;
	height:167px;
	width:270px;
}

#corporate:hover {
	background-position:0 -167px;
}

#sports {
	background:transparent url(images/sports-therpathy.png) no-repeat scroll 0 0;
	margin:auto;
	display:block;
	height:167px;
	width:270px;
}

#sports:hover {
	background-position:0 -167px;
}

#back-pain {
	background:transparent url(images/back-pain.png) no-repeat scroll 0 0;
	margin:auto;
	display:block;
	height:167px;
	width:270px;
}

#back-pain:hover {
	background-position:0 -167px;
}






/* *****************************
Header 
* ******************************/

#headerright
{
	background:transparent url(images/massage-header-right.jpg) no-repeat scroll 0 0;
	float:right;
	display:inline;
	height:228px;
	width:549px;
	color:#fff;
}

#headerright li a {
color:#fff;
text-decoration:none;
}

#headerright li a:hover {
color:#ac1524;
}


#headermenu ul {
list-style-type: none;
font-size: 1em; font-weight: bold;
text-decoration:none;
}

#headermenu {
margin-top:10px;
}
#header
{
	background:transparent url(images/osteopath-header-left.png) no-repeat scroll 0 0;
float:left;

	height:228px;
	
	color:#fff;
}



