/*---

Author: Kay Tsang 
Version: 1.2
Date Created: 1 April 2011

---*/

/* 
-----------------------------------------------------------------------------------------------------------------------
Resets - For all browser to behave properly 
-----------------------------------------------------------------------------------------------------------------------
*/
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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 10;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
-----------------------------------------------------------------------------------------------------------------------
Universal - Styles for all pages 
-----------------------------------------------------------------------------------------------------------------------
*/
body { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	color: #666;
	background: #fff;
	text-align: center;
	position: relative;
}
#wrapper { 
	width: 958px; 
	position: relative;
	text-align: left;
	margin: 0 auto;
}
#inner-wrapper { 
	float: left; 
	width: 956px; 
	height: 566px;
	margin: 30px 0 0 0; 
	display: inline; 
	border: 1px solid #ccc;
}
#masthead #logo {
	margin: 20px 0 0 20px;	
}
ul#navigation { 
	float: right; 
	width: 280px;
	margin: 20px 20px 0 0;
	display: inline;
}
ul#navigation li { 
	height: 9px; 
	float: left; 
	margin-right: 20px; 
	overflow: visible; 
}
ul#navigation li.contact-link { 
	margin-right: 0; 
}
ul#navigation li a { 
	display: block; 
	text-indent: -9999px; 
	height: 9px; 
	background-image:url(../images/nav-bar.gif); 
	background-color: transparent; 
	background-repeat: no-repeat; 
}
ul#navigation li.index-link a { 
	width: 37px; 
}
ul#navigation li.portfolio-link a { 
	width: 74px;
}
ul#navigation li.about-link a { 
	width: 45px;
}
ul#navigation li.contact-link a { 
	width: 64px;
}
ul#navigation ul li.index-link a, ul#navigation li.index-link a:link, ul#navigation li.index-link a:visited { 
	background-position: 0 0; 
}
ul#navigation li.index-link a:hover, ul#navigation li.index-link a:focus, ul#navigation li.index-link a:active, #index ul#navigation li.index-link a { 
	background-position: 0 -9px; 
}
ul#navigation ul li.portfolio-link a, ul#navigation li.portfolio-link a:link, ul#navigation li.portfolio-link a:visited { 
	background-position: -37px 0; 
}
ul#navigation li.portfolio-link a:hover, ul#navigation li.portfolio-link a:focus, ul#navigation li.portfolio-link a:active, #portfolio ul#navigation li.portfolio-link a { 
	background-position: -37px -9px; 
}
/* Example: To get the subpage highlighted as the main navigation - copy and paste '#graphics-1' and rename to appropriate file name */
#graphics ul#navigation li.portfolio-link a { 
	background-position: -37px -9px; 
}
/* New code line 143 to show blue portfolio graphic in nav bar */
#web ul#navigation li.portfolio-link a { 
	background-position: -37px -9px; 
}
ul#navigation li.about-link a, ul#navigation li.about-link a:link, ul#navigation li.about-link a:visited { 
	background-position: -111px 0; 
}
ul#navigation li.about-link a:hover, ul#navigation li.about-link a:focus, ul#navigation li.about-link a:active, #about ul#navigation li.about-link a { 
	background-position: -111px -9px; 
}
ul#navigation li.contact-link a, ul#navigation li.contact-link a:link, ul#navigation li.contact-link a:visited { 
	background-position: -156px 0; 
}
ul#navigation li.contact-link a:hover, ul#navigation li.contact-link a:focus, ul#navigation li.contact-link a:active, #contact ul#navigation li.contact-link a { 
	background-position: -156px -9px; 
}
#content-box {
	background: #eee;
	margin: 20px;
	width: 916px;
	height: 265px;
	float: left;
	padding: 65px 0 136px 0;
	display: inline;
}
p {
	padding: 0 0 14px 0;
}

/* 
-----------------------------------------------------------------------------------------------------------------------
Home - Content only for the home page 
-----------------------------------------------------------------------------------------------------------------------
*/
#index .left-content {
	width: 260px;
	margin: 0 20px;
	float: left;
	display: inline;
}
#index .left-content h1 {
	font-weight: bold;
	font-size: 1.35em;
	line-height: 1.2em;
	margin: 0 0 12px 0;
}
#index .left-content p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#index .left-content q {
	font-size: 1.0em;
	line-height: 1.2em; 
}
#index .right-content {
	width: 616px;
	float: left;
}
#index #slide-show {
	background: url(../images/home/amw.jpg) no-repeat 0 0;
	height: 300px;
	width: 300px;
}


/* 
-----------------------------------------------------------------------------------------------------------------------
About - Content only for the about page 
-----------------------------------------------------------------------------------------------------------------------
*/
#about h1 {
	background: url(../images/about-title.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 75px;
	height: 16px;
	float: left;
	margin: 0 0 12px 0;
}
#about .left-content {
	width: 280px;
	margin: 0 20px 0 0;
	float: left;
	display: inline;		
}
#about .left-content img {
	float: right;
}
#about .right-content {
	width: 596px;
	float: left;
	margin: -30px 20px 0 0;
}
#about .right-content p {
	clear: left;
	font-size: 1.2em;
	line-height: 1.4em;
}

/* 
-----------------------------------------------------------------------------------------------------------------------
Portfolio - Content only for the portfolio page 
-----------------------------------------------------------------------------------------------------------------------
*/
#portfolio #content-box {
	padding: 35px 0 166px 0;
}
#portfolio h1 {
	background: url(../images/portfolio-title.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 124px;
	height: 16px;
	float: left;
	margin: 0 0 12px 390px;
}
#portfolio #graphics-content {
	margin: 20px;
}
#portfolio #graphics-content img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	margin: 0 10px 0 0;
}
#portfolio #graphics-content a:hover img {
	background: #d0e6f7;
	border: 1px solid #00aadd;
}
#portfolio #graphics-content h2#graphics-title {
	background: url(../images/graphics-title.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 95px;
	height: 20px;
	clear: left;
	margin: 0 0 12px 0;
}
#portfolio #web-content {
	margin: 50px 20px 20px 20px;
}
#portfolio #web-content a:hover img {
	background: #d0e6f7;
	border: 1px solid #00aadd;
}
#portfolio #web-content img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	margin: 0 10px 0 0;
}
#portfolio #web-content h2#web-title {
	background: url(../images/web-title.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 45px;
	height: 16px;
	clear: left;
	margin: 0 0 12px 0;
}

/* 
-----------------------------------------------------------------------------------------------------------------------
Graphics - Content only for all graphics pages 
-----------------------------------------------------------------------------------------------------------------------
*/
#graphics #content-box {
	padding: 35px 0 166px 0;
}
#graphics h1 {
	background: url(../images/graphics-title-blue.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 95px;
	height: 20px;
	margin: 0 0 12px 390px;
}
#graphics .left-content {
	width: 260px;
	margin: 0 20px;
	float: left;
	display: inline;
}
#graphics .left-content h2 {
	font-size: 1.2em;
	margin: 0 0 12px 0;
}
#graphics .left-content p {
	font-size: 1.2em;
	line-height: 1.4em;
}
#graphics .left-content p a {
	color: #00aadd;
}
#graphics .right-content {
	width: 616px;
	float: left;
}
#graphics .right-content p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 0 0 0;
}
#graphics .right-content p a {
	color: #00aadd;
}


/* 
-----------------------------------------------------------------------------------------------------------------------
Web - Content only for all web pages 
-----------------------------------------------------------------------------------------------------------------------
*/
#web #content-box {
	padding: 35px 0 166px 0;
}
#web h1 {
	background: url(../images/web-title-blue.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 95px;
	height: 20px;
	margin: 0 0 12px 420px;
}
#web .left-content {
	width: 260px;
	margin: 0 20px;
	float: left;
	display: inline;
}
#web .left-content h2 {
	font-size: 1.2em;
	margin: 0 0 12px 0;
}
#web .left-content p {
	font-size: 1.2em;
	line-height: 1.4em;
}
#web .left-content p a {
	color: #00aadd;
}
#web .right-content {
	width: 616px;
	float: left;
}
#web .right-content p {
	font-size: 1.2em;
	line-height: 1.4em;
	padding: 10px 0 0 0;
}
#web .right-content p a {
	color: #00aadd;
}

/* 
-----------------------------------------------------------------------------------------------------------------------
Contact - Content only for the contact page 
-----------------------------------------------------------------------------------------------------------------------
*/
#contact h1 {
	background: url(../images/contact-title.gif) 0 0 no-repeat;
	text-indent: -9999px;
	width: 105px;
	height: 16px;
	float: left;
	margin: 0 0 12px 0;
}
#contact .left-content {
	width: 280px;
	height: 10px; /* Tempory empty div - this can be deleted once we have some content to place here */
	margin: 0 20px 0 0;
	float: left;
	display: inline;		
}
#contact .left-content img {
	float: right;
}
#contact .right-content {
	width: 596px;
	float: left;
	margin: -30px 20px 0 0;
}
#contact .right-content p {
	clear: left;
	font-size: 1.2em;
	line-height: 1.4em;
}
#contact .right-content p a {
	color: #00aadd;
}

/* 
-----------------------------------------------------------------------------------------------------------------------
Contact2 - Content only for the contact form page 
-----------------------------------------------------------------------------------------------------------------------
*/
form  {
	margin: 20px 0 0 0;	
}
form .form-element {
	float: left;
	margin: 0 0 10px 0;
}
form .form-element label {
	font-weight: bold;
	font-size: 1.2em; 
	width: 115px;
	float: left;
	text-align: right;
	padding: 0 10px 0 0;
}
form .form-element input {
	width: 270px;
}
form .form-element textarea {
	width: 400px;
}
form .form-element input, form .form-element textarea {
	border: 1px solid #00aadd;
	background: #f3fafc;
}
form input#send-btn {
	float: left;
	margin: 20px 0 0 125px;
}

/* 
-----------------------------------------------------------------------------------------------------------------------
Footer - This applies to all pages for the Footer section 
-----------------------------------------------------------------------------------------------------------------------
*/
p#footer-text {
	text-align: center;
	font-size: 1em;
	padding: 6px 0 10px 0;
	clear: left;
}


