/*   
Theme Name: Hostwell Web Hosting
Theme URI: http://hostwell.cc
Description: First Hostwell Hosting Theme.
Author: Bob Potter
Author URI: http://threadlesshosting.com
Version: 2.1
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}

ol, ul {
	margin-bottom: 18px;
	font-size: 0.9em;
	line-height: 1.6em;
	}
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remember to define focus styles! */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
embed {
	width: 530px; 
	margin: 0 auto 15px;
	}


/*******************************
		COLORS	
	
LOGO (dark to light)
#252421 (logo bg)
#363430 (highlight)
#43403a (ring)
#d3cec2 (tan gradient)
#f4f4ec (light tan gradient)

TYPE COLORS
#363430 p (same as logo bg)
#e5e3d9 navigation/top bar

#363430 h2
#363430 h3
#22577c h4
#252421 h5
#d5a529 a:link
#252421 a:hover
	
*******************************/	


/*******************************
		TYPOGRAPHY	
*******************************/	
h2 {
	margin-bottom: 15px;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 3em;
	line-height: 1.05em;
	word-spacing: -0.15em;
	color: #363430;
	}
	h2 a:link,
	h2 a:visited {
		color: #363430;
		text-decoration: none;
		}
	h2 a:hover {
		color: #363430;
		text-decoration: underline;
		}
h3 {
	margin: 30px 40px 0px 0px;
	padding: 30px 0 4px 0;
	border-top: 1px dashed #b0a894;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 2em;
	line-height: 1.05em;
	word-spacing: -0.1em;
	color: #363430;
	}
h4 {
	padding: 15px 0 4px;
	color: #22577c;
	font-family: Palatino, Georgia, Times, serif;
	font-size: 1.25em;
	line-height: 1.4em;
	letter-spacing: 0.75px;
	text-transform: uppercase;
	}
h5 {
	margin-top: 30px;	
	padding-bottom: 0px;
	font-family: Palatino, Georgia, Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	color: #252421;
	}
h6 {
	margin-bottom: 4px;
	padding: 0px;
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.05em;
	word-spacing: -0.1em;
	color: #000;
	}
p {
	margin-bottom: 20px;
	font-size: 0.95em;
	line-height: 1.6em;
	color: #363430;
	}
blockquote {
	margin: 0 90px 0 0;
	border-left: 2px solid #ccc;
	padding: 8px;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.35em;
	color: #82807c;
	}
blockquote.highlight {
	margin: -10px 0px 20px;
	padding: 15px 0 5px;
	border-left: none;
	border-right: none;
	font-family: Georgia, Helvetica, Tahoma, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.3em;
	letter-spacing: 0.05px;
	word-spacing: 0.05em;
	color: #171613;
	}
	blockquote.highlight strong {
		font-weight: normal;
		color: #3d3c39;
		}
	blockquote.highlight p {margin-bottom: 10px;}


/*******************************
		MAIN	
*******************************/	

body {
	background: #fff;
	font-family: Verdana, Helvetica, Tahoma, Arial, sans-serif;
	font-size: small;
	line-height: 1em;
	color: #252421;
	}

.container {
	width: 760px;
	margin: 0 auto;
	}

.clear {clear: both;}


/*******************************
		TOP BAR	
*******************************/	

#navbar { 
	background: #eab92a url(images/bg-top-bar.gif) repeat-x bottom left;
	min-height: 36px;
	}

.nav { 
	width: 760px;  
	margin: 0 auto;
	padding: 8px 0px 12px; 
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	font-variant: small-caps;
	line-height: 1.2em;
	letter-spacing: 0.75px;
	text-align: center;
	word-spacing: 0.0em;
	color: #43403a;
	}
.nav a { 
	border-bottom: 1px dotted #252421;
	font-style: normal;
	text-decoration: none;  
	color: #252421;
	}
	.nav a:visited { 
		border-bottom: 1px dotted #252421;
		text-decoration: none; 
		color: #252421; 
		}
	.nav a:hover { 
		border-bottom: 1px solid #252421;
		text-decoration: none;
		color: #e5e3d9; 
		}
	ul#nextPage li a:link {
		border-bottom: 1px dotted #252421;
		text-decoration: none;  
		color: #d5a529;
		}
		ul#nextPage li a:visited {
			border-bottom: 1px dotted #252421; 
			text-decoration: none;
			color: #d5a529; 
			}
		ul#nextPage li a:hover { 
			border-bottom: 1px solid #252421; 
			text-decoration: none;
			color: #252421; 
			}


/*******************************
		MAIN CONTENT	
*******************************/	
#content {
	float: right;
	width: 530px;
	margin-top: 35px;	
	}
#content small {
	color: #ccc;
	font-style: italic;
	font-size: .8em;
	}
#content p a:link,
ul li a:link {
	border-bottom: 1px dotted #252421;
	text-decoration: none;  
	color: #d5a529;
	}
	#content p a:visited,
	ul li a:visited {
		border-bottom: 1px dotted #252421; 
		text-decoration: none;
		color: #d5a529; 
		}
	#content p a:hover,
	ul li a:hover { 
		border-bottom: 1px solid #252421; 
		text-decoration: none;
		color: #252421; 
		}

#content img a:link {
	border-bottom: 1px solid white;
	text-decoration: none;
	}

#content .btn {
	float: right;
	margin-top: 12px;
	}
#content .btnDouble {
	padding-bottom: 0px;
	margin-top: -10px;
	padding-left: 55px;
	}
	
.testimonial {
	float: right;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.35em;
	color: #82807c;
	}
	.testimonial span {
		color: #363430;
		font-style: normal;
		font-size: .87em;
		}
#content .testimonial {
	width: 200px; 
	margin-left: 10px;
	padding: 8px 0 8px 10px;
	border-left: 2px solid #ccc; 
	}
	#content .testimonial span {float: right;}

ul.testimonials li {
	background: url(images/icon-bullet-testimonial.gif) no-repeat 0px 3px;
	list-style: none;
	padding-left: 40px;
	padding-right: 0px;
	padding-bottom: 30px; 
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #43403a;
	}
	ul.testimonials li span {
		font-size: .85em;
		font-style: normal;
		display: block;
		text-align: right;
		color: #252421;
		}
	
ul#nextPage {
	width: 100%;
	float: left;
	list-style: none; 
	font-size: .85em;
	}
	ul#nextPage li {display: inline;}
	ul#nextPage li.left {float: left;} 
	ul#nextPage li.right {float: right;} 

#content .price {
	 float: right;
	 margin-left: 10px;
	 }

p.callout { 
	margin-left: 0px;
	font-family: Georgia, Times, Garamond, serif;
	font-size: 1.8em;
	font-style: italic;
	letter-spacing: 0.75px;
	line-height: 1.3em;
	color: #90949a;
	}


 
/*******************************
		SECONDARY CONTENT	
*******************************/	

#sidebar {
	float: left;
	width: 200px;
	background: #ffffff;
	margin-top: 20px;	
	}
#sidebar .testimonial {
	margin-top: 100px;
	text-align: right;
	}
	#sidebar .testimonial span {
		float: left;
		}


/*******************************	
#navigation {
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
	text-align: right;
	}
	
	#navigation ul {list-style: none;}
	#navigation li {
		width: 180px;
		margin: 0 auto;
		}
	
	#navigation li a:link {
		background: #252421;
		display: block;
		padding: 9px 10px 6px; 
		border-bottom: 1px dashed #363430;
		font-family: Helvetica;
		font-weight: bold;
		font-size: 1.4em;
		text-transform: lowercase;
		text-decoration: none;
		color: #f4f4ec;
		}
		#navigation li a:hover {
			background: #363430;
			color: #d5a529;
			}
*******************************/


/*******************************
		FOOTER	
*******************************/
#updates {
	background: #252421;
	margin: 30px 0 -20px 0;
	padding: 0px 0 0 0;
	}
	#updates p {
		padding: 18px 0px 15px;
		font-family: Helvetica, Tahoma, Arial, sans-serif;
		font-size: 1.4em;
		font-weight: normal;
		line-height: 1.2em;
		text-align: center;
		text-transform: lowercase;
		color: #5f5b51;
		}
#footer {
	background: #363430;
	margin: 0px 0 0px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #252421;
	border-bottom: 1px solid #252421;
	}
	
	#footer p {
		padding-top: 10px;
		font-family: Helvetica, Tahoma, Arial, sans-serif;
		font-size: 1.6em;
		font-weight: bold;
		line-height: 1.2em;
		text-align: center;
		text-transform: lowercase;
		color: #5f5b51;
		}
		
		#footer p a:link,
		#updates p a:link {
			color: #5f5b51;
			text-decoration: none;
			}
			#footer p a:visited,
			#updates p a:visited {
				color: #5f5b51;
				text-decoration: none;
				}
			#footer p a:hover,
			#updates p a:hover {
				color: #d5a529;
				text-decoration: none;
				border-bottom: 2px solid #d5a529;
				}