﻿/*
    site colours and styles for LouiseBegley.com
*/

/* colours */

.swatch1, .lb_pea {background-color: #9E9916}
.swatch2, .lb_burnt {background-color: #280011}
.swatch3, .lb_pink {background-color: #93034B}
.swatch4, .lb_sea {background-color: #08414B}
.swatch5, .lb_cyan {background-color: #32D4E5}

/* sizing / confines */

.inhere {width: 975px; background-color: #f0f0f0; text-align: center; padding:4px; height: 640px; border: solid 1px black;}

.mainarea {text-align: left;}
.middled {text-align: center;}
.lefty {text-align: left;}

.blurbbox {}
.blurbhead {}

/* fonts */

* {font-family: Arial; font-size: 9pt}
h2 {font-size: 20px}
.half {font-size: 50%}

.bordered {border: solid 1px #93034B;}
.textarea {width: 300px; height: 120px}

A.hidePink {color: #93034B; text-decoration: none; font-weight: bolder;}
A.hidePink:hover, A.hidePink:visited:hover {color: #32D4E5; text-decoration: underlined;}