/*
//-----------------------------------------------------------------------------

	shell.css
	
	version:	1.0
	date:		04/05/09
	author:		[Martin Olson @ innertwine]
	email:		[martin@innertwine.com]

	website:	[www.innertwine.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/


/*	Import external stylesheets
-----------------------------------------------------------------------------*/

@import url("reset.css");

/*	Global Elements
-----------------------------------------------------------------------------*/

/*html { background: #fff url(../img/floralbackground.jpg) right bottom no-repeat; }*/

html {
	height: 100%;
	}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: #a0a1a2 url(../img/bg_newest.jpg) repeat-y center top;
	height: 100%;
	margin: 0;
	padding: 0;
	}

.wrap {
	height: 100%;
	margin: 0;
	width: 1050px;
	z-index: 1000;
	}
#inner { }
#ani {
	height: 100%;
	position: fixed;
	}
#home {
	background: url(../photos/home/default.jpg) no-repeat right 0; 
	width:833px;
	text-align: left;	
	}
.hwrap {
	background: url(../img/home_artbkg_newest.gif) no-repeat center 0;
	width: 452px;
	height: 309px;
	text-align: center;
	color: #fff;
	padding: 32px 78px 35px 79px;
		}
	#home .intro {
		line-height: 1.3em;
		text-align: center;
		}
		
	#home .intro a {
		color:#FFFFFF;
		text-decoration:underline;
	}
	
	.nounderline{
		text-decoration:none !important;
	}
	
	.nounderline:hover{
		text-decoration:underline !important;
	}
	
	/*#home #vContainer {
		display: none;
		height: 300px;
		}*/
	a.vBtnShow {  }
	a.vBtnClose { display: none }

#sidecol {
	display: block;
	float: right;
	margin-left: 10px;
	text-align: center;
	width: 225px
	}
.logo {
		width: 224px;
		height: 155px;
		margin: 35px 0 30px 40px;
		float: left;
		display:inline;
		}

#header {
	margin: 60px 45px 0 0;
	float: right;
	display:inline;
	}

#hometext{
	float:left;
	color: rgb(145,145,145);
	font-size: 11px;
	line-height: 1.3em;
	margin: 30px 15px 0px 15px;
	text-align: left;
	display:block;
	}
	
#hometext strong{
	font-weight:normal;
}

#hometext p{
	margin-bottom:0px;
	margin-top:10px;
}


#footer {
	overflow:hidden;
	margin:auto;
}

#footer1 {
	width: 400px;
	float:left;
	color: rgb(145,145,145);
	font-size: 11px;
	line-height: 1.3em;
	margin: 20px 0 20px 45px;
	text-align: left;
	display:block;
	}
	
#footer2 {
	width: 400px;
	float:left;
	color: rgb(145,145,145);
	font-size: 11px;
	line-height: 1.3em;
	margin: 20px 15px 20px 30px;
	text-align: left;
	display:block;
	}
#emailopt {
	width: 150px;
	float:left;
	color:#000000;
	font-size: 11px;
	line-height: 1.5em;
	text-align: center;
	margin-top:20px;
	display:block;
}
	
a.emailBtn {}


#footer-sitenav{
	padding-left:50px;
	padding-right:50px;
	text-align:center;
	font-size:11px;
	overflow:hidden;
	padding-top:40px;
	margin:auto;
}

#footer-sitenav a{
	padding-left:10px;
	padding-right:10px;
	color: rgb(145,145,145);
	text-decoration: none;
	font-weight:bold;
}

#footer-sitenav h2{
	font-size:11px;
	clear:both;
	text-align:center;
	width:400px;
	padding-top:15px;
	padding-bottom:5px;
	font-weight:bold;
}
		
.flower {
	position: fixed;
}
	
/*	Global Typo
-----------------------------------------------------------------------------*/

h1 {
	background: url(../img/logo_type_newest.gif) center center no-repeat;
	font: 18px/33px Georgia, "Times New Roman", Times, serif;
	width: 358px;
	height: 33px;
	margin-bottom: 25px;
	text-align: center;
	text-indent: -9999px;
	}
	h1 span {
		color: rgb(140,140,140);
		font: 18px/30px Georgia, "Times New Roman", Times, serif
		}
		
h3 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 5px
	}
h4 {
	color:#af1740;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px
	}

#upcoming-events{
	padding-bottom:20px;
	padding-top:10px;
}

#upcoming-events p{
	margin:0px;
	margin-top:6px;
}

#upcoming-events h2{
	margin: 20px 0 10px;
	padding:0;
	color:#af1740;
	font: 17px/20px Georgia, "Times New Roman", Times, serif;
}

	
#upcoming-events h5{
	margin: 0px 0 0px;
	padding:0;
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
}

#upcoming-events .event-image{
	padding-right:20px;	
}
	
h2.page-title {
	margin: 0 0 10px;
	padding:0;
	color:#af1740;
	font: 23px/30px Georgia, "Times New Roman", Times, serif;
}
h3.page-subtitle {
	font-size:20px;
	margin:0 0 0;
	padding:0;
}
h3.donate-title {
	font-size:24px;
	margin:0 0 0;
	padding:0;
}
h3.pr-title {
	margin:25px 0 0;
	font-size:32px;
	padding:0;
}



p {
	margin-bottom: 1.2em
	}
	
hr {
  	border: 0;
  	width: 100%;
  	color: #ccc;
	background-color: #ccc;
	margin: 20px 0;
	height: 1px;
	}
		
a:link,
a:visited {
	color:#af1740;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	}
a:hover {
	text-decoration: none
	}
	
/*	Site Navigation
-----------------------------------------------------------------------------*/

ul#sitenav {
	border-bottom: 1px solid rgb(175,175,175);
	height: 20px;
	text-align: center
	}
ul#sitenav li {
	display: block;
	float: left;
	margin: 0;
	height: 20px;
	text-indent: -9999px
	}
ul#sitenav li#home { background: url(../img/nav_home_new.gif) center 0 no-repeat; width: 48px }
	ul#sitenav li#home a:hover,
	ul#sitenav li#home a.selected { background: url(../img/nav_home_new.gif) center -20px no-repeat }
ul#sitenav li#firm { background: url(../img/nav_firm_new.gif) center 0 no-repeat; width: 55px }
	ul#sitenav li#firm a:hover { background: url(../img/nav_firm_new.gif) center -20px no-repeat }
	ul#sitenav li#firm a.selected { background: url(../img/nav_firm_new.gif) center -20px no-repeat }
ul#sitenav li#services { background: url(../img/nav_services_new.gif) center 0 no-repeat; width: 140px }
	ul#sitenav li#services a:hover { background: url(../img/nav_services_new.gif) center -20px no-repeat }
	ul#sitenav li#services a.selected { background: url(../img/nav_services_new.gif) center -20px no-repeat }
ul#sitenav li#clients { background: url(../img/nav_clients_new.gif) center 0 no-repeat; width: 83px }
	ul#sitenav li#clients a:hover { background: url(../img/nav_clients_new.gif) center -20px no-repeat }
	ul#sitenav li#clients a.selected { background: url(../img/nav_clients_new.gif) center -20px no-repeat }
ul#sitenav li#team { background: url(../img/nav_team_new.gif) center 0 no-repeat; width:  85px }
	ul#sitenav li#team a:hover { background: url(../img/nav_team_new.gif) center -20px no-repeat }
	ul#sitenav li#team a.selected { background: url(../img/nav_team_new.gif) center -20px no-repeat }
ul#sitenav li#press { background: url(../img/nav_press_new.gif) center 0 no-repeat; width: 77px }
	ul#sitenav li#press a:hover { background: url(../img/nav_press_new.gif) center -20px no-repeat }
	ul#sitenav li#press a.selected { background: url(../img/nav_press_new.gif) center -20px no-repeat }

ul#sitenav li a {
	display: block;
	height: 20px;
	color: #cccabe;
	text-decoration: none;
	text-align: center;
	line-height: 20px
	}
ul#sitenav li a span { display: none; }
ul#sitenav li a:hover {
	color: #f431a8;
	cursor: default;
	text-decoration: none;
	}
ul#sitenav li a.selected {
	background: () center -20px no-repeat;
	}
	
	
/* subnav */

ul#subnav {
	height: 25px;
	margin-top: 10px;
	text-align: center
	}
	ul#subnav.firm { margin-left: 20px }
	ul#subnav.services { margin-left: 80px }
	ul#subnav.clients { margin-left: 340px }
ul#subnav li {
	/*background: #000 url(../img/snav_bkgLeft.gif) 0 center no-repeat;*/
	display: block;
	float: left;
	font-size: 10px;
	font-weight: 100;
	height: 20px;
	line-height: 20px;
	margin: 0 5px 0 0;
	}
ul#subnav li a {
	/*background: url(../img/snav_bkgRight.gif) right center no-repeat;*/
	color: rgb(0,0,0);
	line-height: 21px;
	padding: 4px 5px 3px
	}
ul#subnav li a:hover {
	color: rgb(145,145,145)
	}
ul#subnav li.selected {
	/*background: #af1740 url(../img/snav_bkgLeft_sel.gif) 0 center no-repeat;*/
	background: #000 url(../img/snav_bkgLeft.gif) 0 center no-repeat;
	line-height: 20px;
	}
ul#subnav li.selected a {
	background: url(../img/snav_bkgRight.gif) right center no-repeat;
	color: rgb(255,255,255);
	line-height: 21px;
	padding: 5px 12px 4px 12px
	}
	ul#subnav li.selected a, x:-moz-any-link, x:default { padding-top: 5px } /* FireFox 3 */



/* Layout
-----------------------------------------------------------------------------*/

#content {
	float: left;
	width: 1020px;
	color: rgb(60,60,60);
	font-size: 12px;
	line-height: 1.6em;
	margin: 0;
	text-align: left;
	margin-left:25px;
	}
	#content ul {
		margin-bottom: 25px
		}
	#content ul li {
		list-style: disc;
		margin-left: 15px
		}
	#content ul.servicelist li {
		list-style: none;
		margin-left: 0;
		padding: 3px 0
		}
		#content ul li span {
			font-weight: 700
			}
		#content ul li.title {
			font-weight: 700;
			list-style: none;
			margin-left: 0
			}
			
			
.press-logo { margin-bottom: 50px }

#contactform {
	background: url(../img/contact_artbkg.gif) center 0 no-repeat;
	height: 400px;
	margin-bottom: 60px
	}
	#contactform .cform {
		padding: 45px 100px
		}



form.contact_form {
	
	}
	
form.contact_form fieldset { }
form.contact_form legend { }

form.contact_form fieldset ol {
	margin: 0;
	padding: 0;
	}
form.contact_form fieldset li {
	clear: both;
	font-size: 13px;
	padding: 5px 5px 5px 0;
	margin: 0
	}
form.contact_form label {
	display: inline-block;
	float: left;
	font-weight: 700;
	line-height: 1.6em;
	text-align: left;
	vertical-align: top;
	width: 145px
	}
form.contact_form fieldset li span { }
form.contact_form fieldset li input.txtfield,
form.contact_form fieldset li textarea {
	border: 1px solid #999;
	color: rgb(89,89,89);
	font-size: 13px;
	padding: 1px 2px;
	width: 320px
	}
form.contact_form fieldset li textarea.txtfield {
	height: 80px
	}
form.contact_form fieldset li input.chkbox {
	margin-right: 5px
	}	
form.contact_form fieldset li select { }
	
form.contact_form fieldset fieldset { }
form.contact_form fieldset fieldset legend { }
form.contact_form fieldset fieldset label { }

/* classes */

span.req {
	color: rgb(177,179,168);
	font-size: 11px;
	font-style: italic;
	font-weight: 100;
	margin-left: 2px
	}


/* buttons */

form.contact_form input.submitBtn {
	margin: 5px 5px 0 150px;
	}