* {
	font-family:"Open Sans", Arial, sans-serif;
}

p {
	font-size:13px;
}
html h1 {
	font-weight: 700;
	font-size:20px;
}
#mainContent h1 {
	margin-left:5px;
	border-bottom: dotted 1px gainsboro;
}

#mainContent h2 {
	margin-left:10px;
	font-size:18px;
}

#mainContent h3 {
	font-size:16px;
}

#mainContent h4 {
	font-size: 14px;
}

.author {
	margin-top:10px;
	font-style: italic;
	color:grey;
}

.my-img-responsive { /* because bootstrap automatically centers all img-responsive for some reason */
	max-width:100%;
	display:block;
}

#mainContent h3,#mainContent h4,#mainContent h5,#mainContent h6 {
	margin-left:15px;
}

#mainContent img {
	margin:10px;
}

html #comments {
	margin-bottom:40px;
}

.post-date > .label, .modify-date > .label {
	color:black;
}

#mainContent p {
	margin-left:15px;
}

#container {
	/*width:70%;*/
	margin: 0 auto;
}

#containerFooter {
	margin-top:10px;
}
#siteFooter {
	width:100%;
	text-align: center;
	border-top:solid 1px gainsboro;
}
#title-text {
	float:left;
	font-family:Times, serif;
	font-size:90px;
	color:white;
	text-shadow: 2px 2px 5px #000;
}
#title-caption {
	/*float:left;*/
	color:blue;
	padding-top:44px;
	font-weight:700;
	padding-left:10px;
	max-width:420px; /*blaze it*/
}
#header {
	overflow:hidden;
	display:block;
	/*width:500px;*/
	height:100px;
	margin-bottom:20px;
	margin-left:7%;
}
#mainNavTrigger {
	border:none;
}
#sidebar1 {
	float:right;
	display:none;
}
#main-nav {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6796dc+0,1e3e95+100 */
	background: #6796dc; /* Old browsers */
	background: -moz-linear-gradient(top,  #6796dc 0%, #1e3e95 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6796dc), color-stop(100%,#1e3e95)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6796dc 0%,#1e3e95 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6796dc 0%,#1e3e95 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6796dc 0%,#1e3e95 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6796dc 0%,#1e3e95 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6796dc', endColorstr='#1e3e95',GradientType=0 ); /* IE6-9 */
}
#main-nav > #main-nav-ul > li a{
	color:white;
	font-weight:bold;
}
#main-nav > #main-nav-ul ul.sub-menu > li a {
	color:black;
	font-weight:normal;
}
#main-nav-ul li {
	border:none;
}

#sidebar2 {
	/*margin-top:40px;*/
	border-bottom: solid 1px gainsboro;
}
#box1Header {
	color: goldenrod;
	font-weight: 600;
	font-size: 19px;
	font-style: italic;
}
#currencyConverter {
	/*margin-top:30px;*/
}
.currencyConverterTitle {
	font-weight: 600;
	font-size: 19px;
	font-style: italic;
	color:#24BF13;
}

#currencyConverter, #sidebar2 {
	padding:15px 20px 15px 20px;
}
#mainNavTrigger {
	color:white;
}
#curConvert {
	margin-top:10px;
}

.relatedLinksTitle {
	font-weight: bold;
	margin-bottom: 7px;
}

.container {
	background:white;
	-webkit-box-shadow: 0px 0px 62px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 62px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 62px 0px rgba(0,0,0,0.75);
}

@media (max-width:991px) {
	#sidebar2 {
		border-top:solid 1px gainsboro;
	}
}

@media (min-width:991px) {
	#mainContent {
		border-right: solid 1px gainsboro;
	}
}