@charset "utf-8";
/* CSS Document 

Site:  Divestudio Home page stylesheet
Author:  D. Jean Hester
Version:  1.0
Date:  May 3, 2010
Description:  Stylesheet for all formatting and layout for homepage only.

*/

/* ============== 1. DEFAULT STYLES ==============*/

/*Zeroing margins and padding on all elements.  This allows us to set margins and padding as we choose for each element. */
* { 
	margin:0;
	padding:0;
}

/* default font and font colors */
body {
	font-family:Tahoma, Geneva, Helvetica, sans-serif;
	/*color:#660033;*/
	color:#000000;
	/*background-color:#FCE0CD;*/
	background-color:#fff;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the content selectors */
	-moz-opacity: .999; /*jQuery IE hack */
}

p {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#000000;
}

h1 {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color:#660000;
}

.sub_h {
		font-size: 10pt;
		color: #5b1e09; /*burgundy*/
		font-weight: bold;
}	
		
.small_h {
		font-size: 10pt;
		color: #000000;
}



/* ============== 2. STRUCTURE ===================*/

#wrapper {
	width: 960px;
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #660033;*/ /*adding a border so we can see this element*/
	text-align:left; /* this overrides the text-align: center on the body element. */
}

#header {
	width: 940px;
	height:30px;
	text-align:left; /* this overrides the text-align: center on the body element. */
	/*border: 1px solid #333333;*/
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top:20px;
	background-color: #fff;
}

#navMain {
	width: 940px;
	text-align:left; /* this overrides the text-align: center on the body element. */
	/*border: 1px solid #333333;*/ /*adding a border so we can see this element*/
	margin: 10px;
	background:#fff;
}

#mainContent {
	width: 620px;
	text-align:left; /* this overrides the text-align: center on the body element. */
	/*border: 1px solid #666666;*/
	float:left;
	height: 600px;
	margin-top: 30px;
	margin-right: 0px; /*testing here - 10 px orig */
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #fff;

}

/*area for Cycle Slideshow - Homepage */
#homeGallery { /*these dimensions must match those in #homeGallery div rule below */
	height:550px;
	width: 600px;
	/*border: 1px solid #999999;*/
	background-color:#fff;
	min-height: 500px;
}

#features {
	width: 270px;
	float: right;
	font-size:small;
	/*border: 1px solid #999999;  */
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px; /*testing here - 10 px orig */
}

.sub{
	position:relative;
	/*border: 1px solid #999999; */
}

.sub p {
	margin-left: 10px;
	color:#660033;
}

.social {
	position:absolute; /*can position this absolutely since within a relatively placed container (sub)*/
	right:50px;
	bottom:0px;
}
/*expandable version */
.featureBoxEx { 
	width: 250px;
	float: left;
	/*font-size:medium; */
	border: 1px solid #ff6501; /*adding a border so we can see this element*/
	padding: 2px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background:#fff;
	/*text-align:center; */
}

/*fixed height version */
.featureBoxFx {
	width: 250px;
	float: left;
	/*font-size:medium; */
	border: 1px solid #ff6501; /*adding a border so we can see this element*/
	padding: 2px;
	height: 220px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	background:#fff;
	/*text-align:center; */
}


.featureBoxEx p, .featureBoxFx p {
	color:#000000;

}

.featureBoxEx h4, .featureBoxFx h4 { /*burgundy*/
	color:#5b1e09;
}

.featureBoxEx p.titleW, .featureBoxFx p.titleW { /*white titles*/
	color:#ffffff;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	font-size:medium;

}

p.titleP, .featureBoxEx p.titleP, .featureBoxFx p.titleP { /*orange titles*/
		color:#ff6501;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	font-size:medium;

}

p.titleB{ /*burgundy title*/
	color:#5b1e09;
	text-transform: uppercase;
	font-weight:bold;
	text-align:center;
	/*font-size:medium;*/

}
.featureBoxEx img, .featureBoxFx img {
	border:medium solid #ffffff;
}

/*area for accordion*/
#miscInfo {
	background-color:#5b1e09;
	list-style: none;
	width: 940px;
	/* border: 1px solid #333333; */
	margin: 10px;
}

#footer {
	width: 940px;
	text-align:center; /* this overrides the text-align: center on the body element. */
	/* border: 1px solid #333333; */
	margin: 10px;
	background:#5b1e09;
	font-size:9px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ============== 3. LINKS AND NAVIGATION ========*/

.navItem {
	float: left;
	display: inline;
	height: 30px;
	/*width: 126px;*/
	background-color:#fff;
	/*border: thin solid #000;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.navItem img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.floatRight {
	float: right;	
}

.floatLeft {
	float: left;
}

.clearRight{
	clear: right;
}

.clearLeft{
	clear: left;	
}

.clearBoth{
	clear: both;
}
ul {
	list-style-type: square;
	padding: 0 0 0 20px;  /*top, right, bottom, left */
}

ul#nav {
	padding:0;
	list-style-type: none;
	width:940px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

ul#nav li {
	float:left;
}

ul#nav a {
	display:block;
	float:left; /*needed by IE 5.2 Mac */
	padding: 0 3px;
	line-height:2.1em; /*allows for vertical centering of text*/
	text-decoration:none;
	color:#660033;
	background-color:#b38b75;
}

ul#nav a:hover {
	color:#74485e;
}


/*default links*/
a:link{color:#ab3735;}
a:visited{color:#000000;}
a:active{color:#676767;}

/*
a:link, a:visited, a:hover, a:active {
	text-decoration:underline;
	color:#ab3735;
}

#miscInfo div a:link {
	text-decoration:underline;
	color:#660033;
}

#miscInfo div a:visited {
	text-decoration:underline;
	color:#000000;
}

#miscInfo div a:hover {
	text-decoration:underline;
	color:#660033;
	font-variant: small-caps;
}

#miscInfo div a:active {
	text-decoration:underline;
	color:#660033;
	font-variant: small-caps;
}
*/


/* ============== 4. FONTS ======================*/

.centerText {
	text-align:center;
}

.white {
	color:#FFFFFF;
}

/* ============== 5. IMAGES =====================*/
img {border:none;}

img.center{
	display: block;
    margin-left: auto;
    margin-right: auto;
}

/*=============== 6. CYCLE SLIDESHOW ELEMENTS ===*/
#homeGallery div { /*these dimensions must match those in #homeGallery  rule above */
	text-align: center;
	width: 600px;
	height: 550px;
}

#homeGallery img {
	/* padding: 10px; */
	/*border: 1px solid #333; */
	background-color: #FFF;
}

#homeGallery p {
	font-size:11px;
}

#controls {
	text-align: center;
	background-color:#fff;
	/* border: 1px solid #333; */
}

#pager p {
	text-align:center;
}

#pager a, #controls .control  {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	line-height:2em;
	background: #ccc;
	text-decoration: none;
	margin-left: 5px;
	cursor: pointer;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#pager a.activeSlide {
	background-color: #ff6501;
	color: #fff;
}
#pager a:hover, #playControl:hover {
	background: #ff6501;
}

/*=============== 7. ACCORDION ELEMENTS - HOMEPAGE ===*/

#miscInfo  div {
	padding: 0;
	margin: 0;
	border: 1px solid #cac0b8;
	border-top: none;
	background:#FFFFFF;
}

#miscInfo p {
	margin: 0px;
	padding: 10px;
}

#miscInfo  h3  {
	text-decoration: none;
	background: #ff6501;
	padding: 5px 10px 4px;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	margin: 0;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#miscInfo h3 .current {
	background:#ccc;
}

#miscInfo h3 a:link{
	color: #fff;
	text-decoration: none;
}

#miscInfo h3 a:visited{
	color: #fff;
	text-decoration: none;
}

#miscInfo h3 a:hover{
	color: #b0a195;
	text-decoration: none;
}

#miscInfo h3 a:active{
	color: #b0a195;
	text-decoration: none;
} 
