/*
Theme Name: Whittington
Description: Bespoke theme for Darren Whittington
Author: RoomFive
Author URI: http://www.roomfive.net
*/

html, body, h1, h2, h3, h4, h5, p, blockquote, cite, ol, ul, li, fieldset, form, input, label, img, div {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-text-size-adjust: none;
}
body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 62.5%;
    color: #303030;
}
a {
    outline: none;
}

.logo {
  position: absolute;
    /*left: 210px;*/
    left: 25%;
    margin-top: -65px;
    padding: 140px 0 0 0;
    overflow: hidden;
    height: 0 !important;
    height/**/: 140px;
    background: url(images/logo.png) 0 0 no-repeat;
}

/*GRID
---------------------------------------------------------------------------------------------------------------*/

.hide {
    display: none;
}
#secondary {
    width: 960px;
    clear: both;
    height: 41px;
    border-bottom: 4px solid #000;
    border-top: 1px solid #999;
    margin: 20px 0 26px 0;
}
#secondary ul {
    list-style: none;
}
#secondary ul li {
    float: left;
    font-size: 1.3em;
    font-style: italic;
    color: #2BBEC7;
    padding: 13px 12px 0 12px;
    height: 28px;
    cursor: pointer;
}
#secondary ul li a {
    color: #2BBEC7;
    text-decoration: none;
}
#secondary ul li a:hover {
    color: #000;
}
#secondary li:hover {
    color: #000;
}
#secondary .active {
    background: #000;
    color: #fff;
}
#secondary .active:hover, #secondary .active a:hover {
    color: #2BBEC7;
}
#secondary ol {
    list-style: none;
    /*position: absolute;*/
    right: 236px;
    top: 20px;
}
#secondary ol li {
    float: left;
    padding: 11px 0 0 15px;
}
.heading {
    /*position: absolute;*/
    float: right;
    top: 18px;
    display: block;
    width: 180px;
    padding: 56px 0 0 0;
    overflow: hidden;
    height: 0 !important;
    height/**/
    : 56px;
    background: url(images/filter.gif) 0 0 no-repeat;
}
.heading:hover {
    background-position: 0 -60px;
}

/*INFINITE*/

#infscr-loading {
    font-size: 1.8em;
    font-weight: bold;
    color: #e2e1de;
    padding-bottom: 18px;
}
.navi {
    display: none;
}

/*HOME
---------------------------------------------------------------------------------------------------------------*/


/*#feature { width:960px; height:360px; float:left; clear:both; padding-bottom:16px; position:relative; }
	#feature ul { list-style:none; }
		#feature ul img { max-width:960px; max-height:360px; }
	#feature .dog { position:absolute; top:0; right:0; }

	#pagination { list-style:none; position:absolute; bottom:32px; right:16px; z-index:10; }
		#pagination li { float:left; width:7px; height:10px; background:url(images/pagi.png) no-repeat 0 0; text-indent:-8000px; cursor:pointer; padding:0 3px 0 0; }
		#pagination li:hover { background:url(images/pagi.png) no-repeat 0 -20px; }
		#pagination li.current { background:url(images/pagi.png) no-repeat 0 -10px; }

		#pagination .next, #pagination .prev { width:0; height:0; padding:0; }*/

#home {
    width: 100%;
    float: left;
    clear: both;
}
#twitter {
    height: 127px;
    background: url(images/tweet-bg-new.jpg) 0 0 no-repeat;
}
#twitter img {
    float: left;
    padding: 24px 0 0 24px;
}
#home #twitter div {
    float: left;
}
.tweet, .query, .tweet_list {
    font-size: 1.6em;
    line-height: 1.2em;
    font-style: italic;
    list-style: none;
}
.tweet-middle {
    float: left;
}
#twitter .tweet_text {
    color: #fff;
    float: left;
    padding: 23px 0 0 24px;
    word-wrap: break-word;
}
.tweet_time {
    color: #2BBEC7;
    float: left;
    padding: 6px 52px 6px 0;
    font-size: 14px;
    background:url(images/tweet.png) right center no-repeat;
}
.tweet a, .query a, .tweet_list a {
    color: #2BBEC7;
    text-decoration: none;
}
.tweet a:hover, .query a:hover, .tweet_list a:hover {
    color: #fff;
}
#intro {
    height: 127px;
    background: url(images/intro-bg-new.jpg);
}
#intro p {
    /*padding: 22px 50px 0 24px;*/
    float: left;
    font-size: 1.3em;
    font-style: italic;
    color: #fff;
}
#intro p img {
    float: left;
    /*padding: 0 20px 0 0;*/
}
#intro .contact {
    /*padding: 10px 10px 0 24px;*/
    color: #2BBEC7;
    font-size: 13px;
}
#intro .contact span {
    color: #fff;
}
#intro p a {
    color: #2BBEC7;
    text-decoration: none;
}
#intro p a:hover {
    color: #fff;
}

/*INNER
---------------------------------------------------------------------------------------------------------------*/

#content, #text {
    padding-top: 40px;
}
#text article {
    float: left;
    width: 570px;
    padding-right: 15px;
    overflow: hidden;
}
#text article h1 {
    font-size: 4.1em;
    line-height: 1.1em;
    color: #000;
    font-weight: normal;
    padding: 0 0 33px 0;
}
#text article img {
    max-width: 570px;
    height: auto;
}
#text article p {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #000;
    padding: 0 0 1.1em 0;
}
#text article blockquote p {
    font-size: 20px;
    line-height: 25px;
    font-style: italic;
}
#text article a {
    color: #2BBEC7;
    text-decoration: none;
}
#text article a:hover {
    text-decoration: underline;
}
#disqus_thread {
    width: 570px;
    background: url(images/dotty.gif) repeat-x 0 0;
    padding: 24px 0;
    margin: 30px 0 0 0;
    float: left;
    clear: both;
}
#dsq-subscribe {
    display: none;
}
#disqus_thread a {
    color: #2BBEC7;
    text-decoration: none;
}
#disqus_thread a:hover {
    text-decoration: underline;
}
#text aside {
    float: left;
    width: 390px;
}
#text aside div {
    float: left;
    width: 180px;
    margin: 0 15px 0 0;
    /*border-bottom: 1px solid #999;*/
    padding-bottom: 12px;
}
#text aside div h5 {
    font-size: 1.2em;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    border-top: 1px solid #999;
    padding: 15px 0 12px 0;
}
#text aside div p {
    font-size: 1.2em;
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    border-top: 1px solid #999;
    padding: 12px 0;
}
#text aside div ul li {
    font-size: 1.2em;
    line-height: 1.5em;
    text-transform: uppercase;
}
#text aside div h5 a, #text aside div p a, #text aside div ul li a {
    color: #000;
    text-decoration: none;
}
#text aside div h5 a:hover, #text aside div p a:hover, #text aside div ul li a:hover {
    color: #2BBEC7;
}
#text aside div ul {
    list-style: none;
}
#text aside div ol {
    list-style: none;
    border-bottom: 1px solid #999;
    padding-bottom: 16px;
    margin-bottom: 12px;
    width: 180px;
    float: left;
    clear: both;
}
#text aside div ol li {
    font-size: 1.2em;
    line-height: 1.4em;
    font-style: italic;
}
#text aside div ol li a {
    color: #2BBEC7;
    text-decoration: none;
}
#text aside div ol li a:hover {
    color: #000;
}
#text aside div span {
    float: left;
    padding-right: 10px;
}
#text aside #related {
    padding-right: 0;
    border-bottom: none;
}
#text aside #related div {
    border-bottom: none;
    padding-bottom: 18px;
}
#text aside #related h5 {
    padding-bottom: 52px;
    padding-top: 12px;
    width: 180px;
    float: left;
    clear: both;
}
#text aside #about {
    border-top: 1px solid #999;
    padding-top: 12px;
    border-bottom: none;
}
#text aside #about p {
    font-style: italic;
    text-transform: none;
    color: #2BBEC7;
    border-top: none;
    padding: 0 0 16px 0;
}
#text aside #about p a {
    color: #2BBEC7;
}
#text aside #about p a:hover {
    color: #000;
}
#text aside #about .tweet, #text aside #about .query, #text aside #about .tweet_list {
    font-size: 1.2em;
    line-height: 1.2em;
    font-style: italic;
    list-style: none;
}
#text aside #about .tweet_first, #text aside #about .tweet_list, #text aside #about .tweet-feed {
    border-bottom: none;
}
#text aside #about .tweet-middle {
    padding: 0;
    float: left;
}
#text aside #about .tweet_text {
    color: #2BBEC7;
    float: left;
    margin-top: 4px;
    padding: 26px 0 10px 0;
    background: url(images/quote-open.gif) no-repeat 0 0;
    width: 180px;
    word-wrap: break-word;
}
#text aside #about .tweet_time {
    color: #2BBEC7;
    float: left;
    clear: both;
    width: 175px;
    padding: 16px 0 0 0;
    background: url(images/quote-close.gif) no-repeat right 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}
#text aside #about .tweet a, #text aside #about .query a, #text aside #about .tweet_list a {
    color: #2BBEC7;
    text-decoration: none;
}
#text aside #about .tweet a:hover, #text aside #about .query a:hover, #text aside #about .tweet_list a:hover {
    color: #000;
}

/*ATTACHMENT
---------------------------------------------------------------------------------------------------------------*/

.attachment h1 {
    font-size: 3.1em;
    font-weight: normal;
    padding: 16px 0 8px 0;
    width: 960px;
    float: left;
    clear: both;
    text-align: center;
}
.attachment p {
    font-size: 1.3em;
    color: #2BBEC7;
    width: 960px;
    float: left;
    clear: both;
    text-align: center;
    padding-bottom: 16px;
}
.attachment .attachment-image {
    background: #f3f3f3;
    width: 960px;
    float: left;
    clear: both;
}
.attachment .attachment-image img {
    max-width: 960px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.attachment a {
    color: #2BBEC7;
    text-decoration: none;
}
.attachment a:hover {
    text-decoration: underline;
}

/*NIVO SLIDER
---------------------------------------------------------------------------------------------------------------*/

/*#feature {
    width: 960px;
    height: 360px;
    float: left;
    clear: both;
    padding-bottom: 16px;
    position: relative;
}
#feature .dog {
  box-sizing:
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
}
.nivoSlider {
    position: relative;
    list-style: none;
}
.nivoSlider img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 960px;
    max-height: 360px;
}*/

/* If an image is wrapped in a link */

/*.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 960px;
    height: 360px;
    z-index: 6;
    display: none;
}*/

/* The slices and boxes in the Slider */

/*.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-controlNav {
    position: absolute;
    bottom: 32px;
    right: 16px;
    z-index: 10;
}
.nivo-controlNav a {
    float: left;
    width: 7px;
    height: 10px;
    background: url(images/pagi.png) no-repeat 0 0;
    text-indent: -8000px;
    cursor: pointer;
    padding: 0 3px 0 0;
}
.nivo-controlNav a.active {
    background: url(images/pagi.png) no-repeat 0 -10px;
}
.nivo-controlNav a:hover {
    background: url(images/pagi.png) no-repeat 0 -20px;
}*/

/*TITLE
---------------------------------------------------------------------------------------------------------------*/

.archives {
    width: 960px;
    height: 126px;
    background: url(images/header-bg.jpg) no-repeat 0 0;
    position: relative;
}
.archives img {
    position: absolute;
    top: 13px;
    left: 12px;
}
.archives h1, .archives h3 {
    text-transform: uppercase;
    font-size: 4.3em;
    font-weight: normal;
    color: #fff;
    /*position: absolute;
    top: 23px;
    left: 180px;*/
}
.archives h1 span {
    color: #2BBEC7;
}
.archives h2, .archives h4 {
    font-size: 1.5em;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    /*position: absolute;
    top: 79px;
    left: 180px;*/
}
.archives a {
    color: #fff;
    text-decoration: none;
}
.archives a:hover {
    color: #2BBEC7;
}
/*.archives .title-about {
    top: 33px;
    left: 175px;
    display: block;
    width: 452px;
    padding: 28px 0 0 0;
    overflow: hidden;
    height: 0 !important;
    height/**/
    : 28px;
    background: url(images/title-about.png) 0 0 no-repeat;
}*/
/*.archives .title-news {
    top: 33px;
    left: 177px;
    display: block;
    width: 291px;
    padding: 28px 0 0 0;
    overflow: hidden;
    height: 0 !important;
    height/**/
    : 28px;
    background: url(images/title-news.png) 0 0 no-repeat;
}*/

/*FOOTER
---------------------------------------------------------------------------------------------------------------*/

#footer {
    width: 960px;
    float: left;
    clear: both;
    background: url(images/dotty.gif) repeat-x 0 0;
    padding: 24px 0 40px 0;
    margin: 30px 0 0 0;
}
#footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    color: #333;
}
#footer a {
    color: #777;
    text-decoration: none;
}
#footer a:hover {
    color: #2BBEC7;
}

/*TOP
---------------------------------------------------------------------------------------------------------------*/


#primary ul, #tertiary ul {
    list-style: none;
}

#primary li a, #tertiary li a {
    /*float: left;*/
    /*color: #2BBEC7;*/
    text-decoration: none;
    /*padding: 5px 5px 0 5px;*/
    height: 35px;
}
/*#primary li a:hover, #primary li a.null, #tertiary li a:hover {
    color: #000;
    background: #edf0f0;
}
#primary li a.active {
    color: #FFF;
    background: #000;
}
#primary li a.active:hover {
    color: #2BBEC7;
}*/
#tertiary {
    /*position: absolute;
    top: 78px;
    right: 15px;*/
}

/*PAGINATION
--------------------------------------------------------------------------------------*/

#portfolio .navigation {
    /*width: 960px;
    float: left;
    clear: both;*/
    padding: 60px 0 20px 0;
}
.wp-paginate {
    float: none;
}
.wp-paginate li {
    display: inline;
    list-style: none;
    font-size: 1.4em;
    font-style: italic;
    height: 15px;
    width: 15px;
}
.wp-paginate .title {
    padding-right: 10px;
    color: #555;
}
.wp-paginate a, .wp-paginate .current {
    background: #edf0f0;
    color: #000;
    margin-left: 5px;
    padding: 10px 14px;
    text-align: center;
    text-decoration: none;
}
.wp-paginate .current {
    background: #000;
    color: #fff;
}
.wp-paginate a:hover {
    background: #2BBEC7;
    color: #fff;
}

/*CLEAR FIX
---------------------------------------------------------------------------------------------------------------*/

.clearfix {
    display: inline-table;
    /* Hides from IE-mac \*/
    height: 1%;
    display: block;
    /* End hide from IE-mac */
}
html>body .clearfix {
    height: auto;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
