/*
Theme Name: Elive
Theme URI: http://elive.net
Author: Sean Ryan & Paul Mackessey
Author URI: http://elive.net/
Description: Custom theme for Elive.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: dark, light, white, orange, one-column, two-columns, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
h1.entry-title {
	display: block;
	clear: both;
	font-weight: bold;
	margin: 10px 0;
	font-size: 16px;
}

/*** Advertising Banners ****/

.sideads.left {
	margin-left: -185px;
}
.sideads.right {
	margin-left: 976px;
}
.sideads {
    height: 1086px;
    max-width: 170px;
    overflow: hidden;
    position: absolute;
}

/***MAIN****/
img{
	border:none;
}
header, nav, article, footer, address {
    display: block;
}
body{
	width:960px;
	position:relative;
	margin: 0px auto;
	overflow:hidden;
	/*= fonts line height etc*/
	font-family: helvetica, arial sans-serif;
	font-size:13px;
	overflow: auto;
}
section{
	position:relative;
}

/* =Structure
----------------------------------------------- */

#page {
	margin: 0em auto;
	max-width: 1000px;
	line-height: 18px;

}
#branding hgroup {
	margin: 0 7.6%;
}
#access div {
	margin: 0 0px;
}
#primary {
	float: left;
	margin: 0 0% 0 0;
}
#content {
	margin: 0 10px 0 5px;
	width: 610px;
}
#secondary {
	float: right;
	margin-right: 5px;
	width: 330px;
}


/***HEADER****/
header{
	ovrflow:hidden;
	width:100%;
}
header div{
	float:left;
	position:relative;
}
header div.logo{
	width:165px;
}
header div.ibs{
	width:445px;
	font-size:1.7em;
	padding:40px 0px 0px 20px;
	height:6px;
	color:#405b77;
}
header div.ibs span{
	color:#FF7627;
}
header div.account{
	width:330px;
	overflow:hidden;
	color:#b2b1b1;
}
header div.account span{
	margin-left:15px;
}
header div.account a{
	color:#b2b1b1;
	text-decoration:none;
}
header div.account b{
	color:#ff7627;
	font-weight:bold;
}
header div.account p{
	margin:5px 0px 0px 5px;
	padding:0px;
	position:relative;
	width:158px;
	float:left;
}
header div.account p a{
	position:absolute;
	top:12px;
	left:50px;
	text-decoration:none;
	color:#fff;
	font-size:14px;
}
/***NAVIGATION****/
nav.main{
	width:100%;
	clear:both;
	background-image:url(images/nav_background.png);
	height:36px;
	position:relative;
}
nav.main img{
	position:absolute;
	top:0px;
	z-index:10;
}
nav.main img.leftcorner{
	left:0px;
}
nav.main img.rightcorner{
	right:0px;
}
nav ul{
	width:100%;
	display:block;
	list-style-type:none;
	color:#fff;
	margin:0px;
	padding:0px;
	position:relative;
}
nav.main ul li{
	float:left;
	height:16px;
	margin:0px;
	padding:10px 10px;
	background-image:url(images/nav_separator.png);
	background-position:top right;
	background-repeat:no-repeat;
}
nav.main ul li a{
	color:#fff;
	text-decoration:none;
}
nav.main ul li.current{
	background-image:url(images/nav_current.png);
	background-position:top left;
	background-repeat:repeat;
}
/*
.sub-menu {
        box-shadow:  0 3px 3px rgba(0, 0, 0, 0.2);
        display:  none;
        float:  left;
        left:  0;
        top:  26px;
        width:  200px;
        z-index:  99999;
        margin-left:  25px;
}
*/
ul.sub-menu {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 26px;
    width: 200px;
    z-index: 99999;
}
.sub-menu ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 3.333em;
	left: 0;
	width: 188px;
	z-index: 99999;
}
.sub-menu ul ul ul {
	left: 100%;
	top: 0;
}
.sub-menu ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 250px;
}
.sub-menu li:hover > a,
.sub-menu ul ul :hover > a,
.sub-menu a:focus {
	background: #efefef;
}
ul.sub-menu li a:link {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #333300;
	line-height: 27px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	letter-spacing: 0.2pt;
	height: 27px;
}
ul.sub-menu li a:visited {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #333300;
	line-height: 27px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	letter-spacing: 0.2pt;
	height: 27px;
	list-style-position: outside;
	list-style-type: square;
}
ul.sub-menu li a:hover {
	display: block;
	margin: 0;
	text-decoration: underline;
	line-height: 27px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	letter-spacing: 0.2pt;
	height: 27px;
	color: #333300;
	background-color: #C7B489;
	list-style-position: inside;
	list-style-type: square;
	background-image: none;
}
ul.sub-menu li a:active {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #333333;
	line-height: 27px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
	letter-spacing: 0.2pt;
	height: 27px;
}

/***FOOTER NAVIGATION****/
div.footer{
	width:960px;
	clear:both;
	margin:10px 0px;
	overflow: auto;
}
div.footer h2 {
	color:#ffd1b6;
	font-size:13px;
	line-height: 15px;
}
div.footer span{
	display:block;
	color:#7a7a7a;
	font-size:0.7em;
	margin-top:10px;
}
div.footer span.copy1{
	float:left;
}
div.footer span.copy2{
	float:right;
}
div.footer p{
	font-size:12px;
	line-height: 15px;
}
div.footer a{
	text-decoration:none;
	color:#fff;
}
.alignleft {
	float: left;
	margin-right: 6px;
}
div.footer nav{
	/*
	background-image:url(images/footer_background.jpg);
	background-position:top left;
	background-repeat:repeat;
	*/
	background:url('images/footer_background.jpg') top left repeat;
	position:relative;
	overflow:hidden;
	padding:10px 0px;
}
div.footer nav li{
	float:left;
	width:220px;
	font-size:12px;
	line-height: 16px;
}
div.footer nav ul li ul{
	display:block;
	position:relative;
	margin:5px 0px 5px -20px;
}
div.footer nav ul li ul li{
	float:none;
	font-size:0.8em;
	margin-top:5px;
	overflow:hidden;
}
div.footer nav ul li ul li p.partners{
	background-color:#fff;
	width:90%;
}
div.footer nav ul li ul li img.site{
	float:left;
	margin-right:4px;
}
div.footer nav ul li ul li p{
	width:100%;
	margin:0px 0px 10px 0px;
	padding:0px;
}
div.footer nav ul li ul li p.web{
	height:2px;
	background-color:#f7a589;
	border-bottom:1px solid #dd3c07;
}

div.footer nav ul li ul li p a{
	color:#ffc4a0;
	text-decoration: underline;
}

/***.........****/
.topProducts{
	margin:5px 0px;
	padding:0px;
	background:url('images/top_background.jpg') top left no-repeat;
	height:252px;
	width:960px;
	position:relative;
	overflow:hidden;
	clear: both;
}
#topInfo{
	width:100%;
	height:120px;
	margin-bottom: 30px;
	overflow:hidden;
}

#topInfo article{
	position:relative;
	float:left;
	margin:0px 0px 0px 0px;
	color:#fff;
	font-family:"Arial Narrow";
}
#topInfo article.centArt{
	margin-top:9px;
}
#topInfo article header{
	width:266px;
	border-bottom:none;
	border-top:none;
	padding:0px;
	position:relative;
	margin:15px auto 0px auto;
	font-size:1.2em;
	color:#fff;
	/*border:1px solid #fff;*/
	height:23px;
	overflow:hidden;
}
#topInfo article.centArt header{
	height:26px;
}
#topInfo article p{
	position:relative;
	width:266px;
	margin:10px auto 0px auto;
	overflow:hidden;
	text-align:justify;
	/*border:1px solid #fff; - use it for show*/
}
#topInfo article.centArt p{
	height:108px;
}
#topInfo article p span.hiddenImg{
 	float:right;
 	padding:5px;
 	/*border:1px solid #fff; - use it for show*/
 	width:55px;
 	height:26px;
 	display:block;
}
#topInfo article.lastArt p span.hiddenImg{
	height:36px;
}
/*


#topInfo article p a{
	color:#f67225;
}


*/
#topInfo article a.buynow:link{
	color:#fff;
}
#topInfo article a.buynow:hover{
	color:#333;
}
#topInfo article a.buynow:visited{
	color:#fff;
}
.first-more{
	top:110px;
	right:18px;
	text-decoration:none;
	color:#fff;
	font-size:1.1em;
	float: right;
	position:absolute;
}
.middle-more{
	top:150px;
	right:18px;
	text-decoration:none;
	color:#fff;
	font-size:1.1em;
	float: right;
	position:absolute;
}
.last-more{
	position:absolute;
	top:93px;
	right:18px;
	text-decoration:none;
	color:#fff;
	font-size:1.1em;
	float: right;
}
#topInfo article.centArt a.buynow{
	top:152px;
}
#topInfo article a.buynow2{
	top:96px;
}



/**domain search*/
#domainSearch{
	width:920px;
	overflow:hidden;
	color:#fff;
	font-size:16px;
	/*background:#333;*/
	padding:0px 20px 20px 20px;
}
#domainSearch *{
	margin:0px;
	padding:0px;
}
#domainSearch p.smallInfo{
	color:#667789;
	font-size:0.8em;
}
#domainSearch p span{
	color:#ff7725;
}
#domainSearch form{
	margin-top:-10px;
}
#domainSearch input[type=text]{
	width:305px;
	font-size:14px;
}
#domainSearch input[type=checkbox]{
	width:18px;
	height:18px;
	position:relative;
	top:4px;
	margin-left:10px;
}
#domainSearch input[type=image]{
	position:relative;
	top:15px;
	left:48px;
}

/***NEWS****/
section.newsholder{
	width:100%;
	overflow:hidden;
	clear:both;
}
section.news{
	width:300px;
	float:left;
	margin:0px;
	background-color:#f8f8f8;
	padding:0px 10px;
}
section.news h1{
	color:#ff7725;
	margin:5px 0px 5px 0px;
	font-size:13px;
}
article header{
	color:#00244a;
	border-bottom:1px solid #ff7725;
	border-top:1px solid #f9c3a2;
	padding:0px 0px;
	clear: both;
	line-height: 30px;
}
article header a{
	color:#00244a;
	text-decoration:none;
}
article section{
	text-align:justify;
	color:#595858;
	font-family:"Arial Narrow";
}
article section a{
	color:#ff7725;
}
/***PRODUCTS****/
section.products{
	width:638px;
	float:left;
	margin:0px 0px 0px 2px;
	clear:right;
}

/*------------------------  Recent Posts home page ----------------------------*/
#advanced-recent-posts-2 ul {
	padding-left: 12px;
	margin: 0px;
}
#advanced-recent-posts-2 ul li {
	padding: 8px 0 12px 0;
	margin: 0px;
}
#advanced-recent-posts-2 ul li a:link{
	color:#00244a;
	text-decoration: none;
}
#advanced-recent-posts-2 ul li a:hover{
	color:#ff7725;
	text-decoration: underline;
}
.recent-post-item {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.recent-post-item p {
	margin: 0px;
}
.post-title {
	color:#00244a;
	border-bottom:1px solid #ff7725;
	border-top:1px solid #ddd;
	padding:8px 0px;
	display: block;
}
.post-date {
	background-color: #ddd;
	padding: 6px;
	font-size:10px;
}
.post-entry {
	color:#595858;
	padding:0px 0px;
	font-size:13px;
}


/* =IE7
----------------------------------------------- */

#ie7 article.intro {
	margin-left: -7.6%;
	margin-right: -7.6%;
	padding-left: -7.6%;
	padding-right: -7.6%;
	max-width: 1000px;
}
#ie7 section.featured-post {
	margin-left: -7.6%;
	margin-right: -7.6%;
	max-width: 850px;
}
#ie7 section.recent-posts {
	margin-right: 7.6%;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #00244a; /* Show a solid color for older browsers */
	background:url('images/nav-bkgd.gif') top left no-repeat;
	clear: both;
	display: block;
	float: left;
	margin: 0 0 6px 0;
	width: 100%;
}
#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 0;
	padding-left: 0;
}
#access li {
	float: left;
	position: relative;
}
#menu-item-316 {
	float: left;
	position: relative;
	background: #FF0000;

}

#access a {
	color: #eee;
	display: block;
	line-height: 36px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 36px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 13px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
#access ul li:hover > ul {
	display: block;
}
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}

/* Search Form */
#branding #searchform {
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}
#branding #searchform div {
	margin: 0;
}
#branding #s {
	float: right;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
	width: 72px;
}
#branding #s:focus {
	background-color: #f9f9f9;
	width: 196px;
}
#branding #searchsubmit {
	display: none;
}
#branding .only-search #searchform {
	top: 5px;
	z-index: 1;
}
#branding .only-search #s {
	background-color: #666;
	border-color: #000;
	color: #222;
}
#branding .only-search #s,
#branding .only-search #s:focus {
	width: 85%;
}
#branding .only-search #s:focus {
	background-color: #bbb;
}
#branding .with-image #searchform {
	top: auto;
	bottom: -27px;
	max-width: 195px;
}
#branding .only-search + #access div {
	padding-right: 205px;
}

/* =Widgets
----------------------------------------------- */

.widget-area {
	font-size: 12px;
}
.widget {
	margin: 0px;
	float: left;
	width: 200px;
	padding: 0 20px;
}
.widget-title {
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.1em;
	line-height: 14px;
	text-transform: uppercase;
}
.widget ul {
	font-size: 15px;
	margin: 0;
}
.widget ul ul {
	margin-left: 1.5em;
}
.widget ul li {
	color: #777;
	font-size: 13px;
}
.widget a {
	font-weight: bold;
	text-decoration: none;
}
.widget a:hover,
.widget a:focus,
.widget a:active {
	text-decoration: underline;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Ephemera Widget */
section.ephemera ol,
.widget_twentyeleven_ephemera ol {
	list-style: square;
	margin: 5px 0 0;
}
.widget_twentyeleven_ephemera .widget-entry-title {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
}
.widget_twentyeleven_ephemera .comments-link a,
.widget_twentyeleven_ephemera .comments-link > span {
	color: #666;
	display: block;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.76333em;
	text-transform: uppercase;
}
section.ephemera .entry-title .comments-link a:hover,
.widget_twentyeleven_ephemera .entry-title .comments-link a:hover {
}
section.ephemera .entry-title a span {
	color: #29628d;
}

/*--------------------------  new css by Paul Mackessey - 23-09-14 -------------------------- */ 

section .column-2 {
	width: 320px;
	float: left;
}

section .column-2 a:link {
	color: #0f2c4e;
	text-decoration: none;
}
section .column-2 a:visited {
	color: #0f2c4e;
}
section .column-2 a:hover {
	color: #dd5f22;
	text-decoration: underline;
}
section .column-2 a:active {
	color: #0f2c4e;
}

section .column-2 h3 { font-family: 'Arvo', serif; font-weight: 400; color: #dd5f22; font-size: 17px; }

section .column-3 {
	width: 320px;
	float: right;	
}
.col-block {
	margin: 10px 0 10px 0;
	padding: 0 0 1px 0;
	background-image: url('images/grey-divider.jpg');
	background-position: center bottom;
	background-repeat: no-repeat;
	
}
.graphic img {
	width: 66px;
	height: 66px;
	float: left;
	margin: -8px 0 10px 0;
}

.description {
	color: #0f2c4e;
	font-size: 14px;
}

.sub-footer {
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	float: left;
}
.sub-footer aside {
	width: 100%;
	height: auto;	
	padding: 0px;
	margin: 0px;
}
.sub-footer p {
	padding: 0px;
	margin: 0px;
}
#custom_post_widget-12 {
	width: 44%;
}

/**
 * WP Bannerize Frontend Sample styles
 *
 * @author     =undo= <g.fazioli@undolog.com>, <g.fazioli@saidmade.com>
 * @copyright  2008-2011 Saidmade Srl
 * @since      3.0
 */

div.wp_bannerize div {
	text-align : center;
}

div.wp_bannerize div span {
	font-weight : bold;
	text-align  : center;
}

div.wp_bannerize p.wp-bannerize-support {
	text-align            : center;
	padding               : 4px;
	background            : #eee;
	-moz-box-shadow       : 0 0 4px #aaa;
	-webkit-box-shadow    : 0 0 4px #aaa;
	box-shadow            : 0 0 4px #aaa;
	-moz-border-radius    : 32px;
	-webkit-border-radius : 32px;
	border-radius         : 32px;
}

/***NEWS****/
section.newsholder{
	width:100%;
	overflow:hidden;
	clear:both;
}
section.news{
	width:300px;
	float:left;
	margin:0px;
	background-color:#f8f8f8;
	padding:0px 10px;
}
section.news header{
	color:#ff7725;
	margin:5px 0px 5px 0px;
	font-size:15px;

section.news a{
	color:#ff7725;
	margin:5px 0px 5px 0px;
	font-size:13px;
}
article header{
	color:#00244a;
	border-bottom:2px solid #ff7725;
	border-top:1px solid #f9c3a2;
	padding:10px 0px;
}
article header a{
	color:#ff7725;
	margin:5px 0px 5px 0px;
	font-size:13px;
}
article section{
	text-align:justify;
	color:#595858;
	font-family:"Arial Narrow";
}
article section a{
	color:#ff7725;
}
#secondary {
	width: 200px;
	height: 500px;
}