/*
Theme Name: Game Developers Ireland
Theme URI: http://gamesdevelopers.ie
Author: Siobhan Schnittger
Author URI: http://mixedmedia.ie/
Description: Developed specifically for gamesdevelopers.ie
Version: 1.0

*/

a, a:hover {
    color: #6d3d6f;
}

div.tweet_content {
	margin: 10px 0;
}

div.tweet_content > figure.tweet_profile_img {
	height: 48px;
	display: inline-block;
}

div.tweet_content > div.tweet_primary_meta {	
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
}

div.tweet_content > figure.tweet_primary_meta a, div.tweet_content > figure.tweet_primary_meta span {	
	display: block;
}


div.tweet_content > div.tweet_text {
	font-size: .9em;
	width: 100%;	
	padding-left: 55px;
	margin-top: -29px;
}

div.tweet_content > div.tweet_text a, div.tweet_content > div.tweet_secondary_meta a {
    line-height: 150%;
}


div.tweet_content > div.tweet_secondary_meta {	
	font-size: 75% !important;
	text-align: right;
	margin: 0 0;
	display: inline-block;
	width: 100%;
}

div.tweet_content > div.tweet_secondary_meta a, div.tweet_content > div.tweet_secondary_meta b {
	padding: 3px;
}

/* fonts */

html, body {
	font-family:'Oswald', sans-serif;
	font-style: normal;
	font-size: 15px;
	font-weight: 300;
	background-color: #f1f1f1;
	color: #6d3d6f;
}

body h1, body h2, body h3 {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 700;
}

body h4, body h5, body h6 {
	font-family: 'Oswald', sans-serif;
	font-style: normal;
	font-weight: 400;
}

p {
	font-size: 1em;
	text-align: justify;
	line-height: 140%;
	margin-bottom: 10px;
}

p.post-title {
	font-weight: 400;
	text-transform: uppercase;
}

p.post-excerpt {
	font-size: .9em;
}

.entry-summary p {
	font-size: .9em;
}

img {
	max-width: 100% !important;
}

h4.entry-title {
	text-transform: uppercase;
}

h4.entry-title a{
	line-height: 150%;
}

/* bootstrap */


.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn:active,
.btn.active {
	background-image: none;
}
.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0%, #e0e0e0 100%);
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #2d6ca2 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #2d6ca2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #2b669a;
}
.btn-primary:hover,
.btn-primary:focus {
	background-color: #2d6ca2;
	background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
	background-color: #2d6ca2;
	border-color: #2b669a;
}
.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}
.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}
.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13;
}
.btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
	background-color: #c12e2a;
	background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
	background-color: #c12e2a;
	border-color: #b92c28;
}
.thumbnail,
.img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: #e8e8e8;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	background-color: #357ebd;
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-repeat: repeat-x;
}

.navbar {
	border-radius: initial;
	min-height: 0 !important;
}

.navbar.navbar-primary {
	margin-bottom: 0px;
	font-family: 'Oswald', sans-serif;
	font-size: .75em;
	font-weight: 700;
	text-transform: uppercase;
}

.form-control {
	height: 27px !important;
	font-size: .75em;
}

.navbar-default {	
	background-image: none;
	filter: none;
	background-color: #c278c2;
	border: none;

}

.navbar-default.darkest {
	background-color: #5b345d;
}

.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	padding: 4px 15px !important;
}
.navbar-default .navbar-nav > .active > a {
	background-image: none;
	filter: none;
	color: #ffffff;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #ffffff;
	background-color: #ddcade;
}

.navbar-brand,
.navbar-nav > li > a {
	color: #ffffff;
}
.navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
}
.navbar-inverse .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #222 0%, #282828 100%);
	background-image: linear-gradient(to bottom, #222 0%, #282828 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff282828', GradientType=0);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
	border-radius: 0;
}
.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
}
.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea;
}
.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	background-repeat: repeat-x;
	border-color: #f5e79e;
}
.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
}
.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
	background-repeat: repeat-x;
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
	background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
	background-repeat: repeat-x;
}
.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	text-shadow: 0 -1px 0 #3071a9;
	background-image: -webkit-linear-gradient(top, #428bca 0%, #3278b3 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #3278b3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3278b3', GradientType=0);
	background-repeat: repeat-x;
	border-color: #3278b3;
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #428bca 0%, #357ebd 100%);
	background-image: linear-gradient(to bottom, #428bca 0%, #357ebd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff357ebd', GradientType=0);
	background-repeat: repeat-x;
}
.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
	background-repeat: repeat-x;
}
.panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
	background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
	background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
	background-repeat: repeat-x;
}
.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}

.row {
	max-width: 100%;
	margin: 0px;
}

body.home .carousel, body.home .carousel div.item{
    max-height: 250px;
}

.carousel .carousel-caption h3, .carousel .carousel-caption p {
	text-align: left;
	text-transform: uppercase;
}

.carousel .carousel-caption h3 {
	font-size: 1.0em;
}


.carousel .carousel-caption a {
	color: #ffffff;
	font-size: 110%;
	line-height: 160%;
}

.carousel .carousel-caption {
	top: 10%;
	bottom: initial;
	left: 10%;
}

.carousel-control.left {
	width: 45%;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 1.9) 0px, rgba(0, 0, 0, 0) 100%);
	opacity: 1;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 15%;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 15%;
}

/*# sourceMappingURL=bootstrap-theme.css.map */

/* colors */
.darkest {
	background-color: #5b345d;
	color: #ffffff;
}

.darkest h1, .darkest h2, .darkest h3, .darkest h4, .darkest h5, .darkest h6, .darkest a, .darkest a:hover, .darkest a:active, .darkest a:visited {
	color: #ffffff;
}

.dark {
	background-color: #6d3d6f;
	color: #ffffff;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6, .dark a, .dark a:hover, .dark a:active, .dark a:visited {
	color: #ffffff;
}

.light {
	background-color: #c278c2;
	color: #ffffff;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light a, .light a:hover, .light a:active, .light a:visited {
	color: #ffffff;
}

.lightest {
	background-color: #ddcade;
	color: #6d3d6f;
}

.lightest h1, .lightest h2, .lightest h3, .lightest h4, .lightest h5, .lightest h6, .lightest a, .lightest a:hover, .lightest a:active, .lightest a:visited {
	color: #6d3d6f;
}

header#masthead hgroup:after {
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

header#masthead hgroup > div.about{ 
	text-align: right;
	padding-right: 45px;
}

.about h2 {
	font-size: 1.4em;
	font-weight: 300;
	font-style: italic;
}

.about > div > img {
	width: 45%;
	margin-bottom: 15px;
}

/* login form styles */
form#loginform {
    margin: 2px 0px;
}

.welcome-user {
	padding-top: 5px;
    display: none;
    margin-right: 5px;
}

.nav>li>a.btn-logout {
    display: inline-block;
    margin-right: 30px;
}

form#loginform input, form#loginform a.btn, #login-navbar-collapse-2 a.btn {
	height: 25px;
	line-height: 18px;
	border-radius: 0;
}

form#loginform input.btn, form#loginform a.btn, #login-navbar-collapse-2 a.btn {
	background: none repeat scroll 0 0 #C278C2;
	color: #FFF;
	font-size: .75em;
	font-weight: 300;
	text-shadow: none;
	padding: 3px 12px;
	border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* logo styles */


div#main:after {
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

div#main.narrow div.column-wrapper, div#main.narrow > header.entry-header > h1{
	width: 80%;
	margin: auto;
}

div#main.narrow > header.entry-header{
	padding: 30px 0px 10px 0px;
	background-color: #ddcade;
	color: #6d3d6f;
	text-transform: uppercase;
	margin-bottom: 15px;
}

h1.entry-title {
    text-transform: uppercase;
}

div#main.narrow > header.entry-header > h1 {
	font-size: 150%;
}

article.post, article.post > header.entry-header, article.post > header.entry-header h1.entry-title, article.post > header.entry-header img, article.row > header.entry-header img{
	margin-bottom: 20px;
}

.search-results article.row {
    margin-bottom: 10px;
    border-bottom: 1px solid #e4d7e4;
}

.search-results article.post > header.entry-header {
    margin-bottom: 10px;
}

#secondary > ol  {
    padding: 5px;
}

.content-spacer.col-md-1 {
    width: 6%;
}

#secondary ol li.widget {
	background-color: #d9d8db;
	margin-bottom: 20px;
	padding: 5px;
}

#secondary ol li.widget .widgettitle {
	margin-bottom: 10px;
}

#secondary ol li.widget li {
	margin-bottom: 10px;
}

.category-columns {	
	margin: 5px 5px 0px 0px;
}

.category-columns h3 {
	border-bottom: 1px solid #e4d7e4;
	padding: 5px;
	text-transform: uppercase;
	line-height: 140%;
}

.category-columns > div > section {
	padding: 15px;
	background-color: #ddcade;
	color: #6d3d6f;
	min-height: 200px;
    max-height: 400px;
    overflow-y: auto;
}

.category-columns > div > section h1, .category-columns > div > section h2, .category-columns > div > section h3, .category-columns > div > section h4, .category-columns > div > section h5, .category-columns > div > section h6, .category-columns > div > section a, .category-columns > div > section a:hover, .category-columns > div > section a:active, .category-columns > div > section a:visited {
	color: #6d3d6f;
}


.category-columns ul li {
	border-bottom: 1px solid #e4d7e4;
	padding: 5px;
	line-height: 140%;
}

.category-columns ul li:after {
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.category-columns ul li div.upw-image {
	display: inline-block;
	float: left;
	max-width: 150px;
}

.category-columns ul li div.upw-content, .category-columns div.upw-posts {
	display: inline-block;
	float: left;
	/*max-width: 250px;*/
	margin-left: 0px;
}

.category-columns div.upw-posts {
    padding: 0 5px;
}

.category-columns div.upw-posts article {
    margin-bottom: 10px;
}

.nav-single {
	margin: 30px 0px;
    clear: both;
}

.nav-single h3 {
	margin-bottom: 20px;
}

.nav-single  > span{
	padding: 10px;
}

footer#colophon {
	background-color: #d9d8db;
	color: #6d3d6f;
	padding: 15px 30px;
	margin-top: 10px;
}

footer#colophon  > div.row > div > section.widget {
	border-right: 1px solid #6d3d6f;
	min-height: 80px;
}

footer#colophon  > div.row > div:last-child > section.widget {
	border-right: 0px;
}

footer#colophon  > div.row > div > section.widget ul li {
	margin-bottom: 5px;
}

footer#colophon a, footer#colophon a:hover, footer#colophon a:active, footer#colophon a:visited {
	color: #6d3d6f;
	text-decoration: none;
}

footer#colophon  div.social ul li{
	display: inline-block;
	float: right;	
	background-color: #6d3d6f;
	border-radius: 50%;
	width: 50px;
    height: 50px;
	line-height: 50px;
	text-align: center;
	margin-left: 10px;
}

footer#colophon  div.social ul:after {
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

footer#colophon  div.social ul li a, footer#colophon  div.social ul li a:hover, footer#colophon  div.social ul li a:active, footer#colophon  div.social ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	line-height: 50px;
	vertical-align: sub;
}

hr {
	border-color: #6d3d6f;
}

.site-info {
	padding: 15px 30px;
	background-color: #b7b7b7;
	color: #ffffff;
}


.related-news h2 {
	line-height: 150%;
	margin: 20px 0;
}
.related-news ul  li{
	margin-bottom: 10px;
}

ol.authors {
	margin: 30px 0px;
}

ol.authors.small {
	padding-left: 30px;
}

ol.authors  li {
	margin-bottom: 20px;
}

ol.authors.small  li {
	list-style: disc;
}

ol.authors.avatar li:after {
	content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ol.authors  li  h3 {
	margin-bottom: 10px;
}

/* BULLETED LISTS */ 

.post h1.entry-title {
	line-height: 1.5;
	margin-bottom: 15px;
}

.page h2.entry-title {
	line-height: 1.5;
	margin-bottom: 15px;
}

.page .entry-content ol {
	list-style: decimal;
}

.page .entry-content ol li{
	line-height: 1.5;
	margin-bottom: 15px;
}

.page .entry-content ul {
	list-style: disc;
}

.page .entry-content ul li{
	line-height: 1.5;
	margin-bottom: 15px;
}

.post h1.entry-title, article.row  h1.entry-title {
	line-height: 1.5;
	margin-bottom: 15px;
}

.post h2.entry-title {
	line-height: 1.5;
	margin-bottom: 15px;
}

.post .entry-content ol {
	list-style: decimal;
}

.post .entry-content ol li{
	line-height: 1.5;
	margin-bottom: 15px;
}

.post .entry-content ul {
	list-style: disc;
}

.post .entry-content ul li{
	line-height: 1.5;
	margin-bottom: 15px;;
}

/* --- SEARCHFORM --- */
/* --- styles for the searchform in the header --- */
.navbar-login .navbar-collapse {
    overflow: hidden;
}

form#searchform.div {
	
}

form#searchform {
	background-color: #5b345d;
	margin: 2px 0px;
    border: 0px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}

form#searchform input {
	height: 25px;
	line-height: 18px;
	border-radius: 0;
	border: 1px solid #FFF;
}

form#searchform input.btn {
	background: none repeat scroll 0 0 #C278C2;
	color: #FFF;
	font-size: .75em;
	font-weight: 300;
	text-shadow: none;
	padding: 3px 12px;
}




/* --- HOME WIDGETS --- */

section.widget .tribe-events-list-widget-2 ol, li, .duration {
	font-weight: 300;
}

@media (min-width: 768px) {
    
    .welcome-user {
        display: inline-block;
    }
    
    .navbar #login-navbar-collapse-2 {
        float: right;
    }
    
    .navbar #login-navbar-collapse-2:after {
        clear: both;
    }
    
    .col-md-6.logo {
        margin: 10px 0;
        padding-left: 80px;
    }

    
    body.home .carousel, body.home .carousel div.item{
        max-height: 460px;
    }
    
    .carousel .carousel-caption {
        top: 30%;
        bottom: initial;
        left: 10%;
        width: 30%;
    }
    
    .carousel .carousel-caption h3 {
        font-size: 1.2em;
    }
    
    .carousel .carousel-caption a {
        font-size: 150%;
    }

}

@media (min-width: 992px) {
    .category-columns > div > section {
        height: 400px;
    }   
}