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

/*Skin Style Sheet Notes for HK Soccer Sevens

version:   		1.0
author:    		Fluid HK

Basic Color Palette

primary-color:
secondary-color:
titles-color:
font-color:
link:
link-hover:
link-visited:

Font-size Adjustment

To change the size of a font, use a percentage value from the list below.
Always use percentages as the units because they render more consistently than ems,
and because they allow user-initiated resizing (unlike pixels).
		 
For pixels(px) Declare the appropriate percentage(%)

			Pixels 	EMs 		Percent Points  
			6px 	0.462em 	46.2% 	5pt     
			7px 	0.538em 	53.8% 	5pt	    
			8px 	0.615em 	61.5% 	6pt      
			9px 	0.692em 	69.2% 	7pt      
			10px 	0.769em 	77% 	8pt     
			11px 	0.846em 	85% 	8pt      	
			12px 	0.923em 	93% 	9pt      	
			13px 	1em 		100% 	10pt
			14px 	1.077em 	108% 	11pt
			15px 	1.154em 	116% 	11pt
			16px 	1.231em 	123.1% 	12pt
			17px 	1.308em 	131% 	13pt
			18px 	1.385em 	138.5% 	14pt
			19px 	1.462em 	146.5% 	14pt
			20px 	1.538em 	153.9% 	15pt
			21px 	1.615em 	161.6% 	16pt
			22px 	1.692em 	167% 	17pt
			23px 	1.769em 	174% 	17pt
			24px 	1.846em 	182% 	18pt 
				
For custom font sizes see http://pxtoem.com/ and use the 100% setting as body size.
				
Skin Style Sheet Notes end */ 

body  {

	 /*background:#EBEBEB url(../images/common/bg-body.png) repeat-x left top;*/
	 background:#092E72 url(../images/bg.png) repeat-x left top;
	
}

/* Basic Positional Holders Starts */

.container_12 {
    /* wraps the whole of the content. Appears directly after the body tag*/
    /* temp background image used as visual aid for grid*/
   /* background:#FFFFFF url(../images/common/bg-grid.gif) repeat-y left top;*/
}

.hd.print {
	/* hides inline logo for print.css use*/
	display:none;
}


.bd {
background:#FFFFFF;
}

.ft {
background-image:url(../images/footer_players.gif); height:85px;

}

/* Basic Positional Holders Ends */

/* Basic Element Styles Starts (part of YUI's CSS Foundation) */

h1 {
	/*22px equivalent*/
	font-size:167%;
	color:#000;
}

h2 {
	/*18px equivalent*/
	font-size:158.5%; 
	color:#FFFFFF;
}

h3 {
	/*14px  equivalent*/
	font-size:108%;  
}

h4 {
	/*11px  equivalent*/
	font-size:85%; 
	background-color: #DDDDDD;
	padding:5px;
	color:#000;
}

h1{margin-bottom:15px;margin-top:15px;}

h4 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}

h2 {margin-bottom:15px;}

h1, h2, h3 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial,;
    font-weight:normal; 
}

 h3 {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial,;
    font-weight:normal; 
	color:#FFFFFF;
}

strong {
	/*bringing boldness back to the strong element*/
	font-weight:bold;
}


p 
{
    /* Sets equilant of 12px */
	font-size:108%;
    line-height:150%;
    color:#666666;
    margin-bottom:1em;
    
}

abbr, acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}

strong, b {
	/*bringing bold back to the strong and b elements*/
	font-style:italic;
}

.blockquote, ul, ol, dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}

ol, ul, dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
	
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;
	margin:4px 0;	
}

ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
	margin:4px 0;	
}

blockquote 
{
	/*callout text holder default styling*/
	border-bottom:1px solid #ccc;
	border-top:10px solid #ccc;
	display:block;
	float:left;
	margin:10px 20px 20px 0;
	padding:10px 0;
	width:220px;
	display:block;
}

blockquote  p {
	/*callout text default styling*/
	color:#666666;
	display:block;
	float:left;
	font-size:130%;
	line-height:140%;
	margin:0 15px 5px;
	padding:0 !important;
}

.annotation 
{
	display:block;
	padding:10px;
	font-size:93%;
	color:#999;
	background-color:#ededed;
	margin:0 0 10px 0;
	border-bottom:1px solid #ddd;
}


/* Basic Element Styles Ends */

/* Search Box Styles Start*/

.srch 
{
	margin:40px 0 0 0;
	width:auto;
}

.srch .textfield 
{
	padding:5px 10px;
	width:200px;
}

.srch .button
{
	padding:5px 10px;
}


/* Search Box Styles End*/

/* Basic Link Styles Start */

a.header:link {
	/* unvisited link */
	color: #000000;
	text-decoration: none;
} 
a.header:active {
	color: #999;
	text-decoration: underline;
}

a:visited {
	/* visited link */
	color: #000;
}

a:hover {
	 /* mouse over link */
	color: #CCC;
	text-decoration: underline;
}

/* Basic Link Styles End */


.logo a{
	margin:0;
	position:relative;
	width:554px;
	height:123px;
	margin-bottom:15px;
	margin-top:15px;
	font-size:77%;
	display:block;
}

.logo a span {
	background: url(../images/branding/bg-logo.png) no-repeat left top;
	display:block;
	height:100%;
	position:absolute;
	width:100%;
}

.pc {
    /*class name to identify the main content on a page*/
    
}

.box 
{
    background-color:#EEE;
    padding:10px 10px;
    margin:20px 0 10px;
	width:260px;
}

.box1
{
    background-color:#EEE;
    margin:20px 0 10px;
	width:280px;
	background-image:url(../images/buytickets.jpg);
	height:280px;
	
}

.box2
{
    background-color:#EEE;
    margin:20px 0 10px;
	width:265px;
	background-image:url(../images/map_bg.jpg);
	height:280px;
	padding-left:15px;
	padding-top:15px;
}

.box2 p {color:#FFFFFF; font-size:90%;}

.box.2 h1{font-size:150%; color:#FFFFFF;}
.box h1, .box h2, .box h3
{
    margin-top:0;
    padding-top:0;
}



/* Basic Element Styles End */

/* Navigation Styles Start - Handle Sub-navigation by casscading styles, eg .ns ul ul*/

.np ul, .ns ul, .nt ul, .nb ul, .ft ul, .tools ul {
	/*giving navigation ul's no margins*/
	margin:0;
}

.np li, .ns li, .nt li, .nb li, .ft li, .tools li  {
	/*giving navigation ul li's no margins and removing disc markers*/
	margin:0 0 0 0;
	list-style-type:none;
}

/* Navigate Primary Styles Start */

.np { /* Navigate Primary*/ 
    float:left;
    width:100%;
    background:#FFFFFF;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #DDDDDD;
    padding:0;
    margin:0;
  }
.np ul {
    margin:0 0 1px 0;
    padding:10px 10px 0 10px;/* Controls the indentation of the tabs */
    list-style:none;
  }
.np li {
    display:inline;
    margin:0 0px 0 0;
    padding:0;
  }
.np a {
    float:left;
    margin:0 5px 0 0;/* Controls the space between the tabs */
    padding:0 0 0 0px;
    text-decoration:none;
	background-color:#CCCCCC;
  }
.np a span {
    float:left;
    display:block;
    padding:10px 15px 10px 6px;
    color:#000;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.np a span 
{
   float:none;}
/* End IE5-Mac hack */
.np a:hover span {
  color:#FFF;

  }
.np a:hover {
  text-decoration::none;
  background-position:0% -42px;/* Controls position of left hover state graphic */
  }
.np a:hover span {
  background-position:100% -42px;/* Controls position of right hover state graphic */
  }

.np .selected a {
  background-position:0% -42px; /* Controls position of left Selected state graphic */
}
.np .selected a span {
    background-position:100% -42px; /* Controls position of right Selected state graphic */
    color:#FFF;
}
/* Navigate Primary Styles End */


/* Navigate Secondary Styles Start */
.ns .ns-hd { /* Navigation Secondary header span*/ 
     display:block;
     color:#666;
     font-weight:bold;
     padding:8px 0 8px 10px;
     margin:10px 0 0 0;
     background-color:#ddd;
     
}

.ns { /* Navigation Secondary*/ 
     
}

.ns li a {
    display:block;
	height: 24px; /* minimum height = desired height - top + Bottom padding used in following class */
    text-decoration: none;
    color:#000;
	font-size:93%;

}

.ns li a:link, .ns li a:visited {
    color: #000;
	background-image:url(../images/navigation/bg-ns.gif);
    background-position:0 0;
	background-repeat: repeat-x;
    padding: 8px 0 0 10px;
}

.ns li a:hover, .ns li.selected a {
    color: #000;
	background-image:url(../images/navigation/bg-ns.gif);
	background-repeat: repeat-x;
    background-position:0 -32px;
    padding: 8px 0 0 10px;
	text-decoration:none;
}

.ns li.selected 
{
    padding:0;
}

/* Navigate Secondary Submenu Styles Start */
    
.ns ul ul 
{
    margin:0 0 1px 0px;
    padding:0 0 0 20px;
    background-color:#ffffff;
}

.ns ul ul li a 
{
    height:auto;
    padding:5px 10px;
    margin:1px 0 0 0;
}

.ns ul ul li a:link, .ns ul ul li a:visited {
    color: #000;
    display: block;
    background-color:#fff;
    background-image:none;
    padding:5px 10px;

}

.ns ul ul li a:hover, .ns ul ul li.selected a {
    color:#333;
    background-color:#dddddd;
    background-image:none;
}

/* Navigate Secondary Submenu Styles End */     
/* Navigate Secondary Styles End */

/* Navigate Tertiary Styles Start */

.nt { /* Navigation Tertiary*/
    font-size:85%;
    color:#999999;
    margin:10px 0px;
    padding:0 10px;
    border-bottom:1px solid #dddddd;
    background-color:#eee;
}

.nt ul 
{
    margin:0;
    padding:0;
    float:right; 
}
.nt ul li
{
    display:inline;
    float:left;
    margin:0 0 0 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.nt ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}

/* Navigate Tertiary Styles End */

/* Navigate Breadcrumb Styles Start */
.nb { /* Navigation Breadcrumb*/
    font-size:85%;
    color:#999999;
    margin:0;
    border-bottom:1px solid #dddddd; 
}

.nb ul 
{
    margin:0;
    padding:0;
    float:left; 
}
.nb ul li
{
    display:inline;
    float:left;
    height:30px;
    line-height:30px;
    margin:0;
    padding:0 0px 0 10px;
}

.nb ul li a
{
    margin:0 0 0 0px;
    padding:0 15px 0 0px;
    background:  url(../images/navigation/bg-nbc-li.png) no-repeat right center;
}

/* Navigate Breadcrumb Styles End */

/* Navigate Footer Styles Start*/

.ft { /* Navigation Footer*/   
    font-size:85%;
    color:#999999;
    background-color:#fff;
}

.ft p 
{
    font-size:110%;
    color:#666666;
    margin:0;
    padding:20px 20px 0;
	float:right;
}

.ft ul 
{
    margin:0;
    padding:0;
    float:right; 
	padding-right:10px;
	
}
.ft ul li
{
    display:inline;
    float:left;
    margin:0px 10px 10px 0;
    padding:0;
    height:20px;
    line-height:20px;
}

.ft ul li a
{
    margin:0 0 0 10px;
    padding:0 0px 0 0px;
}

.ft a {text-decoration:none; color:#999999;}
.ft a:hover {text-decoration:none; color:#CCCCCC;}

/* Navigate Footer Styles End */

/* Navigate Tools Styles Start */
.tools 
{
	border-top:1px solid #DDDDDD;
	height:30px;
	margin:0 0 10px 0;
	
}
.tools ul 
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 1px;
	padding:10px 10px 0;
	text-align:right;

}

.tools ul li {
	display:inline;
	margin:0 0 0 0;
	padding:0;
	
}

.tools ul li a {
	float:right;
	color:#999;
	font-size:93%;
	display:block;
	margin:0 5px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
}

.tools ul li a:hover {
	color:#000;
	text-decoration:underline;
}

.tools ul li a.print span.icon 
{
}

.tools ul li a.print span.icon,
.tools ul li a.top span.icon,
.tools ul li a.email span.icon
{
	
	display:block;
	height:16px;
	width:16px;
	margin:0 5px 0 0;
	float:left;
	color:#000;
	background-image:url(../images/icons/sprite-icons.png);

}

.tools ul li a.print span.icon {
	background-position:-48px 0;
}

.tools ul li a.top span.icon {

	background-position:-64px 0;
}

.tools ul li a.email span.icon {
	
	background-position:-80px 0;
	
}

/* Navigate Tools Styles End*/

/* Navigation Styles End  */

.homeimage{ width:200px;
float:left;
margin: 20px 20px 0 20px;

}
.hometext{ width:360px;margin-left:20px;
float:left;

}

.social li {
display: inline;
}

.social {
padding-top:35px;
padding-left:55px;
}

.social p {padding-left:25px;}

.heroimage{background-color:#009966;
height:348px;}

.navstrip{background-image:url(../images/common/nav_strip.png); height:22px;}

.homepuff{background-color:#FFFFFF; height:236px; width:208px; float:left; margin-left:22px; background-image:url(../images/home_puff_bg.png);  }

.puffcontent{width:188px; height:137px; margin-left:9px; margin-top:9px; float:left;}

.white{background-color:#FFFFFF;}

.heading{padding-top:3px; padding-bottom:3px; padding-left:10px; color:#FFFFFF;}

.img{background-image:url(../images/imggallery_head_bg.png);}
.video{background-image:url(../images/vidgallery_head_bg.png);}
.twitter{background-image:url(../images/twitter_head_bg.png);}
.fan{background-image:url(../images/facebook_head_bg.png);}

.imglogo{background-image:url(../images/flickr_logo.png);float:right; width:64px; height:20px; margin-right:9px; margin-top:25px;}
.videologo{background-image:url(../images/youtube_logo.png);float:right; width:74px; height:30px; margin-right:9px; margin-top:20px;}
.twitterlogo{background-image:url(../images/twitter_logo.png);float:right; width:35px; height:30px; margin-right:9px; margin-top:20px;}
.facebooklogo{background-image:url(../images/facebook_logo.png);float:right; width:31px; height:30px; margin-right:9px; margin-top:20px;}

.twitterbutton{background-image:url(../images/follow_btn.png);float:left; width:119px; height:31px; margin-left:9px; margin-top:20px; text-decoration:none;}
.twitterbutton a {display:block; width:119px; height:31px; text-indent:-9999px;}
.facebookbutton{background-image:url(../images/fan_btn.png);float:left; width:143px; height:31px; margin-left:9px; margin-top:20px; text-decoration:none;}
.facebookbutton a {display:block; width:143px; height:31px; text-indent:-9999px;}

#twitter_update_list li {
list-style-type: none;
font-size:108%;
    line-height:150%;
    color:#666666;
    margin-bottom:1em;
    
}
