/* hide from ie on mac \*/

/* end hide */

* {
	margin: 0;
}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #808080 url(http://www.fromraintohope.com/blog/wp-content/themes/paalam-11/img/bg2.jpg) repeat;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 12px; /* easy scaling */
  	font-size: 0.76em;
	color: #333;

}

h1 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, serif;
	font-weight:normal;
        font-size: 24px;
        letter-spacing: 2px;
	color: #FFF;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, serif;
	font-weight:normal;
        font-size: 18px;
	color: #FFF;
}

hr {
	color: #ffffff;
        background-color: #ffffff;
        width: 700px;
	height: 4px;
}


#wrapper {
		width:900px;
		min-height: 100%;
	        height: auto !important;
	        height: 100%;
	        margin: 0 auto -30px;
}


p {
	width: 54%;
	font-family: arial, helvetica;
	font-size: 70%;
	margin-left: 13%;

}
a { 	
	color: #FFF;
	border-style: hidden; 
}

a:visited {
	color: #FFF;
	text-decoration:none;
	border-style: hidden;
}
a:hover,a:active {
	color:#FFF;
	text-decoration:none;
	border-style: hidden;
}



/* Menu */

#dropsnav {
 width: 465px;
 height: 93px;
 background: url(http://www.fromraintohope.com/blog/wp-content/themes/paalam-11/img/dropsnav.png);
 margin: 0 auto;
 padding: 0;
 position: relative;
 right: 215px;

}
#dropsnav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#dropsnav li, #dropsnav a {height: 93px; display: block;}
#home {left: 0; width: 89px;}
#photo {left: 94px; width: 89px;}
#blog {left: 188px; width: 89px;}
#jewel {left: 282px; width: 89px;}
#mail {left: 376px; width: 89px;}

#home a:hover {background: transparent url(http://www.fromraintohope.com/blog/wp-content/themes/paalam-11/img/dropsnav.png) 0 -93px no-repeat;}
#photo a:hover {background: transparent url(http://www.fromraintohope.com/blog/wp-content/themes/paalam-11/img/dropsnav.png) -94px -93px no-repeat;}
#blog a:hover {background: transparent url(http://www.fromraintohope.com/blog/wp-content/themes/paalam-11/img/dropsnav.png) -188px -93px no-repeat;}
#jewel a:hover {background: transparent url(http://www.fromraintohope.com/blog/wp-content/themes/paalam-11/img/dropsnav.png) -282px -93px no-repeat;}
#mail a:hover {background: transparent url(http://www.fromraintohope.com/blog/wp-content/themes/paalam-11/img/dropsnav.png) -376px -93px no-repeat;}

#dropsnav a:link, a:visited {
	color: #579;
	text-decoration:none;
	border-bottom:none;
}
#dropsnav a:hover,a:active 
{
	color:#960;
	text-decoration:none;
	border-bottom:none;
}


.thumbnail{
   position:relative;
   margin: 5px;
   height:160px;
   width:210px;
   border: medium solid transparent;
}


.thumbnail:hover, .thumbnail.over{
   position:relative;
   height:160px;
   width:210px;
   border-bottom: medium solid #FFFFFF;
   border-top: medium solid #FFFFFF;
}

/* Footer */

.push {
	height: 30px;
}


#footer {
	margin: 5px auto 0;
	padding:0 15px;
	width:854px;
        height: 30px;
	
}

#footer p {
	margin: 0;
	padding: 7px;
	font-size: 1.2em;
	color: #FFF;	
}
#footer p span 
{
	float:right;
}
#footer a:link, #footer a:visited {
	color: #FFF;
	border:0;
}
#footer a:hover, #footer a:active,#footer p strong {
	color: #eee;
	text-decoration:none;
	border:0;
}
