@CHARSET "UTF-8";

/* ******** Standard web page elements ****************/
#site-info,#header-standard,#propose-blog,.main-content-header,#home-right-panel,#feed-right-panel,#group-right-panel {
	display: none;
}

#header-right-layout {
	display: none;
}

/* ******** Main design *****************/
body {
	margin: 0;
}

.ui-title {
	margin-left: 20% !important;
	margin-right: 20% !important;
}

#header-right {
	float: right;
}

.ui-header .ui-btn-inner {
	max-width: 145px;
}

.main-messages {
	clear: both;
}

.main-body {
	clear: both;
}

.main-content-title {
	
}

.content-title {
	display: block;
	float: left;
	max-width: 80%;
}

.content-title img {
	margin-right: 5px;
}

.formbuttons ul {
	list-style: none outside none;
	padding: 0;
}

h1 {
	margin-top: 5px;
	font-size: 18pt;
}

pre {
	border-radius: 5px !important;
	border: none !important;
	background-color: white !important;
	box-shadow: 2px 2px 2px 0 #CCCCCC !important;
	margin: 0 !important;
	padding: 5px !important;
}

.blog-post-list-date {
	color: #9FA0A0;
}

.atom-feed-link {
	background: url("../../images/borg/feed-icon-14x14.png") no-repeat scroll 0 0 transparent;
	padding-left: 19px;
}

.loading {
	background: url("../../images/borg/wait-small.gif") no-repeat scroll 0 0 transparent;
	height: 30px;
	width: 30px;
}

.loading-full-width {
	width: 100%;
	margin-top: 30px;
}

.loading-full-width .loading {
	margin: 0px auto;
}

.blogFeedNav ul {
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

.blogFeedNav li {
	list-style: none;
	display: inline;
	padding-right: 6px;
}

/* ************** HEADER ******************/
/* Improvement for webkit (apple) browsers */
.header-mobile {
	height: 43px;
	display: block !important;
}

.header-mobile h1 img {
	display: none;
}

.header-mobile-home {
	right: 40px !important;
}

.header-mobile.black {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 99, 99, 0.7) ),
		color-stop(0.25, rgba(66, 66, 66, 0.7) ), color-stop(0.5, rgba(32, 32, 32, 0.7) ), color-stop(0.5, rgba(0, 0, 0, 0.7)
		) );
	background: -moz-linear-gradient(rgba(99, 99, 99, 0.7) 0%, rgba(66, 66, 66, 0.7) 50%, rgba(32, 32, 32, 0.7) 25%,
		rgba(0, 0, 0, 0.7) 100% );
	border-bottom: 1px solid #858585;
	border-top: 1px solid #858585;
}

/* ******** LI with thumbnails *******/
.ui-li-has-thumb .ui-btn-inner a.ui-link-inherit,.ui-li-static.ui-li-has-thumb {
	min-height: 60px;
	padding-left: 70px;
}

img.ui-li-thumb {
	margin: 22px 0 0 13px;
	border-radius: 0;
}

.ui-li-heading {
	margin: 0.4em 0;
}

/* *********** jQuery mobile specific tweaks ********/
/* All corners same */
.ui-btn-corner-all {
	-moz-border-radius: .7em;
	-webkit-border-radius: .7em;
	border-radius: .7em;
}

.ui-btn-icon-notext .ui-btn-corner-all, .ui-btn-icon-notext.ui-btn-corner-all {
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

/* ******** FORMS *************/
span.error {
	color: black;
	background-color: #fef9e6;
	border: 1px solid red;
	padding: 5px;
	display: block;
}

span.info {
	background-color: #FEF9E6;
	border: 1px solid #F9BA82;
	color: #535353;
	font-size: 10px;
	display: block;
	padding: 12px;
}

span.required {
	color: red;
}

/* ************* Page specifics ******************/
#page-id-home #back-button {
	display: none;
}

#home-posts-ul {
	margin-top: 0;
}

#home-right-preview-title {
	margin-top: 0;
	padding-top: 0;
}

#home-right-preview {
	display: none;
}

.search-result-nav {
	padding: 15px 0px 20px 0px;
}

.search-result-count {
	float: left;
}

#search-result-nav {
	float: right;
}

#search-result-list {
	clear: both;
}

#content-title-browse {
	display: none;
}

/* ************* POSTS layout ******************/
.page-post .ui-title {
	margin-left: 20% !important;
	margin-right: 10% !important;
}

.page-post .content-title {
	max-width: 100% !important;
}

.blogauthortag {
	float: left;
	margin-bottom: 10px;
	height: 26px;
}

.prev-next-links {
	float: right;
	margin: 0;
	position: relative;
	top: -6px;
}

.blog-post-content {
	clear: both;
	padding: 15px;
}

/* SBS specifics */
.jive-rendered-content p {
	margin: 0;
	padding: 0;
}

.jive-image-thumbnail {
	border: 1px solid transparent;
	cursor: pointer;
}

img.jive-image {
	margin: 12px;
}

@media all and (min-width: 800px) {
	/* Scrolling: http://johanbrook.com/browsers/native-momentum-scrolling-ios-5/ */
	#home-right-preview {
		display: block;
		width: 47%;
		padding: 10px;
		right: 10px;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	.position-inherited {
		position: absolute;
	}
	.position-top {
		position: fixed;
	}
	#home-left-panel {
		float: left;
		width: 48%;
	}
	.content-title {
		display: block;
		float: left;
		max-width: 89%;
	}
}