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

Project:		Dress My Windows
Version:		1.3
Last change:	24/06/09 [Underline the links - normal, navigation and footer]
				18/11/10 [Update relating to blog]
				19/11/10 [Update for new footer area ]
Author:			Andrew Yee (andrew@citruscube.com)
Primary use:	Web site
-------------------------------------------------------------------*/



/* 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;
}

h5 {
font-size: 14px;
margin: 0px;
padding: 0px;
color: #FFFFFF;
}

h6 {
font-size: 13px;
margin: 0px;
padding: 0px;
font-weight:bold;
}

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;
}

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

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

.navigation-blog 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-blog{
	font-size: 14px;
	font-weight:normal;
}

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

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


/* footer text */

.footertext{
	font-size: 10px;
}

/* New footer area */

.footer-left{
	float:left;
	width:300px;
	margin:0px 25px 15px 0;
}

.footer-middle{
	float:left;
	width:300px;
	margin:0px 25px 15px 0;
}

.footer-right{
	float:left;
	width:300px;
	margin:0px 0px 15px 0;
}

.footer-title-bar{
	height:27px;
	background-color:#E73F62;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:6px 0 0 10px;
}


.footer-box{
	color:#666;
	padding-top:10px;
}

