
/* ***************************************
	RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
em, i {
	font-style:italic;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ***************************************
	DEFAULTS
*************************************** */

/* elgg open source		blue 			#3b5998 */
/* elgg open source		dark blue 		#0054a7 */
/* elgg open source		light yellow 	#FDFFC3 */
/* elgg open source		light blue	 	#bbdaf7 */


body {
	text-align:left;
	margin:0 auto;
	padding:0;
	background: #FFFFFF url('http://www.socialtide.org/mod/socialtide/_graphics/front_bg.png') repeat-x;
	font: 13px Helvetica, Arial, sans-serif;
	color: #333333;
}
a,
a:active,
a:visited {
	color: #3b5998;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:hover {
	color: #3b5998;
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px 0;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em 1em;
	padding: 0;
}
pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	background:#EBF5FF;
	overflow:auto;
	
	overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
	
}
code {
	padding:2px 3px;
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}
blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	background:#EBF5FF;
	border:none !important;
}
blockquote p {
	margin:0 0 5px 0;
}

/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#page_container {
	margin:0;
	padding:0;
}
#page_wrapper {
	width:992px;
	margin:0 auto;
	padding:0;
	min-height: 300px;
}
#header_element {
	width: 100%;
	height: 257px;
	background: #FFFFFF url('http://www.socialtide.org/mod/socialtide/_graphics/fe_bg.png') no-repeat center top;
	position:absolute;
	top: 54px;
	left: 0;
	z-index: -1;
}
#layout_header {
	text-align:left;
	width:100%;
	height:auto;
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/group_grey.jpg') 100px 51px no-repeat;
}
#wrapper_header {
	margin:0;
	padding:10px 20px 1px 0px;
}
#wrapper_header img {
	float: left;
}
#getsp {
	width: 600px;
	color: #3B5998;
	font-size: 14px;
	font-style: italic;
	float: right;
	margin-right: -20px;
	margin-top: 10px;
	text-align: right;
}
#middle {
	width: 992px;
	height: 229px;
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/female.png') center bottom no-repeat;
	position: relative;
}
#how {
	width: 150px;
	height: 30px;
	position: absolute;
	left: 25px;
	bottom: 10px;
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/roll.png') no-repeat;
}
#how p {
	padding-top: 9px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #777777;
}
#signup {
	width: 245px;
	height: auto;
	position: absolute;
	right: 0;
	top: -40px;
	padding: 10px 15px 0 15px;
	border: 1px solid #E2C822;
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/signup.png') left bottom repeat-x;
	color: #726210;
	text-align: center;
}
#signup h1 {
	margin: 0;
	font-size: 18px;
	color: #8F7B14;
}
#signup p {
	padding: 0;
	margin: 0 0 .3em 0;
}
#signup a:link,
#signup a:active,
#signup a:visited {
	font-size: 12px;
	color: #726210;
	text-decoration: underline;
}
#signup a:hover {
	text-decoration: none;
}
#register {
	margin: 8px auto 12px auto;
	padding: 0;
	border: none;
}
#signup input[type="text"] {
	color: #8F7B14;
	border:  #8F7B14 1px solid;
	padding: 3px 5px 3px 5px;
	background: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	margin-bottom: 3px;
}
#left_heading {
	width: 500px;
	padding-top: 20px;
}
#left_heading h1 {
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/l_check.png') left center no-repeat;
	padding: 0 0 0 32px;
	font-size: 24px;
	height: 24px;
	margin: 0 0 0.5em 0;
}

#layout_canvas {
	margin:0 0 1px 0;
	padding:0 20px 10px 20px;
}
#content {
	width: 946px;
	height: auto;
	margin: 0 auto;
}
.box {
	width: 280px;
	height: 270px;
	border: 1px solid #D4DAE8;
	margin: 10px 0 0 10px;
	float: left;
	padding: 10px 10px 0 10px;
	background:  #FFFFFF url('http://www.socialtide.org/mod/socialtide/_graphics/box_bg.png') left bottom repeat-x;
	position: relative;
}
#refl_container {
	width: 946px;
	height: 23px;
	margin: 0px auto 0 auto;
}
.box_reflect {
	width: 302px;
	height: 23px;
	margin: 1px 0 10px 10px;
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/box_reflect.png') left top no-repeat;
	float: left;
}
.box h1 {
	font-size: 22px;
	padding: 2px 0 2px 50px;
	color: #3B5998;
	border-bottom: 1px solid #D4DAE8;
	margin-bottom: 10px;
	vertical-align:middle;
}
.box p {
	line-height: 1.2em;
	margin-left: 15px;
}
.create {
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/create.gif') 15px center no-repeat;
}
.connect {
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/connect.gif') 15px center no-repeat;
}
.close {
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/close.gif') 15px center no-repeat;
}
p.right {
	margin-top: 4px;
	padding-left: 19px;
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/read.gif') left bottom no-repeat;
	height: 16px;
	width: auto;
	position: absolute;
	bottom: 0px;
	right: 15px;
}
p.right a {
	font-size: 13px;
	font-weight: bold;
}

/* canvas layout: 1 column, no sidebar */
#one_column {
	margin:0;
	min-height: 360px;
	border: 1px solid #D4DAE8;
	padding:0 0 10px 0;
}

/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar {
	width:210px;
	margin:0 20px 0 0;
	min-height:360px;
	float:left;
	padding:0px;
	border: 1px solid #D4DAE8;
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/box_bg.png') left bottom repeat-x;
}

#two_column_left_sidebar_maincontent {
	width:716px;
	margin:0;
	min-height: 360px;
	float:left;
	border: 1px solid #D4DAE8;
	padding:0 0 5px 0;
}

#two_column_left_sidebar_maincontent_boxes {
	margin:0 0px 20px 20px;
	padding:0 0 5px 0;
	width:716px;
	border: 1px solid #D4DAE8;
	background: #FFFFFF;
	float:left;
}
#two_column_left_sidebar_boxes {
	width:210px;
	margin:0px 0 20px 0px;
	min-height:360px;
	float:left;
	padding:0;
}
#two_column_left_sidebar_boxes .sidebarBox {
	margin:0px 0 22px 0;
	padding:4px 10px 10px 10px;
	border: 1px solid #D4DAE8;
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/box_bg.png') left bottom repeat-x;
}
#two_column_left_sidebar_boxes .sidebarBox h3 {
	padding:0 0 5px 0;
	font-size:1.25em;
	line-height:1.2em;
	color:#3B5998;
}

.contentWrapper {
	padding:10px;
    margin:0 10px 10px 10px;
}
span.contentIntro p {
	margin:0 0 0 0;
}
.notitle {
	margin-top:10px;
}

/* canvas layout: widgets (profile and dashboard) */
#widgets_left {
	width:303px;
	margin:0 20px 20px 0;
	min-height:360px;
	padding:0;
}
#widgets_middle {
	width:303px;
	margin:0 0 20px 0;
	padding:0;
}
#widgets_right {
	width:303px;
	margin:0px 0 20px 20px;
	float:left;
	padding:0;
}
#widget_table td {
	border:0;
	padding:0;
	margin:0;
	text-align: left;
	vertical-align: top;
}
/* IE6 fixes */
* html #widgets_right { float:none; }
* html #profile_info_column_left {
	margin:0 10px 0 0;
	width:200px;
}
* html #dashboard_info { width:585px; }
/* IE7 */
*:first-child+html #profile_info_column_left { width:200px; }

/* ***************************************
	FOOTER
*************************************** */

#layout_footer {
	text-align: center;
	margin: 20px auto;
	background-color: #F7F7F7;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	color: #333333;
	padding: 10px 0px;
	clear: both;
}
#layout_footer a {
	color: #3B5998;
	outline-style: none;
	text-decoration: none;
	font-weight: bold;
	margin: 0 10px 0 10px;
}
#layout_footer a:hover {
	text-decoration: underline;
}
#copyright {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
	height: 16px;
	line-height: 1.2em;
}
#reflection {
	width: 992px;
	height: 50px;
	background: url('http://www.socialtide.org/mod/socialtide/_graphics/refl.gif') no-repeat left top;
	margin: 0 auto;
}

#footer_toolbar_links_front a:link,
#footer_toolbar_links_front a:visited,
#footer_toolbar_links_front a:active,
#footer_toolbar_links_front a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

/* ***************************************
  SYSTEM MESSSAGES
*************************************** */
.messages {
    background-color: #FFF9D7;
    color:#333333;
    padding:3px 10px 3px 10px;
    z-index: 8000;
	margin:25px 0 0 -350px;
	position:fixed;
	top:30px;
	left: 50%;
	width:700px;
	border: 1px solid #E2C822;
	cursor: pointer;
}
.messages_error {
    background-color: #FFEBE8;
	border: 1px solid #DD3C10;
    color:#333333;
    padding:3px 10px 3px 10px;
    z-index: 8000;
	margin:25px 0 0 -350px;
	position:fixed;
	top:30px;
	left: 50%;
	width:700px;
	cursor: pointer;
}
.closeMessages {
	float:right;
	margin-top:17px;
}
.closeMessages a {
	color:#333333;
	cursor: pointer;
	text-decoration: underline;
	font-size: 80%;
}
.closeMessages a:hover {
	color:#333333;
	text-decoration:none;
}

/* ***************************************
  FACEBOX CSS
*************************************** */

#facebox .b {
  background:url('http://www.socialtide.org/mod/socialtide/_graphics/facebox/b.png');
}
#facebox .tl {
  background:url('http://www.socialtide.org/mod/socialtide/_graphics/facebox/tl.png');
}
#facebox .tr {
  background:url('http://www.socialtide.org/mod/socialtide/_graphics/facebox/tr.png');
}
#facebox .bl {
  background:url('http://www.socialtide.org/mod/socialtide/_graphics/facebox/bl.png');
}
#facebox .br {
  background:url('http://www.socialtide.org/mod/socialtide/_graphics/facebox/br.png');
}
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}
#facebox .popup {
  position: relative;
}
#facebox table {
  border-collapse: collapse;
}
#facebox td {
  border-bottom: 0;
  padding: 0;
}
#facebox .body {
  padding: 10px;
  background: #fff;
  width: auto;
  height: auto;
}
#facebox .loading {
  text-align: center;
}
#facebox .image {
  text-align: center;
}
#facebox img {
  border: 0;
  margin: 0;
}
#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
}
#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}
#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.facebox_hide {
  z-index:-100;
}
.facebox_overlayBG {
  background-color: #000000;
  z-index: 99;
}
* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

/* EBOOK PAGE */
#splash {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 640px;
	background-color: #3B5998;
	border: #CEB522 2px solid;
	border-collapse: collapse;
	margin: 0;
}
#splash td {
	padding: 10px 20px;
	vertical-align: top;
}
#splash p {
	padding: 0;
	margin: 0 0 0.8em 0;
}
#splash h1 {
	margin: 0 0 0.5em 0;
	padding: 0;
	text-align: center;
}
