/*-----------------------------------------------------------------------------
Prototype Style Sheet (empty commented stylesheet)

version:   1.0
date:      6/22/09
author:    Joel A. Glovier
email:     joel@jagdesignideas.com
website:   http://www.hopeministriesinternational.org/
flag:      =
keywords:  ToDo, Bug, Workaround, General, Typography, Headings, Links, Branding, Main Nav, Sub Nav, Main Content, Secondary Content, Footer, Forms, Tables, Misc 1, Misc 2
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* =Page
------------------------------------------*/

body {
	font: .8em/1.6 Tahoma, Geneva, sans-serif;
	background: #f2f2f2;
}

/* =Temporary Site Styles
------------------------------------------*/
#tempHome #header {
	width: 960px;
	height: 500px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(../images/header-spot2.png) no-repeat left top;
}

#tempHome #header h1 {
	width: 310px;
	height: 210px;
	background: url(../images/hmi-logo2.png) no-repeat left top;
	display: block;
	text-indent: -9999px;
	float: left;
	margin: 110px 30px 30px;
}

#tempHome #footerWrap {
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#tempHome #footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: .8em;
	line-height: 1.4em;
}

#tempHome #leftside {
	float: left;	
}

#tempHome #rightside {
	float: right;
	background: url(../images/image-content-red.png) no-repeat left top;
	height: 332px;
	width: 524px;
	margin-top: 65px;
}

#tempHome #tagline {
	height: 70px;
	width: 400px;
	text-align: center;
	background: url(../images/tagline.png) no-repeat center top;
	text-indent: -9999px;
	position: absolute;
	left: 280px;
	top: 425px;
}

#rightside h2 {
	font: 4.5em/1em Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #FFF;
	background: url(../images/newwebsite.png) no-repeat center top;
	text-indent: -9999px;
	display: block;
	height: 101px;
	margin-top: 60px;
}

#rightside h3 {
	font-size: 3em;
	text-align: center;
	line-height: 1em;
	color: #CCC;
	background: url(../images/comingsoon.png) no-repeat center top;
	text-indent: -9999px;
	display: block;
	height: 49px;
	margin-top: -10px;
}

#rightside p {
	text-align: center;
	font-size: 1.4em;
	padding-top: 5px;
	color: #CCC;
}

#rightside a:link {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}

#rightside a:visited {
	color: #FFF;
}

#rightside a:hover {
	text-decoration: underline;
	color: #CCC;
}

#footer a:link, #footer a:visited {
	color: #bb0000;	
}

#footer a:hover {
	color: #a50000;	
}

#tempInfo {
	background: #f2f2f2 url(../images/top-highlight.png) no-repeat center top;
}

/* =Header
------------------------------------------*/





/* =Navigation
-----------------------------------------*/




/* =Main Content
-----------------------------------------*/




/* =Home Page
-----------------------------------------*/




/* =About Page
-----------------------------------------*/




/* =Contact Page
-----------------------------------------*/




/* =Donate Page
-----------------------------------------*/



/* =Footer
----------------------------------------*/



/* =Forms
------------------------------------------*/

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}


/* =Tables
-------------------------------------------*/

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
}


/* =Misc 2
----------------------------------------------*/
