/*
Theme Name: All of the Above Skin v001
Theme URI: http://alloftheabove.co.uk
Description: This is the 1st theme developed for Tim Reed's Blog at http://www.alloftheabove.co.uk .
Version: 1.0
Author: Tim Reed
Author URI: http://www.alloftheabove.co.uk
Tags: 

*/

/*
==================================================
----- Reset Styles
==================================================
*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html {height:101%}

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;
}
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;
}

.clearFloat {clear:both;}

/*
==================================================
----- Text Styles
==================================================
*/


@font-face {
  font-family: "SketchRockwell";
  src: url(http://www.alloftheabove.co.uk/fonts/SketchRockwell/SketchRockwell-Bold.ttf) format("truetype");
}
input, textarea, select, h2.thankyou { font-family: "SketchRockwell", sans-serif }

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
body.noBG {
	background-image:none;
}

a:focus {
	outline: 1px dotted invert;
}
a:visited {
	color: #3A8ED0;
}
a:hover {
	color: #4287bb;
}
a.bluelink {
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	display: block;
	background-position: right bottom;
	padding-bottom: 7px;
	padding-left: 15px;
}
a.bluelink.twitter {
margin:30px 0 0 0;
}


a {
	color: #3A8ED0;
	text-decoration: none;
}



hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/


h1 { color:#4287bb;
	font-size: 18px;
}

h2 {
	font-size: 22px;
	color:#939392;
}
h2 strong {font-size:36px; display:block;}
h2.thankyou {font-size:20px;color:#4287BB;}
h3 {
}


h4 {
}

h5 {
}

h6 {
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}
ol.big {
font-family:"SketchRockwell";
font-size:18px;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
}
.clearBoth {
	clear: both;
}
p{
margin-bottom:10px;}
p.small {font-size:10px;}
p.postmetadata.small {clear:both;}
p.rockwell {font-family:"SketchRockwell"; font-size:1.3em}
p.rockwell strong { font-size:1.4em; line-height:2em;}

/*
==================================================
----- Main Layout Styles
==================================================
*/
body {
	background-image: url(images/bg-graphPaper-rpt.gif);
	background-repeat: repeat;
	background-position: center top;
	background-color: #ffffff;
	color: #939392;
	line-height: 20px;
	background-attachment: fixed;
	}
/*body#home a#GN01 {
	background-image: url(images/globalNav/GN-selected.png);
}
body#about  a#GN02 {
	background-image: url(images/globalNav/GN-selected-02.png);
}
body#work  a#GN03 {
	background-image: url(images/globalNav/GN-selected-03.png);
}
body#contact  a#GN04 {
	background-image: url(images/globalNav/GN-selected-04.png);
}
*/

.maxWrapper {margin-left:auto;
margin-right:auto;
overflow:visible;
position:relative;}
	.maxWrapper .outerContainer {position:static;}
.container {
margin-left:auto;
margin-right:auto;
position:relative;
width:930px;
}
.container.one {
	padding-top: 40px;
}
.outerContainer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: visible;
}
#content {position:absolute;
z-index:3;}
.textpage {
	margin-top: 40px;
}

a#logo   {
	background-image: url(images/logo.png);
	height: 179px;
	width: 201px;
	display: block;
	float: left;
	text-indent: -9999px;
}
#globalNav {
	height: 58px;
	padding-top: 30px;
	clear: both;
	z-index:3;
	
}
#globalNav a {
	display: block;
	height: 58px;
	text-indent: -9999px;
	background-image:url(/wp-content/themes/AOTA/images/globalNav/nav.png);
	background-repeat:no-repeat;
}
#globalNav ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}


a#GN01   {
	background-position: -1px top;
	width: 233px;
	margin-right: 3px;
}
a#GN02   {
	background-position: -236px top;
	width: 229px;
}
a#GN03   {
	background-position: -467px top;
	width: 229px;
}
a#GN04   {
	background-position: -699px top;
	width: 233px;
	margin-left: 3px;
}




a#GN01:hover   {
	background-position: -1px -61px;
	width: 233px;
	margin-right: 3px;
}
a#GN02:hover    {
	background-position: -236px -61px;
	width: 229px;
}
a#GN03:hover    {
	background-position: -467px -61px;
	width: 229px;
}
a#GN04:hover    {
	background-position: -699px -61px;
	width: 233px;
	margin-left: 3px;
}

/*
a#GN01:active  {
	background-position: -1px -120px;
	width: 233px;
	margin-right: 3px;
}
a#GN02:active    {
	background-position: -236px -120px;
	width: 229px;
}
a#GN03:active    {
	background-position: -467px -120px;
	width: 229px;
}
a#GN04:active    {
	background-position: -699px -120px;
	width: 233px;
	margin-left: 3px;
}*/

a#GN01.selected , .home a#GN01 {
	background-position: -1px -120px;
	width: 233px;
	margin-right: 3px;
}
a#GN02.selected , .page-id-34 a#GN02  {
	background-position: -236px -120px;
	width: 229px;
}
a#GN03.selected  , .page-id-266 a#GN03    {
	background-position: -467px -120px;
	width: 229px;
}
a#GN04.selected, .page-id-244 a#GN04  {
	background-position: -699px -120px;
	width: 233px;
	margin-left: 3px;
}



#shelf_01 {
	padding-top: 40px;
	}

.shelf_01 {
	background-image: url(images/shelf-01.png);
	background-repeat: no-repeat;
	background-position: -2px bottom;
	height: 250px;
}




#shelf_02 {

	}

.shelf_02 {
	background-image: url(images/shelf-02.png);
	background-repeat: no-repeat;
	background-position: -2px bottom;
	height: 345px;
	position: relative;
}

.work {text-align:center;}
#homeIntro {
	float: left;
	width: 290px;
	margin-left: 20px;
}
#homeIntro p {
}
a.linkBox {
	background-image:url(images/linkbox.png);
	display:block;
	font-weight:bold;
	height:24px;
	line-height:36px;
	padding:12px 0 0 12px;
	width:176px;
}
a.linkBox:hover {
	background-image: url(images/linkBox-hover.png);
}
#macbook {
	float: left;
	margin-left: 5px;
	position: relative;
	margin-top: 3px;
}

#macbook .overlay a {
	background-image: url(images/macbook.png);
	height: 210px;
	width: 391px;
	position: absolute;
	display:block;
	text-indent:-9999px;
}
#macbook #macCycle {
	left: 31px;
	top: 14px;
	position: absolute;
	z-index: -1;
	height: 150px;
	width: 235px;
	overflow: hidden;
}
#laptopFlash {position:absolute; z-index:-10; left:30px; top:16px;}


.title#salutation {
	/*background-image: url(images/title.png);*/
	display: block;
	line-height: 46px;
	height: 40px;
	font-size:28px;
	margin-bottom:0px;
	margin-top:10px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	color: #686969;
	margin-bottom: 10px;
}
.leftCol {
	float: left;
	width: 235px;
}
.centreCol {
	float: left;
	width: 400px;
	min-height:600px;
}
.centreCol.small {min-height:450px;}
.centreCol.fullWidth {
	width:600px;
}
.error404 .maxWrapper {background-image:url(images/horsey.png); background-repeat:no-repeat; background-position:80% bottom;}
.rightCol {
	float:left;
	margin-left:10px;
	position:absolute;
	right:-24px;
	width:279px;
}

.rightCol .text{
	padding: 0px 0px 7px;
	margin: 5px 20px 0px 20px;
}
.titleBox {
	background-image: url(images/title-about.png);
	display: block;
	height: 27px;
	padding-top: 32px;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.aboutHeading {
	font-size: 54px;
	line-height: 58px;
}
.aboutHeading strong {
	color: #52A2DF;
}


/*Tweet styles
*/
#mod-tweet {overflow:hidden;}

#mod-tweet .twitter-link {}

/*Big Fan styles
*/

.bigFan {padding: 0 20px 0 20px; clear:both; }
.bigFan ul li {
	list-style:none;
	padding: 0px 0px 7px;
	margin: 5px 0px 0px 20px;
	background-image: url(images/underline);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bigFan ul li.last {
	background-image: none;
}
.bigFan ul {
	margin-top: 5px;
}
.bigFan ul li strong {
	font-size: 18px;
	color: #52A2DF;
}



.module {
	float: left;
	background-image: url(images/shelf-02-heading-03.png);
	width: 226px;
	margin-right: 10px;
	margin-left: 10px;
	background-repeat: no-repeat;
}
.module p {
	margin-left: 15px;
}
.module h2 {
	display: block;
	height: 28px;
	background-repeat: no-repeat;
	padding-top: 35px;
	padding-left: 15px;
	margin-bottom: 10px;
	font-size: 18px;
}

#mod-tweet h2 {
	background-image: url(images/title-tweets.png);
}
#mod-contact h2 {
	background-image: url(images/title-contact.png);
}
#mod-about h2 {
	background-image: url(images/title-about.png);
}



.shelf_02 .module {
	height: 262px;
	margin-top: 20px;
}


#mod-tweet {
	background-image: url(images/title-tweets.png);
}
#mod-tweet p {
	padding-left: 10px;
}

#mod-contact {
	background-image: url(images/telephone.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mod-about {
	background-image: url(images/title-about.png);
	margin-left: 26px;
}





/*
==================================================
----- Portfolio Post Styles
==================================================
*/

.portfolioPost {
	width: 600px;
	position: relative;
	margin:auto;
	padding: 30px 0 0 0;
}
.portfolioPost img {
background-image: url(images/bg-post-img.png);
padding:2px;
}
.portfolioPost h2 {
	clear:left;
	margin-top:20px;
}
.portfolioPost .title {font-size:42px; margin:0 0 30px 0;}
.portfolioPost .post-meta {margin:0 0 20px 0; padding:0; color:#686969; float:left;}
.portfolioPost .post-meta li {list-style:none;
	padding: 5px 0px 7px;
	margin: 0;
	background-image: url(images/underline);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 14px;
	float:left;
	clear:left;
	color:#afafaf;}
	.portfolioPost .post-meta li span { color:#686969;}
.portfolioPost .post-meta li strong {color:#4287bb;font-size: 16px;}
.portfolioPost {}

.cboxContent body {background-image:none;}
 /*
==================================================
----- Portfolio Page Styles
==================================================
*/

ul.fullFolio {
margin:0 0 0 10px;
padding:0;}

ul.fullFolio  li {
	display:block;
	float:left;
	height:153px;
	list-style-type:none;
	margin-left:0;
	margin-right:5px;
	position:relative;
	width:224px;
}

ul.fullFolio  li a {
	display: block;
	position: relative;}


ul.fullFolio li .overlay a {
	height: 147px;
	width: 225px;
	position:absolute;
	display: block;
	top: 0px;
	z-index:1;
	background-repeat: no-repeat;
	background-image: url(/wp-content/themes/AOTA/images/bg-workbox.png);
}
ul.fullFolio li .overlay a:hover {
	background-image: url(/wp-content/themes/AOTA/images/bg-workbox-hover.png);
}

ul.fullFolio li img {
	opacity: 0.6;
	margin-top: 1px;
	margin-left: 1px;
}
ul.fullFolio li:hover img {
opacity: 1;
}
ul.fullFolio li .imgBG {
display:block;
background-color: #fff;
}

ul.fullFolio li .overlay strong {
	margin-top: 160px;
	display: none;
	margin-left: 15px;
}
ul.fullFolio li .overlay em {
	display: none;
	margin-left: 15px;
}

/*
==================================================
----- Image Styles
==================================================
*/

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.absoluteBottomLeft {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.wp-caption {
	position:relative;
	margin-bottom: 15px;
	}
	.wp-caption p.wp-caption-text {
	}


/*
==================================================
----- Title Styles
==================================================
*/



/*
==================================================
----- Sidebar Styles
==================================================
*/


/*
==================================================
----- Homepage Portfolio Posts
==================================================
*/
#portfolioWrapper #clouds {
	background-image: url(images/static-clouds.png);
	background-repeat: repeat-x;
	position:absolute;
	height:0px;
	width:100%;
	z-index:2;
	top:0px;}
#portfolioWrapper {}
	
#portfolio {
	margin:3px 0 0;
	height: 250px;
	padding-top:100px;
	display:none;
	overflow:hidden;
}
#portfolio ul {
	display: block;
}
#portfolio ul li {
	height: 270px;
	width: 251px;
	list-style-type: none;
	float: left;
	margin-right: 27px;
	position: relative;
	margin-left: 27px;
	display: block;
}
#portfolio ul li a {
	display: block;
	position: relative;
}

#portfolio ul li a img {
	display: block;
	position: absolute;
	z-index:0;
}

#portfolio ul li .overlay a {
	height: 266px;
	width: 251px;
	position:absolute;
	display: block;
	top: 0px;
	z-index:1;
	background-repeat: no-repeat;
}
#portfolio ul li .overlay strong {
	margin-top: 160px;
	display: block;
	margin-left: 15px;
}
#portfolio ul li .overlay em {
	display: block;
	margin-left: 15px;
}

#portfolio ul li#workbox01 .overlay a{
	background-image: url(images/work-boxes.png);
}

#portfolio ul li#workbox01  img{
	margin: 10px 0 0 18px;
}

#portfolio  ul  li#workbox02 .overlay a {
	background-image: url(images/work-boxes-02.png);
}

#portfolio ul li#workbox02 img{
	margin: 10px 0px 0px 10px;
}

#portfolio  ul  li#workbox03  .overlay a  {
	background-image: url(images/work-boxes-03.png);
	background-position:-12px -3px;
}

#portfolio ul li#workbox03 img{
	margin: 12px 0px 0px 5px;
}



/*
==================================================
----- Work Page Portfolio Posts
==================================================
*/

	
.work {
	margin:3px 0 0;
}
.work ul {
	display: block;
}
.work ul li {
	height: 270px;
	width: 251px;
	list-style-type: none;
	float: left;
	margin-right: 27px;
	position: relative;
	margin-left: 27px;
	display: block;
	text-align:left;
}
.work ul li a {
	display: block;
	position: relative;
}

.work ul li a img {
	display: block;
	position: absolute;
	z-index:0;
}

.work ul li .overlay a {
	height: 266px;
	width: 251px;
	position:absolute;
	display: block;
	top: 0px;
	z-index:1;
	background-repeat: no-repeat;
}
.work ul li .overlay strong {
	margin-top: 160px;
	display: block;
	margin-left: 15px;
}
.work ul li .overlay em {
	display: block;
	margin-left: 15px;
}

.work ul li.workbox01 .overlay a{
	background-image: url(images/work-boxes.png);
}

.work ul li.workbox01  img{
	margin: 10px 0 0 18px;
}

.work  ul  li.workbox02 .overlay a {
	background-image: url(images/work-boxes-02.png);
}

.work ul li.workbox02 img{
	margin: 10px 0px 0px 10px;
}

.work  ul  li.workbox03  .overlay a  {
	background-image: url(images/work-boxes-03.png);
	background-position:-12px -3px;
}

.work ul li.workbox03 img{
	margin: 12px 0px 0px 5px;
}


/*
==================================================
----- Balloon Styles
==================================================
*/

.width {width:1024px; margin:0 auto;}


#balloonWrapper {
margin:auto;
position:absolute;
bottom:-68px;
right:-80px;
}
#balloon a {
background-image:url("images/balloon.png");
background-position:left bottom;
background-repeat:no-repeat;
display:block;
height:270px;
margin-top:130px;
text-indent:-9999px;
width:124px;


margin-top:0px;
padding-top:0px;


}
#balloonRepeat {
	background-image: url(images/balloonRepeat.png);
	background-repeat: repeat-y;
	/*height: 100%;*/
	
	
	height:0px;
}
#balloonTether {
	background-image:url(images/balloonTether.png);
	background-position:41px bottom;
	background-repeat:no-repeat;
	height:127px;
	width:122px;
}

/*
==================================================
----- Footer
==================================================
*/
#footer {
	background-image: url(images/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 75px;
}
#footer .container {
	width:960px;
	margin:auto;
	padding-left: 40px;
}
#footer #copyright {
	margin: 80px 80px 0px 0px;
	float: right;
	font-size: 11px;
}
#footer #wordpressLink {
	margin-top: 80px;
	float:left;
	width:320px;
	font-size: 11px;
	margin-left:20px;
	}



/*
==================================================
----- Contact Form
==================================================
*/
.rowElem {clear:both;}
#report-text {position:relative;}
#contactForm {}
#contactForm input {
background:none repeat scroll 0 0 transparent;
border:2px dashed #CCCCCC;
font-size:1.3em;
font-weight:normal;
margin-bottom:5px;
padding:5px 10px;
color:#939392;
float:left;
width:300px;
}
#contactForm textarea {
background:none repeat scroll 0 0 transparent;
border:2px dashed #CCCCCC;
font-size:1.3em;
font-weight:normal;
margin-bottom:5px;
padding:5px 10px;
color:#939392;
float:left;
width:300px;
}
#contactForm input.button {
bottom:0;
color:#3A8ED0;
left:334px;
position:absolute;
width:auto;
}

form.cmxform { width: 50em; }
em.error {
  background:url(images/unchecked.png) no-repeat 0px 0px;
  padding-left: 35px;
  height:26px;
  padding-top:4px;
  display:block;
  float:left;
  margin-left:10px;
}
em.success {
  background:url(images/checked.png) no-repeat 0px 0px;
  padding-left: 35px;
  height:26px;
  padding-top:4px;
  display:block;
  float:left;
  margin-left:10px;
}

form.cmxform label.error {
	margin-left: auto;
	width: 250px;
}
em.error {
color:#939392;
font-size:11px;
font-style:normal;
line-height:normal;
width:120px;
text-indent:-9999px;
}
#warning { display: none; }

/*
==================================================
----- Last Fm Styles
==================================================
*/


#headphones {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 283px;
	width: 194px;
	background-image: url(images/headphones.png);
	background-repeat: no-repeat;
	background-position: 1px top;
}
#headphones.listening {
	background-image: url(images/headphones.gif);
}
#headphones .lastFMlink {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 283px;
	width: 194px;
}

#lastfmFeed {
background-image:url("images/bg-lastFM.png");
background-position:left top;
background-repeat:no-repeat;
height:170px;
padding:10px 15px;
position:absolute;
right:-30px;
top:40px;
width:166px;
display:none;
}
#lastfmFeed h2 {font-size: 16px;
}

#lastfmlive_recent_tracks {
font-size:7pt;
line-height:14px;
margin-top:3px;
width:98%;
}



#lastfmlive_recent_tracks .lastfmlive_recently_played {
	padding:2px;
	width:100%;
	border-bottom:3px dotted;
}
#lastfmlive_recent_tracks .lastfmlive_recently_played .lastfmlive_song_title, .time {margin-left: 40px;}

#lastfmlive_recent_tracks .lastfmlive_recently_played img{
	height:26px;
	overflow:hidden;
	margin-right:3px;
	padding:1px;
	width:26px;
	float: left	;
}
#lastfmlive_recent_tracks .lastfmlive_recently_played .lastfmlive-now-playing img {display:block; float:left;}


#lastfmlive_recent_tracks .lastfmlive_song_info{
	position:relative;
	clear:both;
}

#lastfmlive_recent_tracks .lastfmlive_recently_played .lastfmlive_song_title{
	overflow:hidden;
	height:15px;
}

#lastfmlive_recent_tracks .lastfmlive_recently_played .time{
	font-size:6pt;
}

#lastfmlive_recent_tracks .lastfmlive-now-playing{
	background:transparent url(http://cdn.last.fm/flatness/global/icon_eq.gif) no-repeat scroll 99% 16px;
}

#lastfmlive_recent_tracks .lastfmlive-now-playing .lastfmlive_song_title{
	margin-left:40px;
}

#lastfmlive_profile_link {
	width:100%;
	height:20px;
	display:none;
}

#lastfmlive_profile_link a{
	float:right;
	margin:0px;
	padding-top:2px;
}

#lastfmlive_profile_link a:hover{
	text-decoration:none;
}


/*
==================================================
----- Social Media Styles
==================================================
*/


#socialMedia {bottom:80px;position:absolute;}

.width {width:1024px; margin: 0px auto;}
