﻿
/*** Skin Specific Styles ***/

/* Mirage (default) */

.mirage #main {background: #fff url("../images/bg-mirage.jpg") no-repeat 50% 0;}
.mirage #page-content {border-top-color: #333;}
.mirage a:link, .mirage a:visited {/* use default */}
.mirage a:hover, .mirage a:active {/* use default */}
.mirage blockquote {/* use default */}
.mirage .post-details {/* use default */}
.mirage .post-details a, 
.mirage .post-details a:link, .mirage .post-details a:visited,
.mirage .post-details a:hover, .mirage .post-details a:active {/* use default */}

/* Blue */

.blue #main {background: #fff url("../images/bg-blue.jpg") no-repeat 50% 0;}
.blue #page-content {border-top-color: #2A8298;}	/* content area top border */
.blue a:link, .blue a:visited {color: #006980;}
.blue a:hover, .blue a:active {color: #333;}
.blue blockquote {border-left-color: #2A8298;}
.blue .post-details {background-color: #2A8298; color: #fff;}	/* blog info bg color: "Posted by Webmaster in Category Name | XX comments" */
.blue .post-details a, 
.blue .post-details a:link, .blue .post-details a:visited,
.blue .post-details a:hover, .blue .post-details a:active {color: #fff;}