/*------------------------------------------------------------------
home.css

Project:		officiant homepage site 
						www.officiant.edu
						IN PRODUCTION
Version:		1.0
Last change:	11/14/08 
Written by:		Peggy Bustamante and Max Daniels
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
B A S I C
-------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	line-height: 1.25em;
	color: #333333;
	background: #CCCCCC url(images/bg-body.jpg) repeat center top; 
	/* rel to stylesheet */
}
	
img {border: none;}
ul {margin: 0; padding: 0;}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
a {
	text-decoration: underline;
	color: #3399CC;
}


/*------------------------------------------------------------------
L A Y O U T
-------------------------------------------------------------------*/
#content {
	position: relative;
	width:960px;
	padding: 0;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
	font-size: 90%;
	}
	
	h1 {
	}
	
#header {
	margin-top: 0em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4;
	/*border: 1px dashed teal;*/
	}

div#nav {
	position: absolute;
	top: 0;
	right: 0;
	}
	
#wedding-band {
	float: left;
	padding-top: 4px;
	/*border: 1px solid teal;*/
}
#wedding-band h1 {
	position: absolute;
	top: -9999px;
	}
#sandiegoimage {
	margin-bottom: 9px;
	padding: 3px;
	background: #333333;
	border: 1px solid #3399CC; /* leave in. layout problem when taken out */
}

#sandiegoimage img {
	float: left;
	height: 259px;
	width: 611px;
	}
#sandiegotext {
	float: right;
	width: 300px;
	font-family: Georgia, Utopia, Times, 'Times Roman', 'Times New Roman', Palatino, 'Palatino Linotype', serif;
	margin: 20px 17px 0 0;
	_margin-right:8px;
	font-size: .8em;
	/*border: 1px dashed black;*/
}
#sdsection {
	margin-bottom: 2.75em;
	}
#sdbox {
	width:615px;
	/*height:128px;*/
	margin: 0;
	padding: 0;
	float:left;
	background: url(images/bg_home2.png);
	
	/* IE6 can't handle PNG */
	_background-image:none;
	_background-color:#212121;
}

#sdbox2 {
	width:650px;
	/*height:128px;*/
	margin: 0;
	padding: 0;
	float:left;
	background: url(images/bg_home2.png);
	
	/* IE6 can't handle PNG */
	_background-image:none;
	_background-color:#212121;
}

/*
#slides {
	float: left;
	width: 615px;
	height: 128px;
	}
*/
#officiantworld {
	float: right;
	width: 340px;
	line-height: 1.15em;
	margin-top: 32px;
	}
	
#officiantworld2 {
	float: right;
	margin-top: 20px;
	}
	
#footer {
	margin: 20px auto;
	padding: 0;
	/*border: 1px solid teal;*/
}

.offset { 
	position: absolute;
	left: -9999px;
	}
	
div#skipnav a:focus, div#skipnav a:active {
  position: relative;
  top: 100px; 
  left: 10030px;
  display: block;
  padding: 15px; 
  width: 15em; 
  z-index: 9;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #991122;
  background-color: #fff;
	filter:alpha(opacity=75);
  /* CSS3 standard */
  opacity:0.75;
	}

/*------------------------------------------------------------------
T Y P O G R A P H Y  &  D E S I G N 
-------------------------------------------------------------------*/

em {font-style: italic;}	
strong {font-weight: bold; font-style: normal;}


/* B A N N E R */

#wedding-band img {
	float: left;
}
#wedding-band h1 {
	margin-left: -9999px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*	font-size: 16px;
	letter-spacing: .27em;
	color: white;
	padding: 6px ;
	margin-left: 33px;
	font-weight: lighter;
*/
}


/* F E A T U R E D  I M A G E */

#sandiegotext h3 {
	font-weight: bold;
	width: 286px;
	font-size: 1.6125em;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #FF66CC;
}
#sandiegotext p {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-size: 1.15em;
	line-height: 1.533em;
	color: white;
}
#sandiegotext a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#sandiegotext a:hover,
#sandiegotext a:active {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	color: #000000;
	}

/* N E W S  S E C T I O N */

#sdbox h2 a {
	color: #FF99CC;
	text-decoration: underline;
}
#sdbox h2 a:hover,
#sdbox h2 a:active {
	/*background: #991122;*/
	/*font-weight: bold;*/
	color: #FF6699;
}

/* officiant in the World */

#officiantworld h4 { 
	font-size: 0.8em;
	letter-spacing: .125em;
	margin-top: 0;
	margin-bottom: 0.8em;
	font-weight: normal;
}

#officiantworld li {
	margin-top: -1px;
	text-align: right;
	line-height: 12px;
	}

#officiantworld li a {
	display: block;
	padding: 0.5em 0.8em 0.5em 0.8em;
	color: #333333;
	border: 1px solid #3399CC;
	/*font-weight: normal;*/
	/*padding-bottom: 4px;*/
}
#officiantworld a {
	text-decoration: none;
	font-weight: bold;
	color: #FF99CC;
}
#officiantworld a:hover,
#officiantworld a:active {
	text-decoration: none;
	background: #333333;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #999999;
}


/* F O O T E R */

#footer {
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	clear:both;
	vertical-align: bottom;
}
#footer a {
	text-decoration: none;
	color: #3399CC;
	}
#footer a:hover,
#footer a:active {
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
	color: #ffffff;
	}
#footer span {
	padding-left: 0.5em;
	padding-right: 0.5em;
	}
	
	
/*------------------------------------------------------------------
M A R K U P - F R E E   C L E A R I N G
from http://www.positioniseverything.net/easyclearing.html
-------------------------------------------------------------------*/


div#header:after,
div#sdsection:after,
div.sd-header:after,
div.slide:after,
div#sandiegoimage:after,
div.page-content:after,
div.page-content .content:after,
div.page-nav:after,
#faq ul li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/* IE6; hides from IE-mac \*/
* html div#header,
* html div#sdsection,
* html div.sd-header,
* html div.slide,
* html div#sandiegoimage,
* html div.page-content,
* html div.page-content .content,
* html div.page-nav,
* html #faq ul li {
	padding-left: 2px;
	}

/* End hide from IE-mac */

/* finally, for IE7 */
*:first-child+html div#header,
*:first-child+html div#sdsection,
*:first-child+html div.sd-header,
*:first-child+html div.slide,
*:first-child+html div#sandiegoimage,
*:first-child+html div.page-content,
*:first-child+html div.page-content .content,
*:first-child+html div.page-nav,
*:first-child+html #faq ul li {
	min-height: 1px;
	}
#content-nav p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #3399CC;
	text-align: right;
}

#content-nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #333333;
	text-decoration: underline;
}

#content-nav a.current {
	color: #3399CC;
	font-weight: bolder;
	text-decoration: none;
}


#content-nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #3399CC;
}

.style1 {color: #3399CC}
.style2 {
	color: #FF9999;
	font-style: italic;
}
.style3 {color: #FF99CC}
.style5 {
	color: #FF99CC;
	font-style: italic;
	font-weight: bold;
}
.style6 {color: #FF9999}
.style8 {
	color: #3399CC;
	font-style: italic;
	font-weight: bold;
}
.style9 {
	color: #3399CC;
	font-size: 150%;
}
