@import url('//fonts.googleapis.com/css?family=Raleway:700,300,400|La+Belle+Aurore|Quattrocento+Sans:400italic,700italic');

body {
	margin: 0;
	padding: 0;
	background: #315d99; /* Old browsers */
	background: -moz-linear-gradient(left,  #315d99 0%, #3d8191 50%, #489d6e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#315d99), color-stop(50%,#3d8191), color-stop(100%,#489d6e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #315d99 0%,#3d8191 50%,#489d6e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #315d99 0%,#3d8191 50%,#489d6e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #315d99 0%,#3d8191 50%,#489d6e 100%); /* IE10+ */
	background: linear-gradient(to right,  #315d99 0%,#3d8191 50%,#489d6e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#315d99', endColorstr='#489d6e',GradientType=1 ); /* IE6-9 */

	font: 400 16px/1.5 'Raleway', Verdana, Arial, Helvetica, sans-serif;
	color: #435772;
}

.hideForDesktop, #mobileHeader {
	display: none;
}

.container {
	margin: auto;
	width: 960px;
	padding: 0 10px;
}



/* ===================================== header ===================================== */

#header {
	height: 136px;
}
#header form, #header ul {
	float: right;
	padding: 10px;
	background: url(../images/page/bg-white.png) repeat;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 11px;
	color: #FFFFFF;
}
#header .field-off, #header .field-on {
	border: none;
	width: 180px;
	margin-right: 10px;
}
.field-off {
	background: url(../images/page/bg-white.png) repeat;
	color: #DAE7EA;
}
.field-on {
	background: #FFFFFF;
	color: #435772;
}
#header form .button {
	margin-left: 10px;
}
#header form .formDefault {
	display: block;
	float: left;
	margin: 1px 4px 0 0;
}
#header form a {
	display: block;
	color: #FFFFFF;
	border-top: 1px solid #86B7AE;
	margin-top: 4px;
	padding-top: 2px;
}


#header ul {
	margin: 0;
	font-size: 14px;
	height: 40px;
}
#header ul li {
	background: none;
	padding: 7px 10px 10px;
	float: left;
}
#header ul li a {
	display: block;
	border-left: 1px solid #86B7AE;
	margin-left: -10px;
	padding-left: 10px;
	color: #FFFFFF;
}
#header {
}


#logo {
	clear: right;
	float: left;
	display: block;
	font-size: 36px;
	font-weight: 300;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 9px;
}
#logo strong {
	font-weight: 700;
}
#tag {
	clear: right;
	float: right;
	margin: 0;
	padding: 32px 0 0;
	font: 24px/1.0 'La Belle Aurore', Georgia, "Times New Roman", Times, serif;
	color: #B3D1CE;
}



/* ===================================== top nav ===================================== */

#nav {
	clear: both;
	background: url(../images/page/bg-white.png) repeat;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	height: 65px;
}
#nav form {
	float: right;
	padding: 10px 10px 0 0;
}
#nav form table {
	background: url(../images/page/bg-white.png) repeat;
}
#nav .field-off, #nav .field-on {
	border: none;
	background: none;
	width: 160px;
}
#nav .field-on {
	color: #FFFFFF;
}
#nav form th input {
	border: none;
	width: auto;
	padding: 8px;
}
#nav form {
}
#nav form {
}

/* nav list elements defined in nav.css */



/* ===================================== general content ===================================== */

#content {
	margin-top: -10px;
	background: #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 15px 30px 30px;
	min-height: 400px;
}

h1, h2, h3 {
	line-height: 1.0;
}
h1 {
	margin: 50px 0;
	padding: 0 0 8px;
	font-size: 30px;
	font-weight: 700;
	color: #489D6E;
	border-bottom: 1px solid #D6DFEB;
}
h2 {
	margin: 30px 0 15px;
	font-size: 24px;
	font-weight: 700;
	color: #489D6E;
}
h2 a {
	color: #489D6E;
}
h3 {
	margin: 30px 0 -5px;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	color: #489D6E;
	text-transform: uppercase;
}
h4 { /* intro paragraphs */
	margin: 15px 0;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}
h4 strong {
	font-weight: 700;
}
h5 { /* breadcrumbs */
	margin: -8px 0 30px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.0;
	color: #8A929E;
}
h5 a {
	color: #8A929E;
	text-decoration: none;
}
h5 a:hover {
	text-decoration: underline;
}
p {
	margin: 15px 0;
}
small {
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: none;
	color: #7B899C;
}
small a {
	color: #7B899C;
}
a {
	color: #1A79FF;
}
ul {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}
ul li {
	margin: 0;
	padding: 0 0 10px 45px;
	background: url(../images/page/bullet-button.png) 20px 5px no-repeat;
}
ol li {
	padding-bottom: 10px;
}
hr {
	margin: 30px 0;
	height: 1px;
	color: #D6DFEB;
	background-color: #D6DFEB;
	border: none;
}
#content blockquote {
	margin: 20px 0;
	padding: 12px 20px 15px;
	background: #E0E7F0;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: 'Quattrocento Sans', Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #315D99;
}




form {
	margin: 0;
}
input, select, textarea {
	font: 400 14px 'Raleway', Verdana, Arial, Helvetica, sans-serif;
	color: #435772;
	border: 1px solid #D6DFEB;
	padding: 8px 3px 10px 10px;
}
input, textarea {
	width: 95%;
}
.formDefault {
	width: auto;
}
.formStripped {
	padding: 0;
	border: none;
}
.button, .button-small {
	font-weight: 400;
	background: #315D99 url(../images/page/bullet-button.png) right center no-repeat;
	padding: 8px 33px 9px 11px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	text-transform: lowercase;
	color: #FFFFFF;
	width: auto;
}
.button-small {
	background: #315D99;
	padding: 3px 6px 4px;
}
a.button, a.button-small {
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-decoration: none;
}
a.button-small {
	font-size: 12px;
	text-transform: uppercase;
}



/* ===================================== footer ===================================== */

#footer {
	color: #FFFFFF;
	padding: 20px 0;
}
#footer table {
	float: left;
}
#footer td {
	vertical-align: top;
	padding-right: 30px;
}
#footer h4 {
	margin: 0 0 15px;
	padding: 10px 10px 1px 0;
	font-size: 14px;
	font-weight: bold;
	background: url(../images/page/bg-white.png) 0 30px repeat-x;
}
#footer ul {
	max-width: 150px;
	margin-top: 15px;
}
#footer li {
	padding: 0;
	background: none;
}
#footer li a {
	display: block;
	font-size: 13px;
	line-height: 1.0;
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px 5px 6px 14px;
	background: url(../images/page/bullet.gif) 0 8px no-repeat;
}
#footer li a:hover {
	text-decoration: underline;
}
#footer li a.inactive {
	color: #B0C9D4;
}
#footer li a.inactive:hover {
	text-decoration: none;
}

#footer li h3 {
	margin: 0;
	padding: 26px 5px 4px 14px;
	font-size: 12px;
	color: #FFFFFF;
}
#footer blockquote {
	margin: 0 0 0 600px;
	padding: 0;
	background: none;
	font-size: 12px;
}
#footer blockquote a {
	color: #FFFFFF;
}



/* ===================================== tables ===================================== */

.top-th-table {
	margin: 15px 0;
	width: 100%;
}
.top-th-table th {
	background: #315D99;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px;
}
.top-th-table th.left, .top-th-table th.singleCol {
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
.top-th-table th.right, .top-th-table th.singleCol {
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}
.top-th-table td {
	padding: 10px;
	border-bottom: 1px solid #D6DFEB;
}
.top-th-table td p {
	margin: 10px 0;
}
.top-th-table tr:hover {
	background: #F3F5F9;
}

.top-th-table table {
	margin: -10px -10px 0;
	width: 900px;
}
.top-th-table div strong {
	display: inline-block;
	zoom: 1;
	*display: inline;
	font-size: 12px;
	text-transform: uppercase;
	color: #315D99;
}

.side-th-table {
	margin: 15px 0;
	width: 100%;
	line-height: 1.2;
	border-top: 1px solid #D6DFEB;
}
.side-th-table th {
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	color: #315D99;
	padding: 10px;
	border-bottom: 1px solid #D6DFEB;
	width: 180px;
}
.side-th-table td {
	padding: 10px;
	border-bottom: 1px solid #D6DFEB;
}
.side-th-table th small {
	display: block;
}




/* ===================================== odds + ends ===================================== */

.buttonList {
	float: right;
	margin: 0;
	padding-bottom: 30px;
	overflow: auto;
}
.buttonList li {
	float: left;
	padding: 0 0 0 10px;
}
.buttonList a {
	display: block;
	font-size: 11px;
	line-height: 23px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #315D99;
	padding: 0 8px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: auto;
}
.buttonList a small {
	color: #A6B9D3;
}


.columnList {
	overflow: auto;
}
.columnList li {
	float: left;
	width: 24%;
}

.suffering {
	color: red;
}
.notSuffering {
	color: green;
}
.bold {
	font-weight: 700;
}
.red {
	color: red;
}


.avatar, .memberInfo img {
	display: block;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100px;
	height: auto;
	margin-bottom: 10px;
}


.profile {
	clear: both;
	overflow: auto;
}
.profile .avatar {
	float: left;
}
.profile .side-th-table {
	margin: 0;
	float: left;
	margin-left: 30px;
	width: auto;
}
.profile .side-th-table th {
	width: 100px;
}
.profile blockquote {
	clear: both;
}

.diaryPost h4 {
	margin:0 30px 10px 0;
	float:left; 
	font-weight:bold
}
.messagebox, .alert { /* messagebox used for info only, not a result of an action */
	margin: 20px 0;
	border: 1px solid #F0D576;
	background: #FFFBBB url(../images/icons/info.png) 12px 12px no-repeat;
	padding: 10px 10px 10px 40px;
	color: #5D5330;
	border: 1px solid #F0D576;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.alert { /* action successfully completed */
	background-image: url(../images/icons/tick.png);
}