/* General styles */
html, body {
	padding: 0; margin: 0;
	height: 100%;	
	font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	color: #504D4E;
	font-size: 13px;
}
h1, h2, h3, h4, h5 {
	color: #4E734A;
	font-weight: normal;	
}
h1, h2 {
	margin-top: 0;	
}
hr { 
	background: #999999; 
	height: 1px; 
	border: 0; 
	clear: both;
}

/* link style */
a:link, 
a:visited, 
a:active {
	color: #4E734A;	
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #4E734A;	
	text-decoration: underline;
}
/* the #fx_content is not necessary, used for tinyMCE to hide from style list */
#fx_content a[href^="frentix.com"] { 
	background: url(../img/externalLink.gif) left center no-repeat;
	padding-left: 10px;	
}
#fx_main a[href$=".pdf"] { 
	background: url(../img/pdf.gif) no-repeat;
	padding-left: 18px;	
} 
#fx_content a[href$=".zip"] { 
	background: url(../img/zip.gif) no-repeat;
	padding-left: 18px;	
} 
#fx_content a[href$=".mov"] { 
	background: url(../img/mov.gif) no-repeat;
	padding-left: 18px;	
} 
#fx_content a[href$=".txt"] { 
	background: url(../img/txt.gif) no-repeat;
	padding-left: 18px;	
} 
/* list styles */
ul {
	padding: 0 20px 0 15px;
	margin: 0;
}
li {
	list-style-type: none;
	list-style-image: url(../img/list-bullet.gif);
}

/* specific frentix styles */

*.fx_green_light {
	color: #A6C11E;	
}
*.fx_green_dark {
	color: #4E734A;	
}


/* images styles */
img.fx_leftimage {
	position: absolute;
	left: -330px; top: 25px;
}
img.fx_leftfloat {
	float: left;	
	margin: 0 20px 20px 0;
}
img.fx_rightfloat {
	float: right;	
	margin: 0 0 20px 20px;
}
img.fx_leftfloat_border {
	float: left;
	border: 1px solid #504D4E;
	margin: 0 20px 20px 0;
}
img.fx_rightfloat_border {
	float: right;	
	border: 1px solid #504D4E;
	margin: 0 0 20px 20px;
}

/* floating styles */
*.fx_clearboth {
	clear: both;
}
*.fx_clearright {
	clear: right;
}
*.fx_clearleft {
	clear: left;
}



/** ----------- tables ------------------ **/
/* all */
table{width: 99%; }
th { padding: 0.25em 1em 0.25em 1em; vertical-align: top; }
td { padding: 0.25em 1em 0.25em 1em; vertical-align: top; }

/* fancy */
.tbl-fancy {
    background: #F6F6F6;
    border: 1px solid #DDDDDD;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px;
    box-shadow: #EEE 0 2px 3px; -webkit-box-shadow: #EEE 0 2px 3px; -moz-box-shadow: #EEE 0 2px 3px; -o-box-shadow: #EEE 0 2px 3px;
    margin-bottom: 2em;
} 

.tbl-fancy tr:nth-child(odd) { background: #eee }
.tbl-fancy th:nth-child(1) { font-weight: bold; width: 25%;}






/** ----------------  TWO COLUMNS ---------------- **/

.fx_cl_2 h1 {
	color: #A6C11E;
}
.fx_cl_2 h3 {
	color: #A6C11E;
	text-transform: uppercase;
	margin-bottom: 0;
}




/** --------------- RSS -------------------- **/
	#fx_rss {
	padding: 10px 0 10px 85px;
	clear: both;
}

div.fx_rssfeed {}

div.fx_rssfeed li a {}

div.fx_rssfeed li a span {padding-right: 0.8em; font-style: italic;}
div.fx_rssfeed h1 a {
	color: #A6C11E;
}
div.fx_rssfeed div.fx_feed_more {text-align: center; margin-top: 2em;}
