/*
Theme Name: e Support
Theme URI: http://www.executivesupport.ie
Description: Inspired by iNove
Version: 1.0
Author: Alan Davis
Author URI: http://www.alandavis.ie/
*/

/* Reset
--------------------------------------------- */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, th, td {
	margin : 0;
	padding : 0;
}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size : 100%;
}
/* Removes list-style from lists */
ol, ul {
	list-style : none;
}
/* Removes border from fieldset and img */
fieldset, img {
	border : 0;
}
/* Left-aligns text in caption and th */
caption, th {
	text-align : left;
}
/* Removes quotation marks from q */
q:before, q:after {
	content :'';
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a:active {
	outline: none;
}
a img {
	border: none;
}
.alt {
	display: none;
}
blockquote {
	font-style: italic;
}
.left {
	float: left;
}
.right {
	float: right;
}
strong {
	color: #484848;
}
body {
	position: relative;
	margin: 15px auto 10px auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	background: #dcdddf url(images/es-background.gif) repeat;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 832px;
	overflow: hidden;
	background: #fff;
}
#container {
	margin: 0 auto;
	padding-top: 27px;
	width: 802px;
	overflow: hidden;
}
/* Header 
--------------------------------------------- */
#headerIndex {
	position: relative;
	height: 203px;
	background: url(images/main-header-bg.png) no-repeat bottom left;
}
#header {
	position: relative;
	height: 140px;
	background: url(images/sub-header-bg.png) no-repeat bottom left;
}
#logoIndex {
	position: absolute;
	top: 42px;
	left: 0;
	width: 270px;
	height: 84px;
}
#logoIndex a {
	width: 470px;
	height: 88px;
	display: block;
}
#logo {
	position: absolute;
	top: 28px;
	left: 0;
	width: 234px;
	height: 54px;
}
#logo a {
	width: 234px;
	height: 54px;
	display: block;
}
#logoIndex h2, #logo h2 {
	text-indent: -9999px;
}
#topNav {
	position: absolute;
	top: 18px;
	right: 32px;
}
#topNav a {
	color: #666;
}
#topNav a:hover {
	color: #333;
}
#topNav li {
	padding: 0 2px 0 6px;
	display: inline;
	font-size: 11px;
	font-weight: bold;
	background: url(images/topNav-line.png) no-repeat center left;
}
#topNav li.first-child {
	background: none;
}
#primaryNav {
	position: absolute;
	bottom: 0;
	left: 16px;
	width: 800px;
	height: 33px;
	background: #252122 url(images/primaryNav-bg.png) repeat-x;
}
#primaryNav a {
	padding: 0 6px 0 5px;
	display: inline-block;
	height: 33px;
	line-height: 33px;
	color: #fefefe;
	text-align: center;
	background: #252122 url(images/primaryNav-bg.png) repeat-x 0 0;
}
#primaryNav a:hover, body.home #primaryNav li.home a, #primaryNav li.current_page_item a, #primaryNav li.current_page_ancestor a {
	background-position: 0 -33px;
}
#primaryNav li {
	float: left;
	padding: 0 0 0 1px;
	list-style: none;
	font-size: 11.5px;
	text-transform: uppercase;
	background: url(images/primaryNav-divider.png) no-repeat top left;
}
#primaryNav li.home {
	background: none;
}
/* Content 
--------------------------------------------- */
#content, #homepage {
	float: left;
	margin-bottom: 20px;
	width: 520px;
}
#homepage h1 {
	margin: 25px 0 0 48px;
	font: normal 16px Arial, Helvetica, sans-serif;
}
#homepage a {
	color: #636363;
	font-weight: bold;
}
#homepage p {
	margin: 0 45px 20px 48px;
	color: #666;
}
#pageTitle, .pageContent, .singleContent {
	margin-left: 48px;
}
.content {
	margin-top: 10px;
}
.singleContent, .content ul, .content ol, #content p {
	margin-bottom: 30px;
}
#pageTitle {
	margin-bottom: 15px;
}
#pageTitle h2 {
	margin: 0 0 5px 0;
	padding-bottom: 5px;
	font: normal 17px Arial, Helvetica, sans-serif;
	background: url(images/footer-bg.png) repeat-x bottom left;
}
.singleContent h1 {
	font: normal 17px Arial, Helvetica, sans-serif;
}
.singleContent h2, .singleContent h3, .singleContent h4, .singleContent h5, .pageContent h2, .pageContent h3, .pageContent h4, .pageContent h5 {
	margin: 0 0 10px 0;
	color: #000;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.content ul.car-monthlisting {
	margin-bottom: 0;
}
.content ul, .content ol, #content p {
	color: #666;
}
#content p strong {
	color: #000;
	font-weight: bold;
}
.content ul li {
	margin-bottom: 5px;
	margin-left: 16px;
	padding-left: 12px;
	background: url(images/icon-bullet.png) no-repeat 0 8px;
}
.content ol li {
	margin: 0 0 10px 18px;
	list-style: decimal;
}
.breadcrumb {
	color: #9c9c9c;
	font-size: 11px;
}
.breadcrumb a, .info, .info em {
	color: #9c9c9c;
	font-style: normal;
}
.breadcrumb a:hover, .breadcrumb strong {
	color: #000;
	font-weight: normal;
}
.singlePost {
	margin: 0 0 30px 0;
	border-bottom: 1px solid #bfc0c2;
}
.last {
	border-bottom: none;
}
.singlePost h2, #recentArticles h2, .singlePost h3, .singlePost h4, .singlePost h5 {
	margin: 0 0 10px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.singlePost em {
	color: #fcb134;
}
.info {
	font-size: 11px;
}
.alignright {
	float: right;
	padding: 8px 0 10px 10px;
}
.alignleft, .alignnone {
	margin-bottom: 30px;
	display: block;
}
#content p.wp-caption-text {
	margin: 0;
	padding: 2px 0 0 0;
	color: #9d9d9d;
	font-size: 11px;
}
.postAuthor {
	color: #9d9d9d;
	font-size: 11px;
}
.postAuthor a {
	color: #9d9d9d;
}
.postAuthor a:hover {
	color: #000;
}
#recentArticles p a {
	color: #666;
}
#recentArticles p a:hover {
	color: #000;
}
#recentArticles ul {
	margin: 20px 0;
}
#recentArticles li span {
	padding-left: 2px;
	color: #666;
	font-size: 10px;
}
/* Sidebar 
--------------------------------------------- */
#sidebar {
	float: right;
	margin: 24px 45px 20px 0;
	width: 210px;
	min-height: 400px;
	display: inline;
}
.home #sidebar {
	margin-top: 0;
}
#clientLogin {
	margin: 8px 0;
	width: 210px;
	height: 31px;
	font-size: 12px;
	letter-spacing: .15px;
	line-height: 31px;
	text-transform: uppercase;
}
#clientLogin a {
	padding: 0 0 0 12px;
	width: 210px;
	height: 31px;
	display: block;
	color: #fff;
	background: url(images/client-login.png) no-repeat;
}
#clientLogin a:hover {
	background: url(images/client-login.png) no-repeat bottom left;
}
#meetAssociates {
	margin: 8px 0;
	width: 210px;
	height: 77px;
	overflow: hidden;
	color: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	letter-spacing: .15px;
	text-transform: uppercase;
	text-indent: -9999px;
	background: url(images/meet-associates.jpg) no-repeat;
}
#meetAssociates a {
	width: 210px;
	height: 77px;
	display: block;
}
#tmsdi {
	float: left;
	width: 106px;
	height: 58px;
	text-indent: -9999px;
	background: url(images/footer-links-bg.png) no-repeat;
}
#tmsdi a {
	width: 106px;
	height: 58px;
	display: block;
}
#mbti {
	float: left;
	width: 104px;
	height: 58px;
	text-indent: -9999px;
	background: url(images/footer-links-bg.png) no-repeat top right;
}
#mbti a {
	width: 104px;
	height: 58px;
	display: block;
}
#searchField {
	position: relative;
	width: 208px;
	height: 44px;
	background: url(images/search-bg.png) repeat-x;
	border: 1px solid #cdcdcd;
}
#searchField #s {
	position: absolute;
	top: 11px;
	left: 10px;
	padding: 2px 0 0 6px;
	width: 153px;
	height: 17px;
	color: #5a5a5c;
	font-size: 11px;
}
#searchButton {
	position: absolute;
	top: 16px;
	right: 8px;
}
#newsFeed {
	margin-bottom: 10px;
	width: 208px;
	background: url(images/leadership-bg.png) no-repeat;
	border: 1px solid #d4d4d4;
}
.newsPost {
	padding: 0 10px 20px 10px;
	color: #666;
	font-size: 10.5px;
}
.newsPost h2 {
	margin: 0;
	font-weight: bold;
	line-height: 15px;
}
.newsPost h2 span {
	display: block;
	font-weight: normal;
}
.newsPost h2 a {
	color: #000;
}
.newsPost div {
	display: none;
}
.newsPost p {
	display: inline;
	line-height: 16px;
}
#newsFeed h4 {
	height: 35px;
	text-indent: -9999px;
}
#newsFeed h4 a {
	width: 100%;
	height: 35px;
	display: block;
}
#newsMonthly {
	margin-bottom: 10px;
	padding: 35px 0 10px 0;
	width: 208px;
	background: url(images/monthly-bg.png) no-repeat;
	border: 1px solid #d4d4d4;
}
#newsMonthly li {
	margin-left: 10px;
	padding-left: 8px;
	font-size: 10.5px;
	font-weight: bold;
	background: url(images/news-arrow.png) no-repeat center left;
}
#newsCategories {
	margin-bottom: 10px;
	padding: 35px 0 10px 0;
	width: 208px;
	background: url(images/categories-bg.png) no-repeat;
	border: 1px solid #d4d4d4;
}
.categories {
	list-style: none;
	background: none !important;
}
#newsCategories h2 {
	display: none;
}
#newsCategories li {
	margin-left: 2px;
	padding-left: 8px;
	font-size: 10.5px;
	font-weight: bold;
	background: url(images/news-arrow.png) no-repeat center left;
}
.car-yearmonth {
	cursor: pointer;
}
.spanSearch span {
	color: #666 !important;
}
#searchList {
	margin: 30px 0;
}
#searchList li {
	margin-bottom: 5px;
	padding-left: 12px;
	color: #000;
	background: url(images/icon-bullet.png) no-repeat 0 8px;
}
#searchList li span {
	padding-left: 2px;
	color: #666;
	font-size: 10px;
}
/* Footer 
--------------------------------------------- */
#footer {
	clear: both;
	position: relative;
	padding: 10px 0;
	width: 100%;
	font-size: 11px;
	overflow: hidden;
	background: url(images/footer-bg.png) repeat-x;
}
#footer a {
	color: #a8a7ac;
}
#footer a:hover {
	color: #333;
}
#footer li {
	float: left;
	padding: 0 5px;
}
#footer li.first {
	padding-left: 48px;
}
#footer p {
	padding-right: 44px;
}
#adDesign {
	margin: 0 auto;
	padding: 5px 25px 5px 0;
	width: 832px;
	font-size: 11px;
	text-align: right;
}
#adDesign a {
	color: #a5a6a8;
}
#adDesign a:hover {
	color: #333;
}
/* Forms
--------------------------------------------- */
div.row {
	clear: both;
	vertical-align:middle;
}
div.row span.label {
	float: left;
	padding-top: 15px;
	width: 150px;
	text-align: left;
}
div.row span.formw {
	float: left;
	width: 100px;
	text-align: left;
	vertical-align:middle;
}
div.row span.formsend {
	clear: both;
	float: left;
	padding-left: 150px;
	text-align: left;
	vertical-align:middle;
}
.label {
	vertical-align: middle;
	line-height: 18px;
}
div.spacer {
	clear: both;
}
#loginFields {
	position: relative;
}
#loginForm h2 {
	display: none;
}
#user_login, #user_pass {
	padding: 1px 4px;
	width: 158px;
	height: 19px;
	background: url(images/login-input.png) no-repeat;
	border: none;
}
#loginForm label {
	margin-bottom: 5px;
	display: block;
	color: #000;
	font-weight: bold;
}
#loginForm li {
	float: left;
	margin-left: 0 !important;
	padding-left: 0;
	width: 178px;
	background: none;
}
#loginForm ul {
	float: left;
	margin: 0 0 10px 0;
}
#wp-submit {
	position: absolute;
	top: 25px;
}
#content p.rememberMe {
	clear: both;
	display: none;
}
#content p.getPassword {
	clear: both;
}
#loginForm a {
	color: #666;
}
#loginForm a:hover {
	color: #000;
}
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position:absolute;
	top:0;
	left:0;
	z-index:99999;
	overflow:hidden;
}
#cboxOverlay {
	position:fixed;
	width:100%;
	height:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear:left;
}
#cboxContent {
	position:relative;
	overflow:hidden;
}
#cboxLoadedContent {
	overflow:auto;
}
#cboxLoadedContent iframe {
	display:block;
	width:100%;
	height:100%;
	border:0;
}
#cboxTitle {
	margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor:pointer;
}
/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
	background: #999;
}
#colorBox {
}
#cboxTopLeft {
	width:25px;
	height:25px;
	background:url(images/border1.png) no-repeat 0 0;
}
#cboxTopCenter {
	height:25px;
	background:url(images/border1.png) repeat-x 0 -50px;
}
#cboxTopRight {
	width:25px;
	height:25px;
	background:url(images/border1.png) no-repeat -25px 0;
}
#cboxBottomLeft {
	width:25px;
	height:25px;
	background:url(images/border1.png) no-repeat 0 -25px;
}
#cboxBottomCenter {
	height:25px;
	background:url(images/border1.png) repeat-x 0 -75px;
}
#cboxBottomRight {
	width:25px;
	height:25px;
	background:url(images/border1.png) no-repeat -25px -25px;
}
#cboxMiddleLeft {
	width:25px;
	background:url(images/border2.png) repeat-y 0 0;
}
#cboxMiddleRight {
	width:25px;
	background:url(images/border2.png) repeat-y -25px 0;
}
#cboxContent {
	background:#fff;
}
#cboxLoadedContent {
	margin-bottom:20px;
}
#cboxTitle {
	position:absolute;
	bottom:0px;
	left:0;
	text-align:center;
	width:100%;
	color:#999;
}
#cboxCurrent {
	position:absolute;
	bottom:0px;
	left:100px;
	color:#999;
}
#cboxSlideshow {
	position:absolute;
	bottom:0px;
	right:42px;
	color:#444;
}
#cboxPrevious {
	position:absolute;
	bottom:0px;
	left:0;
	color:#444;
}
#cboxNext {
	position:absolute;
	bottom:0px;
	left:63px;
	color:#444;
}
#cboxLoadingOverlay {
	background:#fff url(images/loading.gif) no-repeat 5px 5px;
}
#cboxClose {
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	color:#444;
}
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');
}
.cboxIE #cboxTopCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');
}
.cboxIE #cboxTopRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');
}
.cboxIE #cboxBottomLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');
}
.cboxIE #cboxBottomCenter {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');
}
.cboxIE #cboxBottomRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleLeft {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');
}
.cboxIE #cboxMiddleRight {
	background:transparent;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');
}

