/* $Id: styles.css,v 1.17 2008/10/07 22:42:52 mike Exp $ */

body
{
	background-color: white;
	margin: 0;
	padding: 0;
	padding-bottom: 24px;
}

body, div, td
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #666;
}

a
{
	color: #5e7a84;
	text-decoration: none;
}

a:visited
{
	color: #71929e;
}

a:hover
{
	text-decoration: underline;
}

sup
{
	font-size: 9px;
}

h1
{
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 12px;
}

h1.first
{
	margin-top: 0;
}

h2
{
	font-size: 12px;
	color: #444;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 18px;
}

h3
{
	font-size: 12px;
}

h2.next
{
	margin-top: 32px;
}

p
{
	margin-top: 0;
	margin-bottom: 18px;
}

.clear
{
	clear: both;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.nowrap
{
	white-space: nowrap;
}

td.left
{
	text-align: left;
	float: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#topbar
{
	height: 25px;
	background-image: url(/retrix_images/topbar-background.gif);
	background-repeat: repeat-x;
	background-color: #999999;
	border-bottom: 1px solid #bbb;
}

#nav
{
	background-image: url(/retrix_images/nav-background.gif);
	background-color: #e5e5e5;
	background-repeat: repeat-x;
	height: 20px;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
}

#nav div
{
	text-align: center;
	width: 620px;
	margin: 0 auto;
	height: 20px;
}

#nav a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #444;
	padding-left: 25px;
	padding-right: 5px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	background-position: 5px 2px;
	margin-left: 3px;
	margin-top: -20px;
}

#nav a:hover, #nav a.current
{
	background-color: #c3c3c3;
	color: #222;
	text-decoration: none;
}

#nav a.home
{
	background-image: url(/retrix_images/icons/home_16.png);
}

#nav a.signup
{
	background-image: url(/retrix_images/icons/new_16.png);
}

#nav a.about
{
	background-image: url(/retrix_images/icons/sinfo_16.png);
}

#nav a.services
{
	background-image: url(/retrix_images/icons/apps_16.png);
}

#nav a.love
{
	background-image: url(/retrix_images/icons/favs_16.png);
}

#nav a.referrals
{
	background-image: url(/retrix_images/icons/go_16.png);
}

#nav a.support
{
	background-image: url(/retrix_images/icons/help_16.png);
}

#nav a.contact
{
	background-image: url(/retrix_images/icons/phone_16.png);
}

#nav a.blog
{
	background-image: url(/retrix_images/icons/user_16.png);
}

#links
{
	margin: 8px 0;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #888;
}

#links a
{
	color: #666;
	margin: 0 8px;
}

#links a:hover
{
	color: #333;
}

#header
{
	width: 726px;
	height: 172px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-image: url(/retrix_images/header-home.gif);
}

#header img
{
	position: relative;
	left: 342px;
	top: 5px;
}

#header.support
{
	height: 81px;
	background-image: url(/support/wp-content/themes/retrix/images/header.gif);
}

#content
{
	margin: 0 auto;
	width: 726px;
}

#footer
{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	text-align: center;
	margin-top: 48px;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	clear: both;
	color: #777;
	border-top: 1px solid #ccc;
	background-image: url(/retrix_images/footer_background.png);
}

#footer a
{
	color: #444;
}

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

#home h1
{
	margin-top: 24px;
}

#home h1, #home > p
{
	margin-left: 12px;
	margin-right: 12px;
}

#packages
{
	margin-top: 24px;
	margin-left: -20px;
	height: 265px;
}

#packages div.package
{
	margin-left: 20px;
	width: 142px;
	float: left;
	height: 215px;
	padding: 50px 12px 0;
}

#packages div.package div
{
	height: 168px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

#packages div.package div h1
{
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 6px;
	text-transform: none;
	letter-spacing: 0;
}

#packages div.package div p
{
	margin-top: 0;
	margin-bottom: 4px;
}

#packages div.package div p.price
{
	font-weight: bold;
	font-size: 14px;
	margin-top: 12px;
}

#packages #parker { background-image: url(/retrix_images/package-domain_parker.gif); }
#packages #parker div { color: #38412e; }

#packages #package1 { background-image: url(/retrix_images/package-package_one.gif); }
#packages #package1 div, #packages #package1 div h1 { color: #2c393d; }

#packages #package2 { background-image: url(/retrix_images/package-package_two.gif); }
#packages #package2 div, #packages #package2 h1 { color: #352d3e; }

#packages #package3 { background-image: url(/retrix_images/package-package_three.gif); }
#packages #package3 div, #packages #package3 div h1 { color: #3e2f1f; }


#home #greenpower
{
	float: left;
	width: 286px;
	margin-left: 12px;
}

#home #hostedwithlove
{
	float: right;
	width: 380px;
	margin-right: 12px;
}

#home #greenpower h2, #home #hostedwithlove h2
{
	margin-bottom: 0px;
}

#home #greenpower h3, #home #hostedwithlove h3
{
	margin-top: 0px;
}

#home #greenpower img, #home #hostedwithlove img
{
	padding: 0 0 10px 10px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#services table
{
	width: 100%;
	border-collapse: collapse;
}

#services table th, #services table td
{
	margin: 0;
	padding: 4px;
}

#services table th
{
	color: white;
	background-repeat: repeat-x;
}

#services table th.other
{
	background-color: #91867b;
	text-shadow: #726961 1px 1px 2px;
	border: 2px solid #726961;
	border-right-width: 2px;
	background-image: url(/retrix_images/services-background_other.gif);
}

#services table th.pp
{
	background-color: #9eb682;
	text-shadow: #72835e 1px 1px 2px;
	border: 2px solid #72835e;
	border-right-width: 2px;
	background-image: url(/retrix_images/services-background_parker.gif);
}

#services table th.p1
{
	background-color: #80a3b2;
	text-shadow: #607c86 1px 1px 2px;
	border: 2px solid #607c86;
	border-bottom: 2px solid #607c86;
	border-left-style: none;
	background-image: url(/retrix_images/services-background_one.gif);
}

#services table th.p2
{
	background-color: #9980b3;
	text-shadow: #766289 1px 1px 2px;
	border: 2px solid #766289;
	border-bottom: 2px solid #766289;
	border-left-style: none;
	background-image: url(/retrix_images/services-background_two.gif);
}

#services table th.p3
{
	background-color: #b3885a;
	text-shadow: #8e6c48 2px 2px 1px;
	border: 2px solid #8e6c48;
	border-bottom: 2px solid #8e6c48;
	border-left-style: none;
	background-image: url(/retrix_images/services-background_three.gif);
}

#services table td
{
	text-align: center;
	font-size: 12px;
}

#services table td.label
{
	text-align: left;
	border: 2px solid #ccc;
}

#services table td.other
{
	background-color: #c0b1a2;
	border-bottom: 2px solid #aa9d8f;
	border-right: 2px solid #aa9d8f;
	color: #403b36;
}

#services table td.other.first
{
	border-left: 2px solid #726961;
}

#services table td.other.last
{
	border-right: 2px solid #726961;
}

#services table td.other.description, #services table th.other.description
{
	text-align: left;
	padding-left: 6px;
}

#services table td.pp
{
	background-color: #b9d599;
	border-bottom: 2px solid #9eb682;
	border-left: 2px solid #72835e;
	border-right: 2px solid #9eb682;
	color: #3e4733;
}

#services table td.p1
{
	background-color: #91bacb;
	border-bottom: 2px solid #80a3b2;
	border-right: 2px solid #80a3b2;
	color: #303e43;
}

#services table td.p2
{
	background-color: #ad91ca;
	border-bottom: 2px solid #9980b3;
	border-right: 2px solid #9980b3;
	color: #3a3043;
}

#services table td.p3
{
	background-color: #ca9966;
	border-bottom: 2px solid #b3885a;
	border-right: 2px solid #8e6c48;
	color: #433322;
}

#services table td a
{
	color: black;
	font-weight: bold;
	text-transform: uppercase;	
}

#services ol, #referrals ol
{
	margin-top: 48px;
	border-top: 2px solid #ddd;
}

#services ol, #services ol li, #referrals ol, #referrals ol li
{
	margin-left: 0;
	padding-left: 0;
}

#services ol li, #referrals ol li
{
	font-size: 10px;
	list-style-type: none;
	line-height: 20px;
}

#referrals ol li
{
	margin-left: 1.5em;
	list-style-type: decimal;
}

#services div.screenshots
{
	text-align: center;
	margin-bottom: 18pt;
	margin-left: -24px;
}

#services div.screenshots img
{
	margin-left: 24px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contact .left
{
	margin-left: -40px;
}

#contact .box
{
	width: 175px;
	padding: 10px;
	border: 1px solid #cccccc;
	background-color: #eeeeee;
	margin-right: 100px;
	margin-top: 12px;
}

#contact .box div
{
	display: block;
	margin-left: 32px;
}

#contact small
{
	color: #888;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#referrals img.right
{
	margin-left: 18px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#alert
{
	background-image: url(/images/alert-top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	width: 724px;
	padding-top: 42px;
	margin-bottom: 20px;
	text-align: center;
}

#alert div
{
	color: #914137;
	background-image: url(/images/alert-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 15px;
	padding: 0 18px 18px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#google
{
	width: 728px;
	margin: 20px auto 10px;
	border: 1px solid #ddd;
	padding: 4px;
	background-color: #eee;
}

#urgent table td
{
	font-size: smaller;
	color: #888;
}

#mailer
{
	margin-top: 12px;
}

#mailer p.error
{
	color: #dc6262;
	background-image: url(/retrix_images/icons/flag_16.gif);
	background-repeat: no-repeat;
	padding-left: 24px;
}

#support table.data
{
        margin-bottom: 18px;
}

#support table.data td
{
        font-size: smaller;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#definition
{
	background-color: #eee;
	padding: 20px;
	margin-bottom: 20px;
}

#definition span.phrases
{
	font-family: Times New Roman;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}

#definition span.phrasesContent
{
	font-family: Times New Roman;
	font-size: 13px;
	font-style: italic;
	color: black;
}

#definition div.noun
{
	font-family: Times New Roman;
	font-size: 18px;
	color: #5d7882;
	letter-spacing: 1px;
	margin-top: 5px;
}

#definition p.retrixDefinition
{
	font-family: Times New Roman;
	font-size: 15px;
	color: #1e1e1e;
	word-spacing: 3px;
	line-height: 1.4;
}

#definition span.retrixPro
{
	font-family: Times New Roman;
	font-size: 22px;
	color: gray;
	letter-spacing: 1px;
}

#definition span.retrix
{
	font-family: Times New Roman;
	font-size: 36px;
	color: black;
	letter-spacing: 1px;
}
