/*
    Theme Name: Glitter
	Theme URI: http://www.studiopress.com/themes/glitter
	Description: Glitter is a two or three column child theme created for the Genesis Framework.
    Author: Heather Jones
    Author URI: http://www.vivalaviolette.com/
 
    Version: 2.0.1
 
    Tags: silver, gold, color-options, mobile-responsive, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-fonts, custom-menu, featured-images, full-width-template, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Post Image
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info / Post Meta
* Post Icons
* Author Box
* After Post
* Sticky Posts
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Custom Sidebar Images
* glitter Gold
* glitter Silver
* Responsive Design
* Instagram
* Social Icons

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(//fonts.googleapis.com/css?family=Oswald);
@import url(//fonts.googleapis.com/css?family=Great+Vibes);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #878787;
	font-family: 'Palatino Linotype', sans-serif;
	font-size: 16px;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	border: 1px dotted #878787;
}

input,
label,
select,
textarea {
	color: #878787;
	font-family: 'Palatino Linotype', sans-serif;
	font-size: 14px;
	font-weight: 300;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #886491;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg.png);
}

::-moz-selection {
	background-color: #886491;
	color: #fff;
}

::selection {
	background-color: #886491;
	color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	background: url(images/main.png) repeat-y center;
}

.wrap {
	margin: 0 auto;
	width: 1020px;
}

.glitter-landing .wrap {
	width: 800px;
}


/* Header
------------------------------------------------------------ */

#header {
	background-color: none;
	height: 160px;
	margin: 0 auto 0 auto;
	min-height: 120px;
	overflow: hidden;
	text-align: center;
	width: 1020px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 34px 0 0;
	width: 500px;
}

#title {
	font-family: 'Great Vibes';
	font-size: 64px;
	line-height: 1.0;
	margin: 0;
}

#title a,
#title a:hover {
	color: #886491;
	padding: 0;
	text-decoration: none;
}

#description {
    font-family: 'Oswald';
	font-size: 18px;
	line-height: 24px;
}

p#description {
	color: #878787;
}

#header .widget-area {
	float: right;
    height: 70px;
    margin: 146px 0 0 696px;
    overflow: hidden !important;
    padding: 0;
    position: absolute;
    width: 300px;
    z-index: 5;
}

#header .simple-social-icons ul {
	margin: 20px 0 0;
}

#header .simple-social-icons ul li {
	margin: 0 10px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 120px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 500px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	border-bottom: 1px dotted #878787;
    border-top: 1px dotted #878787;
	clear: both;
	color: #878787;
	font-family: 'Oswald';
	font-size: 13px;
    letter-spacing: 2px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#header .menu {
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

#header ul.menu {
	float: right;
	padding: 10px 0 0;
	width: auto;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
	float: left;
	list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #878787 !important;
	display: block;
	padding: 10px 20px;
	position: relative;
	text-decoration: none;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	background: url(images/menu-select-silver.png) no-repeat #f2f2f2;
	color: #886491;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: #f2f2f2;
	border: 1px dotted #878787;
	color: #aaa49f;
	font-size: 12px;
	padding: 11px 10px 11px;
	position: relative;
	text-transform: uppercase;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
    background: url(images/menu-select-silver.png) no-repeat #f2f2f2;
	color: #886491;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
	left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
	position: static;
}

ul.menu li:hover ul,
ul.menu li.sfHover ul,
#header .menu li:hover ul,
#header .menu li.sfHover ul {
	left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

.menu li a .sf-sub-indicator {
	background: none;
	height: 16px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 32px;
	width: 16px;
}

.menu li li a .sf-sub-indicator {
	background: none;
}

#wpadminbar li:hover ul ul {
	left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 10px 15px;
}

.menu li.right a {
	background: none;
	border: none;
	color: #aaa49f;
	display: inline;
	text-decoration: none;
}

.menu li.right a:hover {
	color: #fff;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 26px;
}

.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 30px;
}


/* Inner
------------------------------------------------------------ */

#inner .wrap {
	margin: 20px auto 30px;
	overflow: hidden;
}

.content-sidebar #inner .wrap {
}

.sidebar-content #inner .wrap {
}

.full-width-content #inner .wrap {
}

.full-width-content.glitter-landing #inner .wrap {
	margin: 20px auto;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #878787;
    font-family: 'Oswald';
    font-size: 14px;
}

.breadcrumb a {
	background: url(images/bullet.png) no-repeat right;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
}

.breadcrumb .inner {
	background: url(images/breadcrumb-home.png) no-repeat left;
	margin-left: 20px;
	padding: 2px 0 0 25px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.full-width-content.glitter-landing #content-sidebar-wrap {
	border: none;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 410px;
}

.entry-content{
	background: #fff;
	border: 1px dotted #878787;
	overflow: hidden;
	padding: 10px;
}

.archive-page.entry-content{
	padding: 10px;
}

.content-sidebar #content {    	
	margin-bottom: 10px;  
	padding-left: 14px;	
	width: 70%;
}

.sidebar-content #content {
	width: 700px;		
	padding-right: 18px;
}

.sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 1000px;
	padding-left: 10px;
}

.full-width-content.glitter-landing #content {
	width: 800px;
}

.post,
.search #content {
	margin: 0;
	padding: 10px 0px 30px 0px;
}

.page .page{
	margin: 0;	
	padding: 15px 0px 30px 0px;
}

.search #content {
	border: none;
	width: 582px;
}

.post-wrap {
	border-bottom: none;
}

.page .page {
	border: none;
}

.page .post-wrap {
    border: none;
	padding-top: 0px;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/bq.png) no-repeat #e9eaea;
	border: none;
	margin: 0 0 25px 0px;
	padding: 30px 30px 5px 120px;
}

.sidebar-content blockquote {
	margin: 0 0 25px 0;
}

blockquote p {
	color: #555;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-style: italic;
	text-shadow: 1px 1px #fff;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 25px;
}


/* Post Image
------------------------------------------------------------ */

#post-image {
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;

}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #886491;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 0px;
}

h1 {
	font-family: 'Great Vibes';
	font-size: 34px;
	margin: 0 0 0px;
}

.taxonomy-description h1 {
	margin: 0;
}

h2,
h2 a,
h2 a:visited {
    color: #886491;
    font-family: 'Great Vibes';
    font-size: 34px;
    text-decoration: none;
}

h2 a,
h2 a:visited {
	color: #886491;
}

h2 a:hover {
	color: #878787;
	text-decoration: none;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

#home-featured h2,
#home-featured h2 a,
#home-featured h4 {
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}

#home-featured .entry-content{
	margin-top: -1px;
}

.taxonomy-description h1,
.widget-area h4 {
	font-size: 14px;
}

.widget-area h4 {
	background: url(images/sidebar-featured-silver.png) no-repeat top left;
	color: #878787;
	font-family: 'Oswald';
	font-size: 16px;
	letter-spacing: 2px;
	margin: 0 0 8px;
	padding: 8px 5px 6px 40px;
	text-decoration: none;
	text-transform: uppercase;
}

.widget-area h4 a,
.widget-area h4 a:hover {
	color: #645f5b;
	text-decoration: none;
}

#footer-widgets .widget-area h4 {
	background: url("images/footer-silver.png") repeat-x scroll left top transparent;
	color: #fff!important;
    font-family: 'great vibes';
    font-size: 30px;
    text-align: center;
    text-transform: none;
}

.widget-area .enews h4 {
}

#sidebar .enews h4 {
	margin-bottom: 10px;
}

.newsletter.widget-area .enews h4 {
	font-size: 20px;
	margin: 0 0 5px;
	text-align: left;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 25px;
}

.entry-content ul {
	padding: 0 0 15px;
}

.archive-page ul li,
.entry-content ul li {
	background: url(images/arrow.png) no-repeat 0 7px;
	list-style-type: none;
	margin: 0 0 10px 20px;
	padding: 0 0 0 15px;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info / Post Meta
------------------------------------------------------------ */

.post-info,
.post-meta {
	clear: both;
	color: #817b77;
	font-size: 14px;
	text-align: right;
	text-transform: uppercase;
	margin-right: 4px;
}

.post-info {
	font-size: 11px;
	margin: 0 0 5px 2px;
	padding: 0;
	text-transform: uppercase;
}

.post-info a,
.post-info a:visited {
	color: #817b77;
    font-size: 28px;
    line-height: 42px;
}

.post-info a:hover {
	color: #886491;
	text-decoration: none;
}


/* Post Icons
------------------------------------------------------------ */

a.post-edit-link,
.author,
.date,
.post-comments {
	margin: 0 -3px 0 0;
}

.post-info a.post-edit-link {
	padding: 7px 20px 6px 0;
}

.post-info .author {
	background: url(images/post-author.png) no-repeat center left;
	padding: 7px 20px 6px 35px;
}

.post-info .date {
	font-family: 'Oswald';
    font-size: 10px;
    font-weight: normal;
    padding: 7px 20px 6px 0;
}

.post-comments {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url(images/date-glitter-silver.png);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    float: right;
    font-size: 40px;
    font-weight: normal;
    height: 48px;
    line-height: 8px;
    margin-top: -50px;
    text-align: center;
    width: 48px;
}

.categories {
	background: url(images/post-categories.png) no-repeat center left;
	display: block;
	padding: 6px 0 6px 25px;	
}

.tags {
	background: url(images/post-tags.png) no-repeat center left;
	display: block;
	padding: 6px 0 6px 25px;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	background: none repeat scroll 0 0 transparent;
	color: #886491;
    font-family: 'Great Vibes';
    font-size: 24px;
    font-weight: normal !important;
    margin: 0 0 0 16px;
    max-width: 666px;
    overflow: hidden;
}

.author-box div {
	border: none;
	padding: 30px;
}

.author-box p {
	font-size: 14px;
}


/* After Post
------------------------------------------------------------ */
	
.after-post {
	background-color: #edebe8;
	clear: both;
	margin: 20px 0 0;
	overflow: hidden;
	padding: 20px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	background-color: #f5f5f5;
	margin: -10px 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0 0;
	width: 45%;	
}	

.entry-content .archive-page  {		
	background: none;	
	border:none;
}


/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}

.avatar,
.post-image {
	border: 5px solid #edebe8;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.featuredpage img,
.featuredpost img {
	background: url("images/footer.png") repeat scroll 0 0 #f2f2f2;
    border: 1px solid #f4f4f4;
	margin-bottom: 10px;
    margin-left: 30px;	
    padding: 10px;
}

.featuredpost h2, .featuredpage h2 {
	text-align: center;
}

.author-box .avatar {
	border: 10px solid #fff;
    border-radius: 100px;
    float: left;
    margin: 0 20px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	float: right;
	margin: 0 0 0 10px;
}

.comment-list li.depth-1 .avatar,
.comment-list li li.depth-3 .avatar,
.comment-list li li li.depth-5 .avatar,
.sidebar .avatar {
	border: 5px solid #fff;
	border-radius: 30px;
}

.comment-list li.depth-2 .avatar,
.comment-list li li.depth-4 .avatar,
.comment-list li li li.depth-6 .avatar {
	border: 5px solid #edebe8;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 15px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 15px;
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 15px;
}

.wp-caption {
	background-color: #edebe8;
	border: none;
	padding: 10px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	margin: 0 30px;
	padding: 30px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	background-color: #d8d4d0;
	border-radius: 3px;
	color: #fff;
	-moz-border-radius: 3px;
	padding: 5px 8px;
	-webkit-border-radius: 3px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #886491;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 14px;
	width: 290px;
	margin-top: 41px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar img {	
}

.sidebar .widget_rss img {
	display: none;
}

.sidebar p {
	font-size: inherit;
	margin: 5px 5px 0px;
}

.sidebar .widget {
}

.sidebar .widget-wrap {
	background: none repeat scroll 0 0 #fff;
    border: 1px dotted #878787;
    margin: 15px;
    padding: 5px 5px 10px 5px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	background: url(images/arrow.png) no-repeat 0 7px;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0 0 0 15px;
	word-wrap: break-word;
}

.widget-area ul li a,
.widget-area ul li a:visited {
	text-decoration: none;
}

.widget-area ul li a:hover {
	text-decoration: none;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
	display: inline;
	margin-left: 20px;
	padding: 3px;
	width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
}

.featuredpage .page,
.featuredpost .post {
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
}


/* Buttons
------------------------------------------------------------ */

.enews #subbutton {
    
    border: none;
    border-radius: 20px 20px 20px 20px;
    font-family: 'Oswald', Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    margin: -10px 0 0 -2px;
    padding: 0 4px 4px 4px;
    text-decoration: none;
    text-transform: uppercase;
    width: 30px;
}

input[type="button"],
input[type="submit"],
a.more-link {
	background: #886491;
	border: 1px dotted #878787;
	color: #fff;
	font-size: 13px;
	font-weight: normal;
	padding: 2px 12px 2px;
	text-decoration: none;
}

.enews #subbutton:hover {
	background: #878787;
	color: #886491;
}

input:hover[type="button"],
input:hover[type="submit"],
a.more-link:hover {
	background: url(images/button.png) 0 -40px;
	cursor: pointer;
	background: #878787;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 15px 0 0;
}

.s {
	border: 1px dotted #878787;
	margin: 6px 0 0 20px;
	padding: 4px 4px 4px 4px;
	width: 80%;
}

#footer-widgets .s {
	margin: 0;
}

.searchsubmit {
	display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */

#sidebar .enews {
}

#sidebar .enews p {
	color: #fff;
	text-shadow: 1px 1px #a1491d;
}

.enews #subbox {
    border: 1px dotted #878787;
    color: #aaa49f;
    font-size: 14px;
    margin: 0 10px 0px 24px;
    padding: 4px 6px;
    width: 55%;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	padding: 2px;
	text-align: center;
}
#wp-calendar a {
    border-bottom: 1px solid #fff;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
    background: #886491;
	clear: both;
	color: #fff;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	max-width: 1000px;
	overflow: hidden;
	padding: 40px 0 10px 15px;
}

#footer-widgets a{
   color: #f2f2f2 !important;
}

#footer .widget-area h4 {   
	color: #f2f2f2 !important;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 30px;
	padding: 0;
}

#footer-widgets p {
	color: inherit;
	font-size: inherit;
	margin: 0 0 20px;
}

#footer-widgets ul {
	margin: 0;
}

#footer-widgets ul li {
	margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
	margin-left: 13px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
	margin-right: 20px;
}


/* Footer
------------------------------------------------------------ */

#footer {
    background: #886491;
	clear: both;
	color: #fff;
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#footer .wrap {
	overflow: hidden;
	padding: 0px 0;
}

#footer p {
	color: inherit;
	font-size: inherit;
}

#footer .gototop {
    background: url("images/goto-silver.png") no-repeat scroll center center transparent;
    height: 40px;
    margin-top: 20px;
    max-width: 1000px;
    text-align: center;
}

#footer .gototop a {
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    padding: 0 0 0 0;
}

#footer .creds {
	margin: 20px;
	text-align: center;
}

#footer .creds a {
    color: #f2f2f2 !important;
}


/* Comments
------------------------------------------------------------ */

#comments {
	margin: 20px 30px 15px;
	padding-left: 20px;
}
#comments  h3 {
	margin-left: -20px;
}

#respond {
	margin: 0 30px 35px;
}

#author,
#comment,
#email,
#url {
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

#respond h3 {
	background: url(images/comments-silver.png) no-repeat;
    font-family: 'Great Vibes';
    font-size: 38px;
    height: 55px;
    line-height: 65px;
    padding-left: 68px;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 20px -5px 0 -30px;
	padding: 25px 30px;
	text-shadow: #fff 1px 1px;
}

.comment-list li ul li {
	margin: 25px 0 0 0px;
}

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.depth-1,
.depth-3,
.depth-5 {
	background: #f2f2f2;
	border: 1px dotted #878787;
}

.depth-2,
.depth-4,
.depth-6 {
	background-color: #fff;
	border: 1px dotted #878787;
}


/* Custom Sidebar Images
------------------------------------------------------------ */

#sidebar .user-profile h4, 
#sidebar-alt .user-profile h4 { 
    background: url(images/sidebar-about-silver.png) no-repeat top left; 
}

#sidebar .latest-tweets h4, 
#sidebar-alt .latest-tweets h4 {
   background: url(images/sidebar-twitter-silver.png) no-repeat top left; 
}

#sidebar .enews-widget h4, 
#sidebar-alt .enews-widget h4 { 
    background: url(images/sidebar-rss-silver.png) no-repeat top left; 
}

#sidebar .widget_search h4, 
#sidebar-alt .widget_search h4 { 
    background: url(images/sidebar-search-silver.png) no-repeat top left; 
}

#sidebar .widget_links h4, 
#sidebar-alt .widget_links h4 { 
    background: url(images/sidebar-about-silver.png) no-repeat top left; 
}

#sidebar .featuredpost h4, 
#sidebar-alt .featuredpost h4, 
#sidebar .featuredpage h4, 
#sidebar-alt .featuredpage h4 {
    background: url(images/sidebar-featured-silver.png) no-repeat top left; 
}

#sidebar .widget_categories h4, 
#sidebar-alt .widget_categories h4 { 
   background: url(images/sidebar-cat-silver.png) no-repeat top left; 
}

#sidebar .widget_archive h4, 
#sidebar-alt .widget_archive h4 {
    background: none url(images/sidebar-cat-silver.png) no-repeat top left; 
}
	
	
/* Gold / Coral Color Options
------------------------------------------------------------ */
.glitter-gold-coral a,
.glitter-gold-coral a:visited {
	color: #f48364;
}

.glitter-gold-coral  #title a ,
.glitter-gold-coral  #title  a:hover {
	color: #f48364;
}

.glitter-gold-coral ::selection {
	background-color: #f48364;
}

.glitter-gold-coral ::-moz-selection {
	background-color: #f48364;
}
	
.glitter-gold-coral h1,
.glitter-gold-coral h2,
.glitter-gold-coral h2 a,
.glitter-gold-coral h2 a:visited,
.glitter-gold-coral h3,
.glitter-gold-coral h4,
.glitter-gold-coral h5,
.glitter-gold-coral h6 {
	color: #f48364;
}

.glitter-gold-coral .post-info a:hover {
	color: #f48364;
}

.glitter-gold-coral .author-box {
	color: #f48364;
}

.glitter-gold-coral input[type="button"],
.glitter-gold-coral input[type="submit"],
.glitter-gold-coral a.more-link {
	background: #f48364;
	color: #fff;
}

.glitter-gold-coral .enews #subbutton:hover {
	background: #f48364;
	color: #878787;
}

.glitter-gold-coral #footer-widgets {
    background: #f48364;
}

.glitter-gold-coral #footer {
    background: #f48364;
}

.glitter-gold-coral .breadcrumb a {	
	background: url(images/bullet-gold.png) no-repeat right;	
	margin: 0 15px 0 0;	
	padding: 0 20px 0 0;
}

.glitter-gold-coral .breadcrumb .inner {	
	background: url(images/breadcrumb-home-gold.png) no-repeat left;	
	padding: 2px 0 0 25px;	
	margin-left: 20px;
}

.glitter-gold-coral #sidebar h4, 
.glitter-gold-coral #sidebar-alt h4 {
	background: url("images/sidebar-featured-gold.png") no-repeat scroll top left transparent;
}

.glitter-gold-coral #nav li a:hover, 
.glitter-gold-coral #nav li a:active, 
.glitter-gold-coral #nav .current_page_item a {
	background: url(images/menu-select-gold.png) no-repeat #f2f2f2;
    color:#7e538a;
}

.glitter-gold-coral #sidebar .user-profile h4, 
.glitter-gold-coral #sidebar-alt .user-profile h4 { 
    background: url(images/sidebar-about-gold.png) no-repeat top left; 
}

.glitter-gold-coral #sidebar .latest-tweets h4, 
.glitter-gold-coral #sidebar-alt .latest-tweets h4 {
   background: url(images/sidebar-twitter-gold.png) no-repeat top left; 
}

.glitter-gold-coral #sidebar .enews-widget h4, 
.glitter-gold-coral #sidebar-alt .enews-widget h4 { 
    background: url(images/sidebar-rss-gold.png) no-repeat top left; 
}

.glitter-gold-coral #sidebar .widget_search h4, 
.glitter-gold-coral #sidebar-alt .widget_search h4 { 
     background: url(images/sidebar-search-gold.png) no-repeat top left; 
}

.glitter-gold-coral #sidebar .widget_links h4, 
.glitter-gold-coral #sidebar-alt .widget_links h4 { 
    background: url(images/sidebar-about-gold.png) no-repeat top left; 
}

.glitter-gold-coral #sidebar .featuredpost h4, 
.glitter-gold-coral #sidebar-alt .featuredpost h4, 
.glitter-gold-coral #sidebar .featuredpage h4, 
.glitter-gold-coral #sidebar-alt .featuredpage h4 {
    background: url(images/sidebar-featured-gold.png) no-repeat top left; 
}

.glitter-gold-coral #sidebar .widget_categories h4, 
.glitter-gold-coral #sidebar-alt .widget_categories h4 { 
   background: url(images/sidebar-cat-gold.png) no-repeat top left; 
}

.glitter-gold-coral #sidebar .widget_archive h4, 
.glitter-gold-coral #sidebar-alt .widget_archive h4 {
    background: none url(images/sidebar-cat-gold.png) no-repeat top left; 
}

.glitter-gold-coral #footer-widgets .widget-area h4 {
	background: url("images/footer-gold.png") repeat-x scroll left top transparent;
}

.glitter-gold-coral #footer .gototop {
    background: url("images/goto-gold.png") no-repeat scroll center center transparent;
}
.glitter-gold-coral .instagram {
	background: url(images/instagram-gold.png) no-repeat top left;
}

.glitter-gold-coral .icons {
    background: url("images/nav-flag-gold.png") no-repeat top right;
}

.glitter-gold-coral .post-comments {
    background-image: url(images/date-glitter-gold.png);
}

.glitter-gold-coral #respond h3 {
	background: url(images/comments-gold.png) no-repeat;
}

.glitter-gold-coral .simple-social-icons ul li a {
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #f48364;
	border-radius: 30px;
	-moz-border-radius: 30px;
}

.glitter-gold-coral .simple-social-icons ul li a:hover  {
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #878787;
}


/* Gold / Turquoise Color Options
------------------------------------------------------------ */
.glitter-gold-turquoise a,
.glitter-gold-turquoise a:visited {
	color: #3cbdae;
}

.glitter-gold-turquoise  #title a ,
.glitter-gold-turquoise  #title  a:hover {
	color: #3cbdae;
}

.glitter-gold-turquoise ::selection {
	background-color: #3cbdae;
}

.glitter-gold-turquoise::-moz-selection {
	background-color: #3cbdae;
}
	
.glitter-gold-turquoise h1,
.glitter-gold-turquoise h2,
.glitter-gold-turquoise h2 a,
.glitter-gold-turquoise h2 a:visited,
.glitter-gold-turquoise h3,
.glitter-gold-turquoise h4,
.glitter-gold-turquoise h5,
.glitter-gold-turquoise h6 {
	color: #3cbdae;
}

.glitter-gold-turquoise .post-info a:hover {
	color: #3cbdae;
}

.glitter-gold-turquoise .author-box {
	color: #3cbdae;
}

.glitter-gold-turquoise input[type="button"],
.glitter-gold-turquoise input[type="submit"],
.glitter-gold-turquoise a.more-link {
	background: #3cbdae;
	color: #fff;
}

.glitter-gold-turquoise .enews #subbutton:hover {
	background: #3cbdae;
	color: #878787;
}

.glitter-gold-turquoise #footer-widgets {
    background: #3cbdae;
}

.glitter-gold-turquoise #footer {
    background: #3cbdae;
}

.glitter-gold-turquoise .breadcrumb a {	
	background: url(images/bullet-gold.png) no-repeat right;	
	margin: 0 15px 0 0;	
	padding: 0 20px 0 0;
}

.glitter-gold-turquoise .breadcrumb .inner {	
	background: url(images/breadcrumb-home-gold.png) no-repeat left;	
	padding: 2px 0 0 25px;	
	margin-left: 20px;
}

.glitter-gold-turquoise #sidebar h4, 
.glitter-gold-turquoise #sidebar-alt h4 {
	background: url("images/sidebar-featured-gold.png") no-repeat scroll top left transparent;
}

.glitter-gold-turquoise #nav li a:hover, 
.glitter-gold-turquoise #nav li a:active, 
.glitter-gold-turquoise #nav .current_page_item a {
	background: url(images/menu-select-gold.png) no-repeat #f2f2f2;
    color:#7e538a;
}

.glitter-gold-turquoise #sidebar .user-profile h4, 
.glitter-gold-turquoise #sidebar-alt .user-profile h4 { 
    background: url(images/sidebar-about-gold.png) no-repeat top left; 
}

.glitter-gold-turquoise #sidebar .latest-tweets h4, 
.glitter-gold-turquoise #sidebar-alt .latest-tweets h4 {
   background: url(images/sidebar-twitter-gold.png) no-repeat top left; 
}

.glitter-gold-turquoise #sidebar .enews-widget h4, 
.glitter-gold-turquoise #sidebar-alt .enews-widget h4 { 
    background: url(images/sidebar-rss-gold.png) no-repeat top left; 
}

.glitter-gold-turquoise #sidebar .widget_search h4, 
.glitter-gold-turquoise #sidebar-alt .widget_search h4 { 
     background: url(images/sidebar-search-gold.png) no-repeat top left; 
}

.glitter-gold-turquoise #sidebar .widget_links h4, 
.glitter-gold-turquoise #sidebar-alt .widget_links h4 { 
    background: url(images/sidebar-about-gold.png) no-repeat top left; 
}

.glitter-gold-turquoise #sidebar .featuredpost h4, 
.glitter-gold-turquoise #sidebar-alt .featuredpost h4, 
.glitter-gold-turquoise #sidebar .featuredpage h4, 
.glitter-gold-turquoise #sidebar-alt .featuredpage h4 {
    background: url(images/sidebar-featured-gold.png) no-repeat top left; 
}

.glitter-gold-turquoise #sidebar .widget_categories h4, 
.glitter-gold-turquoise #sidebar-alt .widget_categories h4 { 
   background: url(images/sidebar-cat-gold.png) no-repeat top left; 
}

.glitter-gold-turquoise #sidebar .widget_archive h4, 
.glitter-gold-turquoise #sidebar-alt .widget_archive h4 {
    background: none url(images/sidebar-cat-gold.png) no-repeat top left; 
}

.glitter-gold-turquoise #footer-widgets .widget-area h4 {
	background: url("images/footer-gold.png") repeat-x scroll left top transparent;
}

.glitter-gold-turquoise #footer .gototop {
    background: url("images/goto-gold.png") no-repeat scroll center center transparent;
}
.glitter-gold-turquoise .instagram {
	background: url(images/instagram-gold.png) no-repeat top left;
}

.glitter-gold-turquoise .icons {
    background: url("images/nav-flag-gold.png") no-repeat top right;
}

.glitter-gold-turquoise .post-comments {
    background-image: url(images/date-glitter-gold.png);
}

.glitter-gold-turquoise #respond h3 {
	background: url(images/comments-gold.png) no-repeat;
}

.glitter-gold-turquoise .simple-social-icons ul li a { 
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #3cbdae;
	border-radius: 30px;
	-moz-border-radius: 30px;
}

.glitter-gold-turquoise .simple-social-icons ul li a:hover {
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #878787;
}


/* Gold / Rose Color Options
------------------------------------------------------------ */
.glitter-gold-rose a,
.glitter-gold-rose a:visited {
	color: #bc717d;
}

.glitter-gold-rose  #title a ,
.glitter-gold-rose  #title  a:hover {
	color: #bc717d;
}

.glitter-gold-rose ::selection {
	background-color: #bc717d;
}

.glitter-gold-rose::-moz-selection {
	background-color: #bc717d;
}
	
.glitter-gold-rose h1,
.glitter-gold-rose h2,
.glitter-gold-rose h2 a,
.glitter-gold-rose h2 a:visited,
.glitter-gold-rose h3,
.glitter-gold-rose h4,
.glitter-gold-rose h5,
.glitter-gold-rose h6 {
	color: #bc717d;
}

.glitter-gold-rose .post-info a:hover {
	color: #bc717d;
}

.glitter-gold-rose .author-box {
	color: #bc717d;
}

.glitter-gold-rose input[type="button"],
.glitter-gold-rose input[type="submit"],
.glitter-gold-rose a.more-link {
	background: #bc717d;
	color: #fff;
}

.glitter-gold-rose .enews #subbutton:hover {
	background: #bc717d;
	color: #878787;
}

.glitter-gold-rose #footer-widgets {
    background: #bc717d;
}

.glitter-gold-rose #footer {
    background: #bc717d;
}

.glitter-gold-rose .breadcrumb a {	
	background: url(images/bullet-gold.png) no-repeat right;	
	margin: 0 15px 0 0;	
	padding: 0 20px 0 0;
}

.glitter-gold-rose .breadcrumb .inner {	
	background: url(images/breadcrumb-home-gold.png) no-repeat left;	
	padding: 2px 0 0 25px;	
	margin-left: 20px;
}

.glitter-gold-rose #sidebar h4, 
.glitter-gold-rose #sidebar-alt h4 {
	background: url("images/sidebar-featured-gold.png") no-repeat scroll top left transparent;
}

.glitter-gold-rose #nav li a:hover, 
.glitter-gold-rose #nav li a:active, 
.glitter-gold-rose #nav .current_page_item a {
	background: url(images/menu-select-gold.png) no-repeat #f2f2f2;
    color:#7e538a;
}

.glitter-gold-rose #sidebar .user-profile h4, 
.glitter-gold-rose #sidebar-alt .user-profile h4 { 
    background: url(images/sidebar-about-gold.png) no-repeat top left; 
}

.glitter-gold-rose #sidebar .latest-tweets h4, 
.glitter-gold-rose #sidebar-alt .latest-tweets h4 {
   background: url(images/sidebar-twitter-gold.png) no-repeat top left; 
}

.glitter-gold-rose #sidebar .enews-widget h4, 
.glitter-gold-rose #sidebar-alt .enews-widget h4 { 
    background: url(images/sidebar-rss-gold.png) no-repeat top left; 
}

.glitter-gold-rose #sidebar .widget_search h4, 
.glitter-gold-rose #sidebar-alt .widget_search h4 { 
     background: url(images/sidebar-search-gold.png) no-repeat top left; 
}

.glitter-gold-rose #sidebar .widget_links h4, 
.glitter-gold-rose #sidebar-alt .widget_links h4 { 
    background: url(images/sidebar-about-gold.png) no-repeat top left; 
}

.glitter-gold-rose #sidebar .featuredpost h4, 
.glitter-gold-rose #sidebar-alt .featuredpost h4, 
.glitter-gold-rose #sidebar .featuredpage h4, 
.glitter-gold-rose #sidebar-alt .featuredpage h4 {
    background: url(images/sidebar-featured-gold.png) no-repeat top left; 
}

.glitter-gold-rose #sidebar .widget_categories h4, 
.glitter-gold-rose #sidebar-alt .widget_categories h4 { 
   background: url(images/sidebar-cat-gold.png) no-repeat top left; 
}

.glitter-gold-rose #sidebar .widget_archive h4, 
.glitter-gold-rose #sidebar-alt .widget_archive h4 {
    background: none url(images/sidebar-cat-gold.png) no-repeat top left; 
}

.glitter-gold-rose #footer-widgets .widget-area h4 {
	background: url("images/footer-gold.png") repeat-x scroll left top transparent;
}

.glitter-gold-rose #footer .gototop {
    background: url("images/goto-gold.png") no-repeat scroll center center transparent;
}
.glitter-gold-rose .instagram {
	background: url(images/instagram-gold.png) no-repeat top left;
}

.glitter-gold-rose .icons {
    background: url("images/nav-flag-gold.png") no-repeat top right;
}

.glitter-gold-rose .post-comments {
    background-image: url(images/date-glitter-gold.png);
}

.glitter-gold-rose #respond h3 {
	background: url(images/comments-gold.png) no-repeat;
}

.glitter-gold-rose .simple-social-icons ul li a { 
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #bc717d;
	border-radius: 30px;
	-moz-border-radius: 30px;
}

.glitter-gold-rose .simple-social-icons ul li a:hover {
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #878787;
}


/* Silver / Neon Pink Color Options
------------------------------------------------------------ */
.glitter-silver-neonpink a,
.glitter-silver-neonpink a:visited {
	color: #ff278e;
}

.glitter-silver-neonpink  #title a ,
.glitter-silver-neonpink  #title  a:hover {
	color: #ff278e;
}

.glitter-silver-neonpink ::selection {
	background-color: #ff278e;
}

.glitter-silver-neonpink::-moz-selection {
	background-color: #ff278e;
}
	
.glitter-silver-neonpink h1,
.glitter-silver-neonpink h2,
.glitter-silver-neonpink h2 a,
.glitter-silver-neonpink h2 a:visited,
.glitter-silver-neonpink h3,
.glitter-silver-neonpink h4,
.glitter-silver-neonpink h5,
.glitter-silver-neonpink h6 {
	color: #ff278e;
}

.glitter-silver-neonpink .post-info a:hover {
	color: #ff278e;
}

.glitter-silver-neonpink .author-box {
	color: #ff278e;
}

.glitter-silver-neonpink input[type="button"],
.glitter-silver-neonpink input[type="submit"],
.glitter-silver-neonpink a.more-link {
	background: #ff278e;
	color: #fff;
}

.glitter-silver-neonpink .enews #subbutton:hover {
	background: #ff278e;
	color: #878787;
}

.glitter-silver-neonpink #footer-widgets {
    background: #ff278e;
}

.glitter-silver-neonpink #footer {
    background: #ff278e;
}

.glitter-silver-neonpink .breadcrumb a {	
	background: url(images/bullet-silver.png) no-repeat right;	
	margin: 0 15px 0 0;	
	padding: 0 20px 0 0;
}

.glitter-silver-neonpink .breadcrumb .inner {	
	background: url(images/breadcrumb-home-silver.png) no-repeat left;	
	padding: 2px 0 0 25px;	
	margin-left: 20px;
}

.glitter-silver-neonpink #sidebar h4, 
.glitter-silver-neonpink #sidebar-alt h4 {
	background: url("images/sidebar-featured-silver.png") no-repeat scroll top left transparent;
}

.glitter-silver-neonpink #nav li a:hover, 
.glitter-silver-neonpink #nav li a:active, 
.glitter-silver-neonpink #nav .current_page_item a {
	background: url(images/menu-select-silver.png) no-repeat #f2f2f2;
    color:#7e538a;
}

.glitter-silver-neonpink #sidebar .user-profile h4, 
.glitter-silver-neonpink #sidebar-alt .user-profile h4 { 
    background: url(images/sidebar-about-silver.png) no-repeat top left; 
}

.glitter-silver-neonpink #sidebar .latest-tweets h4, 
.glitter-silver-neonpink #sidebar-alt .latest-tweets h4 {
   background: url(images/sidebar-twitter-silver.png) no-repeat top left; 
}

.glitter-silver-neonpink #sidebar .enews-widget h4, 
.glitter-silver-neonpink #sidebar-alt .enews-widget h4 { 
    background: url(images/sidebar-rss-silver.png) no-repeat top left; 
}

.glitter-silver-neonpink #sidebar .widget_search h4, 
.glitter-silver-neonpink #sidebar-alt .widget_search h4 { 
     background: url(images/sidebar-search-silver.png) no-repeat top left; 
}

.glitter-silver-neonpink #sidebar .widget_links h4, 
.glitter-silver-neonpink #sidebar-alt .widget_links h4 { 
    background: url(images/sidebar-about-silver.png) no-repeat top left; 
}

.glitter-silver-neonpink #sidebar .featuredpost h4, 
.glitter-silver-neonpink #sidebar-alt .featuredpost h4, 
.glitter-silver-neonpink #sidebar .featuredpage h4, 
.glitter-silver-neonpink #sidebar-alt .featuredpage h4 {
    background: url(images/sidebar-featured-silver.png) no-repeat top left; 
}

.glitter-silver-neonpink #sidebar .widget_categories h4, 
.glitter-silver-neonpink #sidebar-alt .widget_categories h4 { 
   background: url(images/sidebar-cat-silver.png) no-repeat top left; 
}

.glitter-silver-neonpink #sidebar .widget_archive h4, 
.glitter-silver-neonpink #sidebar-alt .widget_archive h4 {
    background: none url(images/sidebar-cat-silver.png) no-repeat top left; 
}

.glitter-silver-neonpink #footer-widgets .widget-area h4 {
	background: url("images/footer-silver.png") repeat-x scroll left top transparent;
}

.glitter-silver-neonpink #footer .gototop {
    background: url("images/goto-silver.png") no-repeat scroll center center transparent;
}
.glitter-silver-neonpink .instagram {
	background: url(images/instagram-silver.png) no-repeat top left;
}

.glitter-silver-neonpink .icons {
    background: url("images/nav-flag-silver.png") no-repeat top right;
}

.glitter-silver-neonpink .post-comments {
    background-image: url(images/date-glitter-silver.png);
}

.glitter-silver-neonpink #respond h3 {
	background: url(images/comments-silver.png) no-repeat;
}

.glitter-silver-neonpink .simple-social-icons ul li a { 
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #ff278e;
	border-radius: 30px;
	-moz-border-radius: 30px;
}

.glitter-silver-neonpink .simple-social-icons ul li a:hover {
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #878787;
}

.glitter-silver-neonpink .breadcrumb a {
    background: url("images/bullet.png") no-repeat scroll right center transparent;
    margin: 0 15px 0 0;
    padding: 0 20px 0 0;
}

.glitter-silver-neonpink .breadcrumb .inner {
    background: url("images/breadcrumb-home.png") no-repeat scroll left center transparent;
    margin-left: 20px;
    padding: 2px 0 0 25px;
}


/* Silver / Periwinkle Color Options
------------------------------------------------------------ */
.glitter-silver-periwinkle a,
.glitter-silver-periwinkle a:visited {
	color: #929acd;
}

.glitter-silver-periwinkle  #title a ,
.glitter-silver-periwinkle  #title  a:hover {
	color: #929acd;
}

.glitter-silver-periwinkle ::selection {
	background-color: #929acd;
}

.glitter-silver-periwinkle::-moz-selection {
	background-color: #929acd;
}
	
.glitter-silver-periwinkle h1,
.glitter-silver-periwinkle h2,
.glitter-silver-periwinkle h2 a,
.glitter-silver-periwinkle h2 a:visited,
.glitter-silver-periwinkle h3,
.glitter-silver-periwinkle h4,
.glitter-silver-periwinkle h5,
.glitter-silver-periwinkle h6 {
	color: #929acd;
}

.glitter-silver-periwinkle .post-info a:hover {
	color: #929acd;
}

.glitter-silver-periwinkle .author-box {
	color: #929acd;
}

.glitter-silver-periwinkle input[type="button"],
.glitter-silver-periwinkle input[type="submit"],
.glitter-silver-periwinkle a.more-link {
	background: #929acd;
	color: #fff;
}

.glitter-silver-periwinkle .enews #subbutton:hover {
	background: #929acd;
	color: #878787;
}

.glitter-silver-periwinkle #footer-widgets {
    background: #929acd;
}

.glitter-silver-periwinkle #footer {
    background: #929acd;
}

.glitter-silver-periwinkle .breadcrumb a {	
	background: url(images/bullet-silver.png) no-repeat right;	
	margin: 0 15px 0 0;	
	padding: 0 20px 0 0;
}

.glitter-silver-periwinkle .breadcrumb .inner {	
	background: url(images/breadcrumb-home-silver.png) no-repeat left;	
	padding: 2px 0 0 25px;	
	margin-left: 20px;
}

.glitter-silver-periwinkle #sidebar h4, 
.glitter-silver-periwinkle #sidebar-alt h4 {
	background: url("images/sidebar-featured-silver.png") no-repeat scroll top left transparent;
}

.glitter-silver-periwinkle #nav li a:hover, 
.glitter-silver-periwinkle #nav li a:active, 
.glitter-silver-periwinkle #nav .current_page_item a {
	background: url(images/menu-select-silver.png) no-repeat #f2f2f2;
    color:#7e538a;
}

.glitter-silver-periwinkle #sidebar .user-profile h4, 
.glitter-silver-periwinkle #sidebar-alt .user-profile h4 { 
    background: url(images/sidebar-about-silver.png) no-repeat top left; 
}

.glitter-silver-periwinkle #sidebar .latest-tweets h4, 
.glitter-silver-periwinkle #sidebar-alt .latest-tweets h4 {
   background: url(images/sidebar-twitter-silver.png) no-repeat top left; 
}

.glitter-silver-periwinkle #sidebar .enews-widget h4, 
.glitter-silver-periwinkle #sidebar-alt .enews-widget h4 { 
    background: url(images/sidebar-rss-silver.png) no-repeat top left; 
}

.glitter-silver-periwinkle #sidebar .widget_search h4, 
.glitter-silver-periwinkle #sidebar-alt .widget_search h4 { 
     background: url(images/sidebar-search-silver.png) no-repeat top left; 
}

.glitter-silver-periwinkle #sidebar .widget_links h4, 
.glitter-silver-periwinkle #sidebar-alt .widget_links h4 { 
    background: url(images/sidebar-about-silver.png) no-repeat top left; 
}

.glitter-silver-periwinkle #sidebar .featuredpost h4, 
.glitter-silver-periwinkle #sidebar-alt .featuredpost h4, 
.glitter-silver-periwinkle #sidebar .featuredpage h4, 
.glitter-silver-periwinkle #sidebar-alt .featuredpage h4 {
    background: url(images/sidebar-featured-silver.png) no-repeat top left; 
}

.glitter-silver-periwinkle #sidebar .widget_categories h4, 
.glitter-silver-periwinkle #sidebar-alt .widget_categories h4 { 
   background: url(images/sidebar-cat-silver.png) no-repeat top left; 
}

.glitter-silver-periwinkle #sidebar .widget_archive h4, 
.glitter-silver-periwinkle #sidebar-alt .widget_archive h4 {
    background: none url(images/sidebar-cat-silver.png) no-repeat top left; 
}

.glitter-silver-periwinkle #footer-widgets .widget-area h4 {
	background: url("images/footer-silver.png") repeat-x scroll left top transparent;
}

.glitter-silver-periwinkle #footer .gototop {
    background: url("images/goto-silver.png") no-repeat scroll center center transparent;
}
.glitter-silver-periwinkle .instagram {
	background: url(images/instagram-silver.png) no-repeat top left;
}

.glitter-silver-periwinkle .icons {
    background: url("images/nav-flag-silver.png") no-repeat top right;
}

.glitter-silver-periwinkle .post-comments {
    background-image: url(images/date-glitter-silver.png);
}

.glitter-silver-periwinkle #respond h3 {
	background: url(images/comments-silver.png) no-repeat;
}

.glitter-silver-periwinkle .simple-social-icons ul li a { 
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #929acd;
	border-radius: 30px;
	-moz-border-radius: 30px;
}

.glitter-silver-periwinkle .simple-social-icons ul li a:hover {
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #878787;
}

.glitter-silver-periwinkle .breadcrumb a {
    background: url("images/bullet.png") no-repeat scroll right center transparent;
    margin: 0 15px 0 0;
    padding: 0 20px 0 0;
}

.glitter-silver-periwinkle .breadcrumb .inner {
    background: url("images/breadcrumb-home.png") no-repeat scroll left center transparent;
    margin-left: 20px;
    padding: 2px 0 0 25px;
}


/* Responsive Design
------------------------------------------------------------ */


@media only screen and (max-width: 960px) {
.content-sidebar #content {    
	padding-left: 0px;	
	margin-bottom: 10px;    
	width: 100%;
}

.navigation, 
.sidebar .widget, 
.taxonomy-description {    
	margin: 0 20px 20px;
}

body {
	margin: 0 auto;
	width: 100%;
}

.post-wrap {    
	border-bottom: medium none;    
	margin-bottom: 20px;
}
	
.archive-page,
.content-sidebar #content,
.content-sidebar-sidebar #content,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.full-width-content #content,
.full-width-content.glitter-landing #content,
.home-featured-1,
.home-featured-2,
.home-featured-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content,
.glitter-landing .wrap,
.glitter-landing #content-sidebar-wrap,
.wrap,
#content-sidebar-wrap,
#footer .creds,
#footer .gototop,
#header,
#header .widget-area,
#home-featured,
#sidebar-alt,
#title-area,
#wrap {
	width: 100%;
}

#wrap {
	margin: 0;
}

#description,
#footer .creds,
#footer .gototop,
#title,
#title-area {
	float: none;
	text-align: center;
}

#title-area {
	padding: 35px 0 10px;
}

#description,
#title a,
#title a:hover {
	padding: 0;
}

#header .widget-area {
}

#header .searchform {
	float: none;
	padding: 10px 0;
	text-align: center;
}

#header .s {
	margin: 0 -7px 0 0;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
	padding: 15px 10px;
}
	
.menu li a .sf-sub-indicator {
	top: 22px;
}

.menu li.right {
	display: none;
}
	
.full-width-content.glitter-landing #inner .wrap {
	margin: 0 auto;
}
	
#home-featured {
	border: none;
}
	
.home-featured-1,
.home-featured-2,
.home-featured-3 {
	border: none;
	border-bottom: 5px solid #edebe8;
	width: auto;
}
	
.instagram,
.icons,
.simple-social-icons {
	display: none;
}
	
.content-sidebar #inner .wrap,
.sidebar-content #inner .wrap {
	background: none;
}
	
#inner .wrap {
	margin: 0 auto;
}

.navigation,
.sidebar .widget,
.taxonomy-description {
	margin: 0 20px 20px;
}

.page .page,
.post,
#comments,
#respond {
	border: none;
	padding: 0px;
}

.author-box {
	margin: 0 20px 40px;
}

.genesis-grid-even, .genesis-grid-odd {	       
	width: 100%;	   
	float: none;
}

.sidebar .widget-wrap {
	padding: 10px;
}

.enews #subbox,
.s {
	background: #fff;
	padding: 10px;
	width: 80%;
}
	
.comment-list li,
.ping-list li {
	margin: 20px -5px 0 -10px;
}
	
#footer-widgets .widget {
	padding: 20px 20px 0;
}

#footer-widgets .wrap {
	padding: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin: 0;
}

#footer .creds,
#footer .gototop,
#footer .wrap {
	padding: 10px 0;
}

.genesis-grid-even, 
.genesis-grid-odd {
	width: 100%;
}

.genesis-grid-even {
}

.featuredpost img {	
	display:none;
}
}

@media only screen and (max-width: 600px) {
.content-sidebar #content {    
	margin-bottom: 10px;   
	padding-left: 0px;	
	width: 100%;
}

.post-wrap {    
	border-bottom: medium none;    
	margin-bottom: 20px;
}

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	padding: 0;
	width: 100%;
}
	
.genesis-grid-even, 
.genesis-grid-odd {
	width: 100%;
}

.featuredpost img {	
	display:none;
}
}

@media only screen and (max-width: 480px) {
.content-sidebar #content {    
	padding-left: 0px;	
	margin-bottom: 10px;    
	width: 100%;
}

.post-wrap {    
	border-bottom: medium none;    
	margin-bottom: 20px;
}

#title {
	font-size: 48px;
}

.breadcrumb,
.icons,
.post-info {
	display: none;
}

.simple-social-icons ul li.social-instagram a, 
.simple-social-icons ul li.social-instagrama:hover {
    background-position: -96px 0;
}

.genesis-grid-even, 
.genesis-grid-odd {
	width: 100%;	
}

.s {    
	border: 1px dotted #878787;    
	padding: 4px;    
	width: 80%;
}

.enews #subbox, 
.s {    
	background: #fff;	
	width: 80%
}

.genesis-grid-even {
	float:none;
}

.featuredpage img,
.featuredpost img {	
	display:none;
}

.entry-content.featuredpost {    
	background: none repeat scroll 0 0 #fff;    
	border: 1px dotted #878787;    
	padding: 10px;    
	width: 80%;
}
}

/* Instagram
------------------------------------------------------------ */

.instagram {
	background: url("images/instagram-silver.png") no-repeat scroll left top transparent;
    border-bottom: 1px dotted #878787;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
    padding: 45px 40px 0px 130px;
    position: relative;
    width: 940px;
}


.instagram p {
	color: #aaa49f;
	float: left;
	font-size: 13px;
	text-shadow: 1px 1px #000;
	width: 500px;
}

.instagram img {
    border: 5px solid #EDEBE8;
    border-radius: 3px 3px 3px 3px;	      
	width: 120px;
}


/* Social Icons
------------------------------------------------------------ */
.icons {
    background: url("images/nav-flag-silver.png") no-repeat top right;
    margin: 0 auto;
    max-width: 1020px;
    padding-right: 5px;
    padding-top: 3px;
}

.simple-social-icons ul li a { 
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #886491;
	border-radius: 30px;
	-moz-border-radius: 30px;
}

.simple-social-icons ul li a:hover {
	background: url("images/social-sprite.png") no-repeat scroll 0 0 #878787;
}



