/*
Theme Name: AlbinoMosquito
Theme URI: http://www.albinomosquito.com
Description: This theme was created by <a href="http://www.ghosthorses.co.uk" target="_blank" title="Visit the website">Stephen Fairbanks</a> for AlbinoMosquito
Version: 1
Author: Stephen Fairbanks
Author URI: http://www.ghosthorses.co.uk
Tags: dark, black, yellow, future

*/


@font-face {
	font-family: 'AharoniBold';
	src: url('fonts/ahronbd-webfont.eot');
	src: local('Aharoni'), local('Aharoni-Bold'), url('fonts/ahronbd-webfont.woff') format('woff'), url('fonts/ahronbd-webfont.ttf') format('truetype'), url('fonts/ahronbd-webfont.svg#webfontrTXvQHwl') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Padding / Margin Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.clear {
	clear: both;	
}


/* UNIVSERAL STYLE */

html {
	text-align: left;
}

body {
	background: #000 url(images/bg-home.gif) fixed 0 0;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 0 30px;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #ff0;
}

a:hover {
	color: #000;
	background: #ff0;
}
h1 {
	color:#FFFF00;
	font-family:AharoniBold,Arial,Helvetica,sans-serif;
	font-size:30px;
	letter-spacing:-2px;
	line-height:43px;
	text-transform:uppercase;
}

h2 {
	background:url(images/yellow-pointer-bg.png) no-repeat right top;
	color:#000000;
	font-family:georgia;
	font-size:10px;
	letter-spacing:2px;
	text-transform:uppercase;
	display: inline;
	padding: 10px 20px 10px 10px;
	clear: both;
	white-space: nowrap;
}

h3 {
	font-size: 20px;
	color: #ff0;
	margin: 10px 0 5px;
}

h4 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ff0;
}
span.arrow  {
	background: url(images/yellow-pointer-bg.png) no-repeat right top;
	width: 10px;
	height: 30px;
	display: block;
	float: left;
}

p {
	padding: 5px 0 10px;
	line-height: 19px;
}
#wrapper {
	width: 960px;
	position: relative;
}
#col-1 {
	width: 140px;
	float: left;
	position: fixed;
	margin: 70px 0 0;
	
}
#col-2-3-wrapper {
	float: right;
	width: 780px;
	margin: 73px 0 0;
}

#col-2 {
	width:600px;
	float: left;
	padding: 0 0 20px;
}


#col-3 {
	width:160px;
	float: right;
}

.col-3-entry {
	background:none repeat scroll 0 0 #000000;
	border:1px solid #222;
	margin:0 0 20px;
	padding:10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
}


.col-3-entry h3 {
	background:url("images/diag.png") repeat scroll 0 0 #222222;
	border-right:1px dotted #666666;
	color:#FFF;
	display:block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing:2px;
	padding:5px;
	margin: 0;
	text-transform:uppercase;
}
.col-3-entry p {
	padding: 10px 0;
	display: block;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.col-3-entry ul , .col-3-entry ol{
	padding: 10px 0;
}
.col-3-entry ul li , .col-3-entry ol li{
	padding: 2px 0 3px 10px;
	background: url(images/yellow-bullet.gif) no-repeat left 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 2px 0;
	line-height: 15px;
}
.col-3-entry ul li a , .col-3-entry ol li a{
	color: #fff;
}
.col-3-entry ul li a:hover, .col-3-entry ol li a:hover {
	color: #000;
}





#logo a:hover {
	background: none;
}

#navigation {
	margin: 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #999;
}
#navigation ul {

}
#navigation ul li {
	margin: 5px 0;
}
#navigation ul li a {
	color:#FFFFFF;
	display:block;
	font-family:AharoniBold,Arial,Helvetica,sans-serif;
	font-size:12px;
	letter-spacing:1px;
	padding:5px 5px 5px 10px;
	text-shadow:2px 2px 2px #000000;
	text-transform:uppercase;
}

#navigation ul li a:hover {
	color: #ccc!important;
	background: none!important;
}

.current_page_item {
	background: url(images/nav-selected-bg.png) no-repeat;
}

.current_page_item a {
	color: #ff0!important;	
}

.current_page_item a:hover {
	color: #ff0!important;
	cursor: default;
}
#slider {
	margin: 20px 0 30px 0;
	position: relative;
	border: 1px solid #333;
	overflow: hidden;
	width: 780px;
	height: 270px;
}

#slider img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 780px;
	height: 270px;
	display: none;
}

#slider-nav {
	background: #fff;
	width: 24px;
	height: 100px;
	position: absolute;
	z-index: 10;
	left: 15px;
	top: 1px;
	padding: 5px 0 0;
}
#slider-nav a   {
	color: #000;
	display: block;
	width: 10px;
	height: 10px;
	background: url(images/slider-button.gif) no-repeat;
	text-indent: -9999px;
	margin: 6px 7px;
}
#slider-nav a.activeSlide {
	background: url(images/slider-button-active.gif) no-repeat;
}


.slider-caption{
	position: absolute;
	height: 56px;
	width: 281px;
	left: 770px;
	top: 195px;
	z-index: 15;
}

.slider-caption a {
	text-indent: -9999px;
	background: url(images/view-slider.gif) no-repeat 0 0;
	display: block;
	height: 56px;
}

.slider-caption a:hover {
	background: url(images/view-slider.gif) no-repeat 0 -56px;
}

#page-title p {
	font-family:AharoniBold,Arial,Helvetica,sans-serif;
	font-size:57px;
	letter-spacing:-5px;
	line-height:40px;
	text-transform:uppercase;
}
.intro, .home-intro {
	color:#FFf;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:27px;
	border-bottom: 1px dashed #444;
	padding: 5px 0 15px 0;
	margin: 0 0 10px 0;
}

.home-intro {
	margin: 0 0 40px 0;	
}

.home-intro-2 {
	border-bottom:1px dashed #444444;
	color:#FFFFFF;
	font-family:AharoniBold,Arial,Helvetica,sans-serif;
	font-size:22px;
	letter-spacing:-1px;
	line-height:27px;
	margin:0 0 10px;
	padding:5px 0;
	text-transform:uppercase;
}

.home-intro-3 {
	border-bottom:1px dashed #444444;
	color:#FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:17px;
	line-height:27px;
	margin:0 0 50px;
	padding:5px 0 20px;
}

.twitter-feed {
}
.twitter-feed ul {
	background: url(images/twitter-quote-start.png) no-repeat left top;
}
.twitter-feed ul li {
	background: url(images/twitter-quote-end.png) no-repeat right bottom;
	padding: 20px 10px;
}
.twitter-feed ul li span {
	display: block;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 17px;
}
.twitter-call-to-action {
	font-size: 10px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin: 5px 0 0 5px;
}

.twitter-call-to-action:hover {
	background: #ff0;
	color: #333;
}
.text-split {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #444;
	margin: 20px 0 30px 0;
	-moz-column-width: 290px;
	-webkit-column-width: 290px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
}
.text-split p {
	padding-top: 0px;
}

.text-split-three {
	margin: 0 0 10px 0;
	padding: 20px 0;
	border-bottom: 1px dotted #333;
}
.text-split-three ul li {
	background: url(images/yellow-bullet.gif) no-repeat left center;
	padding: 3px 0 3px 10px;
}
.text-box {
	border-bottom: 1px dotted #555;
	padding: 0 0 10px;
	margin: 20px 0 10px;
	clear: both;
}

.text-box ul {
	margin: 10px 0;	
}

.text-box ul li {
	background:url("images/yellow-bullet.gif") no-repeat scroll left 10px transparent;
	line-height:18px;
	padding:3px 0 3px 10px;
}

.news-header {
	height: 30px;
}

.news-header-title {
	float: left;
	height: 30px;
}
.news-header-title h3 {
	display: block;
}

.news-header-date {
	float: right;
	height: 30px;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/news-date-bg.png) no-repeat left top;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-style: italic;
	padding: 0 10px 0 20px;
}



.split-left {
	float: left;
	width: 289px;
}
.split-three {
	width: 33%;
	float: left;
	font-style: normal;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.split-right {
	float: right;
	width: 289px;
}
.image-split-left {
	float: left;
	width: 289px;
}
.image-split-right {
	float: right;
	width: 289px;
}

.image-split {
	padding: 20px 0;
	font-size: 13px;
	margin: 10px 0 20px;
}

/* if CSS is turned off, then the content inside the a tag will display */
.image-split a {
	text-indent: -9999px;	
}

a.button-work {
	background: url(images/button-home-sprite.jpg) -289px 0 no-repeat;
	height: 115px;
	width: 289px;
	display: block;
}


.highlight a.button-work:hover {
	background: url(images/button-home-sprite.jpg) -289px -115px no-repeat;
}

/*Class for jQuery fade effect*/
.home-button-work-hover {
	background: url(images/button-home-sprite.jpg) -289px -115px no-repeat;
	height: 115px;
	width: 289px;
	position: relative;
	display: block;
}

a.button-news {
	background: url(images/button-home-sprite.jpg) 0 0 no-repeat;
	height: 115px;
	width: 289px;
	display: block;
}

.highlight a.button-news:hover {
	background: url(images/button-home-sprite.jpg) 0 -115px no-repeat;
}

/*Class for jQuery fade effect*/
.home-button-news-hover {
	background: url(images/button-home-sprite.jpg) 0 -115px no-repeat;
	height: 115px;
	width: 289px;
	display: block;
	position: relative;
}
.social-networking {
}
.social-networking ul {
	margin: 0 0 0 5px;
}
.social-networking ul li {
	float: left;
	margin: 0 2px 0 0;
}

.social-networking ul li a:hover {
	background: none;
	outline: 1px solid #000;
}

.website-by {
	border-top:1px dotted #666;
	margin: 15px 0 0;
	padding: 20px 0 0;
}
.website-by p {
	font-size: 11px;
	padding: 2px 2px 2px 5px;
}
.text-split-2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
.text-split-2 .split-left {
	float: left;
	width: 255px;
}
.text-split-2 .split-right {
	border-left:1px dotted #000000;
	float:right;
	padding:0 0 0 20px;
	width:260px;
}


.footer {
	background:none repeat scroll 0 0 #222222;
	color:#DDDDDD;
	font-style:italic;
	padding:5px 20px;
}
.get-in-touch {
	margin: 0 0 20px 0;
}
.get-in-touch a {
}
.get-in-touch a:hover {
	background: none;
}
.notopmargin {
	margin-top: 0px;
	border-top: none;
	padding-top: 10px;
}
.click-for-more {
	display: block;
	border-right: 2px solid #ff0;
	margin: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding: 2px;
}
.click-for-more:hover {
	background: #000;
	color: #fff;
}

.large-image {
	margin: 20px 0 30px;
	border: 1px solid #333;
}

.about-wrap {
	padding: 20px 0;
	margin: 20px 0;
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
}

.about-wrap a {
	color: #fff;	
}

.about-wrap a:hover {
	color: #000;	
}

.about-wrap strong {
	color: #ff0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

.about-left {
	float: left;
	width: 250px;
	border-right: 1px dashed #444;
	padding: 0 10px 0 0;
}

.about-right {
	float: left;
	width: 300px;
	padding: 0 0 0 20px;
}

.p-padding {
	padding: 20px 0 0;
}

.margin-top {
	margin: 90px 0 20px;	
}

.artists-ul {
	margin: 0 0 0 5px;
	display: none;
}

#artists .artists-ul {
	display: block;	
}

.artists-ul li {
	background: url(images/sub-arrow.png) no-repeat left 4px;
}

.artists-ul li a {
	color: #fff!important;
	padding: 5px 5px 5px 15px!important;
}

.artists-ul .current_page_item {
	background: url(images/sub-arrow-on.png) no-repeat left 4px;
}

.artists-ul .current_page_item a {
	color: #ff0!important;	
}

.artists-ul .current_page_item a:hover {
	color: #ff0!important;
	cursor: default;
}

.large-video {
	margin: 20px 0 30px;	
}

.comments-wrap {
	padding: 20px 0;
}

.comments-header {
	padding: 0 0 10px 10px;
	font-size: 12px;
	border-left: 2px solid #ff0;
}

.comment-author {	
	line-height: 18px;
}

.comment-entry-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px 10px 10px 50px;
	background: url(images/quote.png) no-repeat 6px 6px;
}

.comment-entry-text p {
	font-size: 16px;
}

.author-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	padding: 5px 0 0;
}

.author-details {
	
}

.gravitar {
	float: left;
	padding: 0 10px 0 0;
}

.gravitar img {
	border: 1px solid #000;
}	

ol.commentlist {
		
}

ol.commentlist li {
	border-bottom: 1px dotted #444;
	margin: 20px 0;
	padding:0 10px 20px;
}

/*RECENT WORK*/

.work-thumbs {
	border-bottom: 1px dotted #444;
	margin: 0 0 20px;
	padding: 10px 0 20px;
}
.work-thumbs ul {
	margin: 30px 0;
}
.work-thumbs ul li {
	float: left;
	margin: 0 20px 20px 0;
}

.work-thumbs ul li img {
	width: 290px;
	height: 180px;
}

.no-margin {
	margin: 0!important;	
}

.thumb-box{
	width: 290px;
	height: 180px;
	float:left;
	background:#222;
	overflow: hidden;
	position: relative;
}
.thumb-box img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.thumb-caption{
	float: left;
	position: absolute;
	background: #000;
	height: 75px;
	width: 290px;
	padding:10px;
	top: 180px;
	left: 0;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 }
 
 .thumb-caption h4 {
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
 }
 
 .thumb-caption p {
	font-size: 11px; 
	font-style: italic;
 }
 
.wpcf7 {
	margin: 20px 0!important;	
}

#commentform input, #commentform textarea, .wpcf7 input, .wpcf7 textarea {
	background:none repeat scroll 0 0 #333333;
	border:1px solid #555555;
	color:#FFFF00;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin:5px 0 0;
	padding:4px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


span.wpcf7-not-valid-tip {
	background:none!important;
	border: none!important;
	color:#FF0000!important;
	font-size:12px!important;
	left:20%!important;
	padding:2px!important;
	position:absolute!important;
	top:-3px!important;
	width:202px!important;
	z-index:100 !important;	
}

/* Override flickr input */

.lightbox-secNav-btnClose {
	color: #000!important;	
}

.lightbox-secNav-btnClose:hover {
	color: #333!important;	
}

.lightbox img {
	 border: 3px solid #000;
	 outline: 1px solid #666;
	 margin: 0 0 10px 10px;
}

.lightbox img:hover {
	outline: 1px solid #ff0;
}

.lightbox:hover {
	background: transparent!important;
	padding: 0;
	margin: 0;
}

#lightbox-secNav-btnClose:hover {
	background: transparent!important;	
}

/* End Override flickr input */



.blog-details, .blog-details-category  {
	border-top: 1px dashed #333;
	border-bottom: 1px dashed #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 0;
	padding: 5px 0;
}

.blog-details-author {
	float: left;
	width: 40%;
}

.blog-details-author span {
	
}

.blog-details-date {
	float: right;
	width: 40%;
	text-align: right;
}

.blog-details-category {
	display: block;
	margin: 10px 0 30px 0
}

.blog-list {
	margin: 20px 0;
	padding: 20px 0;
	border-bottom: 1px dashed #333;
}

.home-blog-list {
	margin: 0px 0;
	padding: 10px 0;
}

.blog-list h2 {
	background: none;
	padding: 0;
	margin: 0;
	font-size: 23px;
	font-family:AharoniBold,Arial,Helvetica,sans-serif;
	letter-spacing: -2px;
}

.blog-list h2 a {
	color: #ff0!important;	
}

.blog-list h2 a:hover {
	background: #ff0!important;
	color: #000 !important;
}

.blog-cta {
	margin: 5px 0;
	padding: 2px 0 0 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-left: 2px solid #ff0;
}

.home-blog-list h3 {
	font-size: 19px;
	padding: 10px 0 0;
	margin: 10px 0 0;
	font-family: AharoniBold,Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.home-blog-cta {
	margin: 10px 0;
	padding: 0px 0 0 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	border-left: 2px solid #ff0;
}

.home-blog-cta p {
	margin: 0;
	padding: 0;
}

.home-blog-text-split {
	padding: 20px 0;
	margin: 10px 0 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	-moz-column-width: 290px;
	-webkit-column-width: 290px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
}

.home-blog-text-split p {
	padding: 0;
	margin: 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	background-color: #666;
	border: 1px solid #333;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* optional rounded corners for browsers that support it */
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
	color: #fff;
}

.section-title {
	color:#FFFF00;
	font-family:AharoniBold,Arial,Helvetica,sans-serif;
	font-size:18px;
	letter-spacing:-1px;
	margin:10px 0;
	padding:0;
	text-transform:uppercase;
}

.header-border {
	border-top: 1px dashed #444;
	padding: 20px 0 0;
	margin: 20px 0 0;
}