/*
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: #000;
}
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/header-index-bg.png) no-repeat bottom left;
}
#header {
	position: relative;
	height: 140px;
	background: url(images/header-bg.png) no-repeat bottom left;
}
#logoIndex {
	position: absolute;
	top: 42px;
	left: 0;
	width: 270px;
	height: 84px;
}
#logoIndex a {
	width: 270px;
	height: 84px;
	display: block;
}
#logo {
	position: absolute;
	top: 28px;
	left: 0;
	width: 234px;
	height: 54px;
}
#logo a {
	width: 234px;
	height: 54px;
	display: block;
	background: url(images/logo-executive-support.png) no-repeat;
}
#logo a:hover {
	background: url(images/logo-executive-support.png) no-repeat bottom left;
}
#logoIndex h2, #logo h2 {
	text-indent: -9999px;
}
#topNav {
	position: absolute;
	top: 18px;
	right: 32px;
}
#topNav a {
	color: #a0a1a3;
}
#topNav a:hover {
	color: #333;
}
#topNav li {
	padding: 0 2px 0 6px;
	display: inline;
	font-size: 11px;
	background: url(images/topNav-divider.png) no-repeat center left;
}
#topNav li.first-child {
	background: none;
}
#primaryNav {
	position: absolute;
	bottom: 0;
	left: 16px;
	width: 801px;
	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: #666;
}
#homepage a:hover {
	color: #000;
}
#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;
}
#globalPartners {
	margin-bottom: 8px;
	width: 210px;
	height: 79px;
	background: url(images/global-partners.jpg) no-repeat;
}
#globalPartners a {
	padding: 10px 0 0 12px;
	display: block;
	width: 200px;
	height: 79px;
	color: #fff;
	font: normal 12px Arial, Helvetica, sans-serif;
	letter-spacing: .15px;
	text-transform: uppercase;
}
#tmsdi {
	width: 210px;
	height: 44px;
	text-indent: -9999px;
	background: url(images/logo-tmsdi.png) no-repeat bottom left;
}
#tmsdi a {
	width: 210px;
	height: 44px;
	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: 4px 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/news-feed.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;
}
.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;
}
