@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
[client] Screen Stylesheet

version:   1.0
date:      10/12/09
author:    Caleb Tutty
email:     contact@calebtutty.com
website:   http://www.calebtutty.com

Theme Name: Satellite10
Theme URL: www.satellite.ac.nz
Description: Updated Satellite theme for 2010
Author: Caleb Tutty, original theme: Brad Heap
  

Table of contents:
1.	Browser resets
2.	Fundamental styles
3.	Header
4.	Footer
5.	Navigation
6.	Template
7.	Typography
8. 	Tables
9.	Forms
10.	Miscellaneous
11.	Fixes




-----------------------------------------------------------------------------*/

/* Browser resets
-----------------------------------------------------------------------------*/

/* Browser Reset CSS,   */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

td {
	padding: 5px;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

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

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

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

a:hover img {
	background: none;
}

a {
	text-decoration: none;
}

	
/* Fundamental styles
-----------------------------------------------------------------------------*/	


body {
	
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background: url(images/bg.jpg);
	margin: 0 0 0 0;
	padding: 0; 
}

#page {
	text-align: left;
	width: 1073px;
	margin: 0 auto;
	padding: 0;
}

img {
	border: none;
}

a img {
	border: none;
}

a {
	color: #be1e2d;
}

.post a:hover {
	background-color:#F8F39F;
}

.features {
	width:400px;
	float:left;
	clear:left;
}

.makeTitle {
	margin-top:0px;
	line-height: 50px; 
	font-family: 'Heineken', Georgia, 'Times New Roman', Times, serif; 
	padding-left: 5px; 
	font-size: 36px;
	clear:left;
	float:left;
	width: 400px;
}

/* Header
-----------------------------------------------------------------------------*/

#toplinksbar {
	border-left:1px solid #B0C1C1;
	border-right:1px solid #B0C1C1;
	height:45px;
	margin:auto;
	width:1000px;
}

#toplinksbar a {
	width: 200px;
	height: 45px;
	display: block;
	float: left;
	background-position: 0px -45px;
	background-repeat: no-repeat;
}

#toplinksbar a.activemenu {
	background-position: 0px 0px;
}

#toplinksbar a:hover {
	background-position: 0px 0px;
}

#toplinksbar a#asahome {
	text-indent: -9999px;
	background-image: url(images/asa.jpg);
}

#toplinksbar a#satellite {
	text-indent: -9999px;
	background-image: url(images/satellite.jpg);
}

#toplinksbar a#whatson {
	text-indent: -9999px;
	background-image: url(images/whatson.jpg);
}

#toplinksbar a#clubs {
	text-indent: -9999px;
	background-image: url(images/clubs.jpg);
}

#toplinksbar a#classreps {
	text-indent: -9999px;
	background-image: url(images/classreps.jpg);
}


.pagewidth {
	clear:left;
	float:left;
	width:400px;
}



#header {
	background:transparent url(images/headertop.png) no-repeat scroll 0 0;
	clear:both;
	height:100px;
	margin:0 0 0 31px;
	overflow:hidden;
	padding:0;
}

#headertext {
	margin-left: 20px;
	margin-top: 20px;
	width:250px;
}

#headerad {
	float: right;
	margin-right: 40px;
	margin-top: 5px;
}


/* Footer
-----------------------------------------------------------------------------*/	


#footer {
	clear: both;
	color: #5d5c5c;
	text-align: center;
}

#footer a {
	color:#5d5c5c;
	text-decoration:none;
	}
	
/* Navigation
-----------------------------------------------------------------------------*/	

div.menu {
	float: left;
	padding-left: 6px;
}


ul.nav li {
	list-style-type: none;
}

ul.nav li a {
	width: 62px;
}

ul.nav li a:hover {
	background-color: transparent;
}

ul.nav li a#homelink {
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	height: 101px;
	display: block;
	text-indent: -9999px;
}

ul.nav li a#advertisinglink {
	background-image: url(images/advertising.png);
	background-repeat: no-repeat;
	height: 131px;
	display: block;
	text-indent: -9999px;
}

ul.nav li a#newslink {
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 106px;
}

ul.nav li a#featurelink {
	background-image: url(images/features.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 104px;
}

ul.nav li a#reviewslink {
	background-image: url(images/reviews.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 107px;
}

ul.nav li a#bloglink {
	background-image: url(images/blog.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 100px;
}

ul.nav li a#previousissueslink {
	background-image: url(images/previousissues.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 108px;
}

ul.nav li a#contactlink {
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	display: block;
	text-indent: -9999px;
	height: 110px;
}

ul.nav li a:hover {
	background-position: -62px 0px;
}

/* Template
-----------------------------------------------------------------------------*/	

.mainbody {
	width: 1073px;
	background: url(images/bookbg_middle.png) repeat-y;
	float: left;
}

.content {
	float:left;
	margin-left:100px;
	width:876px;
	position:relative;
	top:-50px;
	clear:left;
}

#mainpagetop {
	width: 1073px;
	background: url(images/bookbg_top.png) no-repeat;
	height: 128px;
	float: left;
}

#mainpagebottom {
	width: 1073px;
	background: url(images/bookbg_bottom.png) no-repeat;
	height: 130px;
	float: left;
}	
	
#sidebar {
	float:right;
	font-size:12px;
	margin-top:50px;
	min-height:120px;
	width:400px;
	}
	
#sidebar ul, #sidebar ul ol, #sidebar li {
	line-height:1.3em;
	list-style-type:square;
	margin:5px 5px 0;
	padding:0;
	}

#sidebar ul li, #sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}
	
#sidebar ul li a, #sidebar li a {
	color: #be1e2d;
	text-decoration: none;
	}
#sidebar ul li a:hover, #sidebar li a:hover {
	background-color:#F8F39F;
}
	
#sidebar ul li strong {
		font-size: 14px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
		padding-right: 0px;
	}

.post h2 a {
	clear:both;
	color:#BE1E2D;
	display:block;
	font-family:Georgia;
	font-size:18px;
	left:-5px;
	line-height:24px;
	padding:5px;
	position:relative;
	text-decoration:none;
}

.post h2 a:hover {
	background-color: #f8f39f;
}

.post {
	margin-left: 5px;
	margin-right:2px;
	clear: left;
}

.entry {
	color:#404040;
/*	float:left; */
	font-size:12px;
	line-height:1.4em;
	width:400px;
}

.fullpagewidth .entry {
	width: 925px;
}

.issuesbox {
	width: 400px;
	float: left;
	margin: 15px 60px 0 0px;
}

.issuesbox a{
	padding: 1px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
	
	.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.leftpage {
	float: left;
	width: 400px;
}

.latestcover {
	float: right;
	width: 408px;
	height: 355px;
	background: url(cover.jpg) no-repeat;
	overflow: hidden;
}

.frame {
	overflow: hidden;
	width: 408px;
	height: 355px;
	background: url(images/coverframe.png) no-repeat;
}

.entry p {
	color:#404040;
	font-size:12px;
	line-height:1.4em;
	margin-bottom: 6px;
}

a.more-link {
	background-image: url(images/readmore.gif);
	background-repeat: no-repeat;
	width: 84px;
	height: 15px;
	text-indent: -9999px;
	display: block;
	float:right;
	background-position: 0 0;
	margin-bottom:15px;
}

a.more-link:hover {
	background-position: 0px -15px;
}

div#logo {
	float: left;
	margin-bottom:20px;
}

.uhoh 
{
	width: 410px;
}

.uhoh p {
	clear: left;
	font-size: 16px;
	line-height: 1.8em;
}


.rightfloating {
	width: 400px; 
	float: right;
}

.rightfloating1 {
	width: 400px; 
	float: right;
	position: relative;
	top: -90px;
}

.leftfloating {
	width: 400px; 
	float: left;
}
.leftfloating1 {
	width: 400px; 
	float: left;
	clear: left;
}

.datebox {
	background-color:#EDEDED;
	border:1px solid #CECECD;
	float:right;
	left:5px;
	line-height:1.6em;
	margin-left:10px;
	padding:2px;
	position:relative;
	text-align:center;
	top:-5px;
	
}

.month {
	background-color:#BE1E2D;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 6px;
}
.year {
	font-weight: bold;
	padding: 5px 0px;
	color: #262626;
}

.frametext {
	font-family:Tahoma;
	margin-left:35px;
	margin-top:16px;
	position:relative;
	top:250px;
}

.frametext h2 {
	color: #ece375;
	font-size: 18px;
	text-transform: uppercase;
}

.frametext p {
	color:#FFFFFF;
	line-height:30px;
}

/* Typography
-----------------------------------------------------------------------------*/	

/* Tables
-----------------------------------------------------------------------------*/	

/* Forms
-----------------------------------------------------------------------------*/	

.form_fields 
{
	margin-bottom: 0px;
}

div#contactFormBox 
{
	margin-top:35px;
}


input.form_fields {
	background:transparent url(images/forminput.jpg) no-repeat scroll 0 0;
	border:medium none;
	height:14px;
	padding:10px;
	width:270px;
	font-family: Tahoma, Verdana, Arial;
	
}

input.captchainput {
	background:url("images/captchainput.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	font-family:Tahoma,Verdana,Arial;
	height:14px;
	padding:10px;
	width:105px;
	text-align: center;
	
}

form#contact_form {
	margin-left: 25px;
}

.contact_submit {
/*	border: none;
	background: none;
	color: #e2007c;
	font-family: Tahoma, Verdana, Arial;
	font-size: 18px;
	text-transform: lowercase;
	font-weight: bold; */
	background:#BE1E2D none repeat scroll 0 0;
	color:#FFFFFF;
	font-family:Verdana;
	font-size:8px;
	margin-right:80px;
	margin-top:10px;
	text-transform:uppercase;
}

textarea.form_fields {
	background:transparent url(images/formtextarea.jpg) no-repeat scroll 0 0;
	border:medium none;
	font-family: Tahoma, Verdana, Arial;
	font-size:12px;
	height:71px;
	padding:10px;
	width:270px;
}


/* Miscellaneous
-----------------------------------------------------------------------------*/	



/* Bubble hover effect */

.bubbleInfo {
	float: left;
    position: relative;
    width: 120px;
	height: 164px;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}




.trigger {
     position: absolute;
 }

 /* Bubble pop-up */

 .popup {
         position: absolute;
         display: none;
         z-index: 50;
         border-collapse: collapse;
		width: 200px;
 }

 .popup td {
	padding: 0;
}

 .popup td.corner {
         height: 15px;
         width: 19px;
 }

 .popup td#topleft { background-image: url(images/bubble-1.png); }
 .popup td.top { background-image: url(images/bubble-2.png); }
 .popup td#topright { background-image: url(images/bubble-3.png); }
 .popup td.left { background-image: url(images/bubble-4.png); }
 .popup td.right { background-image: url(images/bubble-5.png); }
 .popup td#bottomleft { background-image: url(images/bubble-6.png); }
 .popup td.bottom { background-image: url(images/bubble-7.png); text-align: center;}
 .popup td.bottom img { display: block; margin: 0 auto; }
 .popup td#bottomright { background-image: url(images/bubble-8.png); }

 .popup table.popup-contents {
         font-size: 12px;
         line-height: 1.2em;
         background-color: #fff;
         color: #666;
         font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
         }

 table.popup-contents th {
         text-align: right;
         text-transform: lowercase;
         }

 table.popup-contents td {
       	text-align: left;
		padding: 5px;
         }

 tr#read-online th {
         text-align: left;
         text-indent: -9999px;
         background: url(images/starburst.gif) no-repeat top right;
         height: 17px;
         }


/* ColorBox */

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(images/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(images/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(images/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(images/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(images/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(images/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(images/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(images/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(images/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(images/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(images/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}



/* Fixes
-----------------------------------------------------------------------------*/	

