/*
Theme Name: Services In Theme
Theme URI: 
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #FFFFFF;
	color:#222222;

	font-size:12px;
	line-height:150%;

	margin: 0 0 0px 0;
	padding: 0;
}

p, div, td { line-height:150%; 	color:#222222;}

 h1,h2,h3 { line-height:120%;  }


#header a { font-size:24px; color:#ff4400; text-decoration:none; }


#page {
	background-color: #FFFFFF;
	
	text-align: left;
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	
	border:1px solid #ff3300;

}

#headerReplace { font-size:32px; text-align:center; padding-top:50px; text-decoration:none;  }



#content { 
	
	text-align: left;
	padding:0px 100px 50px 100px;

	width:900px;
	

	margin-left: auto;
	margin-right: auto;
	
	
}


#sidebar
{
	padding: 0px 0px 30px 0px;
	
	margin:0px 0px 20px 20px;

	text-align:center;
	
	float:right;
	
	width:250px;
	border:1px solid #777777;
}

.entry { width:600px; }


#sidebar ul { padding:0px; margin:0px; }

#footerCities a { display:inline; margin-right:25px; }
#footer #links a { margin-right:25px; }
#states a {  margin-right:25px; } 
#pageImages { padding-left:50px; margin-top:30px; }

#pageImages img { float: left; margin-right:50px; margin-bottom:50px; }

#articles ul li { margin-bottom:15px; }

a img { border:0px; }

#clickToCall { text-decoration:underline; cursor:pointer; background-image:url('/images/phone_icon.jpg'); background-repeat:no-repeat; height:40px; background-position: 5px 5px;   padding:10px 0px 0px 10px; }

#clickToCall2 {  background-image:url('/images/phone_icon.jpg'); background-repeat:no-repeat; height:40px; background-position: 5px 5px;   padding:10px 0px 0px 25px; }