/* Custom styles */

/* Header */
.site-branding-top {
	background-color: #263b56;
	padding-top: 10px;
	padding-bottom: 10px;
}
.site-branding-top h5 {
	color: #ffffff;
}

.site-branding {
	background-image: url(../images/header.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;
	height: 205px;
}

/* Menu */
.mainmenu.row {
	background: #263b56;
}
.main-navigation li {
	padding: 20px;
	border-right: 1px solid #ffffff;
}
.main-navigation li a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}
.main-navigation ul ul {
	background: #eb1d27;
	margin-left: -20px !important;
}
.main-navigation ul ul li {
	padding: 10px 20px;
}

/* Breadcrumb */
.breadcrumb {
	background: none;
	margin: 20px 0;
}

/* Main content */
#page {
	background: #f4f4f4;
}
#primary {
	background: #ffffff;
}

/* Footer */
.site-footer {
	padding: 30px 0 0;
	color: #808080;
}

/* Typo */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #263b56;
}
.bold {
	font-weight: bold;
}

h1.entry-title {
	text-transform: uppercase;
}


/* Paddings */
.p_60 {
	padding: 60px;
}
.p_30  {
	padding: 30px;
}
.pr_20 {
	padding-right: 20px;
}
.pb_60 {
	padding-bottom: 60px;
}
.pb_40 {
	padding-bottom: 40px;
}
.pb_30 {
	padding-bottom: 30px;
}
.pb_10 {
	padding-bottom: 10px;
}
.pt_60 {
	padding-top: 60px;
}
.pt_40 {
	padding-top: 40px;
}
.pt_30 {
	padding-top: 30px;
}

/* Margins */

.mt_60 {
	margin-top: 60px;
}
.mt_30 {
	margin-top: 30px;
}
.mt_20 {
	margin-top: 20px;
}
.mt_15 {
	margin-top: 15px;
}
.mt_10 {
	margin-top: 10px;
}
.mt_0 {
	margin-top: 0px;
}
.mb_60 {
	margin-bottom: 60px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_15 {
	margin-bottom: 15px;
}
.mb_10 {
	margin-bottom: 10px;
}
.mb_0 {
	margin-bottom: 0px;
}

/* Backgrounds */
.bg_white {
	background: #ffffff;
}
.bg_gray {
	background: #dcdcdc;
}

/* All tags */
a.tag-cloud-link {
	background: #f4f4f4;
	padding: 3px;
}
.tagbox { 
	background-color:#f4f4f4;
	/*border: 1px solid #ccc;*/
	margin:0px 5px 5px 0px;
	line-height: 1.5;
	padding: 3px;
}
.taglink  { 
	/*padding:2px;*/
}

.tagbox a,
.tagbox a:visited,
.tagbox a:active { 
	text-decoration:none;
	font-size: 10px;
}

.tagcount { 
	background-color:#263b56;
	color:white;
	position: relative;
	padding:2px;
}

/* Lists */
ul.child_list {
	margin-left: -40px;
	list-style: none;
}
ul.child_list li {
	padding: 5px;
	margin-bottom: 10px;
}
ul.child_list li a {
	background: #f4f4f4;
	padding: 10px;
	margin-bottom: 10px;
}

/* Links */
a.link {
	padding: 5px 10px;
	border: 1px solid #263b56;
	margin-right: 10px;
}
a.link;hover {
	background: #f4f4f4;
	text-decoration: none;
}
.author-list a:after {
	content: ', '
}
.author-list a:last-child:after {
	content: ''
}