@charset "UTF-8";
/* CSS Document */

/* CMS DEFAULTS */
table.cake-sql-log  {
	background: #f4f4f4;
	margin: 20px;
	border-collapse: collapse;
	display: none;
	color: #000000;
	margin-top: 700px;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	border: solid 1px #cccccc;
}

#user_login {
	padding: 100px 200px;
}

#user_login label {
	display: block;
}

#user_login #authMessage {
	background-color: pink;
	border: solid 1px red;
	padding: 20px;
}


/* HTML */

html {
	overflow-x: hidden;
}

body {
	background: #1B75BB;
	font-family: "Trebuchet MS", Arial, sans-serif ;
	font-size: 14px;
	color: white;
	line-height: 1.3em;
}

a {
	text-decoration: none;
	color: #1B75BB;
}

a:hover {
	color: #FEFEFE;
}

h1 {
	font-size : 2.2em;
	color : #1B75BB; 
	font-weight : bold;
	background: url(../img/plus.png) no-repeat left 50%;
	padding: 10px 20px;
	line-height: 1em;
}

h2 {
	font-size: 1.8em;
	color : #FFFFFF;
	font-weight : bold;
	padding-bottom: 10px;
	margin-bottom: 0;
}

h3 {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #1B75BB;
	font-weight : bold;
	padding: 10px;
	margin: 20px 0 10px;
}

h4 {
	font-size: 1.1em;
	color: #C41330;
	font-weight : bold;
}

hr {
	border: dotted thin grey;
}

.default_main UL {
	padding-left: 20px;
}

.default_main UL LI {
	list-style-image: url(../img/plus.png);
	padding-left: 5px;
}

blockquote {
	margin: 20px 240px 20px 0;
	padding: 10px;
	color: #333333;
	background: #cccccc;
	border: solid 1px #ffffff;
}

input, select, textarea {
	padding: 7px;
	border: solid 1px #666666;
	margin: 0 10px 5px 0;
	font-size: 16px;
}

input:focus, select:focus, textarea:focus, submit:hover {
	background: #1B75BB;
	color: white;
}

textarea {
	width: 390px;
	height: 90px;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/* Structure */


#home_wrapper {
	position: absolute;
	width: 960px;
	height: 600px;
	margin-left: -480px;
	margin-top: -300px;
	top: 50%;
	left: 50%;
	background: url(../img/interface_bg.png) no-repeat;
}

#wrapper {
	position: absolute;
	width: 960px;
	margin-left: -480px;
	margin-top: 30px;
	left: 50%;
	background: url(../img/header_bg.png) no-repeat top center;
}

#header {
	width: 880px;
	height: 128px;
	margin: auto;
}

#wrapper #header {
	padding: 0px 40px;
	background: url(../img/header_bg.png) no-repeat top center;
}

#logo a {
	width: 650px;
	height: 77px;
	float: left;
	background: url(../img/logo.png) no-repeat;
	display: block;
	text-indent: -3000px;
	margin-top: 10px;
}

#social {
	width: 230px;
	height: 65px;
	margin-top: 25px;
	float: left;
}

#twitter {
	width: 43px;
	height: 46px;
	display: block;
	text-indent: -3000px;
	background: url(../img/twitter_btn.png) no-repeat;
	float: left;
}

#facebook {
	width: 43px;
	height: 46px;
	display: block;
	text-indent: -3000px;
	background: url(../img/facebook_btn.png) no-repeat;
	float: left;
}

#blogger {
	width: 43px;
	height: 46px;
	display: block;
	text-indent: -3000px;
	background: url(../img/blogger_btn.png) no-repeat;
	float: left;
}

#flickr {
	width: 43px;
	height: 46px;
	display: block;
	text-indent: -3000px;
	background: url(../img/flickr_btn.png) no-repeat;
	float: left;
}

#myspace {
	width: 43px;
	height: 46px;
	display: block;
	text-indent: -3000px;
	background: url(../img/myspace_btn.png) no-repeat;
	float: left;
}

#youtube {
	width: 43px;
	height: 46px;
	display: block;
	text-indent: -3000px;
	background: url(../img/youtube_btn.png) no-repeat;
	float: left;
}

#menu {
	width: 887px;
	height: 30px;
	margin-top: 4px;
	float: right;
}

#content {
	width: 800px;
	margin: auto;
	background: #333333;
	padding: 20px;
}

#home #content {
	padding: 0;
	width: 840px;
}

#content_wrapper {
	width: 880px;
	margin: auto;
	background: url(../img/content_bg.png) bottom center no-repeat #ffffff;
}

#panels {
	width: 840px;
	height: 372px;
	overflow: hidden;
}

#root_subpages {
}

.pagelevel_1 {
	width: 840px;
	float: left;
}

.content {
	padding: 20px;
	width: 800px;
}

#home_content {
	width: 840px;
	margin: auto;
	margin-top: 1px;
	height: 372px;
	padding: 0px 0px 0px 0px;
	overflow-y: hidden;
}

	

#footer {
	width: 880px;
	height: 90px;
	margin: auto;
	margin-top: 12px;
}

#wrapper #footer {
	padding: 10px 40px;
	margin-top: 0px;
	background: url(../img/footer_bg.png) no-repeat top center;
}

#footer a {
	color: white;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_top {
	width: 851px;
	height: 83px;
	margin: auto;
}

#footer_bottom {
	width: 860px;
	height: 18px;
	float: left;
	font-family: Arial;
	color: white;
	font-size: 10px;
}

#footer_left {
	width: 50%;
	float: left;
	text-indent: 20px;
}

#footer_right {
	width: 50%;
	float: right;
	text-align: right;
	text-indent: 20px;
}

#badge  {
/* 	display:none; */
	position: absolute;
	width: 210px;
	height: 192px;
	top: 50%;
	left: 50%;
	margin-left: 280px;
	margin-top: 30px;
}



.clear {
  clear: both;
  height: 80px;
  display: block;
  font-size: 1%;
  float: none;
}

/* 2 Column Layout */

.left_column {
	width: 540px;
	float: left;
	margin-right: 50px;
}

.right_column {
	width: 210px;
	float: left;
}

/* 3 Column layout */

.column_01 {
	width: 260px;
	float: left;
	margin-right: 10px;
	
}

.column_2 {
	width: 260px;
	float: left;
	margin-right: 10px;
}

.column_03 {
	width: 260px;
	float: left;
}

.subnav_main {
	width: 600px;
	float: left;
}

.subnav_menu {
	width: 200px;
	float: right;
	margin-top: 142px;
}

/* Elements */


#menu A:hover, #social A:hover, #footer_top A:hover {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


/* MAIN NAVIGATION */

/*
	#mainnav {
		margin-left: 0px;
	}
	
	#mainnav UL {
		position: absolute;
	}
	
	#mainnav UL UL {
		position: absolute;
		margin-left: 280px;
		margin-top: -29px;
	}
	
	#mainnav li {
		list-style: none;
		float: left;
	}
	
	#mainnav li a{
		display: block;
		height: 14px;
		padding: 8px 0px;
		text-indent: -3000px;
	}
	
	#mainnav li#node_2 a {
		display: none;
		width: 80px;
		background: url(../img/home_btn.png) no-repeat;
	}
	
	#mainnav_about a {
		width: 65px;
		background: url(../img/about_btn.png) no-repeat;
	}
	
	#mainnav_pregnancy a {
		width: 138px;
		background: url(../img/pregnancy_btn.png) no-repeat;
	}
	
	#mainnav_abortion a {
		width: 115px;
		background: url(../img/abortion_btn.png) no-repeat;
	}
	
	#mainnav_parenting a {
		width: 118px;
		background: url(../img/parenting_btn.png) no-repeat;
	}
	#mainnav_mentoring a {
		width: 128px;
		background: url(../img/mentoring_btn.png) no-repeat;
	}
	
	#mainnav_happenings a {
		width: 133px;
		background: url(../img/happenings_btn.png) no-repeat;
	}
	
	#mainnav_donate a {
		width: 99px;
		background: url(../img/donate_btn.png) no-repeat;
	}
	
	#mainnav_contact a {
		width: 90px;
		background: url(../img/contact_btn.png) no-repeat;
	}
	

	
	#mainnav ul {
		z-index: 100;
		position: absolute;
		display: none;
		width: 280px;
		margin: 0px 0px 0px 15px;
		padding:0;
		text-transform: uppercase;
		background-color: #1B75BB;
		filter:alpha(opacity=90);
		-moz-opacity:0.90;
		opacity: 0.90;
	}
	
	#mainnav ul.ullevel_1 a {
		text-indent : 0;
		color: #FFFFFF;
		font-weight: normal;
	}
	
	#mainnav ul li a {
		background:none;
		text-indent : 0;
		height:12px;
	}
	
	#mainnav .ullevel_1 li,#mainnav .ullevel_1 li:hover {
		background: url('/img/sub_nav_body.png') top center repeat-y;
	}
	
	#mainnav .ullevel_1 li a {
		height:12px;
		width: 256px;
		padding: 12px 12px;
	}
	
	#mainnav .ullevel_1 li a:hover {
		color: #ffffff;
	}
	
	#mainnav li:hover ul ul, #mainnav li:hover ul ul ul, #mainnav li:hover ul ul ul ul{
		display:block;
	}
	
	#mainnav li:hover ul, #mainnav li li:hover ul, #mainnav li li li:hover ul, #mainnav li li li li:hover ul{
		display:block;
	}
	
	#mainnav .active first {
		padding-top: 6px; 
	}
*/


#main_nav a {
	display: block;
	line-height: 30px;
	font-size: 14px;
	font-family: "dederon-sans-web-1","dederon-sans-web-2",sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 7px 3px;
}

#main_nav, #main_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_nav LI {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#main_nav UL {
	display: none;
	position: absolute;
	background-color: #1B75BB;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	opacity: 0.90;
}

#main_nav UL LI {
	float: none;
	width: 280px;
}

#main_nav UL UL {
	position: absolute;
	margin-left: 280px;
	margin-top: -32px;
}

#sub_nav {
	width: 200px;
	float: right;
	background: #cccccc;
	padding: 10px 0 10px 30px;
	margin-left: 10px;
}

/* Bottom Navigation */

#bottomnav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#bottomnav li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}

#bottomnav li a{
	display: block;
	height: 67px;
	text-indent: -3000px;
}

#girls_btn a {
	width: 209px;
	background: url(../img/girls_only_btn.png) no-repeat;
}

#guys_btn a {
	width: 216px;
	background: url(../img/guys_only_btn.png) no-repeat;
}

#window_btn a {
	width: 213px;
	background: url(../img/window_to_the_womb.png) no-repeat;
}

#how_btn a {
	width: 213px;
	background: url(../img/how_to_choose_hope_btn.png) no-repeat;
}

.mceContentBody {
	background: #333333;
}

#giveaway-rules, #privacy-policy {
	width: 840px;
	height: 480px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #333333;
	padding: 20px;
}

#giveaway-rules h2, #privacy-policy h1 {
	color: #333333;
	padding-bottom: 20px;
}

.default_main IMG, .subnav_main IMG {
	margin-bottom: 20px;
	display: block;
}

.error_message {
	background: pink;
	border: solid 1px red;
	color: black;
	padding: 5px;
	margin-bottom: 10px;
}

#login label {
	display: block;
	width: 100px;
	float: left;
}

.default_main ul.store_controls {
	margin-top: 20px;
	padding: 0;
}

.default_main ul.store_controls li {
	list-style-image: none;
	padding: 0;
}

.store_item_info h3 {
	margin-top: 0;
}
