/* 
   Client CSS
	 -----------------------------------------------------------------------
   Customise your copy of Ocean Mist 2.0... 
	 
	 This stylesheet contains all the styles which you can safely change without risking breaking your site's layout.
	 I've tried to comment on every line so that you can easily tell what you need to edit...
*/

/* Main background colour was 9bc3d5 */
body, .leftCorner, .rightCorner {background-color: #8C8A87;}

/* Header colour was #4b5559*/
#header, #header .dot {background-color: #400F0F;}

/* Side column & Footer background colour was e6eef8 */
#container, #footer, #footer .dot, .or span {background-color: #DCE0E8;}

/* Main column colour */
#mainCol {background-color: #fff;}

/* Default Text colour */
body, .author span {color: #34444c;}

/* Links */
a, a:visited {color: #7f1d1d;}
a:hover {color: #c40000;} /* Rollovers */

/* Stripes above & below the main image was #67939B */
#header, #photo, #nav ul li a {border-color: #8C4E16;}

/* Main Page Navigation background was 526a74*/
#nav li a {background-color: #400F0F; color: #fff;} /* Tabs & dropdowns */
#nav li a:hover {background-color: #5c7d86;} /* Tabs & dropdowns rolover colour */

/* Side column headings color was 32474B background was cadfed */
#subCol h2 {background-color: #8C4E16; color: #fff;}

/* Main column titles eg. Latest Posts or Comments background was E2EBF8 colro was 4B5D67*/
.title {background-color: #DCE0E8; color: #8C4E16;}

/* single pixel line between posts cad6e1 */
.post + .post {border-top: 1px solid #8C4E16;}

/* "or" between browse & search fields */ 
.or {border-color: #cad6e1; color: #a9b8c0;}

/* Date boxes datecolor 75868f d2 E2EBF8 d3 cadfed*/
.date {color: #8C4E16;} /* Day */
.d2 {background-color: #DCE0E8;} /* Month */
.d3 {background-color: #DCE0E8;} /* Year */

/* Footer */
#footer p {color: #687983;} /* footer text */
#footer a, #footer a:visited {color: #34444c;} /* footer links */
#footer a:hover {color: #c40000;} /* footer links rollovers */

