/* 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;
}

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


.thumbnail:hover, .thumbnail.over{
   position:relative;
   height:150px;
   width:200px;
   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;
}



