@charset utf-8;
/*--
	Theme Name: theme1369
	Theme URI: http://template-help.com/
	Description: A theme for Wordpress 3.2.X from Template-Help.com Collection
	Author: Template_Help.com 
	Author URL: http://www.Template-Help.com/ 
--*/

/* General
---------------------------------------- */
/*
html,
body {
	min-width:960px;
	}
body{
	background:#FFFFFF;
	color: #8b8d8f;
	font: 100%/1.125em Arial, Helvetica, sans-serif;
	position:relative;
}
*/
body {
    background-image: url("images/bggrad.jpg");
    background-repeat: repeat-x;
}
/* Logo */
.logo {
	/*float:left;*/
    margin-left: 00px;
	}
	.logo h1,
	.logo h2 {
		font-size:3em;
		line-height:1.2em;
		margin-bottom:0;
		}
		.logo h1 a,
		.logo h2 a {
			color:#222;
			text-decoration:none;
			}

/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	position:relative;
	z-index:2;
	width:710px;
	float:right;
	margin:48px 0px 0 0;
	height:55px;
	border:1px solid #b6b7b8;
	background-color: #dedfe0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#cdcfd0)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #fff, #cdcfd0); /* Chrome 10+, Saf5.1+, iOS 5+ */
  background-image:    -moz-linear-gradient(top, #fff, #cdcfd0); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #fff, #cdcfd0); /* IE10 */
  background-image:      -o-linear-gradient(top, #fff, #cdcfd0); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #fff, #cdcfd0);
	}
.no-cssgradients nav.primary {
	background:url(images/sf-menu-bg.gif) 0 0 repeat-x #cdcfd0;
	}

/* Essential styles for dropdown menu */
.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:			172px; /* 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 a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			46px; /* 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:			161px; /* 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:			161px; /* match ul width */
	top:			0;
}


/* Our skin for dropdown menu */
.sf-menu {
	float:			left;
	padding:0 10px 0 10px;
}
.sf-menu a {
	text-decoration:none;
	color:			#9da3a8;
}
.sf-menu li {
	background:none;
	border:none;
}
	.sf-menu > li > a {
		display:block;
		margin:-11px 9px 0 0;
		padding:28px 10px 10px 10px;
		color:#2e3235;
		font-family: Arial;
        font-size: 16px;
        line-height:1.2em;
		position:relative;
		}
	.sf-menu > li > a:hover,
	.sf-menu > li.sfHover > a,
	.sf-menu > li.current-menu-item > a {
		color:#fff;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f05519), to(#d9501b)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #f05519, #d9501b); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #f05519, #d9501b); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #f05519, #d9501b); /* IE10 */
		background-image:      -o-linear-gradient(top, #f05519, #d9501b); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #f05519, #d9501b);
		box-shadow:3px 3px 4px rgba(0, 0, 0, .4);
		}
	.sf-menu > li > a:hover i,
	.sf-menu > li.sfHover > a i,
	.sf-menu > li.current-menu-item > a i{
		background:url(images/sf-menu-corner.png) no-repeat 0 0;
		}
	.sf-menu > li > a i {
		display:block;
		position:absolute;
		right:-11px;
		top:0;
		width:11px;
		height:11px;
		}
	
	.no-cssgradients .sf-menu > li > a:hover,
	.no-cssgradients .sf-menu > li.sfHover > a,
	.no-cssgradients .sf-menu > li.current-menu-item > a{
		background:#e7531a;
		}
	
	
	/* 1-st submenu */
	.sf-menu ul {
		background:#384147;
		padding:16px 0 11px 0;
		}
		.sf-menu li li {
			line-height:18px;
			padding:0 11px 7px 18px;
			width:auto;
			float:none;
		}
			.sf-menu li li a {
				color:#9da3a8;
				text-decoration:none;
				}
			.sf-menu li li a:hover {
				font-weight:bold;
				color:#fff;
				}
		
	/* 2-nd submenu */
	.sf-menu ul ul {
		background:#555d63;
		}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu li.current-menu-item > a {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
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*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
.logo-nav-wrap {
    border-bottom: 1px solid #ebebeb;
    /*margin: 0px 9px;*/
    height: 174px;
}
/* Always remember to compress your live stylesheet and keep an uncompressed backup */