/*------------------------------------------------------------------
[Master Stylesheet]

Project:		Dress My Windows
Version:		1.1
Last change:	24/06/09 [Underline the links - normal, navigation and footer]
Author:			Andrew Yee (andrew@citruscube.com)
Primary use:	Web site
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
[Color codes]

Background:	#fff (white)
Header h1:	
Header h2:	
Header h3:	
Header h4:	#EF4364

a (standard):	#1b1b1b; (dark grey)

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

/*------------------------------------------------------------------
[Typography]

Body copy:			12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
Unordered lists: 	12px;
Header (h1):		22px;
Header (h2):		16px;
Header (h3):		16px;
Header (h4):		16px;
TH:					12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
TD:					12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
Navigation:			14px;
Footer:				14px;

-------------------------------------------------------------------*/
/* Layout */
* {
	

}

th, td {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}
html {
	/* non-ie browsers short page fix */
	margin-bottom: 1px;
	height: 100%;
	
}

body {
	font: 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	color : #000000;
	background: #fff;
	height: 100%;
}


/* Headings/lists/general etc */

h1 {
font-size: 22px;
padding: 0 0 10px 0;
margin: 0;
}

h2 {
font-size: 18px;
color:#000000;
font-weight:bold;
margin:0;
padding:0 0 0 15px;

}

h3 {
font-size: 16px;
padding: 0 0 10px 0;
margin: 0;
color:#000000;

}

h4 {
font-size: 16px;
margin: 0px;
padding: 0px;
color: #EF4364;
}

h4 a{
text-decoration: none;
color: #EF4364;
}

p{
margin: 0 0 10px 0;
padding: 0;
}

a{
color : #1b1b1b;
font-weight: bold;
text-decoration: underline;
}

a:hover{
text-decoration: underline;
}

/* hide style for screen readers */
.noDisplay {
	position: absolute;
	left: -1000px;
	width: 490px;
}


/* navigation */
.navigation{
	font-size: 14px;
	font-weight:normal;
}

.navigation a{
	text-decoration: underline;
	font-weight:normal;
}

.navigation a:hover{
	text-decoration: underline;
}


/* footer */
.footer{
	font-size: 14px;
	font-weight:normal;
}

.footer a{
	text-decoration: underline;
	font-weight:normal;
}

.footer a:hover{
	text-decoration: underline;
}

/* footer text */

.footertext{
	font-size: 10px;
}
