/* $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;
	text-align:center;
}

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(/images/topbar-background.gif);
	background-repeat: repeat-x;
	background-color: #999999;
	border-bottom: 1px solid #bbb;
}

#nav
{
	background-image: url(/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;
}

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

#nav a.home
{
	background-image: url(http://retrix.com/images/icons/home_16.png);
}

#nav a.signup
{
	background-image: url(http://retrix.com/images/icons/new_16.png);
}

#nav a.about
{
	background-image: url(http://retrix.com/images/icons/sinfo_16.png);
}

#nav a.services
{
	background-image: url(http://retrix.com/images/icons/apps_16.png);
}

#nav a.love
{
	background-image: url(http://retrix.com/images/icons/favs_16.png);
}

#nav a.referrals
{
	background-image: url(http://retrix.com/images/icons/go_16.png);
}

#nav a.support
{
	background-image: url(http://retrix.com/images/icons/help_16.png);
}

#nav a.contact
{
	background-image: url(http://retrix.com/images/icons/phone_16.png);
}

#nav a.blog
{
	background-image: url(http://retrix.com/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(/images/header-home.gif);
}

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

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

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

div{
	text-align:left;
}

td{
	text-align:left;
}

#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(http://retrix.com/images/footer_background.png);
}

#footer a
{
	color: #444;
}

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

#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;
}

/*  
Theme Name: Retrix Support
Theme URI: http://retrix.com/
Description: Retrix's Support Theme
Version: 1.0
Author: Patrick Gibson
Author URI: http://patrickg.com/

*/

#content
{
	margin-top: 18px;	
}

#support.narrowcolumn
{
	padding-left: 12px;
	width: 510px;
	height: 800px;
	float: left;
}

#support.narrowcolumn hr{
	margin: 30px 0px 30px 0px;
	border: 1px; 
	border-style: none none dashed;
}

#sidebar
{
	float: left;
	width: 160px;
	font-size: 11px;
	padding-right: 12px;
}

#sidebar input
{
	width: 100%;
}

#results{
	float:left;
	width: 160px;
	font-size: 13px;
	padding-right: 12px;
}

#resultsmain{
	position:absolute;
	background-color:#ffffff;
	border: 1px solid #8b8b8b;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:30px;
}

.sresult{
	padding-left:10px;
	padding-right:10px;
}

.not-published{
	background-color:red;
	color:white;
}

.not-published a{
	color:white;
}


.showall a{
	float:right;
	color:#616161;
	margin-right:20px;
	margin-bottom:10px;
}


li.current a.topic{
	font-weight:bold;
	color:red;
}

h2
{
	margin-top: 0;
}

div.post
{
	margin-bottom: 36px;
}

div.post h2 a, #sidebar h2 a
{
	color: #444;
}

div.post p.postmetadata
{
	font-size: 10px;
}


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

#sidebar h2
{
	font-size: 11px;
	margin-bottom: 6px;
}

#search
{
	margin-bottom: 12px;
}

.entry ul li:before, #sidebar ul li:before
{
	content: "\00BB \0020";
}

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

#sidebar ul li
{
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 16px;
}

#sidebar ul.topics li.main-topic
{
	margin-bottom: 8px;
}

#sidebar ul.topics li.main-topic ul li
{
	font-size: 14px;
}


#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 5px;
}

ol li, #sidebar ul ol li
{
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li
{
	margin: 3px 0 0;
	padding: 0;
}

div.breadcrumbs
{
	font-size: 11px;
	margin-bottom: 12px;
	color: #888;
}

div.breadcrumbs a
{
	color: #444;
}

div.popular
{
	border: 1px solid #ddd;
	background-color: #eee;
	padding: 10px;
	padding-bottom: 0;
	margin-bottom: 24px;
}