/* 
Styles for:	Positive Technology Website
Author:		Daniel Ma (UTLUK)
Version:	04 October 2006
Purpose:	Handheld stylesheet
*/

body {	
	color: #333333;	
}

/* Header styles */
#pagecontainer {
	width: 100%;
	padding-bottom: 5px;
	padding-top: 0px;
}

#header {
	background-color: #dc001a;
	color: #ffffff;
	height: auto;
	padding: 3px;
}

#header h1 {     
	padding-top: 10px;
   	width: 100%;		
   	background-image: none; 
	float: none;
	margin: 0;	
	font-size: 150%;
}

#header h2 {
     /*Size of the image*/
	padding-top: 3px;
   	width: 100%;	
   	background-image: none;
   	background-repeat: no-repeat;	
	float: none;
	margin: 0;
	font-size: 90%;
}

/* Site Info styles */
#siteinfo {
	display: none;
}




/* Content styles */
#rightcontent {
	width: 100%;	
}

/* Navigation styles */
#navigation {
	float: left; 	
	height: auto;	
	display: inline;
	color: #B8B8B8;
}

#navigation ul 	{
	padding: 3px 0;
}

#navigation ul li a {
	text-decoration: underline;
	display: inline; 
	width: auto;
	height: auto;
	padding: 0px 3px 0px 3px;
	float: left;
}

/* Home Page Image */
#homeimage {
	display: none;	
}

/* Content styles */
#content {
	width: 100%;
	float: left; 	
	padding: 10px 0px 10px 3px;
}

#content h2 {
	font-size: 90%;
}

#content h3 {
	font-size: 80%;
}

#content a.calltoaction {
	text-decoration: underline;	
	padding-left: 0px; 
	background-image: none;
}



/* left content styles */

#leftcontent {
	width: 100%;
	height: 0;
	float: none;
	clear: both;
	padding: 0px 10%;	
	padding-bottom: 5px;
	font-size: 80%;
		
}

#leftcontent a.calltoaction {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;	
	display: block;
	padding-left: 0px; 
	background-image: none;	
}


/* Left side quotes */
#leftcontent blockquote {  
	margin: 0;	
	padding: 0;
   	background-repeat: no-repeat;	
	background-image: none;
	height: auto;		
	width: auto;
}


/* Footer Styles */
#footer {
	width: 100%;
	height: auto;	
	color: #CCCCCC;
	font-size: 70%;
	padding: 3px; 
	clear: both;
}


#footer #supportlinks ul li {
	padding: 0px; 
	padding-right: 10px;
}

#footer #supportlinks ul li a {
	color: #CCCCCC;
	text-decoration: underline;
}


/* Generic Classes */
.noshow {display: none;}



/* Content Headers */
#content h1 {  
	margin: 0;	
	padding-top: 0px;
   	background-repeat: no-repeat;	
	background-image: none;
   	overflow: auto;
   	height: auto;		
	color: #dc001a;
	font-size: 120%;
}

/* W3C Buttons */
/* Credit: http://www.sovavsiti.cz/css/w3c_buttons.html */


.w3cbutton {
  margin: 0.3em 0;
  width: 16em;
  font-family: helvetica,arial,sans-serif;
  font-size: 50%;
  font-weight: normal;
  float: right;
  padding-left: 10px;
  
}
.w3cbutton a:link,
.w3cbutton a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 1px solid #4a4a4a;
}
.w3cbutton a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 1px solid #4a4a4a;
}





