/*
Theme Name: AxWax
Theme URI: http://gigx.co.uk/
Description: Child Theme for GIGX Default
Author: Axel Minet
Author URI: http://axwax.de/
Template: gigx-wp3-default
Version: 0.1
*/
 
@import url("../gigx-wp3-default/style.css");


/* Fonts */

/* web fonts */
@import url(http://fonts.googleapis.com/css?family=Permanent+Marker);
@import url(http://fonts.googleapis.com/css?family=Schoolbell);
/*
@font-face {
	font-family: 'MinyaNouvelleBold';
	src: url('type/minya_nouvelle_bd-webfont.eot');
	src: local('?'), url('type/minya_nouvelle_bd-webfont.woff') format('woff'), url('type/minya_nouvelle_bd-webfont.ttf') format('truetype'), url('type/minya_nouvelle_bd-webfont.svg#webfontkdXRQiij') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'JunegullRegular';
	src: url('type/junegull-webfont.eot');
	src: local('?'), url('type/junegull-webfont.woff') format('woff'), url('type/junegull-webfont.ttf') format('truetype'), url('type/junegull-webfont.svg#webfontUtC40YQ6') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CoolveticaRegular';
	src: url('type/coolvetica_rg-webfont.eot');
	src: local('?'), url('type/coolvetica_rg-webfont.woff') format('woff'), url('type/coolvetica_rg-webfont.ttf') format('truetype'), url('type/coolvetica_rg-webfont.svg#webfontAf9DBTBJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TeenBold';
	src: url('type/teen_bd-webfont.eot');
	src: local('?'), url('type/teen_bd-webfont.woff') format('woff'), url('type/teen_bd-webfont.ttf') format('truetype'), url('type/teen_bd-webfont.svg#webfontks4I13uR') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


body {font-family:verdana,arial,helvetica,geneva,sans-serif;} 
/*body{font-family:'Schoolbell', cursive,verdana,sans-serif;}*/

/* general colours */
body {
	background-color: #ffffff;
}

a:link {color:#0974bd;}
a:visited {color: #0b98f8;}
a:hover {color:#4ab2f8;}
a:active, a:focus {color: #000;}

a:link {font-family:'Schoolbell', cursive,verdana,sans-serif;text-decoration: none;outline:none;font-weight:bolder;}
a:visited {font-weight:bolder;}
a:hover {text-decoration: underline;font-weight:bolder;}
a:active, a:focus {font-weight:bolder;}
h1,h2{font-family:'Schoolbell', cursive,verdana,sans-serif;text-shadow: 1px 1px 2px #ccc;}
/*h1 a:link,h2 a:link,h1 a:visited,h2 a:visited {
    text-shadow: 2px 1px 3px #888888;
    color:#4ab2f8;
}*/
.above-entry-widgets {padding-top:5px;font-family:'Schoolbell', cursive,verdana,sans-serif;}


#maintop #tweet {font-family:'Schoolbell', cursive,verdana,sans-serif;}

/* IE HACKS
-------------------------------------------------------------- */

body { text-align:center; }
.container { text-align:left; }
ol { margin-left:2em; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
html>body p code { white-space:normal; }
hr { margin:-8px auto 11px; }
fieldset { padding-top:0; }


/* wp styling */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.5em;}

#header #logo {
padding-bottom: 0;
}
#below-header-widgets{
 clear:both;
 width:100%;
 background:#fff; 
padding-top: 10px;
overflow: hidden;
}
#below-header-widgets .widget{
width: 320px;
float: left;
margin-right:10px; 
/*padding-left:10px; */
}

#main{
	/*
  filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
  */    
}
#page #main #container {
/* background-color: #fff; */
margin-top:3px;
}

#page #main #container #content{
  display: block;
  float: left;
  width: 717px;
  /*text-align: justify;*/
  margin-left:20px;
  margin-right:20px;
  
    
}  
.page-title, .single .post-title{
padding: 20px 0 0 10px;
}
.format-status .post-title{display:none;}

/* sidebar */
#page #main #container #sidebar{
 display: block;
	float: left;
	width: 200px;
	border: none;
	margin-left: 20px;
}
#page #main #container  #sidebar .widget{
  margin-bottom:10px;
background-color: #eee;
color:#000;
}
#page #main #container  #sidebar .widget h2{
  margin-top:0px;
}

.widget-container{
  margin-top:10px;
  background-color: #ccc;
}
#page #main #container #sidebar p{
text-align: right;
font-size:0.88em;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.4em;
}
#page #main #container #sidebar img.alignleft{
margin:0;
}
  
#page #main #container #content p{
text-align: justify;
font-size:1em;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.5em;
padding-right:3px
}  





/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	/*margin: 10px; */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.itemleft {
float: left;  
width: 40%;
padding: 0 2% 0 2%;
margin: 0 2% 0 2%;
}

.itemright {
float: left;  
width: 40%;
padding: 0 2% 0 2%;
margin: 0 2% 0 2%;
}

.items {
float: left;
width: 100%;
}

#maintop #tweet {
	position: relative;
  padding-bottom: 0;
  top:0px;
  left:200px;
  width:515px;
  height:180px;
  background:url("images/speechbubble.png") no-repeat scroll center top transparent;
}
#maintop #tweet h2 {
padding:10px 55px 0 55px;
margin: 0px 0 0 0;
  font-size:1.4em;
  line-height:1.2em;
  /*font-family:verdana,arial,helvetica,geneva,sans-serif;*/
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  text-align: center;
}

#maintop #tweet p {
padding:5px 60px 0 50px;
  font-size:1.4em;
  line-height:1.2em;
  /*font-family:verdana,arial,helvetica,geneva,sans-serif;*/
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  text-align: center;
  word-wrap:break-word;
}

#maintop #follow{
display: block;
width: 64px;
height:84px;
position: relative;
top: -165px;
left: 850px;
}
#maintop a#follow span{
	visibility:hidden;
}
#maintop a#follow:hover span{
	visibility:visible;
	color:#4ab2f8;
}

/* bg images */
#maintop {
height:171px;
background:url("images/top2.png") no-repeat scroll center top transparent;
display:block;
float:left;
overflow:hidden;
width:100%;
}
#main{
background:url("images/bg.png") repeat-y scroll center center transparent;
/* margin:-200px auto 0; */
}
#mainbottom{
background:url("images/bottom.png") no-repeat scroll center center transparent;
height:35px;
margin:0;
padding:0;
display:block;
float:left;
overflow:hidden;
width:100%;
}
#page #mainfooter a{
margin:0;
padding:0;
}
#page #mainfooter p{
padding:10px 20px 0px 20px;
margin:0;
}




/*******************************************/
/* Colour Scheme */



/* page links */
/*
#page a{
  color: #1985b5; 
}
#page a:hover{
  border-color:#222222;
}
*/

/* Text colours */
.whitetext {
	color: #ffffff;
}
.blacktext {
	color: #000000;
}

/* typography colours */
del { color: #666; }
ins, dfn { border-bottom-color: #ccc; }
abbr[title], acronym[title], dfn[title] { border-bottom-color: #ccc; }
/*blockquote { color:#fefefe; } */
fieldset { border-color: #ccc; }
legend { color:#91c1de;background:#202327;}
/*
textarea, select {border-color:#2e7687;color: #8ab2bc;}
input.text:focus, input.title:focus, textarea:focus, select:focus {color: #8ab2bc; border-color: #fff;}
*/
table { border-top-color: #ccc;  border-left-color: #ccc; }
th, td { border-bottom-color: #ddd; border-right-color: #ccc; }
hr {background:#fff;}
code, pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */


/* ID colours */
#page {
}

#page #header {
	background-color: #ffffff;
}

#page #container {
}

#page #container #content {
}

#page #footer {
	background-color: #ffffff;
}

/* Menu  
.header-menu {
	width: 100%;
	height: 34px;
	font-size: 18px;

	float: left;
}

.header-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1;
}

.header-menu ul li {
margin-left:0;
}
    
.header-menu a {
	display: block;
	font-family: Arial;
	font-size: 20px;
	color: #ffffff;
	padding: 7px;
	text-decoration: none;
	background-color: #222222;  
}

.header-menu ul ul li {
}

.header-menu ul ul li a {
	font-size: 15px;
	padding: 10px;
}

.header-menu a:hover {
	color: #000;
	background: #ffffff;
	border: none; 
}

.header-menu li {
	position: relative;
	float: left;
}



.header-menu ul ul li {
	width: 200px; 
}

.header-menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;    
}

div.header-menu ul ul,
div.header-menu ul li:hover ul ul,
div.header-menu ul ul li:hover ul ul
{
	display: none;
}

div.header-menu ul li:hover ul,
div.header-menu ul ul li:hover ul,
div.header-menu ul ul ul li:hover ul
{
	display: block; 
}

End Menu */



/*= Menu =*/

/* ---- */
/* Main menu settings */
#menu-main {
    /*background:#333 ; */
    font-size:16px;
    font-family:'Schoolbell', cursive,verdana,sans-serif;
    font-weight:bold;
    width:100%; 
    }
#menu-main, #menu-main ul {  
    float:left;
    list-style:none;
    line-height:35px;
    padding:0;
    margin:0;
    width:100%;
    z-index: 10;
    }
#menu-main a {
    display:block;
    color:#000;
    text-decoration:none;
    padding:0px; 
    text-align:center;
    /*background:url(images/tab.png); */
    height:35px; 
    line-height:30px;
    width:130px; 
    }
#menu-main li {
    float:left;
    padding:0; 
    }
#menu-main li a{
    background:url(images/tab.png);
    }    
#menu-main ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:130px;
    font-weight:normal;
    margin:0;
    line-height:35px;
    border:0;
    }
#menu-main li li {
    width:130px;
    font-weight:bold;
    /*font-family:helvetica,sans-serif;*/    
    }
#menu-main li li a {
    padding:0px 0px;
    width:130px;
    font-size:14px;
    line-height:30px;
    vertical-align: bottom;
    }
/*sub-sub menu placement */
#menu-main li ul ul {
    margin:-33px 0 0 220px;
    }
#menu-main li li:hover {
    background: url(images/long-tab.png) no-repeat left -35px; 
    width: 220px;
    }
    /*submenu hovered over */
#menu-main li ul li:hover a, #menu-main li ul li li:hover a, #menu-main li ul li li li:hover a, #menu-main li ul li li li:hover a {
    color:#333;
    background: url(images/long-tab.png) no-repeat left -35px; ;
    width: 220px;
    }
/*main menu hovered over */    
#menu-main li:hover a {
    color:#333;
    }
    
#menu-main li.sfhover a {
    background-color:#f00;
    }    
    
/* submenu expanded, not hovered*/                      
#menu-main li:hover li a, #menu-main li li:hover li a, #menu-main li li li:hover li a, #menu-main li li li li:hover li a {
    color:#000;
        width: 220px;
    background: url(images/long-tab.png);
    }
#menu-main li:hover ul ul, #menu-main li:hover ul ul ul, #menu-main li:hover ul ul ul ul, #menu-main li.sfhover ul ul, #menu-main li.sfhover ul ul ul, #menu-main li.sfhover ul ul ul ul {
    left:-999em;
    }
#menu-main li:hover ul, #menu-main li li:hover ul, #menu-main li li li:hover ul, #menu-main li li li li:hover ul, #menu-main li.sfhover ul, #menu-main li li.sfhover ul, #menu-main li li li.sfhover ul, #menu-main li li li li.sfhover ul {
    left:auto;
    }
/* main menu selected (hover or expanded) */    
#menu-main li:hover a, #menu-main li.sfhover a {
    background: url(images/tab.png) no-repeat left -35px;
    }

/* ---- */

.clearleft{clear:left;}

.credit { text-align : right; page-break-before: avoid;
   font-family:Verdana,Arial,Helvetica,sans-serif; }
   
.clearleft {
margin:10px 30px 0 10px;
}

#page #main #container #content p {
padding: 10px;
}

.format-status {
    /*border-bottom: 1px dotted #333333;*/
    padding: 10px 20px 20px 0;
}
#page #main #container #content .format-status p {
    max-width: 420px;
    padding: 15px 10px 10px 220px;
    text-align: left;
}

/* navigation    
.navigation {
	margin-top:20px;
    font-size:16px;
    font-family:'Schoolbell', cursive,verdana,sans-serif;
    font-weight:bold;
}
.nav-next,.nav-previous{width:auto;}
.navigation a {
    color:#000;
    text-decoration:none;
	width:130px;
	height:35px;
	display:block;
	text-align:center;
	line-height:30px;
	background:url(images/tab.png);
	padding:0;
}
.navigation a:hover{
	background: url(images/tab.png) no-repeat left -35px;
}
*/

/* new navigation */
.navigation {
	margin-top:20px;
    font-size:13px;
    font-family:'Schoolbell', cursive,verdana,sans-serif;
    font-weight:bold;
}

.navigation .page-numbers {
	float: left;
	padding: 11px 19px 9px 11px;
	background: url(images/navcircle.png) no-repeat 0px 0px;
	text-decoration: none;
	color: #000;
	display: table-cell;
	margin:0 3px;
	text-align:center;
	
	}
.navigation .page-numbers.current {
	background: url(images/navcircle.png) no-repeat 0px -35px;
	color: #0974BD;
	cursor:default;
	}
.navigation .page-numbers.dots {
	background: none;
	}	
.navigation a.page-numbers:hover {
	text-decoration: underline;
	background: url(images/navcircle.png) no-repeat 0px -70px;
	}

.navigation .prev.page-numbers,.navigation .next.page-numbers{width:auto;}
.navigation a.prev.page-numbers,.navigation a.next.page-numbers {
    color:#000;
    text-decoration:none;
	width:130px;
	height:35px;
	/*display:block;*/
	
	line-height:30px;
	background:url(images/tab.png);
	padding:0;
	position: relative;
	top:2px;
}
.navigation a.prev.page-numbers:hover,.navigation a.next.page-numbers:hover {
	background: url(images/tab.png) no-repeat left -35px;
}
.navigation a.next.page-numbers {
float: right;
}




/*tweets */
div.jsClickable {
    cursor: default;
}
div.jsClickable a {
color: #000;
}

div.jsClickable:hover, div.jsClickableHover, div.jsClickableFocus,
div.jsClickable:hover a.jsGuide, div.jsClickableHover a.jsGuide, div.jsClickableFocus a.jsGuide {
    /*text-decoration: underline;*/
	/*background-color: #ff0000;*/
}
div.jsClickable:hover a, div.jsClickableHover a, div.jsClickableFocus a {
color: #0974bd;
}
div.jsClickable:hover a:hover, div.jsClickableHover a:hover, div.jsClickableFocus a:hover {
color: #4ab2f8;
}
div.jsClickable:hover a.jsGuide, div.jsClickableHover a.jsGuide, div.jsClickableFocus a.jsGuide {
text-decoration: underline;
}

/* images on hover */
div.jsClickable a img {
filter:alpha(opacity=75);
-moz-opacity: 0.75;
opacity: 0.75;
}
div.jsClickable:hover a img, div.jsClickableHover a img, div.jsClickableFocus a img {
color: #0974bd;
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
}

/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}


textarea{
border: none;
background: url(images/axoverlay370.png) no-repeat;
width: 330px;
height: 220px;
padding: 15px 40px 40px 15px;
resize: none;
    font-size:16px;
    font-family:'Schoolbell', cursive,verdana,sans-serif;
    font-weight:normal;
    overflow: auto;
}
textarea#comment {
    width: 330px !important;
    overflow: auto;
}
label[htmlFor="comment"],label[for="comment"] {
display: none;
}

