

	/* General */	

.gs-custom a, .gs-custom a:visited {
    color: #0D72C7;
}

.gs-custom a:hover, .gs-custom a:focus {
    color: #0D72C7;
}

	/* Body */

body.gs-custom, 
.gs-custom p {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 15px;
	font-weight: 300;
	color: #333333;
	}

body.gs-custom {
	background-color: #FFFFFF;
}

.gs-custom #wrap {
	-moz-box-shadow: 0 0 5px #CCCCCC;
	-webkit-box-shadow: 0 0 5px #CCCCCC;
	box-shadow: 0 0 5px #CCCCCC;
}

.gs-custom #inner {
	background-color: #FFFFFF;
}

	/* Header Area */
	
.gs-custom #header {
	background-color: #FFFFFF;
}

.gs-custom #title {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
    color: #333333;
}

.gs-custom #title a {
    color: #333333;
}

.gs-custom #title a:hover,
.gs-custom #title a:focus {
    color: #333333;
}

.gs-custom #description {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
    color: #E3E3E3;
}

	/* Navigation */

.gs-custom .menu-primary {
    border-bottom: 1px solid #DBDBDB;
    border-top: 1px solid #DBDBDB;
    background-color: #A1A1A1;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: 300;
}

.gs-custom .menu-primary a {
    color: #FFFFFF;
    border-right: 1px solid #DBDBDB;
}

.gs-custom .menu-primary a:hover,
.gs-custom .menu-primary a:focus {
    color: #5E5E5E;
}

	/* 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: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #0D72C7;
}

.gs-custom .post h2.entry-title a:hover,
.gs-custom .post h2.entry-title a:focus {
	color: #0D72C7;
}

	/* Post Meta */

.gs-custom .post-info {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 12px;
	color: #333333;	
}

.gs-custom .post-info a, 
.gs-custom .post-info a:visited {
	color: #5E5E5E;	
}

.gs-custom .post-info a:hover, 
.gs-custom .post-info a:focus {
	color: #0D72C7;	
}

	/* 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 #FFFFFF;
}

.gs-custom .widget-area h4 {
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
	font-size: 14px;
	font-weight: 300;
    background-color: #EBEBEB;
    border-bottom: 1px solid #FFFFFF;
	color:#2E2E2E;
}

.gs-custom .sidebar p,
.gs-custom .sidebar ul,
.gs-custom .sidebar li {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color:#2E2E2E;
}

.gs-custom .sidebar .widget-area ul li, 
.gs-custom #footer-widgets .widget-area ul li {
    border-bottom: 1px solid #EBEBEB;
}

.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:#0D70C4;
}

.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:#0D72C7;
}
		

	/* Footer */
	
.gs-custom #footer {
    background-color: #1C1C1C;
	border-top: 1px solid #EBEBEB;
	font-size: 13px;
}

.gs-custom #footer p {
    color: #F3F3F3;
}

.gs-custom #footer a, 
.gs-custom #footer a:visited {
    color: #FFFFFF;
}

.gs-custom #footer a:hover, 
.gs-custom #footer a:focus {
    color: #0D72C7;
}

\n