/*
Theme Name: Trimingham Theme
Theme URI: http://wordpress.com/
Description: Trimingham
Version: 1.0
Author: Ephram Zerb
Author URI: http://ephramzerb.com
*/



/* Begin Typography & Colors */
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}

a {
	color: #003a62;
	}
a:hover {
	color: #6699cc;
	}
em {
	font-size: 110%;
	font-family: Georgia,"Times New Roman",serif;
	font-style: italic;
	}
/* TYPOGRAPHY */

.smallcaps {
  font-variant: small-caps;
}

.contactheading {
  font-variant: small-caps;
  font-size: 14px;
  margin: 20px;
  color: #b5985a;
}

#navigation li a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: Georgia;
	}
#navigation li a:hover {
/*	background-color: #b5a271; */
	}

#column1 h4, #column2 h4, #column3 h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	letter-spacing: 2px;
	}
#column3 h3 {
	 margin: 0;
	 padding: 5px 0;
	 font-size: 16px;
	}
#column3 h3 a {
	text-decoration: none;
	}

#secondary #column1 h2,h3,h4{
	font-family: Georgia,"Times New Roman",serif;
	font-weight: normal;
	}
#secondary #column1 h2 {
	font-size: 20px;
	margin-top: 0;
	}
#secondary #column1 {
	font: 12px/1.6 Verdana,Arial,Helvetica,sans-serif;
	color: #333;
	}
#column1 #top-bus-headlines li {
	margin: 10px 0;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	}

#column3 .post-meta {
	color: #666;
	margin-top: 0;
	font-family: Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	}

#subnavigation li a {
	display: block;
	padding: 10px;
	font-size: 11px;
	border-bottom: 1px dotted #e0e0e0;
	text-decoration: none;
	}
#subnavigation li a:hover {
	border-bottom: 1px solid #ccc;
	}
#subnavigation li.selected a {
	border-bottom: 1px solid #000;
	}
#subnavigation li.utility a {
	border-bottom: 1px solid #d8c490;
	}
#trimingham-intro {
	background: transparent url(http://www.trimingham.com/css/trimingham-lion.gif) center top no-repeat;
	padding: 120px 0 0 0;
	font: 11px/1.9 Verdana,Arial,sans-serif;
	/*TODO: Add Lucida Grande */
	}
#trimingham-intro .pseudo-smallcaps {
	font-weight: bold;
	}
.pseudo-smallcaps {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Georgia,"Times New Roman",sans-serif;
	}

blockquote img {
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	float: left;
	margin-right: 10px;
	}
blockquote.randomquote {
	margin: 0;
	font: 17px/1.2 Georgia,"Times New Roman",serif;
	color: #666;
	padding-bottom: 50px;
	background: #fff url("http://www.trimingham.com/css/randomquote-divider.gif") center bottom no-repeat;
	margin-bottom: 20px;
	}
p.quote-credit {
	padding-top: 5px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	}
p.quote-credit cite {
	font-style: normal;
	}
#footer {
	font-size: 11px;
	color: #666;
	}

.resourcelist .meta {
	font-size: 11px;
	}


/* LAYOUT */
#logo {
    background: url("http://www.trimingham.com/css/logo.png") center center no-repeat;
    width: 486px;
    height: 140px;
    margin: 0 auto;
    margin-top: 117px;
    position: relative;
}
#logo:after {
    content: "";
    width: 769px;
    height: 421px;
    background: url("http://www.trimingham.com/css/glow.png") center center no-repeat;
    position: absolute;
    left: -141px;
    top: -140px;
    z-index: -1;
}
.home-link {
    width: 486px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    display: block;
    top: 0;
    left: 0;
}
#searchbox {
  position: absolute;
  top: 50px; right: 0;
  }
#searchbox .submit-button {
  background-color: #003366;
  border: 1px solid #000;
  color: #fff;
  }
#header {
	background: #74AED4 url("http://www.trimingham.com/css/ny-web-large.jpg") center center no-repeat;
    background-size: cover;
	height: 450px;
	border-bottom: 1px solid #000;
    position: relative;
    z-index: 1;
}
#header.is-whatwedo {
    background-image: url("http://www.trimingham.com/css/lo-web-large.jpg");
    background-color: #6CAAE5;
}
#header.is-whoweare {
    background-image: url("http://www.trimingham.com/css/pb-web-large.jpg");
    background-color: #4387DC;
}
#header.is-articles {
    background-image: url("http://www.trimingham.com/css/la-web-large.jpg");
    background-color: #507ADC;
}
#header.is-clientlist {
    background-image: url("http://www.trimingham.com/css/cl-web-large.jpg");
    background-color: #331D1F;
}
#header.is-contact {
    background-image: url("http://www.trimingham.com/css/vi-web-large.jpg");
    background-color: #41A2E6;
}
#navigation {
    width: 100%;
    float: left;
    background-color: #b49f6b;
    border-top: 1px solid #d8c490;
    border-bottom: 2px solid #d8c490;
    margin-bottom: 25px;
    }
#navigation ul {
    width: 800px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    width: 800px;
    position: relative;
    /*left: 54px;*/
    }
#navigation li {
	float: left;
	}
#content {
   background: #fff url("http://www.trimingham.com/css/content-back.gif") center top repeat-y;
   padding: 0;
   margin: 25px auto; /* TODO: make margins respond */
   clear: both;
   width: 960px;
   }
#secondary #content {
   background: #fff url("http://www.trimingham.com/css/content-secondary-back.gif") center top repeat-y;
	}
#column1 {
	width: 300px;
	margin: 0 25px 0 0;
	float: left;
	}
#secondary #column1 {
	width: 470px;
	}
#column2 {
	width: 260px;
	margin: 0 25px 0 25px;
	float: left;
	}
#secondary #column2 {
	margin: 0 0 0 25px;
	float: right;
	}

#secondary #column2 ul {
  padding: 0; margin: 10px 0;
  list-style: none;
}
#secondary #column2 li {
  margin-bottom: 20px;
}
#secondary #column2 li li {
  margin-bottom: 0;
}
#secondary #column2 h2 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  font-family: Georgia,"Times New Roman",serif;
}
#column3 {
	width: 300px;
	margin: 0 0 0 25px;
	float: right;
	}

#subnavigation {
	float: left;
	margin: 0 25px 0 0;

	}
#subnavigation ul {
	list-style: none;
	margin:0;
	padding:0;
	}
#subnavigation li {
	display: block;
	padding: 0;
	width: 150px;
	}


/* LOGO IMAGE REPLACEMT */
h1 {
	margin: 0;
	width: 259px;
	height: 100px;
	position: relative;
	}
h1 span {
	background: #fff url("http://www.trimingham.com/css/trimingham-logo5.gif") no-repeat;
	position: absolute;
	width: 259px;
	height: 100px;
	}

/* HOME PAGE STYLES */

#top-bus-headlines {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#top-bus-headlines li {
	margin: 10px 0;
	}

.post-footer {
	padding-top: 10px;
	}
.post-footer .subscribe-rss {
	background: #fff url("http://www.trimingham.com/css/rss-icon.gif") 0 -1px no-repeat;
	padding: 2px 2px 2px 25px;
	float: left;
	}
.post-footer .read-more {
	padding: 2px;
	float: right;
	}

 #column3 p {
	line-height: 1.6;
	}

 #footer {
	 clear: both;
	 width: 960px;
	 padding: 10px 0;
	 text-align: right;
	 border-top: 1px solid #ccc;
	 margin: 50px auto 20px auto;
	 }


/* UTILITIES */

ul.resourcelist {
	list-style: none;
	margin: 0;
	padding: 0;
	}
ul.resourcelist li {
	margin: 20px 0;
	}
a img {
	border: none;
	text-decoration: none;
	}
.clear {
	clear: both;
	}
.more-link {
	font-weight: bold;
	}