
/* ----------------------------------------------------------- 
					   General styling
   ------------------------------------------------------------*/

#origin h1 {
	font-size: 1.6em;
	margin-bottom: 30px;
	text-align: center;
}

#origin h2 {
	font-size: 1.4em;
	margin-bottom: 15px;
}

#origin h3 {
	font-size: 1.1em;
	margin: 10px 0;
}

#origin div > span > p {
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 1.5em;
        text-align:justify;
}

#origin .cf {
	clear: both;
}

/* ----------------------------------------------------------- 
							Content
   ------------------------------------------------------------*/

#origin .imageWrap {
	text-align: center;
	margin-bottom: 16px;
}

#origin .journal {
    white-space:normal;
    text-align:center;
    font-size:2em !important;
}

#origin .imageWrap.flLeft {
	margin-right: 16px;
}

#origin .imageWrap.flRight {
	margin-left: 16px;
}

#origin .imageWrap img {
	width: 240px;
	margin-bottom: 5px;
	border: 1px solid #DDD;
}

#origin .imageWrap p {
	font-size: 1.1em;
	text-align: center;
}

#origin .textBlockRight > p, #origin .textBlockRight > h2 {
	margin-left: 240px;
	padding-left: 25px;
}

#origin .textBlockLeft > p, #origin .textBlockLeft > h2 {
	margin-right: 240px;
	padding-right: 25px;
}

#origin .textBlockLeft > h3, #origin .textBlockRight > h3 {
	font-size: 1.5em;
        margin: 30px auto;
        width: 70%;
        padding: 0;
        font-style: italic;
        text-align: center;
        float: right;
}

#origin .textBlockRight > h3 > span {
}

/* ----------------------------------------------------------- 
							Divider
   ------------------------------------------------------------*/

#origin .divider {
	margin: 60px 0;
}

#origin .divider:last-of-type {
	margin-bottom: 0;
}

#origin .divider > * {
	display: table-cell;
}

#origin .quoteBubble {
	width: 50%;
	padding: 7px;
	background: url(/img/tooltip_button.png) right top no-repeat #E8E8E8;
	background-origin: content-box;
}

#origin .quoteBubble, #origin .quoteBubble img {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#origin .quoteBubble img {
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 16px;
}

/*
#origin .quoteBubble h3:before {
	content: "i";
	float: right;
	color: #9DA60A;
	font-style: italic;
	font-size: 1.2em;
	font-weight: bold;
	margin-right: 5px;
}
*/

#origin .quoteBubble p {
	font-style: italic;
	margin-left: 76px;
}

#origin .divider > a, #origin .register {
	padding: 0 2%;
	vertical-align: middle;
	text-align: center;
	position: static;
}

#origin .register > a {
	display: block;
	white-space: nowrap;
}

#origin .facebook {
	background: #3a5891 url(/img/origin/fb.png) no-repeat;
	color: #fff;
	padding: 5px 5px 5px 35px;
	vertical-align: middle;
}

#origin .register .lightboxLink {
	text-align: right;
}
