/* @override 
	http://thesistestsite.wespeakinternet.com/wp-content/themes/thesis_17b3-ervinlaszlo/custom/custom.css?053110-190736
	http://thesistestsite.wespeakinternet.com/wp-content/themes/thesis_17b3-ervinlaszlo/custom/custom.css?053110-203349
	http://thesistestsite.wespeakinternet.com/wp-content/themes/thesis_17b3-ervinlaszlo/custom/custom.css?053110-205338
	http://thesistestsite.wespeakinternet.com/wp-content/themes/thesis_17b3-ervinlaszlo/custom/custom.css?053110-205930
	http://thesistestsite.wespeakinternet.com/wp-content/themes/thesis_17b3-ervinlaszlo/custom/custom.css?060110-233343
	http://thesistestsite.wespeakinternet.com/wp-content/themes/thesis_17b3-ervinlaszlo/custom/custom.css?060210-15819
*/

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/* @group Custom Landing Page */

body.custom.landing-page {
	background: black url(images/bkgd-stars.png) repeat;
	color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body.custom.landing-page div#container {
	background-color: transparent;
	background-image: none;
	border-style: none;
}

body.custom.landing-page div#content_box {
	background-image: none;
	background-color: transparent;
}

body.custom.landing-page div#page {
	background-image: none;
	background-color: transparent;
	text-align: center;
}

body.custom.landing-page div#page ul.menu, body.custom.landing-page div#page div#header, body.custom.landing-page div#page div#footer  {
	display: none;
}

body.custom.landing-page div#earth_glow_wrapper {
	background: url(images/earth-and-glow.png) no-repeat center 0;
	height: 339px;
}

body.custom.landing-page div#earth_wrapper {
	margin-top: 81px;
	display: inline-block;
}

body.custom.landing-page div#landing_page_content_wrapper {
	margin-bottom: 100px;
}

body.custom.landing-page div#landing_message {
	font-size: 24px;
}

body.custom.landing-page div#landing_message h2 {
	color: #df7814;
	font-weight: normal;
	font-style: normal;
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 30px;
}

body.custom.landing-page ul#link_options {
	list-style-type: none;
	margin-top: 0;
	text-align: center;
	width: 372px;
	margin-left: auto;
	margin-right: auto;
	height: 280px;
}

body.custom.landing-page li#link_notebook, body.custom.landing-page li#link_forum {
	width: 156px;
	float: left;
}

body.custom.landing-page li#link_notebook {
	margin-right: 30px;
}

body.custom.landing-page li#link_forum {
	margin-left: 30px;
}

body.custom.landing-page li#link_notebook a {
	background: url(images/btn-enter-notebook.jpg) no-repeat left top;
	height: 210px;
	display: inline-block;
	width: 156px;
	text-indent: -10000px;
}

body.custom.landing-page li#link_forum a {
	width: 156px;
	height: 210px;
	display: inline-block;
	background-image: url(images/btn-enter-forum.jpg);
	text-indent: -10000px;
}

body.custom.landing-page ul#link_options a:hover {
	display: inline-block;
	background-position: -156px top;
}

#landing_message p {
	font: 18px "Arial Narrow", Arial, Helvetica, Geneva, sans-serif;
	color: #e6e6e6;
	letter-spacing: 1px;
}

/* @end */

/* @group Forum Coming Soon */

body.custom.forum-on-science-and-sprituality {
	background-color: white;
}

body.custom.forum-on-science-and-sprituality div#page ul.menu, body.custom.forum-on-science-and-sprituality div#page div#header, body.custom.forum-on-science-and-sprituality div#page div#footer  {
	display: none;
}


body.custom.forum-on-science-and-sprituality div#container {
	background-color: transparent;
	background-image: none;
	border-style: none;
}

div#forum_page_content_wrapper {
	text-align: center;
	margin-top: 150px;
}
/* @end */
