/*
Theme Name: Taptivate
Theme URI: http://taptivate.com/
Description: The Taptivate theme.
Version: 1.1
Author: Sam Brown
Author URI: http://massiveblue.com/
*/

/* !Global Reset */
/*-------------------------------------------------------------------- */
* {font-size: 100.01%; margin: 0; padding: 0;}
html {font-size: 62.5%;}
h1, h2, h3, h4, h5, h6, p, blockquote, form, fieldset, table, ul, ol {
	margin: 0 0 1em;
}

/* !Fixers */
/*-------------------------------------------------------------------- */
* a {position: relative;} /* Gets links displaying over a PNG background */
a {outline: none;} /* Gets rid of Firefox's dotted borders */
a img {border: none;} /* Gets rid of IE's blue borders */
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
q:before, q:after {content: '';}

/* !Base Elements */
/*-------------------------------------------------------------------- */
a, a:link, a:visited, a:active {color: #373a3f; font-weight: bold; text-decoration: none;}
a:hover {color: #0e6ad3; text-decoration: underline;}
abbr, acronym {font-style: normal; border-bottom: dotted 1px #666; cursor: help;}
blockquote {border-left: .25em solid #e3e3e3; margin-left: 1.5em; padding-left: 1.5em;}
body {
	background: #373a3f;
	color: #373a3f;
	font: 14px/150% "Myriad Pro", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-width: 970px;
}
code {font: 1.1em monaco, courier, monospace;}
h1 {margin: 0;}
h2 {font-size: 1.5em; font-weight: normal;}
h3 {font-size: 1.2em;}
hr {border: none; border-top: 1px solid #d3dde5; border-bottom: 1px solid #fff; height: 0; background: #fff; margin: 35px 0;}
ol, ul {margin-left: 2em;}

/* !Wrap */
/*-------------------------------------------------------------------- */
#wrapper {
	background: #f2f2f2 url('/images/background.png') top left repeat-x;
}
.wrap {
	margin: 0 auto;
	width: 940px;
	text-shadow: #fff 0 1px 0;
}

/* !Masthead */
/*-------------------------------------------------------------------- */
#masthead {
	overflow: hidden;
}

#masthead h1 {float: left;}
#masthead h1 a {
	background: url('/images/logo.png') top left no-repeat;
	display: block;
	height: 45px;
	text-indent: -9999px;
	width: 120px;
}
#masthead h1 a:hover {opacity: 0.75;}
#masthead h1 a:active {opacity: .5;}

#mailinglist {float: right; margin: 8px 40px 0 0;}
	#ijhidl-ijhidl {
		background: url('/images/input.png') top left no-repeat;
		border: none;
		color: #fff;
		float: left;
		font: 14px/16px Georgia, serif !important;
		height: 16px;
		outline: none;
		padding: 7px 15px;
		width: 197px;
	}
	#button {
		background: url('/images/signup.png') top left no-repeat;
		border: none;
		cursor: pointer;
		display: block;
		float: left;
		height: 30px;
		text-indent: -9999px;
		width: 75px;
	}
	#button:hover {background: url('/images/signup.png') left no-repeat;}
	#button:active {background: url('/images/signup.png') bottom left no-repeat;}
	
#confirmation {float: right; width: 370px; margin: 12px 0 0 0; font: 16px Georgia, serif; color: #fff; text-align: center; text-shadow: #000 0 -1px 0;}

/* !Content */
/*-------------------------------------------------------------------- */
.content {
	float: left;
	width: 530px;
}
	
.content h2 {
	background: url('/images/tagline.jpg') top left no-repeat;
	display: block;
	height: 100px;
	margin-bottom: 0;
	text-indent: -9999px;
	width: 530px;
}

	#iconbar {
		padding-left: 281px;
	    padding-top: 35px;
		padding-bottom: 12px;
	}
	    .icon {
	    	float: left;
	    	text-align: center;
	    	width: 100px;
	    }
	    .icon a {
	    	display: block;
	    	height: 20px;
	    	padding-top: 75px;
	    	text-decoration: none;
	    	width: 100px;
	    }
	    a#icon-voices {background: url('/images/voices.png') 18px 8px no-repeat;}
	    a#icon-voices:hover {background-position: 18px 0px;}
	    a#icon-postman {background: url('/images/postman.png') 18px 8px no-repeat;}
	    a#icon-postman:hover {background-position: 18px 0px;}
	    a#icon-attic {background: url('/images/attic.png') 18px 8px no-repeat;}
	    a#icon-attic:hover {background-position: 18px 0px;}
	    a#icon-digg {background: url('/images/digg.png') 18px 8px no-repeat;}
	    a#icon-digg:hover {background-position: 18px 0px;}
	    a#icon-captainslog {background: url('/images/captainslog.png') 18px 8px no-repeat;}
	    a#icon-captainslog:hover {background-position: 18px 0px;}
	    a#icon-comingsoon {background: url('/images/comingsoon.png') 18px 8px no-repeat;}
		a#icon-comingsoon:hover {background-position: 18px 0px;}

#from-blog, #from-twit {
	float: left;
	width: 265px;
}
#from-blog h3, #from-twit h3 {
	display: block;
	height: 65px;
	text-indent: -9999px;
	width: 265px;
}
#from-blog h3 {background: url('/images/fromtheblog.png') top left no-repeat;}
#from-twit h3 {background: url('/images/fromtwitter.png') top left no-repeat;}

	.entry {
		background: url('/images/entry.png') top left no-repeat;
		padding-left: 23px;
		margin-bottom: 1em;
		width: 232px;
	}
	.entry-meta {
		margin-top: -1em;
		overflow: hidden;
	}
		.entry-meta a {
			float: left;
		}
		.entry-meta em {
			color: #afb6c1;
			float: right;
			font-size: 85%;
		}
		
	ul#twitter_update_list {
		list-style: none;
		margin: 0 0 0 10px;
	}
	ul#twitter_update_list li {
		background: url('/images/tweet.png') top left no-repeat;
		margin-bottom: 1em;
		padding-left: 23px;
	}
	ul#twitter_update_list li a {
		color: #afb6c1;
		font-style: italic;
		font-weight: normal;
	}
	ul#twitter_update_list li span a {
		color: #373a3f;
		font-style: normal;
		font-weight: bold;
	}
	ul#twitter_update_list li span a:hover {
		color: #0e6ad3;
	}

/* !Sidebar */
/*-------------------------------------------------------------------- */
.sidebar {
	float: right;
	margin-right: 10px;
	width: 360px;
}

.map {
	float: right;
	padding: 4px 0 4px 8px;
}

h3#who {
	background: url('/images/whoarewe.png') top left no-repeat;
	display: block;
	height: 100px;
	margin: 0 0 -4px;
	text-indent: -9999px;
	width: 360px;
}
h3#touch {
	background: url('/images/getintouch.png') top left no-repeat;
	display: block;
	height: 65px;
	text-indent: -9999px;
	width: 360px;
}

#contact {
	background: url('/images/email.png') top left no-repeat;
	height: 260px;
	margin: 0 auto;
	padding: 20px 40px 0;
	width: 242px;
}
	#contact label {display: block;}
	#contact p {margin-bottom: .5em;}
	#name, #email, #message {
		background: #fdfdfe;
		border: 1px solid #d3dde5;
		color: #373a3f;
		font: 14px/125% "Avenir LT Std", "Avenir LT Pro", "Avenir", "Myriad Pro", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
		outline: none;
		padding: 4px 6px;
		width: 230px;
		border-radius: 5px; 
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	#name:hover, #email:hover, #message:hover {
		background: #fff;
		border-color: #d3dde5;
	}
	#name:focus, #email:focus, #message:focus {
		background: #fff;
		border-color: #a9c5db;
	}
	#message {height: 50px;}
	#contact button {
		background: url('/images/sendemail.png') top left no-repeat;
		border: none;
		cursor: pointer;
		height: 26px;
		margin: 8px 0 0;
		text-indent: -9999px;
		width: 100px;
	}
	#contact button:hover {background: url('/images/sendemail.png') left no-repeat}
	#contact button:active {background: url('/images/sendemail.png') bottom left no-repeat}
	
	label.error {display: none !important;}
	input.error, textarea.error {border: 1px solid #da2419 !important;}
	#mailinglist input.error {border: none !important; color: #f00 !important;}
	
	#enquiryFeedback {
		font-weight: bold;
		padding-left: 2.9em;
	}

#divider {
	margin-bottom: 1.5em;
	text-align: center;
}
#lineup {
	text-align: center;
}

.sidebar #iconbar {
	margin-left: 26px; 
	padding: 14px 0 13px 40px;
}
.sidebar #iconbar .icon {font-size: 12px; width: 90px;}
.sidebar #iconbar .icon a {width: 96px;}

/* !Footer */
/*-------------------------------------------------------------------- */
#footer-wrap {
	background: url('/images/footer.png') top left repeat-x;
}
#footer {
	color: #afb6c1;
	font-size: 13px;
	padding: 40px 15px 17px;
	margin: 0 auto;
	text-shadow: #000 0 -1px 0;
	width: 940px;
}
	#copyright {
		float: left;
		line-height: 30px;
		width: 530px;
	}
		#copyright p {
			font: 15px Georgia, serif !important;
			line-height: 32px;
			margin: 5px 0 0 10px;
		}
	#social {
		float: right;
		overflow: hidden;
		padding-left: 60px;
		width: 300px;
	}
		#social a {
			display: block;
			float: left;
			height: 30px;
			text-indent: -9999px;
			-moz-transition: none;
			-webkit-transition: none;
		}
		#social a#social-facebook {background: url('/images/facebook.png') top left no-repeat; margin-right: 20px; width: 110px;}
		#social a#social-facebook:hover {background: url('/images/facebook.png') left no-repeat;}
		#social a#social-facebook:active {background: url('/images/facebook.png') bottom left no-repeat;}
		#social a#social-twitter {background: url('/images/twitter.png') top left no-repeat; width: 96px;}
		#social a#social-twitter:hover {background: url('/images/twitter.png') left no-repeat;}
		#social a#social-twitter:active {background: url('/images/twitter.png') bottom left no-repeat;}

/* !Blog */
/*-------------------------------------------------------------------- */

.blog #masthead h1,
.single #masthead h1 {margin-left: -10px;}

.blog h4,
.single h4 {
    font: bold 24px/1.25em Georgia, "Times New Roman", serif;
    letter-spacing: -1px;
    margin-bottom: 6px;
}
.blog h4 a:hover,
.single h4 a:hover {text-decoration: none;}

.post {margin: 25px 0 35px;}

p.postmetadata {color: #afb6c1;}
p.postmetadata a {
    background: url('/images/comment.png') left no-repeat;
    color: #767a81;
    padding-left: 22px;
    float: right;
}
p.postmetadata a:hover {color: #0e6ad3;}

#respond {
	margin-top: -41px;
}

#comment, #author, #url  {
	background: #fdfdfe;
    border: 1px solid #d3dde5;
    color: #373a3f;
    font: 14px/125% "Myriad Pro", Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: none;
    padding: 4px 6px;
    width: 230px;
    border-radius: 5px; 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#comment:hover, #author:hover, #url:hover {
    background: #fff;
    border-color: #d3dde5;
}
#comment:focus, #author:focus, #url:focus {
    background: #fff;
    border-color: #a9c5db;
}
#comment {height: 150px; width: 530px;}

.navigation {
    margin: -5px 0 12px;
    overflow: hidden;
}
.alignleft {float: left;}
.alignright {float: right;}

ol.commentlist {
	list-style: none;
	margin: 0;
}
.comment-body {
    margin-bottom: 35px;
}
.comment-author {
    float: left;
    font-size: 18px;
    margin-bottom: 1em;
}
.comment-author img {
    border: 3px solid #fff;
    float: left;
    margin: -8px 10px 0 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.comment-author cite {
	font-style: normal;
}
.comment-meta {
    float: right;
}
.comment-meta a {
    color: #afb6c1;
    font-style: italic;
    font-weight: normal;
}
ol.commentlist li p {
    clear: both;
}

.separate {
    padding: 20px 0 0 0;
    text-align: center;
}

#submitcomment {
    background: url('/images/submitcomment.png') top left no-repeat;
    border: 0;
    cursor: pointer;
    height: 26px;
    text-indent: -9999px;
    width: 141px;
}
#submitcomment:hover {background: url('/images/submitcomment.png') left no-repeat;}
#submitcomment:active {background: url('/images/submitcomment.png') bottom left no-repeat;}

.sidebar #from-twit {
    float: none;
    width: 100%;
}
.sidebar #from-twit h3 {
    background: url('/images/twitter-sidebar.png') top left no-repeat;
    width: 360px;
}

#fourohfour {
    background: url('/images/404.png') top center no-repeat;
    margin: 100px 0;
    padding-top: 125px;
    text-align: center;
}

#polaroid {
	background: #fff;
    padding: 14px 14px 14px 14px;
	margin-bottom: 5px;
	border: 1px solid #dcdddd;
	-webkit-box-shadow: 0px 3px 5px #b4b4b4;
	-moz-box-shadow: 0px 3px 5px #b4b4b4;
}

/* Comment Styles */
li.comment {margin-bottom: 80px;}
li.pingback {margin-bottom: 80px;}
.comment-body {
    background: #42454a;
    margin: 80px 0 0;
    padding: 20px 20px 5px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.comment p {
    color: #dfebff;
    text-shadow: #000 0 -1px 0;
}
.pingback p {
    color: #dfebff;
    text-shadow: #000 0 -1px 0;
}
.comment-body a {
    font-weight: normal;
}
.comment-author {
    margin-left: -20px;
    margin-top: -60px;
}
.comment-meta {
    margin-right: -20px;
    margin-top: -60px;
}

/* !jqModal */
/*-------------------------------------------------------------------- */  
.jqmWindow {
	display: none;
	
	position: fixed;
	top: 50%;
	left: 50%;
	
	margin-top: -182px;
	height: 364px;
	
	margin-left: -307px;
	width: 614px;
}

.jqmOverlay {background-color: rgba(0,0,0,.8);}

* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.modal-copy {
    line-height: 19px;
    position: absolute;
    right: 27px;
    top: 60px;
    width: 322px;
}
	.modal-copy h6 {display: none;}

	#attic-modal {
		background: url('/images/atticapp.png') top left no-repeat;
		height: 364px;
		width: 614px;
	}
		#attic-modal .modal-copy {
			color: #fff1d6;
			text-shadow: #000 0 -1px 0;
		}
		#attic-modal .modal-copy a {
			color: #fff1d6;
			text-shadow: #000 0 -1px 0;
		}

	#digg-modal {
		background: url('/images/diggapp.png') top left no-repeat;
		height: 364px;
		width: 614px;
	}
		#digg-modal .modal-copy {
			top: 68px;
			color: #fff;
			text-shadow: #002843 0 -1px 0;
		}
		#digg-modal .modal-copy a {
			color: #fff;
			text-shadow: #002843 0 -1px 0;
		}

	#captainslog-modal {
		background: url('/images/captainslogapp.png') top left no-repeat;
		height: 364px;
		width: 614px;
	}
		#captainslog-modal .modal-copy {text-shadow: #fff 0 1px 0;}

/* !Other */
/*-------------------------------------------------------------------- */
.clear {clear:both;}

/* =Webkit Niceties */
a {-webkit-transition-duration: .33s; -webkit-transition-property: color, background;}