

	/* General */	

.gs-custom a, .gs-custom a:visited {
    color: #C54BDE;
}

.gs-custom a:hover, .gs-custom a:focus {
    color: #5A1D79;
}

	/* Body */

body.gs-custom, 
.gs-custom p {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	}

body.gs-custom {
	background-color: #FFFFFF;
}

.gs-custom #wrap {
	-moz-box-shadow: 0 0 5px #FFFFFF;
	-webkit-box-shadow: 0 0 5px #FFFFFF;
	box-shadow: 0 0 5px #FFFFFF;
}

.gs-custom #inner {
	background-color: #FFFFFF;
}

	/* Header Area */
	
.gs-custom #header {
	background-color: #000000;
}

.gs-custom #title {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 24px;
	font-weight: 300;
	text-transform: capitalize;
    color: #FFFFFF;
}

.gs-custom #title a {
    color: #FFFFFF;
}

.gs-custom #title a:hover,
.gs-custom #title a:focus {
    color: #FFFFFF;
}

.gs-custom #description {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 12px;
	font-weight: 300;
	text-transform: capitalize;
    color: #FFFFFF;
}

	/* Navigation */

.gs-custom .menu-primary {
    border-bottom: 1px solid #F8E3FF;
    border-top: 1px solid #F8E3FF;
    background-color: #5A1D79;
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 14px;
	font-weight: 300;
}

.gs-custom .menu-primary a {
    color: #FFFFFF;
    border-right: 1px solid #F8E3FF;
}

.gs-custom .menu-primary a:hover,
.gs-custom .menu-primary a:focus {
    color: #AB6FCA;
}

	/* Post Titles */

.gs-custom .post h2.entry-title,
.gs-custom .post h2.entry-title a,
.gs-custom .post h1.entry-title,
.gs-custom .page h1.entry-title {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 28px;
	font-weight: 300;
	color: #000000;
}

.gs-custom .post h2.entry-title a:hover,
.gs-custom .post h2.entry-title a:focus {
	color: #5A1D79;
}

	/* Post Meta */

.gs-custom .post-info {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 14px;
	color: #AB6FCA;	
}

.gs-custom .post-info a, 
.gs-custom .post-info a:visited {
	color: #000000;	
}

.gs-custom .post-info a:hover, 
.gs-custom .post-info a:focus {
	color: #5A1D79;	
}

	/* Post Content */

.gs-custom .entry-content h1 {font-size: 30px;}
.gs-custom .entry-content h2 {font-size: 28px;}
.gs-custom .entry-content h3 {font-size: 24px;}
.gs-custom .entry-content h4 {font-size: 20px;}
.gs-custom .entry-content h5 {font-size: 18px;}
.gs-custom .entry-content h6 {font-size: 16px;}

	/* Widgets */

.gs-custom .sidebar .widget {
    border: 1px solid #5A1D79;
}

.gs-custom .widget-area h4 {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 20px;
	font-weight: 700;
    background-color: #FFFFFF;
    border-bottom: 1px solid #5A1D79;
	color:#000000;
}

.gs-custom .sidebar p,
.gs-custom .sidebar ul,
.gs-custom .sidebar li {
	font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	font-size: 15px;
	font-weight: 300;
	color:#000000;
}

.gs-custom .sidebar .widget-area ul li, 
.gs-custom #footer-widgets .widget-area ul li {
    border-bottom: 1px solid #F8E3FF;
}

.gs-custom .sidebar p a,
.gs-custom .sidebar p a:visited,
.gs-custom .sidebar ul a,
.gs-custom .sidebar ul a:visited,
.gs-custom .sidebar li a,
.gs-custom .sidebar li a:visited {
	color:#C54BDE;
}

.gs-custom .sidebar p a:hover,
.gs-custom .sidebar p a:focus,
.gs-custom .sidebar ul a:hover,
.gs-custom .sidebar ul a:focus,
.gs-custom .sidebar li a:hover,
.gs-custom .sidebar li a:focus {
	color:#5A1D79;
}
		

	/* Footer */
	
.gs-custom #footer {
    background-color: #000000;
	border-top: 1px solid #FFFFFF;
	font-size: 14px;
}

.gs-custom #footer p {
    color: #FFFFFF;
}

.gs-custom #footer a, 
.gs-custom #footer a:visited {
    color: #FFFFFF;
}

.gs-custom #footer a:hover, 
.gs-custom #footer a:focus {
    color: #AB6FCA;
}

\n