/*** variables **********/	

	
	











/*** reset **********/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: normal; font-style: normal; font-size: 100%; vertical-align: baseline; text-decoration:none; color: #000; }
input, textarea { margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
a, img { border: none; outline: none; }
a { text-decoration: none;}
#content .gallery, #content .slide, #content .text, #content .notebook {margin: 0; padding:0;}
	

/*** layout **********/

body 
	{
	font: 76% 'Arial', Helvetica, sans-serif;
	text-align:center;
	background: #FFFFFF url(http://www.trimatrixlabs.com/assets/graphics/bodybg.gif) repeat-x;
	color: {bodycolor};
	}

#container
	{
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background: url(http://www.trimatrixlabs.com/assets/graphics/containerbg.jpg) no-repeat;
	}

#header
	{
    width:960px;
    position:relative;
	padding: 0px 10px 0px 10px;
	background: #FFFFFF url(http://www.trimatrixlabs.com/assets/graphics/containerbg.jpg) no-repeat;
	}

#footer
	{
	clear: both;
	padding: 20px 0px 0px 10px;
	border-top: 1px solid #B2B2B2;
	background: #fff;
    position:relative;
    width:950px;
    margin-left:10px;
 
	}

#wrapper {width: 100%; clear:both; padding: 25px 0;}
	
#content
	{
	float: right;
	width: 650px;
	padding-bottom: 25px;
	margin-right: 30px;	
	min-height: 400px;
	}
	
#sidebar
	{
	float: left;
	width: 225px;
	margin-left: 30px;
    margin-bottom:30px;
	}	

/*** header **********/

#header h1
	{color:{yellowgreen};
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	}	

img.logo
{
	margin: 60px 20px 32px 30px;
}

#tagline
{
	position:absolute;
    background: url(http://www.trimatrixlabs.com/assets/graphics/tagline_2.jpg) no-repeat;
    height: 64px;
    width:563px;
    right: 45px;
    top:60px;
}



/* Menu
----------------------------- */

#menu
{
	width:960px;
    margin-left:10px;
    background: url(http://www.trimatrixlabs.com/assets/graphics/menubg.jpg) no-repeat;
}
 
#menu-search 
{
	float: right;
	width: 240px;
	margin-right: 18px;
}
 
#menu-search fieldset, fieldset
{
	padding:0; margin:0;
	border: none;
	background: none;
}
 
#menu-search input
{
	width:235px;
	height:20px;
	margin:14px 0 0 0;
	padding:5px 0 0 5px;
	vertical-align:middle;
	font-size:90%;
	color:#929292;
	text-align: left;
}


/****** FORMS STYLING ***********/

input.forms
{
	border: 1px solid #B2B2B2;
    width:350px;
    padding:2px;
}

textarea.forms
{
	border: 1px solid #B2B2B2;
	width:350px;
    height: 100px;
    padding:2px;
}

textarea.forms:hover, input[type="text"]:hover, textarea:active, input:active
{
	border: 1px solid #00E007;
    padding:2px;
}

input.button:active
{
	padding:0px;
	border:none;
}

input.submitbutton
{
    padding:5px;
	background: #2e8400;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    border:none;
}

#freeform h3
{
	margin: 3px 0px 4px 0px;
}

/*** type **********/

h1.section
	{
	margin: 5px 0 10px 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}	

h1
	{
	margin: 0 0 10px 0;
	font-weight: normal;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:28px;
	color: #333333;
	}	

h1 a
	{
	border: none;
	}	

h1 a:hover
	{
	border-bottom: 1px solid {linkcolor};
	}	
	
h2
	{	
	margin: 25px 0 5px 0;
	line-height:125%;
	font-weight: bold;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 17px;
	}

h2.subheading
	{
	font-size: 18px;	
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;	
	margin: 0 0 20px 0;
	line-height:125%;
	font-style:italic;	
	font-weight:normal;
	color: #2e8400;
	}

h3
	{
	margin: 10px 0 5px 0;
	line-height:125%;
	font-weight: bold;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 17px;
	}

ul, ol
	{
	padding: 0 0 0 25px;
	line-height: 130%;
	}

li
	{
	padding: 0 0 3px 0;
	}	

p, ul, ol 
	{
	margin: 0 0 15px 0;
	line-height: 130%;
    font-family: 'Arial', Helvetica, sans-serif;
	font-size:13px;
	color: #333333;	
	}

a 
	{
	color: #2e8400;	
    border-bottom: 1px dotted #2e8400;
    text-decoration:none;
	}

a.selected
	{
	color: #333333;	
    border-bottom: 0px;
    text-decoration:none;
	}

a:hover
	{
	color: #2e8400;	
    border-bottom: 1px solid #2e8400;
	}

a.imagelink
{
    border:none;
    background: none;
    text-decoration:none;
}

a.imagelink:hover
{
	border:none;
    background: none;
    text-decoration:none;
}	

img.page-image {float:right; margin:0 0 25px 25px; padding:5px; border:1px solid {lightercolor}; }

/*** form ***/

#content form
{
}

label.form-field
	{
	display:block;
	font-weight:bold;
	margin-top: 10px;
	font-size: 110%;
	}

input.form-field, textarea.form-field
	{
	border: 1px solid {lightcolor};
	color: {lightcolor};
	font: 12px arial, san-serif;	
	margin-bottom: 5px;
	padding: 3px;
	}
		
input.form-field:focus, textarea.form-field:focus
	{
	border: 1px solid {linkcolor};
	color: {linkcolor};
	}

/*** listing ***/

.listing
{
	margin: 10px 0;
	clear:both;
}

.listing h2
{
	font-weight: bold;
	padding-top: 5px;
	margin: 0 0 10px 0;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2e8400;
}

.listing img.page-icon, .file-link {float:left; margin:0 25px 25px 0; padding:5px; border:1px solid #B2B2B2; }

.listing a.permalink
{
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0;
}

.listing a.permalink:hover
{
	font-weight: bold;
}

/*** blog ***/

.blog_entry
{
	margin: 10px 0;
	clear:both;
}

.blog_entry p {margin-bottom: 8px;}

.blog_entry h3
{
	font-weight: bold;
	padding-top: 5px;
	margin: 15px 0 3px 0;
	color: #2e8400;
}

.blog_entry p.posted
	{font-size: 95%;font-style:italic;color:#888;}

.blog_entry p.posted a
	{color:#888; border-bottom: 1px solid #888;}

.blog_entry .pagination
	{
	clear: both;
	margin: 25px 0;
	padding: 25px 0;
	}	

.blog_entry img.thumb {float:left; margin:0 25px 25px 0; padding:5px; border:1px solid #B2B2B2; }

.blog_entry a.permalink
{
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0;
}

.blog_entry a.permalink:hover
{
	font-weight: bold;
}

/************ SEARCH BAR, HEADER ************/

#searchbar
{
	position:absolute;
    right:48px;
    top:60px;
}

#searchbar input.button {display:inline; vertical-align:middle;}
#searchbar input.text {
	padding:2px;
	font-size: 11px;
	background-color: #fff;
    width:250px;
    height:16px;
    vertical-align:middle;
	color: #4D4D4D;
	border: 1px solid #B2B2B2;
}



/*** sidebar **********/
	
#sidebar h1
{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
}
    
#sidebar ul
{
	list-style:none;
    margin:0px;
    padding: 0px;
}

#sidebar li
{
	padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    line-height:19px;
	background: url(http://www.trimatrixlabs.com/assets/graphics/side_arrow_blue.gif) no-repeat;
}

#sidebar .sidebox
	{
	padding: 10px 0;
	margin: 25px 0 20px 0;
	}

/***** SIDEBAR CALLOUT *********/

.callout
{
	margin-top:5px;
    border: 1px solid #B2B2B2;
    padding:10px;
    width:200px;
    text-align:center;
}



/*** sidebar form ***/

input.sidebar-field, textarea.sidebar-field
	{
	border: 1px solid {lightcolor};
	color: {lightcolor};
	width: 200px;
	font: 12px arial, san-serif;	
	margin-bottom: 5px;
	padding: 3px;
	}
		
input.sidebar-field:focus, textarea.sidebar-field:focus
	{
	border: 1px solid {linkcolor};
	color: {linkcolor};
	}

input.submit-button
	{
	background-color: {bodycolor};
	color: {lightestcolor};
	border: none;
	padding: 3px;
	}

input.submit-button:hover
	{
	background-color: {lightercolor};
	}
		
.label 
	{ 
	position: relative; 
	float: left; 
	margin-right: 3px; 
	clear: left; }

label.over 
	{ 
	color: {lightcolor}; 
	position: absolute; 
	top: 5px; left: 5px;
	}	

/*** table **********/

table
{
	width: 100%;
}

tr.main-row th
{
	background: #318e00;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
	text-transform: uppercase;
	padding: 6px 0px 6px 2px;
	margin-bottom: 1px;
	text-align:left;
}

tr.divider-row th
{
	background: #e9e9e9;
    color: #333333;
    font-weight: bold;
    font-size: 13px;
    padding: 6px 0px 6px 2px;
	text-align:left;
}

tr td
{
    color: #333333;
    padding: 3px 0px 3px 3px;
}

tr.alert td
{
	background: #FFFFFF;
    font-weight:bold;
	color:#333333;
    padding: 5px;
	text=align:center;
}

tr.one td
{
	background: #FFFFFF;
    color: #333333;
    padding: 4px 0px 4px 3px;
}

tr.two td
{
	background: #daffc6;
    color: #333333;
    padding: 5px 0px 5px 3px;
}


/*** footer **********/

.footmenu
{
	position: absolute;
    right: 30px;
    top: 20px;
    text-align:right;
}

	
#footer p
	{
	font-size: 12px;
    font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
    color: #333333;
    font-weight:bold;
    margin-left: 10px;
	}

#footer ul
{
	list-style-type: none;
    float:right;
}

#footer li
{
	float:left;
    margin-left: 10px;
}





/*** misc classes **********/

.clear {clear: both;}
.hide {display: none; }
.highlighted {background: #ffc;}
.color-text {color: red;}
.bigger {font-size: 120%;}
.float-left {float:left;}
.float-right {float:right;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.uppercase {text-transform: uppercase;}
.centered {text-align: center;}
.strike {text-decoration:line-through;}
.borderless {border:none;}

.addthis
	{
	margin: 13px 0 0 0;
	border: none;
	clear:both;
	}	
	
.addthis img, .addthis a, .addthis a:hover {border:0;text-decoration:none;}	

.drop-down
	{
	border: 1px solid {lightercolor};
	padding: 1px;
	margin: 10px 0 3px 0;
	width: 225px;
	color: {linkcolor};
	font-size: 110%;
	}	
	
a.button
	{
	padding: 3px;
	background-color: {bodycolor};
	color: #fff;
	border: none;
	}

a.button:hover
	{
	padding: 3px;
	color: #fff;
	background: {lightcolor};
	}
	
.pagination
	{
	clear: left;
	margin: 25px 0;
	}	
	
.band
	{
	padding: 10px;
	margin: 0 0 15px 0;	
	background-color: {lightercolor};
	}
	
.form-band, form.filter
	{
	padding: 10px;
	margin: 0 0 15px 0;	
	background-color: {lightercolor};
	}

.search
	{
	padding: 10px;
	margin: 0 0 20px 0;	
	background-color: #daffc6;
	}

.search table, .search table tr, .search table tr td
	{
	padding:0;
	background-color: inherit;
	}

.search form
	{
	padding-bottom: 5px;
	margin: 0;	
	}

.search input.searchinput
{
	border: 1px solid #B2B2B2;
	background-color: #fff;
    padding:3px;
}

.search select
{
	border: 1px solid #B2B2B2;
	background-color: #fff;
    padding:3px;
}


/*********** DROP DOWN MENU *********** /
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			18em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu li.last {
	float:			right;
	margin-right: 50px;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			18em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			18em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:	left;
    height:33px;
    width:960px;
	padding: 15px 0px 0px 30px;
    color: #FFFFFF;
    text-decoration: none;
    border:none;
}

.sf-menu li ul
{
	margin-top:0px;
    width:auto;
}

.sf-menu li a
{
	color: #FFF;
	text-decoration: none;
    border:none;
    padding:0px 15px 0px 0;
    margin:0px;
}

.sf-menu li a:hover
{
	text-decoration: none;
    border:none;
    margin:0px;
    padding:0px 15px 0px 0;
    background: none;
}

.sf-menu li a.droparrow:hover
{
	background: url(http://www.trimatrixlabs.com/assets/graphics/down_arrow.gif) right no-repeat;
}

.sf-menu li a.sidearrow:hover
{
	background: url(http://www.trimatrixlabs.com/assets/graphics/side_arrow.gif) right no-repeat;
}

.sf-menu li
{
	margin: 0 26px 0px 0;
    font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
    color: #FFFFFF;
    padding:0px;
}

.sf-menu li li a
{
	background: #2e8400;
    padding:8px;
    margin:0px;
    width: 220px;
    font-size: 14px;
    color: #fff;
    opacity: .9;
}

.sf-menu li li a:hover
{
	background: #1493C9;
    padding:8px;
    color: #fff;
}


.sf-menu li li li
{
	background: #2e8400;
    padding:0px;
    margin:0px;
    color: #fff;
    opacity: .9;
}

/*** arrows **/

.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

a.droparrow
{
	background: url(http://www.trimatrixlabs.com/assets/graphics/down_arrow.gif) right no-repeat;
	display:inline;
	color: #fff;	
}

a.sidearrow
{
	background: url(http://www.trimatrixlabs.com/assets/graphics/side_arrow.gif) right no-repeat;
	display:inline;
	color: #fff;
}


/********* FORM STYLING ************/
.form
{padding: 20px; background: #eefff0; margin: 25px 0;}

.form table {width: 100%; border:0; text-align:left;}

.form td, .form th
{padding: 5px 30px 5px 0;}

.form h2
{
	margin: 0 0 5px 0;
}

.form input[type=text]
{
	border-top: 2px solid #888;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
    padding:3px;
}

.form textarea
{
	border-top: 2px solid #888;
	border-right: 1px solid #B2B2B2;
	border-bottom: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
    padding:3px;
	width:478px;
}

.form .notes
{
	font-size: 90%;
	font-style:italic;
}


.form label
	{
	display:block;
	font-weight:bold;
	margin: 10px 0 3px 0;
	font-size: 110%;
	}
	
input.check
{
	font-weight: bold;
	margin-bottom: 7px;
}


.message
{
	border: 1px solid red;
	color: red;
	padding:10px;
	margin:13px 0;
}	
