/*****************************
** COMMAND C
** design + photography
**
******************************/

/***************
* Layout
****************/

html,body{
	margin:0;
	padding:0;
}
body{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(images/bg-main.jpg) repeat;
	color: #666;
	position: relative;
}
div#container {
	width: 862px;
	min-height: 640px;
	/*border: 1px solid #ccc;*/
	margin: 10px auto;
	padding: 35px 19px 25px 19px;
	text-align: center;
	position: relative;
}
div#footer {
	width: 900px;
	position: absolute;
	left: 0;
	bottom: 25px;
	font-weight: bold;
}
img#logo {
	margin-bottom: 10px;
}
div.flash {
	margin: 10px 0 15px 0;
}
img {
	border: 0px;
}

p {
	text-align: justify;
}
p.top {
	margin-top: 0;
}

/***************
* Main Menu
****************/

div#nav {
	position: absolute;
	bottom: 65px;
	left: 0px;
	text-align: center;
	width: 900px;
}
ul#mainmenu {
	margin: 0 auto;
	padding: 0;
}
ul#mainmenu li {
	display: inline;
	margin-left: 25px;
}
ul#mainmenu li.first {
	margin-left: 0;
}
/***************
* Text Formats
****************/

.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.serif {
	font-family: "Times New Roman", Times, serif;
}
.sans {
	font-family: Arial, Helvetica, sans-serif;
}
.tiny {
	font-size: 8px;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 12px;
}
.large {
	font-size: 16px;
}
.nowrap {
	white-space: nowrap;
}
.upper {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.stretch {
	letter-spacing: 2px;
}

/***************
* Hyperlinks
****************/

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
a.current:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.current:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.current:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.current:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

/***************
* Home
****************/
img#logo-large {
	margin-bottom: 10px;
}
img#home-graphic {
	margin: 25px 0px 0px 0px;
}

/***************
* Bio
****************/
div#bio-wrapper {
	background: url(images/bg-bio.jpg) no-repeat;
	color: #fff;
	text-align: right;
	padding: 135px 35px 10px 345px;
	width: 482px;
	height: 429px;
	position: relative;
}
div#bio-wrapper h1 {
	margin: 0;
}
div#bio-wrapper h3 {
	margin-top: 0;
}
div#bio-wrapper p {
	font-size: 14px;
}
div#bio-wrapper a:link {
	color: #fff;
	text-decoration: underline;
}
div#bio-wrapper a:visited {
	color: #fff;
	text-decoration: underline;
}
div#bio-wrapper a:hover {
	text-decoration: underline;
	color: #666
}
div#bio-wrapper a:active {
	color: #fff;
	text-decoration: underline;
}

/***************
* Services
****************/
ul.list {
	margin: 75px auto 0 auto;
	padding: 0;
	width: 175px;
}
ul.list li {
	list-style: none;
	margin-bottom: 10px;
}

/***************
* Giving
****************/
div#giving-wrapper {
	padding-top: 50px;
}
div#giving-wrapper p {
	text-align: center;
}
div#giving-wrapper a:link {
	font-weight: bold;
	text-decoration: underline;
}
div#giving-wrapper a:visited {
	font-weight: bold;
	text-decoration: underline;
}
div#giving-wrapper a:hover {
	font-weight: bold;
	text-decoration: underline;
}
div#giving-wrapper a:active {
	font-weight: bold;
	text-decoration: underline;
}

/***************
* Contact
****************/
table#contact-info {
	text-align: left;
	margin: 10px auto 25px auto;
	width: 300px;
}
table#contact-info a {
	color: #000;
}
table#contact-info td {
	color: #000;
	font-weight: bold;
}
table#contact-info td.label {
	color: #666;
}
div#contact-wrapper {
	width: 370px;
	margin: 0 auto;
	text-align: left;
}
#contactform input, #contactform textarea {
	border: 1px solid #666;
}
div#button-wrapper {
	text-align: center;
}
#contactform input#send {
	border: 0;
	margin: 15px auto;
}
#errors {
	color: red;
}

/***************
* Accordion
****************/
#accordion_container {
	margin-top: 60px;
}
.accordion_toggle {
	display: block;
}
.accordion_toggle_active a {
	color: #000;
}

.accordion_content {
	overflow: hidden;
	margin: 0 auto;
}
.accordion_content img {
	margin: 35px 0;
}
.accordion_toggle , .accordion_toggle_active {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	padding: 3px 0;
}