/**********************************************************************************
* 
* © 2014 Ecliptic Technologies, Inc. - All Rights Reserved
* Unauthorized use or reproduction of this product is strictly prohibited by law.
* Website: www.ecliptictech.com
* Email: info@ecliptictech.com
*
* Name: desktop.css
* Description: Additional desktop styles for www.freshfinance.us
*
***********************************************************************************/

/* Body 
----------------------------------------------------------------------------------*/

body
	{
	background-repeat:no-repeat;
	background-position:center 128px;
	/*background-image:url(/sitegraphics/freshfinance-sitebg.jpg);*/
	}

html, body, form
    {
    height:100%;
    }

#caution-container
    {
    font-size:0.75em;
    }

object, iframe
    {
    margin:0.3125em 0 1.3125em;
    }

*:first-child+html embed
    {
    margin:0.3125em 0 1.3125em;
    }

* html embed
    {
    margin:0.3125em 0 1.3125em;
    }


/* Base text
----------------------------------------------------------------------------------*/

h1
	{
	margin:16px 0 0;
	}

h1 a
    {
    width:232px;
    height:99px;
	background-image:url(/sitegraphics/freshfinance-logo-print.jpg);
    }

h2
	{
	font-size:1.625em;
	}

h3
	{
	font-size:1.375em;
	}

h4
	{
	font-size:1.25em;
	}

h5
	{
	font-size:1.125em;
	}

h3 + h3, h3 + h5, h5 + h3, h5 + h5
    {
    margin-top:1.3125em;
    }

h6, p, ul, ol, time, pre
	{
	font-size:0.875em;
	}

blockquote
	{
	margin:0 1.3125em;
	}

pre
    {
    margin-bottom:1.3125em;
    }

@media screen and (min-width:1140px)
	{
	body
		{
		line-height:1.5em;
		}
	
	h2
		{
		font-size:1.75em;
		}

	h3
		{
		font-size:1.4375em;
		}

	h4
		{
		font-size:1.3125em;
		}

	h5
		{
		font-size:1.25em;
		}

	h6, p, ul, ol, time, pre
		{
		font-size:1em;
		}
	}


/* Tables 
----------------------------------------------------------------------------------*/

table
    {
    margin:0.3125em 0 1.3125em;
    }

table th, table td
    {
    font-size:0.875em;
    }

/* correct sizing when user incorrectly adds paragraph tags with CMS inside table cells */

table th p, table td p
    {
    line-height:1.3125em;
    }


/* Images 
----------------------------------------------------------------------------------*/

img
    {
	margin-bottom:1.3125em;
    }

.imageleft, .imagesticky
    {
    margin-right:1.3125em;
    }

.imageright
    {
    margin-left:1.3125em;
    }

.imagecenter
	{
	margin-bottom:1.3125em;
	}


/* Container
----------------------------------------------------------------------------------*/

#container
	{
	min-height:100%;
	}

#popup-container
    {
    margin:1em;
    }


/* Header
----------------------------------------------------------------------------------*/

#header
    {
	width:100%;
    height:128px;
	margin:0;
	padding:0;
	border:none;
    }

#mast
    {
    float:none !important;
    width:950px;
    height:100%;
    margin:0 auto;
    }

#logo
    {
    width:auto;
    }

#header-supplemental
    {
    display:block;
    float:right;
    }

#social
    {
    margin-top:20px;
    }

#header-supplemental p
    {
    /*margin-top:70px;*/
    padding-bottom:0;
    font-weight:bold;
    font-style:normal;
    color:#505050;
    }

#phone, #tagline
    {
    display:block;
    }

#phone
    {
    float:right;
    margin:20px 1em 0 0;
    font-size:1.25em;
    }

#tagline
    {
    float:right;
    width:60%;
    padding-top:20px;
    font-size:1.125em;
    text-align:right;
    clear:both;
    }

#header-supplemental .nicebutton
    {
    font-size:0.7em;
    }

@media screen and (min-width:1140px)
	{
	#mast
        {
        width:1100px;
        }
	}


/* Navigation
----------------------------------------------------------------------------------*/

#nav
	{
	display:block;
	position:fixed;
	top:128px;
	float:left;
	width:100%;
    height:34px;
	margin:0;
    /*background:#505050 url(/sitegraphics/freshfinance-nav.gif) repeat-x;*/
    background:#2c384e;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#5b82ba), to(#2c384e));
    background:-webkit-linear-gradient(top, #5b82ba, #2c384e); 
    background:-moz-linear-gradient(top, #5b82ba, #2c384e);
    background:-ms-linear-gradient(top, #5b82ba, #2c384e);
    background:-o-linear-gradient(top, #5b82ba, #2c384e);
    background:linear-gradient(top, #5b82ba, #2c384e);
    -pie-background:linear-gradient(top, #5b82ba, #2c384e);
    border-width:2px 0;
    border-style:solid;
    border-color:#6e8dc2/*#222c3d*/;
	z-index:1;
	}

#nav ul
    {
    width:950px;
    margin:0 auto;
    padding:0;
    font-size:0.875em;
    list-style:none;
    }

#nav li
    {
    float:left;
    border-width:0 1px 0 0;
    border-style:solid;
    border-color:#6e8dc2/*#222c3d*/;
    }

#nav li:first-child
    {
    border-width:0 1px;
    }

#nav a
    {
    display:block;
    height:28px;
    padding:6px 13px 0;
    color:#dadada/*#fff*/;
	background:#2c384e;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#5b82ba), to(#2c384e));
    background:-webkit-linear-gradient(top, #5b82ba, #2c384e); 
    background:-moz-linear-gradient(top, #5b82ba, #2c384e);
    background:-ms-linear-gradient(top, #5b82ba, #2c384e);
    background:-o-linear-gradient(top, #5b82ba, #2c384e);
    background:linear-gradient(top, #5b82ba, #2c384e);
    -pie-background:linear-gradient(top, #5b82ba, #2c384e);
    border:none;
    }

#nav a:hover, #nav a:focus
    {
    color:#fff/*#222c3d*/;
    background:#415375;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#6e9de0), to(#415375));
    background:-webkit-linear-gradient(top, #6e9de0, #415375); 
    background:-moz-linear-gradient(top, #6e9de0, #415375);
    background:-ms-linear-gradient(top, #6e9de0, #415375);
    background:-o-linear-gradient(top, #6e9de0, #415375);
    background:linear-gradient(top, #6e9de0, #415375);
    -pie-background:linear-gradient(top, #6e9de0, #415375);
    }

#nav a:active
    {
    height:27px;
    padding-top:7px;
    -moz-box-shadow:inset -3px 3px 5px #404040;
    -webkit-box-shadow:inset -3px 3px 5px #404040;
    box-shadow:inset -3px 3px 5px #404040;
    behavior:url(/pie/PIE.htc); /* work-around to force CSS3 behavior in IE8/7 */
    }

#nav-menu-link, #nav-mobile
    {
    display:none;
    }

@media screen and (min-width:1140px)
	{
	#nav ul
        {
        width:1100px;
        font-size:1em;
        }
    
    #nav a
        {
        height:30px;
        padding-top:4px;
        }
    
    #nav a:active
        {
        height:29px;
        padding-top:5px;
        }
	}


/* Second-level lists 
----------------------------------------------------------------------------------*/

#nav li ul
	{
	display:none;
	width:auto;
	position:absolute;
	left:-999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin:-24px 0 0 120px;
	padding:0 0 0 0;
	list-style:none;
	background:#9fcee6;
	/*background:rgba(77,122,153,0.7);*/
	/*border:2px solid #91d0eb;*/
	/*border-right:1px solid #334d66;
	border-bottom:1px solid #334d66;
	border-left:1px solid #334d66;*/
	z-index:10;
	/*filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;*/
	}

#nav li ul ul
	{
	margin:-20px 0 0 80%;
	}

#nav li ul li
	{
	float:none;
	margin:0;
	padding:0;
	border:none;
	}
	
#nav li ul li a
	{
	/*background:none;*/
	/*padding:7px 13px 7px 13px;
	background:#4d7a99;
	background:rgba(77,122,153,0.9);*/
	/*border:none;*/
	}
	
#nav li ul li a:hover
	{
	/*background:#7999af;
	background:rgba(121,153,175,0.9);*/
	}

#nav li ul li a:active
	{
	}

#nav li:hover, #nav li.sfhover
    {
    position:static;
    /*background:#7999af;
    background:rgba(121,153,175,0.9);*/
    }

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul
    {
    left:-999em;
    }

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul /* lists nested under hovered list items */
	{
	left:auto;
	}


/* Banner
----------------------------------------------------------------------------------*/

#banner, #slideshow
    {
	display:block;
    }


/* Main background
----------------------------------------------------------------------------------*/

#main
    {
    float:none !important;
    width:950px;
    margin:162px auto 70px;
    padding:1.5em 0;
    clear:both;
    }

/* clearfix hack to keep floats from overlapping footer */

.clearfix:after
    {
    content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
	
.clearfix
    {
    display:inline-block;
    }

/* Hides from IE-mac \*/
    
* html .clearfix
    {
    height:1%;
    }

.clearfix
    {
    display:block;
    }

/* End hide from IE-mac */

@media screen and (min-width:1140px)
	{
	#main
        {
        width:1100px;
        }
	}


/* Content
----------------------------------------------------------------------------------*/

#content
	{
	width:670px;
	min-height:300px;
	/*margin-right:-1px;*/
	padding:10px 20px 0 0;
	/*border-right:1px solid #c0c0c0;*/
	}

.video-container
	{
	margin-bottom:1.3125em;
	}

@media screen and (min-width:1140px)
	{
	#content
        {
        width:800px;
        }
	}


/* Summary/Item list
--------------------------------------------------------------------------------*/

ul.itemlist, ol.itemlist
    {
    margin:0.3125em 0 1.3125em;
    }

.itemlist li
    {
    /*width:30.25%;
    margin:0 2.25% 1.3125em 0;*/
    /*margin-left:16px;*/
    }

.itemlist li a.iteminfo
    {
    /*height:260px;*/
    }

.itemlist li a.iteminfo span
    {
    width:100%;
    padding:0;
    }

.itemlist li a.iteminfo img
    {
    float:none !important;
    margin:0/* auto 0.5em*/;
    }

.itemlist strong
    {
    /*font-size:1em;*/
    }

.itemlist em
    {
    /*padding-bottom:1em;
    font-size:0.875em;*/
    }


/* Section gallery
----------------------------------------------------------------------------------*/

.section li
	{
    margin-bottom:1.3125em;
    }

.section a
    {
    width:auto;
    }

.section img
    {
    margin:0 0 1.3125em 1.3125em;
    }

.section strong
    {
	font-size:1.25em;
    }

.section span.jobtitle, .section em
    {
    font-size:0.875em;
    }

.section em
    {
    margin-bottom:1.3125em;
    }


/* Events list
----------------------------------------------------------------------------------*/

.nav-events label, .nav-events select
    {
    font-size:0.875em;
    }

.events-list img
    {
    max-width:100px;
    }


/* Lightbox galleries
----------------------------------------------------------------------------------*/

.lb-gallery
	{
	margin-bottom:1.3125em;
	}


/* Google map
----------------------------------------------------------------------------------*/

.map
    {
    margin-bottom:1.3125em;
    }

.map small
    {
    font-size:0.875em;
    }


/* Sidepane
----------------------------------------------------------------------------------*/

#supplemental
    {
    width:240px;
    padding:10px 0 0 20px;
    border-top:none;
    /*border-left:1px solid #c0c0c0;*/
    }

@media screen and (min-width:1140px)
	{
	#supplemental
        {
        width:260px;
        }
	}


/* Footer
----------------------------------------------------------------------------------*/

#footer
    {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:70px;
    padding:0;
    /*background:#000;
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#242424), to(#000));
    background:-webkit-linear-gradient(top, #242424, #000); 
    background:-moz-linear-gradient(top, #242424, #000);
    background:-ms-linear-gradient(top, #242424, #000);
    background:-o-linear-gradient(top, #242424, #000);
    background:linear-gradient(top, #242424, #000);
    -pie-background:linear-gradient(top, #242424, #000);
    border-top:none;*/
    }

#footer-main
    {
    position:relative;
	width:950px;
    margin:0 auto;
    padding:0.625em 0;
    }

@media screen and (min-width:1140px)
	{
	#footer-main
        {
        width:1100px;
        }
	}


/* Forms 
----------------------------------------------------------------------------------*/

.basicform fieldset legend
    {
    font-size:1.25em;
    }

.basicform fieldset ol ol li.noinput, .basicform fieldset ol ul li.noinput
	{
	line-height:1.3125em;
	}
	
.basicform fieldset ol ol li.noinput, .basicform fieldset ol ul li.noinput, .basicform fieldset label, .basicform fieldset .text-nofield, .basicform fieldset .textbox, .basicform fieldset .shorttextbox, .basicform fieldset select, .basicform fieldset textarea, .basicform fieldset fieldset legend, .basicform fieldset fieldset.subtextboxes legend, .basicform fieldset fieldset label, .basicform fieldset fieldset.subtextboxes label, .basicform fieldset fieldset.longlist label, .basicform fieldset fieldset.longlist span.checkbox, .basicform fieldset fieldset.longlist span.checkbox label, .basicform fieldset .button, .simpleform label, .simpleform .textbox, .simpleform select, .simpleform textarea, .simpleform .fileupload, .simpleform .button
	{
	font-size:0.875em;
	}

@media screen and (min-width:1140px)
	{
	.basicform fieldset legend
		{
		font-size:1.5em;
		}

	.basicform fieldset ol ol li.noinput, .basicform fieldset ol ul li.noinput
		{
		line-height:1.5em;
		}
		
	.basicform fieldset ol ol li.noinput, .basicform fieldset ol ul li.noinput, .basicform fieldset label, .basicform fieldset .text-nofield, .basicform fieldset .textbox, .basicform fieldset .mediumtextbox, .basicform fieldset .shorttextbox, .basicform fieldset select, .basicform fieldset textarea, .basicform fieldset fieldset legend, .basicform fieldset fieldset.subtextboxes legend, .basicform fieldset fieldset label, .basicform fieldset fieldset.subtextboxes label, .basicform fieldset fieldset.longlist label, .basicform fieldset fieldset.longlist span.checkbox, .basicform fieldset fieldset.longlist span.checkbox label, .basicform fieldset .btn-form, .simpleform label, .simpleform .textbox, .simpleform select, .simpleform textarea, .simpleform .fileupload, .simpleform .btn-form
		{
		font-size:1em;
		}
	}


/* CMS created form
----------------------------------------------------------------------------------*/

.bodyText .formitems_heading
    {
	font-size:1em;
    }

.bodyText th p, .bodyText td p, .bodyText .formitems_label, .bodyText .formitems
    {
    font-size:0.875em;
    }


/* Mailing list form
----------------------------------------------------------------------------------*/

#frm-mailinglist
    {
    margin-bottom:1.3125em;
    }

#frm-mailinglist label, #frm-mailinglist .textbox, #frm-mailinglist .button
    {
    font-size:0.875em;
    }

#frm-mailinglist .button
	{
	margin-bottom:1.3125em;
	}


/* Horizontal rules
----------------------------------------------------------------------------------*/

.hr
	{
	margin-bottom:1.3125em;
	}