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


/****
.container 		{  }

a 				{ color: #00487D; }
a:hover			{ color: #7B0F0F; }
****/



body {background: url('../images/bg.gif') repeat-y center; margin:0;}

/* Blueprint width setting */
.container 	{ border-top: none; padding-top: 0px; border-top: 4px solid #01AD4E; }	

a 				{ color: #2D5F9B; text-decoration: none; }
a:hover			{ color: #2D5F9B; text-decoration: underline; }
blockquote p 	{ padding: 0 20px 0 30px; }
hr 				{ background: #CCC; height: 1px; }
img				{ margin: 0; }
p img			{ float: none; }
.imgbrdr		{padding:4px; border: 1px solid #ccc; margin-bottom: .5em; background: #fff;}
a.button 		{ float: left; } /* Fix for buttons */
input 			{ padding-left: 0; border: 1px solid #CCCCCC;  }
ul 				{ margin: 0px; list-style-type: none; }
ul li 			{ padding: 0px; background: none; }
ol				{ margin-left: 35px; }
label			{ font-weight: normal; }
textarea		{ height: 200px; width: 500px;}
.nomargin		{ margin: 0; }
a.button, button { font-weight: normal; }
ul li.bullet  	{ padding: 2px 0 2px 9px; background: url('../images/icons/bullet_square_grey.gif') left 5px no-repeat; }
p           { margin: 0 0 .75em 0; text-align:left; }


h3, h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #111111;
 	letter-spacing: 0px;
	text-decoration: none;
}





.navigation, 
.navigation a			{ color: #AAA; }
.alignright 			{ float: right; }
.alignleft 				{ float: left; }

.post					{ margin-bottom: 25px; }

	



/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/



#header h1		 { display: none;  }
#header .description { display: none; }

#headlogo {
background: url('../images/logo.jpg') top no-repeat;
height: 50px;  
}

#header {
	height: 79px;
}

#headtop {
	height: 25px;
}


#header h1, #header .description {
	padding-left: 50px;
	margin: 0;
	line-height: 1em;
}



#page {
	border: none;
	float: left;
	margin-bottom: 20px;
}



/*-----------------------------------------------------------------------------
	Navigation
-----------------------------------------------------------------------------*/

#navigation {
 color: #333;
 padding: 0px;
 margin-top: 20px;
 background: #FFFFFF;
 height: 30px;
}

#minitabs li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 18px 0px 10px;
	padding: 8px 0 4px 0;
	text-decoration: none;
	color: #2D5F9B;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	padding-bottom: 0px;
	background: #FFFFFF;
	color: #7FADDB;
	}
	

#navigationpub {
 color: #333;
 padding: 0px;
 margin: 0px;
 background: #7FADDB;
 height: 30px;
}

#minitabspub li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
  	border-right: 1px solid #fff;
	}
	
#minitabspub a:link, #minitabspub a:visited {
	float: left;
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 0 12px 0px 8px;
	padding: 4px 0 4px 0;
	text-decoration: none;
	color: #FFFFFF;
	}

#minitabspub a.active:link, #minitabspub a.active:visited, #minitabspub a:hover {
	color: #2D5F9B;
	}	
	
	/*-----------------------------------------------------------------------------
	Sidebar
-----------------------------------------------------------------------------*/

#sidebar 	{ margin-left: 0px; /* lets us have border */ }
#sidebar h2 { font-size: 1.3em; line-height: 1.2; }


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 25px 20px 0 20px;
}

#sidebar ul li	{ padding: 0; }

#sidebar ul li ul { padding-top: 0; }

#sidebar ul li ul li {
	margin: 0 0 0 -18px;
	padding: 2px 0 2px 9px;
	background: url('../images/icons/bullet_square_grey.gif') left 3px no-repeat;
	font-size: 0.9em;
}

.feedlink {
	padding: 2px 0 2px 20px;
	background: url('../images/icons/feed_small.png') left center no-repeat;
}

#sidebar ul li, #sidebar ul li#subscribe ul li {
	list-style-type: none;
	background: none;
	margin-bottom: 20px;
}

#sidebar ul li#subscribe ul li { margin: 0 0 0 -30px; }

/* Hide search from sidebar */
#sidebar #search { display: none; }

hr.sidebar {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 80%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}

h4.sidepubs_title {
background:transparent url('../images/titles/sidepubs.png') no-repeat scroll left top;
height:12px;
margin:0pt 0pt 12px;
width:150px;
}

h4.sidepubs_title span {
display:block;
height:0pt;
overflow:hidden;
width:0pt;
}

/*-----------------------------------------------------------------------------
	Home
-----------------------------------------------------------------------------*/


#becomesplash {
 background: url('../images/hvpublisher.jpg') left no-repeat;
 height: 200px;
 }
 
 .start_btn {
float: left;
margin: 143px 0 0 8px;
}


 #homesplash {
 background: url('../images/homesplash.jpg') left no-repeat;
 height: 298px;
 margin-bottom: 4px;
 }
 
.learn_btn {
float: right;
margin: 223px 44px 0 0;
}

#homeside img {
padding: 4px;
border: 1px solid #ccc;
margin: 0 12px 12px 0px;
}

#subhome {
margin-bottom: 1.45em;
}

#subwrapper {
background: url('../images/subhome_bg.jpg') left bottom no-repeat;
}

.hometest {
float: left;
padding-left: 20px;
width: 400px;
margin: 20px 0 14px 0;
}

h4.hometest_title {
background:transparent url('../images/titles/hometest.png') no-repeat scroll left top;
height:12px;
margin:0pt 0pt 12px;
width:150px;
}

h4.hometest_title span {
display:block;
height:0pt;
overflow:hidden;
width:0pt;
}

.imgtest {
float: left;
margin: 4px 10px 40px 0;
}

.testquote {
font-size: 1.25em;
}

.homepubs {
float: right;
padding-right: 20px;
width: 305px;
margin: 20px 0 14px 0;
}

h4.homepubs_title {
background:transparent url('../images/titles/homepubs.png') no-repeat scroll left top;
height:12px;
margin:0pt 0pt 12px;
width:150px;
}

h4.homepubs_title span {
display:block;
height:0pt;
overflow:hidden;
width:0pt;
}

.homepubs ul {
width: 180px;
float: left;
}

.homepubs li {
padding:3px 0pt 3px 20px;
}

.pubs_kd{
background:transparent url(../images/icons/icon_kids.gif) no-repeat scroll left center;
}

.pubs_md{
background:transparent url(../images/icons/icon_metro.gif) no-repeat scroll left center;
}

.pubs_hd{
background:transparent url(../images/icons/icon_home.gif) no-repeat scroll left center;
}

.pubs_rd{
background:transparent url(../images/icons/icon_restaurant.gif) no-repeat scroll left center;
}

.pubs_wd{
background:transparent url(../images/icons/icon_wedding.gif) no-repeat scroll left center;
}

.pubs_pd{
background:transparent url(../images/icons/icon_pets.gif) no-repeat scroll left center;
}

.homebadge {
float: right;
}

#slides {
width: 160px;
height: 100px;
padding: 4px;
border: 1px solid #ccc;
float: left;
margin-top: 10px;
background: url('../images/bg_slides.jpg') no-repeat center; margin:0;}
}

/*-----------------------------------------------------------------------------
	Pub Pages
-----------------------------------------------------------------------------*/
.pubpage {background: url('../images/bg_pub.jpg') repeat-y center; margin:0;}
.sidepubs {padding: 0px 8px 20px 8px;}
.becomepub {padding: 0px 8px 20px 8px;}
.sidepubs_badge {padding: 2px 0 0 25px;}


h4.sidepubs_become {
background:transparent url('../images/titles/become.png') no-repeat scroll left top;
height:12px;
margin:0pt 0pt 12px;
width:170px;
}

h4.sidepubs_become span {
display:block;
height:0pt;
overflow:hidden;
width:0pt;
}

h4.sidepubs_contact {
background:transparent url('../images/titles/contact.png') no-repeat scroll left top;
height:12px;
margin:0pt 0pt 12px;
width:170px;
}

h4.sidepubs_contact span {
display:block;
height:0pt;
overflow:hidden;
width:0pt;
}

.bord p {
padding: 5px;
}

.bord h4 {
padding: 5px 0 0 5px;
}

h4.sidepubs_title {
background:transparent url('../images/titles/homepubs.png') no-repeat scroll left top;
height:12px;
margin:15px 0pt 12px;
width:150px;
}


/*-----------------------------------------------------------------------------
	Collapsible List
-----------------------------------------------------------------------------*/
#locations li {margin-bottom: 4px; font-weight: bold;}

#locations li ul li {margin-left: 20px; font-weight: normal; margin-bottom:0px;}

#locations li ul {margin-bottom: 10px;}

.collapsibleClosed {margin-bottom:-4px;}
.collapsibleOpen {margin-bottom:-4px;}


/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#footer 		{ text-align: left; font-size: .9em; margin: 0;}

#footer a 		{ text-decoration: none; }


/*-----------------------------------------------------------------------------
	Classes
-----------------------------------------------------------------------------*/

.center {
text-align: center;
}

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
  background: #E5ECF9;
  }

.italic {
font-style: italic;
}

.pads {
padding: 0 12px 0 12px;
}

.padright {
padding-right: 12px;
}

.sidepubs li {
padding:3px 0pt 3px 20px;
}

img.pubthis {
float:left;
margin: 4px 10px 2px 0pt;
}


/* Some default classes
-------------------------------------------------------------- */
.phone {text-align: center; margin-bottom: 10px;}
.small   { font-size: 0.8em; margin-bottom: 0; line-height: 1.875em; }
.large   { font-size: 1.2em; line-height: 2.5em; }
.quiet   { color: #666; }
.hide     { display: none; }
.strong		{font-weight: bold;}
.green	{color: #01AD4E;}
.finder	{background: #FFFFFF; padding: 0px 0 16px 8px; border-bottom: 1px solid #ccc;}
.fam	{margin-bottom: 6px;}
.bord	{background: url('../images/bg_pubs.jpg') repeat-y center; margin:0; border-bottom: 1px solid #DDDDDD; }
.fleft {float: left; margin: 4px 10px 0 0;}
.ss-powered-by { display: none; }