/*
Theme Name: Negotiis
Theme URI: 
Description: Negotiis Theme
Version: 0.1
Author: Alistair Deneys
Author URI: 
Tags: negotiis
*/

html
{
	font-family: "Trebuchet MS", Arial, Helvetica, "Sans Serif";
	font-size: 12px;
	/*color: #464749;*/
	color: #333333;
}

h1, h2, h5, h6
{
	color: #FF9E00;
}

h3, h4
{
	color: #00A3F1;
}

fieldset
{
	margin: 0;
	padding: 0;
	border: none;
}

a
{
	color: #00A3F1;
}

body
{
	background: #ffffff url(images/page_bg.png) repeat-x top;
	margin: 0;
	padding: 0;
}

.page_border_left
{
	width: 8px;
	height: 100%;
	background:url(images/page_border_left.png) repeat-y;
	position: absolute;
	top: 0;
	left: -8px;
}

.page_border_right
{
	width: 8px;
	height: 100%;
	background:url(images/page_border_right.png) repeat-y;
	position: absolute;
	top: 0;
	right: -8px;
}

#pageHolder
{
	margin-right: 100px;
	/*float: left;*/
}

#page
{
	margin: 0 50px;
	padding: 0;
	background: #ffffff;
	position: relative;
	/*border-top: solid 1px #000000;*/
	float: left;
	width: 100%;
}

.content li
{
	color: #FF9E00;
}

.content li.comment
{
	color: #464749;
}

.quickinfo
{
	text-align: right;
	font-size: /*16px;*/1.3em;
	font-weight: bold;
	color: #00A4F1;
	width: 100%;
}

.quickinfo .highlight
{
	color: #FF9E00;
	margin-right: 20px;
}

.quickinfo span
{
	margin-left: 20px;
}

#header
{
	padding: 0;
	margin: 0 0 25px 0;
	float: left;
	width: 100%;
}

#headerimg
{
	background:transparent url(images/header.png) right top no-repeat;
	width: 100%;
	height: 120px;
	margin-top: 3px;
}

.logo
{
	color: transparent;
	float: left;
	margin-left: 20px;
}

.logo img
{
	border: none;
}

#searchform
{
	float: right;
	margin: 10px 10px 10px 0;
}

.body #searchform
{
	float: left;
}

.primary_menu 
{
	float: left;
	width: 100%;
	background-color: #00A3F1;
	color: #ffffff;
	font-size: /*14px;*/1.25em;
}

.primary_menu a, .primary_menu a:visited
{
	text-decoration: none;
	color: #ffffff;
}

.primary_menu a
{
	padding: 5px 5px 5px 5px;
	width: 200px;
}

.primary_menu a:hover, .primary_menu .current_page_item a, .primary_menu .current_page_ancestor a, .primary_menu .current_page_item ul a:hover, .primary_menu .current_page_ancestor .current_page_item a, .primary_menu .current_page_ancestor ul a:hover
{
	background-color: #FF9E00;
}

.primary_menu .current_page_item ul a, .primary_menu .current_page_ancestor ul a
{
	background-color: transparent;
}

.primary_menu ul
{
	margin: 0 0 0 15px;
	padding: 0;
}

.primary_menu li
{
	float: left;
	display: block;
	position: relative;
	margin: 5px;
}

.primary_menu li ul
{
	display: none;
	position: absolute;
	background-color: #00A3F1;
	min-width: 150px;
	margin: 5px 0 0 0;
}

.primary_menu li li
{
	border-bottom: solid 1px #ffffff;
	width: 100%;
	margin: 0;
}

.primary_menu li:hover ul
{
	display: block;
}

.primary_menu li li a
{
	display: block;
}

.sidebar
{
	width: 200px;
	float: left;
	margin-left: 20px;
}

.sidebar .panel, .sidebar .promo
{
	margin-bottom: 15px;
	padding-bottom: 10px;
	background:#ffffff url(images/promo_bg_fade.png) right repeat-y;
}

.sidebar .title
{
	background-color: #77C31D;
	color: #ffffff;
	font-size:/* 14px;*/1.2em;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
}

.sidebar input
{
	margin: 0 0 10px 0;
}

.sidebar .highlight
{
	font-weight: bold;
	
}

.sidebar .company_title
{
	font-weight: bold;
	font-size: 1.1em;
}

.sidebar .body
{
	margin: 0 10px;
}

.social
{
	text-align: center;
}

.social ul
{
	margin: 10px 0 0 0;
	padding: 0;
	/*float: left;*/
}

.social ul li
{
	list-style: none;
	display: inline;
	padding: 0 5px 0 0;
	margin: 0 3px;
}

.social li a img
{
	border: none;
}

.secondary_menu a, .secondary_menu a:visited
{
	text-decoration: none;
	color: #464749;
}

.secondary_menu a:hover, .secondary_menu  .current_page_item a, .secondary_menu .current_page_item ul a:hover
{
	color: #FF9E00;
	text-decoration: underline;
}

.secondary_menu .current_page_item ul a
{
	text-decoration: none;
	color: #464749;
}

.secondary_menu li
{
	list-style: none;
	margin-bottom: 5px;
}

.secondary_menu ul
{
	padding: 0;
}

.secondary_menu ul ul
{
	margin: 5px 0 0 10px;
}

.promo, .secondary_menu
{
	border-top: solid 2px #77C31D;
	padding-top: 10px;
}

.content
{
	margin-left: 230px;
	padding: 0 10px;
	/*color: #464749;*/
	font-size: /*13px;*/1.15em;
}

#footer
{
	background-color: #FF9E00;
	padding: 5px 0;
	text-align: center;
	color: #ffffff;
	float: left;
	width: 100%;
}

#footer ul
{
	/*display: inline;*/
	margin: 5px 0;
}

#footer li
{
	list-style: none;
	display: inline;
	padding: 0 15px 0 12px;
	margin: 0;
	border-right: 1px solid #ffffff;
}

#footer li.last
{
	border-right: none;
}

#footer a, #footer a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

.powered-by
{
	float: right;
	margin-right: 20px;
}

.home .tiles
{
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.home .tiles .tile
{
	width: 160px;
	height: 151px;
	position: relative;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.home .tiles .tile:hover
{
	background-position: 100% 0;
}

.home .tiles .tile .title
{
	position: absolute;
	width: 100%;
	height: 50px;
	background-color: #1A8BC0;
	top: 80px;
	color: #ffffff;
	font-size: /*14px;*/1.1em;
	font-weight: bold;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	padding: 5px;
}

.home .tiles .tile .title span
{
	opacity: 1;
	color: #ffffff;
}

.home .tiles .tile a
{
	width: 100%;
	height: 100%;
	display: block;
}

.post .date
{
	font-size: 0.8em;
	margin: 0;
}

.post p
{
	margin-top: 5px;
}

.post h3
{
	margin-bottom: 0;
}

.error, .mce_inline_error
{
	color: #cc0000;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

.indicate-required
{
	color: #cc0000;
}

.promo_title
{
	color: #FF9E00;
	font-size: 3em;
	font-weight: bold;
}

.promo_detail
{
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
}

.latest, .sitemap
{
	float: left;
	width: 100%;
	background:transparent url(images/content_bg_fade.png) repeat-y right;
	margin-bottom: 10px;
}

.sitemap ul
{
	padding: 0;
}

.sitemap ul ul
{
	padding-left: 20px;
}

.sitemap li
{
	list-style: none;
	margin: 3px 0;
}

.sitemap a
{
	text-decoration: none;
	color: #464749;
}

.sitemap a:hover
{
	color: #FF9E00;
	text-decoration: underline;
}

/* formbuilder plugin customised CSS start */

.formBuilderForm
{
	background:transparent url(images/content_bg_fade.png) repeat-y right;
	margin-bottom: 10px;
	padding: 15px 0;
}

.formBuilderField
{
	margin-bottom: 15px;
}

.formBuilderLabelRequired, .formBuilderLabel
{
	width: 200px;
	float: left;
}

.formBuilderLabelRequired
{
	font-weight: bold;
}

.formBuilderInput, .formBuilderSmallTextarea, .formBuilderSelect, .formBuilderDateStamp, .formBuilderLargeTextarea, .formBuilderPageBreak
{
	margin-left: 210px;
}

.formBuilderFailure
{
	border: solid 1px #cc0000;
	background-color: #ffdddd;
	padding: 10px;
	margin-bottom: 20px;
}

.formBuilderFailure h4
{
	margin: 5px;
}

.formBuilderError
{
	color: #cc0000;
	margin-bottom: 5px;
}

/* formbuilder plugin customised CSS end */

.mc-options ul
{
	padding: 0;
	list-style: none;
}

.mc-options label
{
	margin-left: 5px;
}

