/*
Theme Name: Seatac
Theme URI: http://www.pharos.net
Description: Designed by Andrew Hill of <a href="http://www.pharos.net" title="pharos interactive, llc">Pharos Interactive, LLC</a>. This theme utlizes XHTML and CSS, some code from Kubrick.
Version: 1.5
Author: Andrew Hill
Author URI: http://www.pharos.net
*/

/***** GLOBAL FORMATTING *****/

* {
	padding: 0;
	margin: 0;
}


body {
	margin: 0;
	color: #333333;
	background-color: #B5B5C4;
	/*background: #FFFFFF;*/
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: small;
	line-height: 150%;
	font-weight: normal;
}

img {
	border: 0;
}

a:link { color: #CC3300; }
a:active { color: #CC0033; }
a:hover { color: #FF0000; }
a:visited { color: #CC6600; }

/***** PAGE STRUCTURE FORMATTING *****/

#wrapper {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
	/*background: #fff url(../Copy of cleaker/images/contentBg2.gif) repeat-y;*/
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color:#FFFFFF;
}

#header {
	margin: 0 0 0 0;
	/*border-top: 1px solid #000000;*/
	/*border-bottom: 1px solid #796951;*/
	border-bottom: 2px solid  #B5B5C4;
	padding: 3px;
	padding-top: 30px;
	color: #333333;
	background: #fff url(../seatac/images/headers/topbanner-bg.png);
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: medium;
	text-align: left;
	font-weight: bold;
	height: 65px;
}



.title {
	padding: 5px 5px 5px 20px;
	color: #D21F15;
}

#Nav {
	display: block;
}

#content {
	width: 510px;
	float: left;
	color: #000;
	padding: 20px;
	font-weight: normal;
}

#sidebarRight {
	width: 135px;
	float: right;
	color: #000;
	padding: 20px;
	padding-bottom:100px;
	background: #fff url(../seatac/images/right_col_coffeecup.png) no-repeat bottom;

}

* html #sidebarRight {
	width: 135px;

}

#sidebarLeft {
	width: 135px;
	float: right;
	color: #000;
	padding: 20px;
}

* html #sidebarLeft {
	width: 120px;
}

#footer {
	clear: both;
	width: 871px;
	background: #fff;
	color: #333;
	text-align: left;
	height: 33px;
	padding: 8px 8px 12px 21px;
	/*border-bottom: 1px solid #000;
	border-top: 1px solid #000;*/
}

#footer a {
	color: #000000;
}

/***** NAVIGATION BAR FORMATTING *****/

ul#Nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 900px;
	float: left;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #000;*/	
}

ul#Nav li {
	float: right;
	border-left: 1px solid #ccc;
}

ul#Nav li.first {
	border-left: none;
}

ul#Nav a {
	display: block;
	float: left;
	padding: 0 1.45em;
	line-height: 25px;
	text-decoration: none;
	color: #993333;
}

ul#Nav a:hover {
	background: #fff url(../seatac/images/navOnWhite.gif) repeat-x;
	text-decoration: underline;
}

ul#Nav li.current_page_item a { 
	color: #999999; 
	/*background: url(../Copy of cleaker/images/navOff.gif) repeat-x; */
	text-decoration: none;
}

/***** GENERAL TEXT FORMATTING *****/

strong {
     font-weight:bolder;
}

ul {
    margin-left: 30px;
}

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	/*border-left: 5px solid #ACAB7B;
	background: #6699CC url(../Copy of cleaker/images/bqt_Bg.png) top no-repeat;*/
	padding: 10px 10px 4px 10px;
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, sans-serif, sans-serif;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
}

p a:hover {
	border-bottom: 1px solid #ffffff;
	text-decoration: underlined;
}

p.center {
	text-align: center;
}

.postmeta {
	background: #fff;
	border-top: 1px dashed #cccccc;
	padding: 3px 3px 3px 10px;
	font-size: 10px;
        font: 12px 'Trebuchet MS', Verdana, sans-serif, Fixed;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 10px;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 18px;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Arial, sans-serif;
}

h1.title {
	font-size: 28px;
	letter-spacing: -1.0px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h4 {
	margin: -5px 0 10px 0;
	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(../Copy of cleaker/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;
	float: right;
	margin: 0 20px 0;
	padding: 10px 0 0;
	text-align: left;
}

#searchform #s {
	width: 160px;
	padding: 4px;
	margin: 0 0 5px 0;
	background: #fff;
	border: 1px solid #000;
	color: #000;
	font-size: 11px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#searchIcon {
	padding: 2px;
	color: #000;
	display: inline;
}

/***** SIDEBAR FORMATTING *****/

h2 {
	font-size: 12px;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #796951;
	border-bottom: 1px #796951 solid;
	margin-bottom: 5px;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#sidebarRight a {
	font-weight: bold;
	color: #283137;
	text-decoration: none;
}

#sidebarRight a:hover {
	font-weight: bold;
	background: none;
	color:  #FFBD5A;
	text-decoration: underline;
}

#sidebarLeft a {
	color: #CC3300;
	text-decoration: none;
}

#sidebarLeft a:visited {
	color: #CC6600;
}

#sidebarLeft a:hover {
	background: none;
	color:  #CC9900;
	text-decoration: none;
}

/***** SIDEBAR LISTS FORMATTING *****/

.sidebarIcon ul, .sidebarIcon ol { 
	margin: 0 0 1em 0; 
	font-size: 11px;
}

.sidebarIcon ul { 
	list-style-image: url(../Copy of cleaker/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 p {
	font-family:  'Trebuchet MS', Verdana, sans-serif;
	font-size: 11px;
	text-align: left;
	letter-spacing: -0.1px;
	margin-bottom: 10px;
}

#footer a {
	color: #000000;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	background: none;
	border-bottom: none;
}

#icons {
	display: inline;
	margin-top: -30px;
	float: right;
	text-align: right;
}

#footerIcons {
	padding: 2px;
	color: #000;
	display: inline;
	float: right;
}

/***** 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;
}
	
/***** COMMENTS FORMATTING *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #49647d;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #49647d;
	font-family:  'Trebuchet MS', Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #49647d;
	font-family:  'Trebuchet MS', Verdana, sans-serif;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 11px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family:  'Trebuchet MS', Verdana, sans-serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 10px;
	font-family:  'Trebuchet MS', Verdana, sans-serif;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/***** FORMATTING ADDED BY MARK WALKER *****/

* {
	font-weight: normal;

}