/* @override http://safehaventc-org.si-sv3391.com/wp-content/themes/home/style.css */

/*  
Theme Name: Alike
Theme URI: http://www.livelydirectory.com/blog/
Description: Theme with high quality created by <a href="http://www.livelydirectory.com">Richie</a> .
Version: 1.0
Author: Richie Ni
Author URI: http://www.livelydirectory.com
*/

/************/
/* General */
/***********/
body {
	margin:0;
	background:#fff;
	font-family:Helvetica,Verdana,Arial,sans-serif;
	color:#000;
	font-size:12px;
}
img {
	border:0;
	}
a {
	color:#bbd600;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
h1, h3, h4, h5, h6 {
    text-align: left;
	}

h1
{
    font-family: Helvetica,'Trebuchet MS',sans-serif;
    font-size: 42px;
    padding-bottom: 10px;
    background-image: url(images/int_h1_border.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    margin-bottom: 24px;
    color: #6a2d91;
    width: 600px;
	margin-top:50px;
}
h1 a
{
    color: #6a2d91;
}
h2
{
	margin:20px 0 20px 0;
}
blockquote {
	border-left:3px solid #bbd600;
	padding-left:10px;
	}
.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}
	
.content h1
{
    font-family: Helvetica,'Trebuchet MS',sans-serif;
    font-size: 42px;
    padding-bottom: 10px;
    background-image: url(images/int_h1_border.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
}
.content h1 a
{
    color: #6a2d91;
}
.content h1 a:hover{ text-decoration: none; }
.content p
{
    text-align: left;
    line-height: 26px;
    font-family: Arial;
    font-size: 14px;
    color: #666666;
}
p
{
    margin:0px;
}
ul{ margin: 0; padding: 0px; }
ul li{ list-style: none; }
input { background-color:#fff;}

/***********/
/* The Nav */
/***********/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: center;
	z-index: 100;
	height:0px;
}

#nav a {
	display: block;
	color: #252525;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}

#nav li { /* all list items */
	float: left;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	letter-spacing: 0.01em;
	margin: 0 20px;
	*margin: 0 17px;
	width: auto; /* width needed or else Opera goes nuts */
	
}

#nav li.subnav_bottom{
	background-image: url(images/nav_subnav_shadowbot.png);
    	background-position: left top;
    	background-repeat: no-repeat;
    	width: 258px;
}

#nav li ul li .subnav_linebreak
{
	background-image:url(images/dotted_line.gif);
	background-position:left top;
	background-repeat:repeat-x;
	height:3px;
	margin-left:20px;
	width:209px;
}
#nav li ul { /* second-level lists */
	position: absolute;
/*	background-color: #644382;
	background-image: url(images/nav_subnav_bg.jpg);
	background-position: left 30px;
	background-repeat: repeat-x;*/
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding-top: 36px;
	margin-left: -20px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul li
{
    background-image: url(images/nav_subnav_shadowsides.png);
    background-position: left top;
    background-repeat: repeat-y;
    width: 100%;
    margin: 0;
    text-align: center;
    font-family: Arial,Helvetica,sans-serif;
}
#nav li ul li a
{
	/*background-image: url(images/dotted_line.gif);
    	background-position: left top;
    	background-repeat: repeat-x;
    	*/font-family: Arial,Helvetica,sans-serif;
    	color: #faf2ec;
    	padding: 10px 0;
	font-size: 16px;
}
#nav{ padding-top: 75px;width: 1100px; margin: 0 auto; height:50px; overflow:hidden;}
#nav a{ color: #fff;}
#nav a:hover { color: #d6cedb; text-decoration: none; }

.bottom_nav_link ul li
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.01em;
    float: left;
    margin: 0 40px;
}
.bottom_nav_link ul li{ font-size: 12px; font-weight: normal;  letter-spacing: 0.01em; margin: 0 15px; }
.bottom_nav_link a{ color: #fff; text-transform: uppercase; }
.copyright p{ color: #fff; margin: 15px 90px 0 0; }

/****************/
/* The Wrapper */
/****************/
.wrapper 
{
    text-align:center;
	width:100%;
	margin:0 auto;
	background:url(images/index_bg1.jpg) left 130px repeat-x;
}
.middle_wrapper 
{
    text-align:center;
	width:100%;
	margin:0 auto;
	background:url(images/middle_bg.jpg) left 602px;
	background-repeat:repeat;
	min-width:1024px;
}
.wrapper_content
{
    text-align:center;
	width:983px;
	*width:1024px;
	margin:0 auto;
/*	background:url(images/index_light.png) left top no-repeat;
*/	min-height:680px;
}
.wrapper_png
{
/*    background:url(images/inden_light_big.png) no-repeat;*/
	min-height:880px;
	background-position:top;
}
/****************/
/* The Head */
/****************/
.head 
{
    width:100%;
	height:130px;
	background:url(images/header_bg.jpg);
	border-bottom:0px;
	background-repeat:repeat-x;
}

.header_bg
{
	background-image:url(images/header_big_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
/*	width: 1280px; */
	width: 100%;
	height: 130px;
	margin: 0 auto;
}

/****************/
/* Left Sidebar */
/****************/
.leftsidebar {
	width:235px;
	padding-right:15px;
	float:left;
	margin-bottom:37px;
	}
.adhead {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	height:38px;
	background:url(images/adhead.png);
	text-align:center;
	padding-top:40px;
	}
.adcontent {
	margin-left:50px;
	}
/* Safehaven bug */
.safehaven_bug
{
    font-size:24px; 
    color:#6a2d91;
    font:Helvetica;
    margin-top:70px;
}
.homelink
{
	background:url(images/safehaven_logo.png);
	background-repeat:no-repeat;
	width:219px;
	height:65px;
	cursor:pointer;
}
.safehaven_bug p
{
    margin:0px;
}
.line_break
{
    font:Helvetica Neue (TT);
    color:#959198;
    font-size:20px;
    margin:0;
    padding-bottom:10px;
}

.donatenow_bttn{
	background: url(images/donate_now.gif);
	background-position: left top;
	background-repeat: no-repeat;
	display: block;
	width: 203px;
	height: 65px;
	text-indent: -9999em;
	margin: 0 auto;
	overflow: auto;
}
.donatenow_bttn:hover{
	background: url(images/donate_now_hover.gif);
}
/* donate bug */
.donate_bug
{
    margin-top:30px;
}
.donate_bug .bug_text
{
    font-size:12px; 
    color:#7e7d7d;
    font:Arial;
}

.donate_bug .bug_head
{
    color:#EE3A43;
    font-size:25px;
    padding-bottom:10px;
    padding-left:0;
    padding-right:0;
    padding-top:20px;
}

/****************/
/* The Content */
/****************/

.content {
	float:left;
	width:475px;
	padding-top:50px;
	overflow:hidden;
	}

.postinfo {
	font-size:11px;
	margin-top:10px;
	padding:0 0 0 20px;
	}
.pi-comments {
	background:url(images/comments.gif) left no-repeat;
	float:left;
	height:14px;
	padding:0 18px 0 20px;
	}
.pi-cats {
	float:left;
	background:url(images/postinfo.gif) left no-repeat;
	padding-left:20px;
	}
.post {
	margin:0 0 50px 0;
	}

/* Home page Image Bug */
.home_image
{
	background:transparent url(images/image_effect.png) no-repeat scroll 0 0;
	height:350px;
	padding-left:27px;
	padding-top:34px;
	text-align:left;
	width:465px;
}

/* Home page Content Bug */
.home_content_bug
{
    margin-top:50px;
    text-align:left;
    font:Helvetica;
    padding:0 20px 0 25px;
}
.home_content_bug .bug_head
{
    color:#6a2d91;
    font-size:28px;
	margin-top: -19px;
}
.home_content_bug .bug_text p
{
    color:#7a7979;
    font-size: 18px;
    line-height:30px;
    padding-top:20px;
}
.lnk_learn_more
{
    color:#EE3A43;
    font-size:14px;
    padding-right:40px;
    padding-top:15px;
    text-align:right;
}
.lnk_learn_more a
{
    color:#EE3A43;
    font-size:14px;
    padding-top:15px;
    text-align:right;
}


/***************/
/* The Sidebar */
/***************/
.sidebar 
{
	float:left;
	width:255px;
	margin:0;
	*width: 200px;
}
.sidebarbottom {
	height:20px;
	background:url(images/sidebarbottom.gif);
	}
.sidebarul {
	min-height:128px;
	}
.sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.sidebar ul li
{
    list-style-type: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
.sidebar h2 {
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:9px;
	margin:20px 0 5px;
	}
.sidebar ul ul, .sidebar div {
	padding:0 0px 0 0px;
	line-height:20px;
	font-size:11px;
	}
.sidebar ul ul ul {
	padding:0;
	}
.sidebar ul ul a {
	color:#662c8d;
	font-family: Georgia,'Times New Roman',Times,serif;
	}
.sidebar .blogtitle
{
color:#7D55A0;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-style:italic;
margin-bottom:-1px;
margin-top:43px;
}
.sidebar .rssSummary
{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-family: Arial,Helvetica,sans-serif;
}
.sidebar .morelink{ margin-top: 8px; margin-bottom: 30px; text-align: right; }
.sidebar .morelink a
{
    font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
	color:#662c8d;
}
.sidebar .morelink a:hover{ text-decoration: underline; }
.sidebar .allpostlink{ margin-top: 0px; margin-bottom: 10px; text-align: left; }
.sidebar .allpostlink a
{
	font-size: 14px;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FF3333;
}

/**************/
/* The Footer */
/**************/
.footer 
{
    text-align:center;
    width:100%;
}
.footercenter
{
	clear:both;
	text-align:center;
	width:100%;
	background-image:url(images/footer_bg.jpg); 
	height:136px;
	margin:0 auto;
	min-width:1024px;
}
#bottom_footer
{
    width:100%;
	background-image:url(images/bottom_footer_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:229px;
	min-width:1024px;
}
.bottom_links, .bottom_nav_link
{
    width: 980px;
    margin: 0 auto;
    padding-top: 72px;
    text-align: right;
}
.bottom_nav{ width: 710px; float: left; margin-left: 50px; padding-top: 25px; }
.bottom_logo
{
    float: left;
    margin-left: 16px;
}
#bottom_footer_light
{
/*    background-image:url(images/bottom_footer_light.png);
    background-position:center 0;
    background-repeat:no-repeat; */
    background-image:url(images/footer_big_bg.jpg);
    background-position:center 0;
    background-repeat:no-repeat; 
    height:229px;
    width:100%;
}

/*************/
/* Exit Bug */
/************/
.exit_bug
{
    background:transparent url(images/exit_bg.gif) no-repeat scroll 0 0;
    height:231px;
    position:fixed;
    right:0;
    top:170px;
    width:148px;
    color:#faf2ec;
    font:Arail;
    text-align:center;
    cursor: pointer;
    z-index: 100;
}
.exit_bug p
{
    padding-left:20px;
    padding-right:15px;
}
.exit_bug img
{
    padding-top:10px;
}
.exit_bug_emergency
{
    font-size:13px;
    padding-top:13px;
    letter-spacing:3px;
}
.exit_bug_exit
{
    font-size:44px;
    font-weight:bold;
    left:-2px;
    letter-spacing:4px;
    padding-top:2px;
    position:relative;
	line-height:42px;
}
.exit_bug_text
{
    font-size:10px;
    text-align:left;
    padding-top:0;
    line-height:13px;
}
.exit_bug_small
{
background:transparent url(images/exit_bg_small.png) no-repeat scroll 0 0;
color:#FAF2EC !important;
cursor:pointer;
height:130px;
position:fixed;
right:0;
text-align:center;
top:220px;
width:50px;
}
.exit_bug_small p
{
	color:#FAF2EC;
	font-size:29px;
	font-weight:bold;
	padding-top:8px;
}
/******************/
/* The Navigation */
/******************/
.navigation {
	height:25px;
	width:500px;
	margin:0 auto;
	}
.navigation a {
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	}
.alignleft {
	float:left;
	}
.alignright {
	float:right;
	}

/******************/
/* The Attachment */
/******************/
.contentCenter {
	text-align:center;
	}

/******************/
/* The Page Title */
/******************/
h2.pagetitle {
	padding:10px 0 20px 0;
	color:#fff;
	margin:0;
	font-size:20px;
	text-align:center;
	}

/******************/
/* The Comments */
/******************/
.comments {
	
	}
.comments textarea {
	width:90%;
	height:156px;
	background:#fff;
	border:1px solid #000;
	color:#484849;
	padding:10px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
#commentform input {
	background:#fff;
	border:1px solid #000;
	color:#484849;
	padding-left:10px;
	}
.comments input#submit {
	padding:0;
	width:72px;
	height:29px;
	}
.comments h2 {
	margin:0 0 10px 0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	}
.comments ol {
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	}
.comments ol li {
	
	}
.comments ol li p {
	padding:0;
	margin:10px 0;
	}
.commenthead {
	font-size:12px;
	border-bottom:2px solid #fff;
	height:20px;
	}
.commenthead .alignleft {
	color:#fff;
	font-weight:bold;
	}

/****************/
/* The Search Form */
/****************/
.search {
	float:left;
	height:52px;
	width:248px;
	background:url(images/search.gif);
	margin-top:114px;
	}
.search form {
	margin:4px 0 0 16px;
	padding:14px 0 0 1px;
	background:url(images/searchtext.gif) no-repeat;
	}
.search input {
	border:none;
	padding:0;
	float:left;
	}
.search input#s {
	background:url(images/searchbar.gif);
	width:186px;
	height:21px;
	padding:6px 0 0 5px;
	}
.search input#submit {
	background:url(images/searchsubmit.gif);
	width:35px;
	height:27px;
	}
	
