/* ============================== DEFAULT HTML ============================== */
html, body {
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
body {
	color: #545454;
	background: #295E62;
    font-family: Arial, Helvetica, sans-serif;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
    display:block;
}
hr {
	border-left: none;
	border-right: none;
    border-top: 1px solid #E5E5E5;
    color: #F4F4F4;
    margin: 20px 0;
    padding: 0;
}
hr.soften {
  height: 1px;
  margin: 50px 0;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}
/* =============== DEFAULT HTML - LINK STYLES =============== */
a {
	text-decoration: none;
	outline: none;
	color: #2F6780;
}
a:hover {
	color: #2F6780;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:focus {
	outline: none;
}
a img {
	border: none;
}
/* =============== DEFAULT HTML - HEADING STYLES =============== */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
/* =============== DEFAULT HTML - LIST STYLES =============== */
ul, ul li,
ol, ol li,
p, form, input {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
}
ul, ul li {
	list-style: none;
}
/* =============== DEFAULT HTML - IMAGES STYLES =============== */
img {
	border: none;
	max-width: 100%;
}
img.image-border {
    border: 1px solid #D2D2D2;
    padding: 3px;
}
img.image-left {
	float: left;
	margin-right: 5px;
}
img.img-full-width {
	width: 100%;
}
/* =============== PREDEFINED CONTENT ALIGN =============== */
.left {
	float: left;
}
.right {
	float: right;
}
.margin-left {
	margin-left: 1em;
	margin-right: 0;
}
.margin-right {
	margin-left: 0;
	margin-right: 1em;
}
.content-left {
	text-align: left;
}
.content-center {
	text-align: center;
}
.content-right {
	text-align: right;	
}
/* ============================== LAYOUT ============================== */
/* =============== LAYOUT - GENERAL LAYOUT =============== */
.clearafter:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.clearbreak {
	clear: both;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 980px;
}
/* =============== LAYOUT - HEADER AREA =============== */
header,
.headerTop {
	margin-bottom: 15px;
}
#siteTitle,
#siteDesc {
	display: inline-block;
}
#siteTitle {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	text-shadow: 1px 1px 2px #2F6780;
	margin-right: 5px;
	line-height: 100%;
}
#siteTitle a:hover {
	text-decoration: none;
}
#siteDesc {
	font-size: 14px;
}
/* =============== LAYOUT - CONTENT AREA =============== */
#master {
	background: #fff;
	padding: 10px 20px;
}
#content {
	margin: 0 0 20px;
}
#mainContent {
	position: relative;
}
#mainContent section {
	margin-bottom: 30px;
}
.pageHeading {
	font-size: 40px;
	font-family: 'Great Vibes', cursive;
	color: #000;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
.well .pageHeading {
	color: #1CA933;
	border-bottom:  none;
}
.form-horizontal .control-label {
	text-align: left;
}
article {
    padding: 8px;
	border-bottom: 1px dotted #ccc;
	font-size: 13px;
}
article .articleTitle,
article .entry {
	margin-bottom: 5px;
}
article .articleTitle {
	line-height: 1.3em;
	font-size: 16px;
}
article .articleMeta {
    color: #555;
	color: #1CA933;
	font-size: 12px;
}
article .articleMeta a {
	color: #000;
	text-decoration: underline;
	display: inline-block;
	margin-right: 10px;
}
aside .asideBox {
	margin-bottom: 30px;
}
aside .asideBox .asideBoxContent {
	background: #EEF7F4;
	padding: 10px 15px;
}
aside .asideBox.categories .listingStyle {
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
		-ms-column-gap: 20px;
			column-gap: 20px;
	-webkit-column-width: 130px;
	   -moz-column-width: 130px;
		-ms-column-width: 130px;
			column-width: 130px;	
}
.title {
	color: #2F6780;
	background: #DBEEDA;
	padding: 5px 10px;
	font-size: 18px;
}
aside .asideBox.tags a {
	border-radius: 3px 3px 3px 3px;
    color: #2F6780;
    margin: 2px;
    padding: 4px 8px;
	background: #DBEEDA;
	font-size: 12px;
	display: inline-block;
}
aside .asideBox.tags a:hover {
	background: #2F6780;
	color: #DBEEDA;
	text-decoration: none;
}
aside .articleMeta {
	font-size: 12px;
	color: #F7941D;
}
aside .articleMeta a {
	color: #666;
	text-decoration: underline;
}
aside .articleTitle a,
aside .articleTitle a:hover {
	text-shadow: none;
}
.articleTitle a {
    padding: 8px 0;
}
.listingStyle li {
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
.listingStyle.style-1 li {
	border-bottom: 1px dotted #CCCCCC;
}
/* =============== LAYOUT - FOOTER AREA =============== */
footer {
	padding: 15px 20px 5px;
	background: #555;
	color: #fff;
}
footer a {
	color: #fff;
	font-weight: bold;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* =============== LAYOUT - MENU AREA =============== */
#mainmenu {
	background: #2F6780;
}
#mainmenu li {
	float: left;
	font-size: 14px;	
}
#mainmenu li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	font-weight: bold;
}
#mainmenu li a:hover {
	color: #D2FDFF;
	text-decoration: none;
}
/* ============================== ADV ============================== */
.adv-sidebar {
	text-align: center;
	padding: 5px 0;
	background: #E0E4E8;
	border: 1px solid #ccc;
}
.adv-sidebar img {
	width: 302px;
}
.adv-1.left {
	margin: 5px 15px 10px 0;	
}
.adv-1.right {
	margin: 5px 0 10px 15px;
}
/* ============================================================ SUBPAGE ============================================================ */
/* ============================== DETAIL ============================== */
.detail .articleTitle {
	font-size: 30px;
	text-shadow: 2px 2px 2px #ccc;
}
/* ============================== AUTHOR LISTING ============================== */
.authorListing > div {
	margin: 15px 0;
}
.authorListing .authorName {
	margin-top: 25px;
}