/* Master CSS for Plus Alpha website */

body
{
	text-align: center;
}

/* Container for centering */
#container
{
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	font-family: Arial, sans-serif;
}

/* Logo banner */
#header
{
	height: 80px;
	background: #ffffff;
	color: white;
}

/* Navigation menu */
#nav
{
	clear: both;
	font-size: 80%;
	text-align: right;
/*	border: 1px dashed #333; */
}
#nav a:link { color: #aaaaaa; }
#nav a:visited { color: #aaaaaa; }
#nav a:hover { color: #ee6622; }
#nav a:active { color: #ee0000; }

#nav span.current_page_link { color: #000000; }
#nav a:link.current_page_link  { color: #000000; }
#nav a:visited.current_page_link  { color: #000000; }
#nav a:hover.current_page_link { color: #ee6622; }

/* Main content area */
#main
{
	clear: both;
	min-height: 408px;
	_height: 408px;           /* min-height for IE */
	height: auto !important;  /* min-height hack from Dustin Diaz */
  	height: 408px;
	background: #ffffff;
	padding: 10px;
	margin-top: 10pt;
	line-height: 14pt;
	text-align: justify;
	font-size: 90%;
/*	border: 1px dashed #333; */
}

#main h1
{
	font-size: 18pt;
	font-weight: bolder;
	font-family: Times, serif;
	color: #ee6622;
	text-transform: uppercase;
	letter-spacing: 6px;
	margin-top: 5pt;
	margin-bottom: 10pt;
	
	/* To give a line under the text */
	padding-bottom: 6pt;
	border-bottom: 2px solid #ffbb00;
}

#main span.majorword
{
	font-weight: bold;
	color: #ee6622;
}

#main span.slogan
{
	font-weight: bold;
	color: #ee6622;
}

/* Contact details at base of page */
#footer
{
	clear: both;
	background: #ee6622;
	font-size: 100%;
	text-align: center;
	color: white;
	margin-top: 5px;
	/* border: 1px dashed #333; */
}
#footer a:link { color: white; }
#footer a:visited { color: white; }
#footer a:hover { color: #ffbb00; }

/* Disclaimer */
#disc
{
	clear: both;
	margin-top: 2px;
	font-size: 7pt;
	text-align: center;
	color: #aaaaaa;
}

/* Cross for bullet points */
ul.bullets, li.bullets
{ 
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
} 
ul.bullets li
{
	background: url('../images/plus_bullet.png') 0px 5px no-repeat; 
	padding-left: 20px;
	margin-bottom: 10pt;
}

/* General centered image */
.centered_pad4px_image
{
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 4px;
}

.warning_box
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: red;
	border-style: dashed;
	border-color: black;
	border-width: medium;
	padding: 20px;
	padding-left: 50px;
}

.info_box
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: lime;
	border-style: dashed;
	border-color: black;
	border-width: thin;
	padding: 20px;
	padding-left: 50px;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #ee6622; }
a:active { color: #000000; }
a img {border: none; }

/* For the portfolio index page (portfolio.php) */

td.gamelist
{
	border-left: 1px solid #000000;
}

#gamelist ul
{
	list-style-type: none;
	margin:  6pt;
	padding: 6pt;
	font-size: 90%;
	line-height: 1.8;
}

/* For the testimonials page (testimonials.php) */

#testimonials_reviews_list
{
/*	overflow: auto; */
/*	height: 320px; */
	padding-right: 20px;
}

#testimonials_reviews_list ul
{
	list-style: none;
	margin:  0pt;
	padding: 0pt;
}

#testimonials_reviews_list li
{
	margin-left:   20pt;
	margin-bottom: 10pt;
}

#testimonials_reviews_list span.review_text
{
	/* No styles defined. */
}

#testimonials_reviews_list span.review_source
{
	font-weight: bold;
}

#testimonials_reviews_list span.review_title
{
	/* No styles defined. */
}

#testimonials_reviews_list span.testimonial_key_phrase
{
	font-weight: bold;
	color: #ee6622;
}
