
/*** Skin Specific Styles ***/

/* Blue */

.blue #main {background: #fff url("../images/bg/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;}



/* Green */

.green #main {background: #fff url("../images/bg/bg-green.jpg") no-repeat 50% 0;}
.green #page-content {border-top-color: #1A8547;}
.green a:link, .green a:visited {color: #3CB779;}
.green a:hover, .green a:active {color: #333;}
.green blockquote {border-left-color: #1A8547;}
.green .post-details {background-color: #1A8547; color: #fff;}
.green .post-details a, 
.green .post-details a:link, .green .post-details a:visited,
.green .post-details a:hover, .green .post-details a:active {color: #fff;}


/* Orange */

.orange #main {background: #fff url("../images/bg/bg-orange.jpg") no-repeat 50% 0;}
.orange #page-content {border-top-color: #E68E1D;}
.orange a:link, .orange a:visited {color: #D14F10;}
.orange a:hover, .orange a:active {color: #333;}
.orange blockquote {border-left-color: #E68E1D;}
.orange .post-details {background-color: #E68E1D; color: #fff;}
.orange .post-details a, 
.orange .post-details a:link, .orange .post-details a:visited,
.orange .post-details a:hover, .orange .post-details a:active {color: #fff;}


/* Purple */

.purple #main {background: #fff url("../images/bg/bg-purple.jpg") no-repeat 50% 0;}
.purple #page-content {border-top-color: #B60050;}
.purple a:link, .purple a:visited {color: #AF4560;}
.purple a:hover, .purple a:active {color: #333;}
.purple blockquote {border-left-color: #B60050;}
.purple .post-details {background-color: #B60050; color: #fff;}
.purple .post-details a, 
.purple .post-details a:link, .purple .post-details a:visited,
.purple .post-details a:hover, .purple .post-details a:active {color: #fff;}


/* Red */

.red #main {background: #fff url("../images/bg/bg-red.jpg") no-repeat 50% 0;}
.red #page-content {border-top-color: #AC170C;}
.red a:link, .red a:visited {color: #E02010;}
.red a:hover, .red a:active {color: #333;}
.red blockquote {border-left-color: #AC170C;}
.red .post-details {background-color: #AC170C; color: #fff;}
.red .post-details a, 
.red .post-details a:link, .red .post-details a:visited,
.red .post-details a:hover, .red .post-details a:active {color: #fff;}


/* Teal */

.teal #main {background: #fff url("../images/bg/bg-teal.jpg") no-repeat 50% 0;}
.teal #page-content {border-top-color: #099;}
.teal a:link, .teal a:visited {color: #099;}
.teal a:hover, .teal a:active {color: #36675C;}
.teal blockquote {border-left-color: #099;}
.teal .post-details {background-color: #099; color: #fff;}
.teal .post-details a, 
.teal .post-details a:link, .teal .post-details a:visited,
.teal .post-details a:hover, .teal .post-details a:active {color: #fff;}


/* Chocolate */

.chocolate #main {background: #fff url("../images/bg/bg-chocolate.jpg") no-repeat 50% 0;}
.chocolate #page-content {border-top-color: #80614F;}
.chocolate a:link, .chocolate a:visited {color: #AA7C5E;}
.chocolate a:hover, .chocolate a:active {color: #333;}
.chocolate blockquote {border-left-color: #80614F;}
.chocolate .post-details {background-color: #80614F; color: #fff;}
.chocolate .post-details a, 
.chocolate .post-details a:link, .chocolate .post-details a:visited,
.chocolate .post-details a:hover, .chocolate .post-details a:active {color: #fff;}


/* Mirage (default) */

.mirage #main {background: #3bb988 url("../images/bg/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 */}


