/*
Theme Name: Pontis
Theme URI: http://pontis.com/
Description: Pontis theme.
Version: 0.1
Author: <a href="http://www.ilaion.com">Ilaion Web Sudio</a>[<a href="mailto:Ilaion Web Studio &lt;studio@ilaion.com&gt;">@</a>] , <a href="http://www.studioyael.co.il">Yael Shapira</a>[<a href="mailto:Yael Shapira &lt;yael@studioyael.co.il&gt;">@</a>] 
Author URI: http://www.ilaion.com
Tags: pontis
*/

/* Default Overrides */

*
{
	color: #2c2c2c;
}

A,
A:visited
{
	color:#D13240;
	font-size:11px;
}

.main
{
	width: 1000px;
	margin: 0 auto;
}

.header
{
	background-image: url(images/header-bg.gif);
	background-repeat: repeat-x;
	height: 59px;
	padding-left: 12px;
}

.menu-box,
.search-box
{
	vertical-align: top;
	padding-top: 16px;
}

.logo-box
{
	width: 215px;
	vertical-align: top;
	/*padding-right: 10px;*/
}

.search-box
{
	padding-right: 16px;
	position: relative;
	width: 182px;
}

.nav-menu
{
	
}

.nav-menu UL
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: white;
	font-size: 12px;
}

.nav-menu LI,
.nav-menu .nav-menu-first,
.nav-menu .nav-menu-last
{
	display: inline-block;
	height: 27px;
	vertical-align: middle;
}

.nav-menu LI
{
	background-color: white;
	margin-left: -3px;
	position: relative;
	left: 0px;
	/*IE7*/*display: inline;
}

.nav-menu LI A
{
	color: inherit;
	text-decoration: none;
	margin: 0px;
	font-size: 12px;
	height: 27px;
	/*IE7*/*height: 15px;
	padding: 6px;
	vertical-align: top;
	display: inline-block;
}

.nav-menu LI.selected,
.nav-menu LI.current_page_item,
.nav-menu LI.current_page_ancestor,
.nav-menu LI.current_page_parent
{
	color: #d31728;
}


.nav-menu .nav-menu-first,
.nav-menu .nav-menu-last
{
	font-size: 0px;
	color: white;
}

.nav-menu .nav-menu-first
{
	background-image: url(images/menu-left.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 8px;
	padding: 0px;
	background-color: transparent;
	/*IE7*/*display: inline;
	/*IE7*/*margin-right: 3px;
}

.nav-menu .nav-menu-last
{
	background-color: blue;
	margin: 0px;
}

#dropmenu,
#dropmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
	line-height: 1.5em;
	z-index: 300;
	background: #fff;
	height: 27px;
	width: 100%;
}

#dropmenu ul
{
	width: auto;
	height: auto;
}

#dropmenu UL LI
{
	padding: 0px;
	background-color: transparent;
	width: 100%;
	margin: 0px 0px;
	*display: block!important;
	position: static;
}

#dropmenu UL A
{
	border-bottom: 1px solid white;
	display: inline-block;
	/*IE7*/*display: block;
	min-width: 8em;
	padding: 6px;
	/*IE7*/*height: 14px;
	background-color: #f6f6f6;
	color: #858585;
	opacity:0.95;
	width: 100%;
	white-space: nowrap;
	font-size: 12px;
	margin: 0px 0px 1px 0px;
}

#dropmenu A:hover
{
	background-color: #f6f6f6;
}

#dropmenu UL A:hover
{
	background-color: #e6e6e6;
	color: black;
}

#dropmenu ul
{
	position: absolute;
	display: none;
	top: 27px;
	left: 2px;
	background-color: transparent;
}

#dropmenu ul ul
{
	top:auto;
}

#dropmenu li ul ul
{
	left: 12em;
	margin: 0px 0 0 10px;
}

#dropmenu li:hover ul ul,
#dropmenu li:hover ul ul ul,
#dropmenu li:hover ul ul ul ul
{
	display:none;
}

#dropmenu li:hover ul,
#dropmenu li li:hover ul,
#dropmenu li li li:hover ul,
#dropmenu li li li li:hover ul
{
	display:block;
}

/* Header Search */
.header-search
{
	width: 182px;
	padding-top: 2px;
	position: absolute;
}

.header-search-first,
.header-search-field,
.header-search-submit
{
	vertical-align: middle;
	float: left;
	/*border: 1px solid red;*/
}

.header-search-first
{
	background-image: url(images/search-left.gif);
	background-position: center;
	background-repeat: no-repeat;
	width: 3px;
	height: 25px;
	display: inline-block;
	/*IE7*/*display: inline;
}

.header-search-field
{
	height: 25px;
	width: 150px;
	background-color: #f9f9f9;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-left: 0;
	border-right: 0;
	padding-top: 3px;
}

.header-search-submit
{
	background-image: url(images/btn-search.gif);
	background-position: left 0;
	background-repeat: no-repeat;
	width: 27px;
	height: 25px;
}

.header-search-submit:hover
{
	background-position: left -25px;
}

/* Body */
.page-banner
{
	border-bottom: 1px solid #d8d8d8;
}

.bread-crumbs
{
	height: 71px;
	background-color: #d13240;
	padding: 2px 12px 2px 12px;
	position: relative;
}

.bread-crumbs H5
{
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	bottom: 10px;
	left: 12px;
}

.bread-crumbs H5 SPAN,
.bread-crumbs H5 A,
.bread-crumbs H5 A:visited
{
	color: white;
	text-transform: inherit;
	font-size: 14px;
	margin-right: 6px;
	font-weight: inherit;
	text-decoration: none;
	vertical-align: bottom;
}

.bread-crumbs H5 SPAN.first,
.bread-crumbs H5 *:first-child
{
	width: 180px;
	display: inline-block;
	color: white;
	font-size: 14px;
}

.bread-crumbs H5 A
{
	max-width: 675px;
	display: inline-block;
	/*IE7*/*display: inline;
}

.content
{
	min-height: 500px;
	padding-bottom: 20px;
}

.content-side-bar
{
	width: 200px;
	padding-top: 4px;
	padding-right: 5px;
	vertical-align: top;
}

.side-menu
{
	min-width: 165px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-menu LI
{
	/*height: 22px;*/
	margin: 4px 0;
	padding-right: 9px;
}

.side-menu LI DIV
{
	background-image: url(images/side-menu-bullet.gif);
	background-repeat: no-repeat;
	background-position: 12px 9px;
	padding: 4px 5px 4px 22px;
	/*height: 22px;*/
	color: inherit;
}

.side-menu LI  A ,
.side-menu LI A:visited  
{
	color: inherit;
	text-decoration: none;
	display: inline-block;
	/*IE7*/*display: inline;
	width: 100%;
	/*white-space: nowrap;*/
}

.side-menu LI A:hover 
{
	color: #d13240;
}

.side-menu LI.current_page_item
{
	/*background-image: url(images/side-menu-selected-right.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	color: #d13240;
}

.side-menu LI.current_page_item DIV
{
	background-image: url(images/side-menu-bullet-selected.gif);
	background-color: #eaeaea;
}

.content-main
{
	padding-right: 30px;
	padding-top: 4px;
	vertical-align: top;
}

.post-column
{
	width: 500px;
	display: inline-block;
	/*IE7*/*display: inline;
	vertical-align: top;
	padding-right: 35px;
	/*IE7*/*float: left;
}

.content-last
{
	width: 260px;
	display: inline-block;
	/*IE7*/*display: inline;
	vertical-align: top;
	position: relative;
	/*IE7*/*float: right;
}

.content-last .side-banner
{
	position: absolute;
	top: -42px;
	left: 0px;
	width: 270px;
	background-color: #f1f1f1;
	padding: 15px 7px;
}

.side-banner a,
.side-banner a:visited
{
	margin: 0px;
}

.post-standard
{
	margin-top: 5px;
	line-height: 18px;
}

.post-standard H6.post-title,
.post-standard H6
{
	color: #d2313f;
	font-size: 12px;
	text-align: justify;
}

.post-standard P.post-paragraph,
.post-standard P
{
	margin: 8px 0;
	text-align: justify;
}

.post-standard .post-list,
.post-standard UL
{
	list-style: none;
	padding: 0px;
}

.post-standard .post-list LI,
.post-standard UL LI
{
	background-image: url(images/side-menu-bullet.gif);
	background-position: 4px 6px;
	background-repeat: no-repeat;
	padding-left: 16px;
	margin-bottom: 10px;
	text-align: justify;
}

.post-investor
{
	border-bottom: 1px solid #d13240;
	margin-top: 5px;
}

.post-investor-image
{
	vertical-align: top;
	padding: 10px 10px 10px 0;
}

.post-investor-image IMG
{
	border: 1px solid #f1f1f1;
}

.post-investor-text
{
	padding: 15px 10px 15px;
	line-height: 18px;
}

.post-investor-text H6.post-title
{
	color: black;
	font-size: 12px;
}

.post-investor-text DIV.main-text
{
	
}

.post-investor-text DIV.main-text P
{
	margin: 8px 0;
	text-align: justify;
}

.post-investor-text .post-link-description
{
	color: #d13240;
	vertical-align: middle;
}

.post-investor-text .post-link
{
	color: #d13240;
	vertical-align: middle;
}

.post-news
{
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 18px;
	border-bottom: 1px solid #d13240;
	padding-bottom: 7px;
}

.post-news H6.post-title
{
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}

.post-news P.post-excerpt
{
	margin: 8px 0 0 0;
}

.post-news .post-link
{
	color: #d13240;
	vertical-align: middle;
	font-size: 11px;
	margin-left: 0px;
}

/* Footer */

.footer,
.footer .footer-row
{
	/*text-align: center;
	font-size: 11px;
	color: #999999;*/
}

.footer-row
{
	margin: 5px 0;
}

.footer .footer-links
{
	color: #4d4d4d;	
	font-size: 12px;
	line-height: 25px;
}

.footer .footer-copy
{
	font-size: 11px;
	color: #999999;
}

.footer A,
.footer A:visited
{
	font-size: inherit;
	color: inherit;
	text-decoration: none;
}

.footer .footer-copy SPAN
{
	font-size: inherit;
	color: inherit;
	text-decoration: none;
	vertical-align: middle;
}

/* Buttons */
A.button
{
	
}

A.btn-better-marketing
{
	display: inline-block;
	width: 182px;
	height: 27px;
	background-image: url(images/btn-better-marketing.gif);
	background-position: left 0px;
	background-repeat: no-repeat;
	margin: 0px;
}

A.btn-better-marketing:hover
{
	background-position: left -27px;
}
