/*  
Theme Name: Sift Corporate
Theme URI: http://leonpaternoster.com/blog
Description: Sift Everything corporate site theme
Version: 1.1
Author: Leon Paternoster
Author URI: http://leonpaternoster.com/
*/

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* Global reset-RESET */
/* The below restores some sensible defaults */

em { 
	font-style:italic;
	font-family: georgia, palatino, times, serif;
}

* a { position:relative } /* Gets links displaying over a PNG background */

a img { border:none } /* Gets rid of IE's blue borders */

/* ************************************************************************************************************************************************************


************************************************************************************************************************************************************ */

body {
	font-size: 14px; /* base font size is 14px */
	line-height: 21px;
	font-family: helvetica, arial, nimbus sans, sans-serif;
	width: 960px;
	margin: 0 auto;
}

/* typography */

/* top level selectors */

p, ul, ol, blockquote, dd {
	margin-bottom: 21px;
}

abbr, acronym, dfn {
	font-family: georgia, palatino, times, serif;
	font-style: small-caps;
	border-bottom: 1px dotted #888;
	cursor: help;
}

em {
	font-family: georgia, palatino, times, serif;
}

strong {
	font-weight: normal;
	background-color: #EAEAEA;
}

a:link {
	color: #15759B;
	text-decoration: none;
	border-bottom: 1px solid #15759B;
}

a:visited {
	color: #15759B;
	text-decoration: none;
	border-bottom: 1px solid #15759B;
}

a:hover {
	color: #090909;
	text-decoration: none;
	border-bottom: 1px solid #090909;
}

h2 span.amp {
	font-family: baskerville, garamond, apple garamond light, palatino, times, serif;
	font-style: italic;
}

.amp {
	font-family: baskerville, garamond, apple garamond light, palatino, times, serif;
	font-style: italic;
}

.up {
	margin-top: -21px;
}

p.up a {
	border-bottom: none;
}

/* header */

#header {
	padding-top: 3em;
}

/* #header h1 {
	float: left;
	font-size: 1em;
	height: 70px;
	width: 214px;
	margin-bottom: 3em;
	margin-right: 2em;
	background-image: url(images/invoke1.jpg);
	background-repeat: no-repeat;
	text-indent: -999px;
} */

#header h1 a {
	display: block;
	float: left;
	font-size: 14px;
	padding: 14px 7px;
	background-color: #000;
	color: #fff;
	margin-bottom: 42px;
	margin-right: 28px;
	text-decoration: none;
	border-bottom: none;
}

h1 a:hover {
	color: #fff;
	background-color: #15759B !important;
	text-decoration: none;
	border-bottom: none;
}

/* ul.navigation {
	float: left;
	margin-right: 2em;
	padding-top: 1.5em;
} */

ul.navigation {
	float: left;
	font-size: 1em;
	padding: 1em 0.5em;
	margin-right: 2em;
}

ul.navigation li {
	display: inline;
	margin-right: 1em;
}

ul.navigation li a:link, ul.navigation li a:visited {
	color: #090909;
	text-decoration: none;
	padding-bottom: 0.25em;
	border-bottom: none;
}

ul.navigation li a:hover {
	color: #15759B;
	text-decoration: none;
	padding-bottom: 0.25em;
	border-bottom: 0.2em solid #15759B;
}

ul.navigation li.current_page_item a:link, ul.navigation li.current_page_item a:visited, ul.navigation li.current_page_item {
	color: #090909;
	text-decoration: none;
	padding-bottom: 0.25em;
	border-bottom: 0.2em solid #090909;
}

ul.navigation li.current_page_item a:hover {
	cursor: default;
}

/* banner */

#banner {
	clear: both;
}

#banner h2 {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	font-size: 42px;
	font-weight: normal;
	line-height: 1em;
	font-family: georgia, palatino, times, serif;
	padding: 21px 0;
}

#banner h2 a {
	border: none;
}

#banner h2 p {
	margin-bottom: 0;
}

/* content */

#content {
	padding-top: 42px;
	width: 630px;
	padding-right: 30px;
	float: left;
	/* border-right: 1px dotted #ccc; */
}

#content h2 {
	font-size: 21px;
	font-family: georgia, palatino, times, serif;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 7px;
}

#content h3 {
	font-size: 18px;
	font-family: georgia, palatino, times, serif;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 7px;
}

#content h4 {
	font-size: 16px;
	font-family: georgia, palatino, times, serif;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 7px;
}

#content h3 a, #content h4 a {
	text-decoration: none;
	border-bottom: none;
}

#content h3.client_header {
	font-size: 18px;
	padding: 9.5px 0;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

/* #content h3.client_list_header {
	padding-top: 20px;
	border-top: 1px dotted #ccc;
	margin-top: 42px;
} */

#content cite {
	font-weight: bold;
}

#content blockquote {
	padding-left: 2em;
	font-family: georgia, liberation serif, serif;
	font-style: italic;
}

.quotes+p {
	display: none;
}

p.breadcrumb a:link, p.breadcrumb a:visited {
	color: #15759B;
	text-decoration: none;
	border-bottom: 1px solid #15759B;
}

p.breadcrumb a:hover {
	color: #090909;
	text-decoration: none;
	border-bottom: 1px solid #090909;
}

#content img {
	margin-bottom: 21px;
	border: 1px solid #cfcfcf;
	padding: 9px;
}

#content img.blockimg {
	display: block;
	margin: 0 auto 21px auto;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-bottom: 0;
}

.alignleft img, .alignright img {
	margin-bottom: 0;
}

.aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	text-align: center;
}

.alignleft a, .alignright a, .aligncenter a {
	border: none;
	text-decoration: none;
	color: #fff;
}

.aligncenter img {
	border: 1px solid #cfcfcf;
	padding: 9px;
}

#content p.wp-caption-text {
	font-size: 12px;
	color: #888;
	font-family: georgia, times, liberation serif, serif;
	text-align: center;
	margin-top: -21px;
	margin-bottom: 0;
}

a.previous {
	float: left;
	padding-left: 1.5em;
	background-image: url(images/back.png);
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 21px;
	border-bottom: none;
}

a.next {
	float: right;
	text-align: right;
	padding-right: 1.5em;
	background-image: url(images/next.png);
	background-repeat: no-repeat;
	background-position: center right;
	margin-bottom: 21px;
	border-bottom: none;
}
	

/* sidebar */

#sidebar {
	padding-top: 42px;
	width: 300px;
	float: right;
}

#sidebar h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 14px;
	margin-bottom: 7px;
}

#sidebar h2 a {
	border-bottom: none;
}

#sidebar h3 {
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 0;
}

#sidebar h3, .rssLinkListItemTitle a {
	font-size: 14px;
	font-weight: normal;
	border-bottom: none;
}

.rssLinkListItemTitle {
	display: block;
}

ul.rsslist li {
	margin-bottom: 21px;
}

#sidebar p, #sidebar li, #sidebar blockquote, #sidebar dd {
	font-size: 12px;
	color: #888;
}

#sidebar blockquote {
	padding-left: 3em;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#sidebar blockquote cite {
	font-style: normal;
}

.quotes a {
	text-decoration: none;
	border: none;
}

ul.linklist {
	border-top: 1px dotted #ccc;
	margin-top: -1px;
	margin-bottom: 21px;
}

ul.linklist li {
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	line-height: 20px;
}

ul.linklist li a:link, ul.linklist li a:visited {
	color: #090909;
	text-decoration: none;
	border-bottom: none;
	display: block;
}

#sidebar ul.linklist li a:link, #sidebar ul.linklist li a:visited {
	color: #888;
}

#sidebar ul.linklist li a:hover {
	color: #15759B;
}

ul.linklist li a:hover {
	color: #15759B;
	text-decoration: none;
	border-bottom: none;
	display: block;
	background-color: #efefef;
}

ul.quotelist li {
	padding-left: 3em;
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 21px;
}

ul.quotelist li a {
	display: block;
	border-bottom: none;
	text-decoration: none;
}

/* footer */

#footer {
	clear: both;
	padding-top: 1.5em;
	border-top: 1px dotted #ccc;
}

#footer ul.bumpf li {
	display: inline;
	margin-right: 2em;
	font-size: 0.85em;
}
