/* - - - - - - - - - - - - - - - - - - - - -

Title : Open Arms
Author : JCurtiss
URL : 06-18-2009

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

body
{
	background-color: #3B0001;
	margin-top: 8px;
}

/* ----- IDS ----- */

#container{
	background-color: #fff;
	margin: 0 auto;
	width: 770px;
}	
#primary-content{
	border-left: 1px solid #000;
	float: right;
	padding: 0 15px;
	width: 588px; /* - 1px for border */
}	
.home #primary-content{
	width: 323px; /* 324 - 1px for border */
}
#secondary-content{
	float: left;
	padding: 0 15px;
	width: 121px;
}
.home #secondary-content{
	width: 386px;
}	
#navigation{
	margin-bottom: 25px;
}	
#footer{
	clear: both;
	padding-top: 15px;
	text-align: center;
}

#name-flourish{
	background: none;
	height: 121px;
}
.home #name-flourish{
	background: transparent url(../images/tile.jpg) center top no-repeat;
	height: 386px;
}


#tileSelection{
	padding: 0px 0 0 25px;
}

/* ----- CLASSES ----- */

.hide{
}
.show{
}
/* nice people. */
.generous-folks{
	font-size: 8pt;
	font-style: italic;
}
/* ----- HEADINGS ----- */

h1#header{
	margin: 0;
	padding: 0;
}
h2{
	color: #000;
	font-size: 13pt;
	font-weight: normal;
}
h3{
	color: #98002e;
	font-size: 10pt;
}
h4{
}

/* ----- PARAGRAPHS ----- */

p{
}
#primary-content p{
	margin: 0px 0 12px;
}
p.action{
	text-align: center;
}
#secondary-content p{
	margin: 8px 0;
}
#name-flourish p{
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;	
	font-weight: normal;
/*	line-height: 121px;
*/	text-align: center;
}
.home #name-flourish p{
	font-size: 32px;	
/*	line-height: 370px;
*/
	padding-top: 130px;
}
#footer p.action{
	margin: 10px 0;
}
#footer p.copyright{
	background-color: #98002e;
	color: #fff;
	padding: 4px 0;
}

/* ----- QUOTES ----- */

blockquote{
}
blockquote p{
}
cite{
}
blockquote cite{
}

/* ----- CODE ----- */

pre{
}
code{
}
p code{
}
pre code{
}

/* ----- LISTS ----- */

li{
}
li p{
}
ol{
}
ul{
}
ol li{
}
ul li{
}

#navigation li{
}

#navigation ul{
	background-color: #98002e;
	color: #efefef;
	list-style-type: none;
	margin: 0;
	padding: 3px 0;
	width: 100%;
}

#navigation ul li{
	border-right: 1px solid #fff;
	display: block;
	float: left; 
	margin: 4px;
	padding: 0 5% 0 5%;
	text-align: center;

}
*+html #navigation ul li{	
	padding: 0 5% 4px 5%;	
}
#navigation ul li.first{
	padding-left: 3%;
}
#navigation ul li.last{
	border: 0;
}
#navigation ol{
}

#navigation ol li{
}

/* ----- IMAGES ----- */

img{
}
a img{
}
a:hover img{
}
img.left{
	float: left;
	padding: 0px 10px 10px 0;
}

/* ----- BREAK ----- */

hr{
	margin: 7px 0 5px 0;
	padding:0;
	border-top: 1px solid #000;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
	outline: 0;
}

/* ----- TEXT FORMATTING ----- */

strong{
}
em{
}
b{
}
i{
}
sup{
	font-size: smaller;
	vertical-align: super;
}
/* ----- LINKS ----- */

a{
}
a:link{
	color: #000;
}
a:visited{
	color: #333;
}
a:hover{
	text-decoration: none;
}
a:active{
}
a:focus{
}

h3 a:link{
	color: #98002E;
	text-decoration: none;
}
h3 a:visited{
	color: #98002E;
	text-decoration: none;
}
h3 a:hover{
	text-decoration: underline;
}

#navigation a:link{
	color: #efefef;
	text-decoration: none;
}
#navigation a:visited{
	color: #efefef;
	text-decoration: none;
}
#navigation a:hover{
	text-decoration: underline;
}
#footer a:link{
	color: #fff;
	text-decoration: none;
}
#footer a:visited{
	color: #3f3f3f;
}
#footer a:hover{
	text-decoration: underline;
}

p a{
}
cite a{
}
li a{
}
dt a{
}
dd a{
}

/* ----- TABLES ----- */

table{
}
caption{
}
thead{
}
tbody{
}
tfoot{
}
tr{
}
tr.alt{
}
th{
}
td{
}

/* ----- FORMS ----- */

form{
}
fieldset{
}
legend{
}
label{
}
label.inscription
{
	color: #98002E;
	font-weight: bold;
}
input{
}
textarea{
}
input, textarea{
}
select{
}
optgroup{
}
option{
}

/* ----- DEFINITIONS ----- */

dl{
}
dt{
}
dd{
}

/*****************************************/
.hide{display: none;}