
/*
*	==============================================================
*/

/*
*	RESET
*/

/*
*	==============================================================
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

:focus { /* remember to define focus styles! */
	outline: 0px;
}

select {
	font-family: inherit;
}

tbody th {
	border: none;
}

#node-admin-filter ul li {
	list-style: none;
}

#node-admin-filter dl.multiselect .form-item {
	height: 2.5em;
}

ul.links li {
	padding-left: 0;
}

li.leaf,
li.expanded,
li.collapsed {
	padding: 0;
	margin: 0;
}

#autocomplete li {
	margin: 0;
}

dd {
	margin-left: 10px;
}


/*
*	==============================================================
*/

/*
*	LAYOUT
*/

/*
*	==============================================================
*/

#header{
	height:340px;
}
#header-inner{
	padding:20px;	
}
.business-card #header{
	left:50%;
	top:50%;
	position:fixed;
	right:0;
	margin:-160px 0 0 250px;
	z-index:10;
}
#content{
	height:340px;	
	width:740px;
	overflow:hidden;
}
.business-card #content{
	position:absolute;
	left:50%;
	margin: -160px 0 0 -490px;
	top:50%;
	z-index:10;
}
#footer{
	font-weight:bold;
	overflow:hidden;
	width:740px;
	height:45px;
	font-size:1.1em;
}
.footer-inner{
	padding:10px 40px 5px 40px;
}
.footer-inner p{
	margin:0;	
}
.business-card #footer{
	left:50%;
	top:50%;
	margin:165px 0 0 -450px;	
	position:absolute;
}
#footer2{
	overflow:hidden;
	width:650px;
	height:40px;
}
.business-card #footer2{
	left:50%;
	top:50%;
	position:absolute;
	margin:200px 0 0 -400px;
}
/*
*	BORDERS
*/
#borders{
	display:block;	
}
#borders li{
	position:absolute;
	z-index:15;
	list-style:none;
}
#border-top, #border-bottom{
	height:10px;
	left:0;
	right:0;
}
#border-left, #border-right{
	width:10px;	
	top: 0;
	bottom: 0;
}

#border-top{
	top: 0;
}
#border-right{
	right: 0;
}
#border-bottom{
	bottom:0;
}
#border-left{
	left:0;
}

/*
*	HEADER
*/
#logo{
	height:170px;	
}
h1{
	padding:20px;
	margin-bottom:0;
}
h1 a{
	height:134px;
	display:block;
	overflow:hidden;
	text-indent:150%;
	width:226px;
	white-space:nowrap;
	position:relative;
}
#navigation{
	height:170px;	
}

/*
*	CONTENT
*/
h2{
	height:50px;
	padding:10px 5px 0 30px;
	overflow:hidden;
}
.node{
	padding:30px 30px 10px 30px;	
}
.node .content{
	padding:0 20px 20px 30px;
}
.node .content ul{
	margin:10px 20px 10px 40px;	
}

.accordion{
	padding:10px 0;
}
.accordion h3{
	margin-bottom:5px;
}
.accordion div{
	padding:10px 20px;
}
.accordion div p{
	display:inline;
	padding:0 30px 5px 15px;	
}
.accordion h3{
	padding:3px 20px;	
}

/* 
*	UTILITIES
*/
.clear{
	clear:both;	
}

/*
*	==============================================================
*/

/*
*	TYPOGRAPHY
*/

/*
*	==============================================================
*/

body, input, textarea, select {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	text-align:justify;
	font-size:1.0em;
}
body {
	font-size: 12px;
	line-height: 1.6;
}
html > body, html > textarea {
	font-size: 12px;
}
a {
	text-decoration: none;
}
a:hover{
	text-decoration:none;
}
p {
	margin-bottom: 1.0em;
	word-spacing: 0.125em;
}
blockquote {
	margin-bottom: 1.5em;
	padding-left: 20px;
	font-style: italic;
	border-left: 5px solid #E6E6E6;
}
.primary-links a, .secondary-links a, #footer li a{
	font-family: sans-serif;
	font-size:1.3em;
	font-weight:400;
	/*letter-spacing:0.1em;*/
}
.secondary-links a, footer li a{
	font-size:1.2em;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.3em;
	font-family: sans-serif;
	/*text-transform:uppercase;*/
}
h1{
	margin-bottom:0;
}
h2, h1 {
	font-size: 1.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6 {
	font-size: 1em;
	margin-bottom: 0;
	font-weight: bold;
}

/* Accessibility */
.skip-link {
	font-size: 0.85em;
}
.acc-hide {
	left: -2500px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
#navigation .add-link {
	display: block;
}

/* Nodes and comments */
.indented {
	margin-left: 20px;
}

.node dd{
	font-weight:bold;	
}
.accordion div{
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}

/*
*	==============================================================
*/

/*
*	NAVIGATION
*/

/*
*	==============================================================
*/

ul.primary-links{
	height:100px;
	padding:15px 30px 20px 20px;
}
ul.primary-links li{
	list-style:none;
	margin-top:5px;
	padding-left:20px;
}
ul.primary-links li.first{
	margin-top:0;	
}
ul.primary-links li a{
	height:23px;
	width:175px;
	display:block;
	overflow:hidden;
	text-indent:150%;
}