/*
	PROJECT: 	cftrigger website (http://cftrigger.com)
	FILE:		Core CSS
	FUNCTION: 	The basic / backbone stylesheet for the website
*/

body
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 1.8em;
	background: #0c1a02 url(../images/bodybg.png) top left repeat-x;
	padding: 0;
	margin: 0;
}


/* ================================================================================================================= */
/* ===================================================== GENERAL ===================================================== */

h1
{
	font-size: 2.5em;
	font-family: Georgia, Helvetica, Univers, "Times New Roman", Times, serif;
	line-height: 1.1em;
	margin-bottom: 1.5em;
	color: #578c30;
}

* html h1 {margin-top: 0.8em;}
h2
{
	font-size: 2em;
	font-family: Univers, Georgia, "Times New Roman", Times, serif;
	line-height: 1.1em;
	margin-top: 1.5em;
	color: #578c30;
}
h3 {font-size: 1.6em;}
li h3 {font-size: 1.2em;}
h4 {font-size: 1.5em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1.2em;}
/*p, img, div.error, div.message, div.infomessage, td {font-size: 1.4em;}*/
p, img, div.error, div.message, div.infomessage, td, li {font-size: 1.2em;}
li p, div.error li, li li, li li li, li li li li  {font-size: 1em;}
legend
{
	font-size: 1.5em;
	color: #00B2D9;
}
fieldset
{
	padding: 3em 0 1em 2em;
	margin-bottom: 3em;
}
* html fieldset
{
	padding-top: 0;
}
* html legend
{
	margin-bottom: 2em;
}

a:link, a:hover {color: #578c30; font-weight: bold;}
a:visited {color: #6b1b1b; font-weight: bold;}
a:hover {text-decoration: none;}
a:active {color: #992c2c;}

a img, a:active img, a:link img, a:visited img, a:hover img,
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
h4 a:link, h4 a:visited, h4 a:hover, h4 a:active
{
	border: none; 
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {text-decoration: underline;}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active
{
	color: #578c30;
	text-decoration: underline;
}
h1 a:hover, h2 a:hover {text-decoration: none;}
pre
{
	font-size: 1.6em;
}

/* ===================================================== FORM ===================================================== */

/* Form */
form
{
	margin-top: 3em;
}

/* Label */
label, div.label
{
	font-size: 1.2em;
	display: block;
	float: left;
	text-align: left;
	width: 7.5em;
	margin: 0.5em 1em 0em 0;
	position: relative;
	bottom: 0.5em;
	clear: left;
}
div.label
{
	height: 1em;
}
label.inline, label.inline_top
{
	display: inline;
	float: none;
	clear: none;
	bottom: 0;
}
label.inline_top
{
	bottom: 0.5em;
	margin-left: 0.5em;
}
label.normal, span.text label
{
	font-size: 1em;
	display: inline;
	float: none;
	text-align: left;
	width: auto;
	margin: auto;
	position: relative;
	bottom: 0;
	clear: none;
}
label.error
{
	margin-left: 8.5em;
	margin-bottom: 1em;
	padding: 0;
	float: none; 
	width: auto;
	text-align: left;
}
* html label.inline
{
	bottom: 0.7em;
}
label.expandable
{
	width: auto;
}
label.required
{
	font-weight: bold;
}
/* group checkbox and radio buttons together */
div.selectionGroup
{
	margin-left: 8.5em;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 2em;
}
div.selectionGroup label
{
	margin-right: 1em;
}

/* text field and textarea */
input.text, input.big_text, input.small_text, select, div.staticvalue, textarea.text, textarea.big_text, textarea.mid_text
{
	font-size: 1.5em;
	padding: 0.4em;
	margin-bottom: 0.3em;
	border: 1px solid #CCCCCC;
	background: white;
	width: 15em;
	display: block;
}
select
{
	width: auto;
}
div.staticvalue
{
	border: 1px solid white;
	padding: 0;
	height: 1.08em;
	width: 20em;
	margin: 0 auto 0.5em 6em;
}
input.small_text
{
	width: 3em;
}
input.radio
{
	margin-bottom: 1em;
}
.form_notes
{
	font-size: 1.2em;
	margin: 0 auto 2em 8.4em;
}

textarea.text, textarea.big_text, textarea.mid_text
{
	font-size: 1.6em;
}
textarea.text
{
	width: 25em;
	height: 10em;
}

input.big_text, textarea.big_text, textarea.mid_text
{
	width: 75%;
}
textarea.big_text { height: 20em; }
textarea.mid_text { height: 10em; }

input.text:focus, textarea.text:focus
{
	border: 1px solid #686667;
}

input.error, select.error, textarea.error, input.error:focus, textarea.error:focus
{
	border: 1px solid red;
	color: #000;
	font-weight: normal;
}

input.button, input.subbutton
{
	font-size: 1.6em;
	font-weight: bold;
	padding: 0.2em 0.6em;
}
input.subbutton
{
	font-weight: normal;
}
td input.button
{
	font-size: 1.4em;
}

img#captcha_img
{
	display: block;
	border: 1px solid red;
	margin-bottom: 1em;
	margin-left: 8.5em;
}

.expandLink
{
	margin-left: 10em;
	width: 75%;
	text-align: right;
}

/* ===================================================== TABLE ===================================================== */

table
{
	width: 100%;
	border: 1px solid black;
	border-collapse: collapse;
}
th
{
	font-size: 1.4em;
	border: 1px solid black;
	padding: 0.2em;
	vertical-align: top;
}
td
{
	border: 1px solid black;
	padding: 0.5em;
	vertical-align: top;
}
td.minimized
{
	width: 1%;
	white-space: nowrap;
}
table table
{
	border: none;
	width: auto;
}
table table td
{
	border: none;
	width: auto;
}


/* ================================ ERROR / SUCCESS / INFO / etc. MESSAGES ================================= */

/* Messages: error messages, success messages, etc. */
.error, .message, .infomessage
{
	font-weight: bold;
	padding: 1em;
}
div.error, div.message, div.infomessage
{
	margin-bottom: 1em;
}

/* error */
.error
{
	color: #FF0000;
}
div.error
{
	border: 1px solid #FF3300;
	background: #FFCACA;
}

form span.error
{
	font-size: 2em;
}

.topError
{
	color: Red;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 2em;
	padding: 0.5em 1em 0.5em 1em;
	border: 1px solid #FF3300;
	background: #FFDFDF;
	display: block;
}


/* message */
.message
{
	color: #009900;
}
div.message
{
	border: 1px solid #00CC00;
	background: #B5FCA0;
}

/* info message */
.infomessage
{
	color: #FF6600;
}
div.infomessage
{
	border: 1px solid #FF972F;
	background: #FFFF9F;
}


/* ================================================================================================================== */
/* ===================================================== DIV SIZE ===================================================== */
#content, #footer, #banner
{
	width: 90%;
	/*max-width: 90em;*/
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	padding: 0 1.5em;
}

#innercontent
{
	overflow: auto;
}

/* ===================================================== WRAPPER ==================================================== */
#wrapper
{
	width: 100%;
	margin: 0 auto;
}

/* ===================================================== BANNER ===================================================== */
#banner
{
	height: 104px;
	background: none;
	padding-top: 10px;
}

/* ===================================================== MENU ===================================================== */
#menu_container
{
	height: 3.5em;
}

#menu
{
	height: 3em;
	margin: 0 0 2em 0;
	padding: 0;
	height: 55px;
}

#menu li
{
	float: left;
	list-style: none;
	margin: 0 0 0 1em;
	font-size: 2em;
}

#menu a:link, #menu a:visited, #menu a:hover, #menu a:active
{
	color: #122703;
	display: block;
	text-decoration: none;
	padding: 0.6em 0.5em 0 0.5em;
	height: 53px;
}

#menu a:hover
{
	text-decoration: underline;
}

#menu .current
{
	margin-top: -10px;
	background: url(../images/current_menu_middle.png) top left repeat-x;
}
#menu .current a:link, #menu .current a:visited, #menu .current a:hover, #menu .current a:active
{
	padding: 0.8em 1.3em 0 1.5em;
	background: url(../images/current_menu_right.png) top right no-repeat;
}

#menu .current span
{
	display: block;
	background: url(../images/current_menu_left.png) top left no-repeat;
}

/* ===================================================== CONTENT ===================================================== */
#content
{
	background: #fff url(../images/contentbg.png) top left repeat-x;
	padding: 0 1.5em 2em 1.5em;
}

/* ============ CONTENT LEFT PANEL =============== */
#leftcontent
{
	width: 60%;
}

#leftcontent p
{
	font-size: 1.5em;
}

#homefeatures
{
	padding: 0;
	margin-top: 2em;
}

#homefeatures li
{
	background: url(../images/feature_item.png) top left no-repeat;
	list-style: none;
	color: #578c30;
	font-size: 1.75em;
	text-decoration: underline;
	margin: 0 0 0.5em 2em;
	padding: 10px 0 0 40px;
	height: 30px;
}

#homefeatures li span
{
	cursor: pointer;
}

/* ============ CLIENTS =============== */

#clients
{
	clear: both;
	overflow: auto;
}

#clientslist
{
	list-style-type: none;
	padding: 0;
}

#clientslist li
{
	margin: 1em 5em 1em 10em;
	padding: 0;
	float: left;
}

#client_treegr:link, #client_treegr:visited, #client_treegr:active, #client_treegr:hover
{
	display: block;
	float: left;
	text-indent: -9999px;
	background: #715130 url(../images/treegr.logo.png) no-repeat center;
	width: 320px;
	height: 105px;
	padding: 5px;
	border: 5px solid #4F300F;
}

#client_trgr:link, #client_trgr:visited, #client_trgr:active, #client_trgr:hover
{
	display: block;
	float: left;
	text-indent: -9999px;
	background: #F6FFE1 url(../images/trgr.logo.png) no-repeat center;
	width: 320px;
	height: 105px;
	padding: 5px;
	border: 5px solid #859F45;
}

/* ============ CONTENT RIGHT PANEL =============== */
#rightcontent
{
	width: 38%;
	float: right;
}

#latestdownloadwrapper
{
	font-size: 2.2em;
	max-width: 16em;
}

#latestdownload img
{
	float: left;
}

#latestdownload:link, #latestdownload:visited, #latestdownload:hover, #latestdownload:active 
{
	display: block;
	background: url(../images/downloadbg.png) 0 50% repeat-x;
	border: 2px solid #779c5c;
	text-decoration: none;
	text-align: right;
	padding: 0.5em 1em 0.6em 1em;
	color: #dd0000;
}

#latestdownload:hover
{
	background: url(../images/downloadbg_hover.png) 0 50% repeat-x;
	border: 2px solid #87c25b;
}

#latestdownload span
{
	font-size: 0.5em;
	display: block;
	margin-top: 0.4em;
	color: #325d12;
}

#currentversion
{
	text-align: right;
	font-size: 0.6em;
	margin-top: 0;
	font-style: italic;
}

.quickstart
{
	font-size: 1.8em;
}

/* ============ DISQUS COMMENTS =============== */
#loadingDisqus
{
	font-size: 1.5em;
	color: #CC6600;
	font-weight: bold;
	margin-top: 2em;
	padding: 2px 25px;
	background: url(../images/inprogress.gif) 0 50% no-repeat;
	margin-bottom: 0;
}


/* ===================================================== FOOTER ===================================================== */
#footer
{
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	background: #91d062;
	margin-bottom: 1em;
}

#footernav
{
	float: right;
}

#footernav a:link, #footernav a:visited, #footernav a:active, #footernav a:hover
{
	color: #122703;
}


/* ===================================================== DOCUMENTATION ===================================================== */
.smalltable
{
	width: 50%;	
}

.medtable
{
	width: 75%;
}

/* ===================================================== QHUB Link ===================================================== */

#qhubLink{
	background-image:url(../images/qhub_ask_a_question.png);
	color:##FFFFFF;
	height:150px;
	left:0;
	margin-left:-7px;
	overflow:hidden;
	position:fixed;
	text-indent:-100000px;
	top:35%;
	width:35px;
	z-index:100000;
	left:auto;
	margin-left:auto;
	margin-right:0;
	left:0;
	border-top:1px solid ##000;
	border-left:1px solid ##000;
	border-bottom:1px solid ##000;
}


