/* PerthWindsorDoors.com.au CSS Document
======================================================================================
URL:				http://www.perthwindsordoors.com.au
Start: 				12 Dec 2006
Author: 		     Larry Asalim
Last Revision:		 19 Dec 2006
======================================================================================
*/

/* Color Profile
Dark Blue:	#001342 
Gold	: 	   #cfb57b
Navy Blue:	#003366
Aqua Blue:	#00b9f2
Navigation blue: #006E99
*/

* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
.clear {
	clear: both;
}

/* Layout Section */
body {
margin: 0;
padding: 0;
background: #003366 url(http://www.perthwindsordoors.com.au//images/bg.jpg) top left repeat-x;
text-align: center;
}

#container {
width: 1000px;
margin: 0 auto;
}

#header {
background: url(http://www.perthwindsordoors.com.au//images/header.jpg) top repeat-x;
width: 100%;
height: 199px;
}

#hnav {
background: transparent;
width: 100%;
height: 32px;
margin: 165px 0 0 0;
}

#contents {
background: #001342;
width: 100%;
height: 500px;
text-align: left;
}
#cleft {
width: 350px;
height: 500px;
}
#cright {
width: 650px;
height: 500px;
}

#footers {
background: #003366;
width: 100%;
clear: both;
}
#footleft {
width: 450px;
padding: 10px 10px 0 10px;
text-align: left;
}
#footright {
width: 505px;
padding: 10px 15px 0 10px;
text-align: right;
}
#footers, #footleft, #footright {
height: 50px;
}

#hnav, #contents, #footleft, #footright, #cleft, #cright {
float: left;
display: inline;
}

/* Fonts Style */
a:link { text-decoration: none; color: #D6E6F5; }
a:hover {  text-decoration: none; color: #00b9f2; font-weight: bold;}
a:visited { text-decoration: none; color: #00b9f2; }

ul, ul a {
font-size: 16px;
font-weight: bold;
text-decoration: none;
line-height: 2.1em;
}

#body, ul, ul a,  h1, h2, h3, h4, .blogtitle, .blogsummary, .blogbody, .date {
font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
color: #D6E6F5;
}

#footers, #footleft, #footright {
font-family: Arial, Helvetica, sans-serif;
color: #001342;
line-height: 135%;
}

body, #footers, #footleft, #footright {font-size: 12px; }

h1, h2  {font-weight: normal; color: #00b9f2; } 

h1 {font-size: 24px;}

h2 {font-size: 22px;}

h3 {font-size: 20px;}

h4 {font-size: 18px;}

.blogtitle, .blogsummary, .blogbody {
text-align: left;
}

.blogtitle {
font-size: 18px;
font-weight: bold;
letter-spacing: -1px;
margin: 25px 20px 15px 15px;
}

.blogsummary {
font-size: 16px;
font-weight: bold;
line-height: 1.5em;
}
	
.blogbody {
font-size: 14px;
font-weight: normal;
line-height: 1.5em;
letter-spacing: 0px;
margin: 0 20px 15px 15px;
}

.date {
font-size: 11px;
color: #7F031D;
font-weight: normal;
line-height: 100%;
}

.img_article {
margin: 2px 7px 1px 5px;
}