/*
Theme Name: SaintSeb
Theme URI: 
Description: The SaintSeb theme by Richard Ruane is based on Cleaker 2.1, which is the original design by Adam Walker Cleaveland of <a href="http://cleavedesign.com" title="cleave design">cleave design</a> with Widget support added by ckwebb.com. Icons from FamFamFam.
Version: 1
Author: Richard Ruane
Author URI: http://rruane.com
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #d4d2c2;
	font-size: 12px;
	color: #000;
	font-family: "Lucida Bright", Georgia, Times, serif;
}

a {
	color: #47634f;
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited {
	color: #47634f;
}

a:hover {
	color: #da790b;
	text-decoration: underline;
	border-bottom:none;
}

img {
	border: 0 none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.n, .org, .fn {
	position:absolute;
	color:#d2d4c2;
	top:-10em;
	left:-10em;
	width:0px;
}


/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
	background: #fff url(images/contentBg2.gif) repeat-y;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#toolbar {
	margin-top:0;
	background: #54554d;
	height:auto;
	display:block;
	clear:both;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

#access {
	float:left;
	vertical-align:middle;
}

#header {
	position:relative;
	width:910px;
	top:0;
	height:auto;
	padding:0;
	display:block;
	margin-right:-10px;
}

#logo {
	float: left;
	height:275px;
	width:550px;
	background: url(images/header.png) bottom left no-repeat;
	padding:0;
}

* html #header #logo {
	width:549px;
}

#banner {
	width:350px;
	height:auto;
	overflow: hidden;
	margin-right: -10px;
}

* html #header #banner {
	margin:0px;
	width:auto;
	padding:0px;
	clear:both;
	float:right;
}

* html #banner img {
	width:348px;
	overflow: hidden;
	border: 0;
}


#banner a {
	border-bottom: 0px none;
}

.title, .title a, .title a:hover, .title a:visited {
	padding: 0px 5px 0px 20px;
	color: #000;
	margin-top:-15px;
	text-decoration:none;
	border-bottom:none;
}

.subtitle {
	position:relative;
	left: 80px;
	text-align: right;
	font-size: 20px;
	letter-spacing: -1.25px;
	font-style:italic;
	color:#555;
	width:300px;
	margin-top:-5px;
	padding:5px;
	line-height:1.05em;
}

#Nav {
	display: block;
}

#main {
	display: block;
	clear: both;
	width:100%;
}

#sidebar {
	width:350px;
	float:right;
	background:#000;
}

#sidebarLeft {
	width: 135px;
	float: left;
	padding: 20px 20px 0px 20px;
}

* html #sidebarLeft {
	width: 120px;
}

#sidebarRight {
	padding: 20px 20px 0px 20px;
	width:135px;
	float:right;
}

#content {
	width: 510px;
	color: #000;
	padding: 20px;
	float:left;
}

#footer {
	clear: both;
	width: 871px;
	height: 38px;
	background: #54554d;
	color: #fff;
	text-align: left;
	padding: 8px 8px 12px 21px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}


/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	width: 900px;
	background: #54554d;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

ul#Nav li {
	float: left;
	border-right: 1px solid #fff;
}

ul#Nav li.first {
	border-right: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #fff;
	border-bottom:none;
}

ul#Nav a:hover {
	background: #cf7f26 repeat-x;
	text-decoration: none;
	border-bottom:none;
}

ul#Nav li.current_page_item a { 
	color: #fff; 
	background: url(images/navOff.gif) repeat-x; 
	text-decoration: none;
	border-bottom:none;
}

/***** TOP & HEADER FORMATTING *****/
h1.title {
	font-family: "Century Gothic", "Trebuchet MS", "Helvetica";
	font-size: 45px;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 0;

}


/***** CONTENT & POST FORMATTING *****/
.post {
	margin-bottom: 20px;
	line-height:1.6em;
}

.post h4 {
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

blockquote {
	background: url('images/blockquote3.gif') no-repeat;
	color:#4d5663;
	padding:10px 15px 20px 21px;
	margin-top:10px;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}


p a {

	border-bottom: 1px solid #ccc;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #999898;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #d2d4c2;
	border: 1px solid #a0abb4;
	padding: 3px;
	font-size: 10px;
}

.postmeta a, .postmeta a:visited {
	color: #54554D;
	text-decoration:underline;
}

.postmeta a:hover {
	border-bottom: none;
}

.postmeta img {
	vertical-align:middle;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

#content h2.searchcat {
	font-size: 15px;
	letter-spacing: -0.3px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 16px;
}

#content .post-title, #four04 {
	font-size: 20px;
	letter-spacing: -0.8px;
	text-align: left;
	margin-bottom: 10px;
}

#content .byline {
	margin: -5px 0 10px 0;
	font-family: "Lucida Bright", Georgia, times, sans-serif;
	padding: 0;
	font-weight: normal;
	font-size: 10px;
	color: #424040;
}


/***** LISTS FORMATTING *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-image: url(images/bullet.png);
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
}

/***** SEARCH FORM FORMATTING *****/

#searchform {
	/*display: inline;*/
	/*margin: 0 20px 0;*/
	position:relative;
	margin-left: 700px;
	text-align: left;
}

#searchform label {
	position:absolute;
	z-index:-2;
	color:#d2d4c2;
	top:-10em;
	left:-10em;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#searchIcon {
	margin: 8px 0 0;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/
.sidebar {
	color: #75A9D6;
	font-size: 11px;
}

.sidebar h2, .sidebar h2 a, .sidebar h2 a:hover, .sidebar h2 a:visited {
	text-decoration:none;
	font-size: 14px;
	letter-spacing: -0.8px;
	text-align: left;
	text-transform: uppercase;
	font-weight: normal;
	color:  #da790b;
	border-bottom: 2px #d2d4c2 solid;
	margin-bottom: 5px;
	overflow: hidden;
}


.sidebar p a, .sidebar p a:visited, .sidebar li a, .sidebar li a:visited  {
	color: #75A9D6;
	border-bottom: 0px none;
	font-weight:bold;
	text-decoration: underline;
}

.sidebar a:hover {
	color:  #da790b /*da790b 49647d*/;
	text-decoration: underline;
	border-bottom: 0px none;
}

.ngg_widget a, ngg_widget img {
	border-bottom: 0px none;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(images/tag.png);
	list-style-position: inside;
}

.sidebarIcon li { 
	margin: 0 0 0.2em 0; 
}

.sidebarIcon ul li ul, .sidebarIcon ul li ol, .sidebarIcon ol li ul, .sidebarIcon ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER FORMATTING *****/

#footer {
	font-family: "Century Gothic", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

.vcard .adr a {
	border-bottom: none;
}

#footer a:hover {
	color: #75A9D6;
}

#footer ul.vcard {
	text-align:right;
}

.vcard address {
	font-style:normal;
}

/***** IMAGE FORMATTING *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;

}




img.alignright {

	padding: 5px;
	border: 1px solid #000;
	background: #fff;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	

/***** MISCELLANEOUS FORMATTING *****/
.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}

/******* Formatting for Pages and Posts ******/

ul.vcard {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
}


.post ul.mailing_address {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin: 0 0;
	padding: 0 0;
}

.post ul.mailing_address li {
	margin: 0 1.5em;
	padding: 0 0;
}

.staff, .post .staff ul, .post ul.staff {
	list-style-type:none;
	list-style-position:outside;
	list-style-image:none;
	margin: 0px 0px;
	padding: 0px 0px;
	clear: both;
}

img.staff_pic, .post ul.staff li.staff_pic img {
	float: left;
	height: 200px;
	margin: 15px;
}

.staff_name, .post ul.staff li.staff_name {
	font-family: "Century Gothic", "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Tahoma, Arial, "helvetica neue", helvetica, sans-serif;
	letter-spacing: -0.3px;
	text-align: left;
	font-weight: bold;
	margin-bottom: 5px;	
}

.staff_title, .post ul.staff li.staff_title {
	font-style:italic;
	margin-bottom: 20px;
}

.staff_bio, .post ul.staff li.staff_bio {
	margin-bottom: 10px;
}

.staff_contact, .staff_bio-link, .post ul.staff li.staff_contact {
	margin-bottom:20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Lucida, Tahoma, Arial, "helvetica neue", helvetica, sans-serif;
	font-size:11px;
}

.clear {
	clear:both;
}

.vevent abbr {
	border-bottom: none;
}

/***** Kill the font tag *****/
font {
	font: inherit !important;
	color: inherit !important;
}
