

	/* General */	

.gs-custom a, .gs-custom a:visited {
    color: #ED702B;
}

.gs-custom a:hover, .gs-custom a:focus {
    color: #0D72C7;
}

	/* Body */

body.gs-custom, 
.gs-custom p {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #333333;
	}

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: #1E447D;
}

.gs-custom #title {
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-transform: capitalize;
    color: #333333;
}

.gs-custom #title a {
    color: #333333;
}

.gs-custom #title a:hover,
.gs-custom #title a:focus {
    color: #1E447D;
}

.gs-custom #description {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
    color: #EF4110;
}

	/* Navigation */

.gs-custom .menu-primary {
    border-bottom: 1px solid #1E447D;
    border-top: 1px solid #1E447D;
    background-color: #CCCCCC;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 15px;
	font-weight: 700;
}

.gs-custom .menu-primary a {
    color: #FFFFFF;
    border-right: 1px solid #1E447D;
}

.gs-custom .menu-primary a:hover,
.gs-custom .menu-primary a:focus {
    color: #FED600;
}

	/* 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: 18px;
	font-weight: 300;
	color: #EF4110;
}

.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: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #333333;	
}

.gs-custom .post-info a, 
.gs-custom .post-info a:visited {
	color: #0D72C7;	
}

.gs-custom .post-info a:hover, 
.gs-custom .post-info a:focus {
	color: #0D72C7;	
}

	/* Post Content */

.gs-custom .entry-content h1 {font-size: 22px;}
.gs-custom .entry-content h2 {font-size: 20px;}
.gs-custom .entry-content h3 {font-size: 18px;}
.gs-custom .entry-content h4 {font-size: 16px;}
.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: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	font-weight: 700;
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
	color:#333333;
}

.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: 300;
	color:#333333;
}

.gs-custom .sidebar .widget-area ul li, 
.gs-custom #footer-widgets .widget-area ul li {
    border-bottom: 1px solid #FFFFFF;
}

.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:#EF4110;
}

.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: #666666;
	border-top: 1px solid #DDDDDD;
	font-size: 12px;
}

.gs-custom #footer p {
    color: #F7F7F7;
}

.gs-custom #footer a, 
.gs-custom #footer a:visited {
    color: #FFFFFF;
}

.gs-custom #footer a:hover, 
.gs-custom #footer a:focus {
    color: #EF4110;
}

\n