/*
Theme Name: Hotwire PR
Theme URI: http://wordpress.org/
Description: Hotwire PR Template.
Version: 1.0
Author: Thinkfarm LTD
Author URI: http://www.thinkfarm.co.uk
Tags: Custom header, fixed
*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
}
/* remember to define an outline style! */
:focus {
	outline: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	font-size: 62.5%;	
	background: #c1baa8 url(../images/stripe4.png) left top;
	}
ul {
	list-style:none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

 .clear { 
	clear:both; 
}



#headerimg .description {
	font-size: 1.2em;
	text-align: left;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

	
	
	
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

	

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.clear {
	clear: both;
}


/* End Structure */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}


.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
	
	

#main {
	width: 955px;
	height: 590px;
	background: #FFFFFF;	
}

#header {
	width: 955px;
	height: 280px;	
	text-align: left;	
	float:left;	
	
}

#header-container {
	width: 810px;
	height: 260px;	
	text-align: left;	
	float:left;
	
	
}
#header-top {
	width: 955px;
	height: 15px;
	text-align: left;
	float:left;	
	padding-top: 5px;
}


#logo {
	width: 135px;
	height: 260px;	
	text-align: left;	
	float:left;	
	background: #FFFFFF;
}

#crumbtrail {
	width: 675px;
	text-align: left;
	float:left;	
	color: #c1baa8;
}

#hotwire_telephone {
	width: 135px;
	text-align: left;	
	float:right;	
	color: #66ccfe;
	font-size: 1.0em;
}

#date {
	width: 135px;
	text-align: left;	
	float:left;	
}

#main-content {
	min-height:290px;	
	width: 955px;	
	float:left;	
	text-align: left;
	background:#ffffff;
	padding-top: 18px;
	padding-bottom: 18px;
}


#main-text {
	width: 522px;	
	float:left;	
	text-align: left;
	font-size: 1.2em;
	line-height:1.4em;
	color: #000000;
	
}

#main-text-homepage {
	width: 522px;	
	float:left;	
	text-align: left;	
	font-size: 1.2em;
	line-height:1.4em;
	color: #000000;
}

#main-text-company {
	width: 522px;	
	float:left;	
	text-align: left;	
	font-size: 1.2em;
	line-height:1.4em;
	color: #000000;
}

#main-text-practice {
	width: 502px;	
	float:left;	
	text-align: left;	
	font-size: 1.2em;
	line-height:1.4em;
	color: #000000;
}

#left-panel {
	width: 135px;
	text-align: left;	
	float:left;	
}


#center-panel {
	width: 540px;
	text-align: left;	
	float:left;	
}


#right-panel {
	width: 270px;
	text-align: left;	
	float:left;	
	
}


#right-panel ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#right-panel li {	
	font-size: 1.1em;	
	margin:  0 0 5px 0px;
	padding: 0;
	line-height: 1.3em;
	
}

#right-panel li a  {
	text-decoration:none;
	color: #000000;
}

#right-panel li a:hover  {
	text-decoration:underline;
	color: #df3389;
}

#right-panel a.selected  {
	text-decoration:underline;
	color: #df3389;
}



#footer {
	width: 955px;
	height: 20px;	
	float:left;
	text-align: left;
	background: #c1baa8;
	padding-top:5px;
}

#footer-left {
	width: 476px;
	height: 20px;	
	text-align: left;
	float:left;
}


#footer-right {
	width: 479px;
	height: 20px;
	float:left;
	text-align: right;
}


#top-banner {
	width: 810px;
	height: 206px;	
	text-align: left;
	float:left;
}



#top-banner-pic {
	width: 810px;
	height: 206px;	
	text-align: left;
	float:left;
	z-index: 1;
	position:absolute;	
}

#top-banner-title {
	width: 810px;	
	text-align: left;
	float:left;
	z-index: 2;
	position:relative;
	top: 25px;
	left: 10px;
}


#top-banner-title h1 {
	font-size: 2.8em;	
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.03em;
	font-weight:normal;
	
}



#nav-menu {
	width: 810px;
	height: 36px;	
	text-align: left;
	float:left;
}

#nav-menu-first-level {
	width: 810px;
	height: 18px;	
	text-align: left;
	float:left;	
	background: #e5e2db;
}

#nav-menu-second-level {
	width: 810px;
	height: 18px;	
	text-align: left;
	float:left;
	background: #c1baa8;
}

#stripe-black {
	width: 810px;
	height: 18px;	
	text-align: left;
	float:left;
	background: #df3389;
}


#crumbtrail a {
	font-size: 1.0em;	
	color: #c1baa8;
	text-decoration: none;
}

#crumbtrail a:hover {	
	color: #ff007a;
}


/* top navigation */
#nav-menu-first-level ul {
	list-style: none;
	padding: 0;
	margin: 0;
	
}

#nav-menu-first-level li {
	float: left;
	margin:  0 0 0 0px;
	padding: 0;
	
}


#nav-menu-first-level li a {
	font-size: 1.2em;	
	color: #000000;
	text-decoration: none;	
	display:block;
	width: 127px;
	height: 16px;
	padding-left: 8px;
	padding-top: 2px;
	
}

#nav-menu-first-level li a:hover, #nav-menu-first-level li.selected a, #nav-menu-first-level  .current-cat{
	text-decoration: none;
	color: #000000;
	background: #c1baa8;
}




/* top navigation */
#nav-menu-second-level ul {
	list-style: none;
	padding: 0;
	margin: 0;	
}

#nav-menu-second-level li {
	float: left;
	margin:  0 0 0 0px;
	padding: 0;	
}


#nav-menu-second-level li a {
	font-size: 1.2em;	
	color: #ffffff;
	text-decoration: none;	
	display:block;
	width: 127px;
	height: 16px;
	padding-left: 8px;
	padding-top: 2px;
	

}

#nav-menu-second-level li a:hover, #nav-menu-second-level li.selected a  {
	text-decoration: none;
	color: #df3389;
	background: #c1baa8;
}



/* sub navigation */
#nav-menu-sub ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 10px;
}

#nav-menu-sub li {
	margin:  0 0 5px 0;
}

#nav-menu-sub li a {
	font-size: 1.2em;
	line-height: 1.0em;
	color: #000000;
	text-decoration: none;
	
	
}

#nav-menu-sub li a:hover  {
	text-decoration:underline;
	color: #ff007a;
}

#nav-menu-sub a.selected  {
	text-decoration:underline;
	color: #ff007a;
}


/* footer navigation */
#footer p  {
	font-size: 1.1em;	
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

#footer a:hover {
	color: #df3389;
	text-decoration: underline;
}



#date p {
	font-size: 1.0em;	
	color: #ff007a;
	margin: 0;
	padding: 0;
	border: 0;
	padding-left: 10px;
}



h2 {
	font-size: 1.5em;	
	font-weight:bold;
	color:#df3389;
	margin: 0;
	padding: 5px 0 0 0;
	border: 0;
	border-top: 1px solid #c1baa8;
	padding-bottom:10px;
	margin-bottom:5px;
}

h3 {
	font-size: 1.3em;	
	font-weight:bold;
	color:#df3389;
}


hr {
	
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #c1baa8;
}

a {
	color:#df3389;
	text-decoration: none;	
}

strong {
	
	font-weight:bold;
	
}

small {	
	font-size: 0.7em;
	color:#000000;
	font-weight:none;
	}

a:hover {
	color:#df3389;
	text-decoration: underline;	
}

p {
	padding: 0 0 10px 0;
	border: 0;
}

select {
margin-bottom: 10px;
	
}


#services_container {		
	margin-bottom:10px;	
	width: 522px;
	float:left;
	
}

#services_container span {	
	color:#df3389;
	font-size: 1.3em;
	line-height: 1.2em;
}

#services_container h1 a{
	color:#df3389;
	text-decoration: none;
	font-size: 1.3em;	
	line-height:1.3em;
	
}

#services_container h1 a:hover{
	color:#df3389;
	text-decoration: underline;	
	font-size: 1.3em;	
	line-height:1.3em;
	
}

#services_container a:hover{
	text-decoration: underline;	
}


#services_container a.readmore{
	color:#df3389;
	text-decoration: underline;	
	font-size: 1.0em;	
	font-weight:bold;

}

#services_container a.readmore:hover{
	text-decoration: underline;	
	color:#000000;
}



#homepage_container span {	
	color:#df3389;
	font-size: 1.5em;
	line-height: 1.2em;
	
}

#homepage_container h1 a{	
	color:#df3389;
	text-decoration: none;
	font-size: 1.3em;	
	font-weight:bold;
	line-height:1.3em;
}

#homepage_container h1 a:hover{	
	color:#df3389;
	text-decoration: none;
	font-weight:bold;
	text-decoration: underline;
}


#homepage_container a.readmore{
	color:#df3389;
	text-decoration: underline;	
	font-size: 1.0em;	
	font-weight:bold;

}

#homepage_container a.readmore:hover{
	text-decoration: underline;	
	color:#000000;
}
	

#client-quote {
	width: 250px;
	text-align: left;	
	float:left;	
}


#client-company {
	font-size: 1.8em;
	line-height: 1.2em;	
	color: #cac4b6;
	width: 250px;
	text-align: left;	
	float:left;
	
}

#client-quote-name {
	width: 270px;
	height: 40px;
	text-align: left;	
	float:left;	
	font-size: 1.2em;	
	color: #000000;	
	padding-top: 5px;	
	font-weight:bold;
	line-height: 1.2em;		
}
	
#bookmark-container {
	width: 270px;
	text-align: left;	
	float:left;	
	padding-bottom:20px;

}

#archive-container {
	width: 270px;
	text-align: left;	
	float:left;	
	

}
	
	
	
