/**********************
**
** COMMAND C design
** info at commandc dot com
**
***********************/

/*****************
* General
******************/

html, body {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
.in_place_editor_field {
	overflow: auto;
}
.page_section {
	clear: left;
	padding: 10px 0;
}
.page_section h3 {
	margin: 10px 0;
}

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

body {
	background: #fff;
	color: #666;
	font-size: 12px;
	font-family: arial,helvetica,clean,sans-serif;
	line-height: 133%;
	text-align: center;
	position: relative;
}

div#container {
	margin: 0 auto 26px auto;
	padding-top: 10px;
	/*width: 898px;
	min-height: 538px; original bg image width and height */
	width: 900px;
	min-height: 564px;
	position: relative;
	
}
div#sidebar {
	width: 126px;
	/*min-height: 519px; for original bg images */
	min-height: 545px;
	padding: 20px 25px 0 25px;
	background: #fff;
	text-align: left;
	position: absolute;
	top: 0;
	left: 0;
}
div#sidebar div#middle {
	padding: 30px 0;
	margin: 30px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
div#page-container {
	margin-left: 180px;
	padding: 35px 15px 0 90px;
	text-align: left;
}
div#page-container-work {
	margin-left: 180px;
	padding: 35px 15px 0 15px;
	text-align: left;
}
div#content {
	position: relative;
}
div#header {
	min-height: 61px;
}
div#footer {
	font-size: 10px;
	color: #999;
	clear: both;
}

/** Home page **/

.home-home div#container {
	margin-top: 38px;
}
.home-home div#sidebar {
	position: absolute;
	top: 0;
	/*left: 140px; original position*/
	left: 60px;
}
.home-home div#page-container {
	margin-left: 320px;
	visibility: hidden;
}

/*****************
* Common Elements
******************/

.scroll_buttons {
	width: 15px;
}
.scroll_buttons img {
	margin-bottom: 6px;
	cursor: pointer;
}
input.submit {
	background: #fff url(/images/arrow-right.gif) no-repeat 3px 0;
	padding: 10px 0 0 0;
	border: 0;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	text-transform: lowercase;
}
.admin-buttons {
	display: inline;
	width: 48px;
	position: absolute;
	left: -57px;
}
.back-arrow {
	background: #fff url(/images/arrow-left.gif) no-repeat;
	padding: 10px 0 0 0;
}

/*****************
* Backgrounds
******************/

.home-home .homebg1 {
	background: url(../images/homebg1.jpg) no-repeat;
}
.home-home .homebg2 {
	background: url(../images/homebg2.jpg) no-repeat;
}

/*****************
* Links
******************/

a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: rgb(230,0,108);
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}
a.active:link {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: none;
}
a.active:visited {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: none;
}
a.active:hover {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: none;
}
a.active:active {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: none;
}

/*****************
* Text formats
******************/


h1, h2, h3 {
	font-size: 19px;
	font-weight: bold;
	color: rgb(230,0,108);
}
h1 {
	text-transform: lowercase;
}

.indent {
	padding-left: 15px;
}
.indent10 {
	padding-left: 10px;
}
.left {
	text-align: left;
}
.hidden {
	display: none;
}
.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;
}
.larger {
	font-size: 22px;
}
.huge {
	font-size: 84px;
}
.nowrap {
	white-space: nowrap;
}
.upper {
	text-transform: uppercase;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.stretch {
	letter-spacing: 2px;
}
.line-below {
	margin-bottom: 10px;
}
.line-above {
	margin-top: 10px;
}
.pink {
	color: rgb(230,0,108);
}

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

ul#mainmenu {
	padding: 0 0 0 25px;
	margin: 0;
}
ul#mainmenu li {
	list-style: none;
	white-space: nowrap;
	position: relative;
}

/*****************
* Page Menu
******************/
ul#pagemenu {
	padding: 0;
	margin: 30px 0 15px 0;
	width: 100%;
	position: relative;
	z-index: 99;
	white-space: nowrap;
}
ul#pagemenu li {
	display: inline;
	list-style: none;
	padding-right: 60px;
	color: #ccc;
	text-decoration: underline;
}
ul#pagemenu a:link {
	color: #666;
	text-decoration: underline;
}
ul#pagemenu a:visited {
	color: #666;
	text-decoration: underline;
}
ul#pagemenu a:hover {
	color: #ccc;
	text-decoration: underline;
}
ul#pagemenu a:active {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}
ul#pagemenu a.active:link {
	color: #ccc;
	font-weight: normal;
	text-decoration: underline;
}
ul#pagemenu a.active:visited {
	color: #ccc;
	font-weight: normal;
	text-decoration: underline;
}
ul#pagemenu a.active:hover {
	color: #ccc;
	font-weight: normal;
	text-decoration: underline;
}
ul#pagemenu a.active:active {
	color: #ccc;
	font-weight: normal;
	text-decoration: underline;
}
/*****************
* Admin toolbar
******************/
div#admin-toolbar-container {
	position: fixed;
	z-index: 999;
	width: 150px;
	top: 0;
	left: 5;
	background: #fff;
	border: 1px solid rgb(230,0,108);
	text-align: left;
	padding: 10px;
}
ul#page-admin-menu {
	padding: 0;
	margin: 0;
}
ul#page-admin-menu li {
	list-style: none;
	padding-left: 5px;
	margin: 10px 0;
}
ul#page-admin-menu li img {
	margin-right: 3px;
}

#bottom p a:link {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: none;
}
#bottom p a:visited {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: none;
}
#bottom p a:hover {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: none;
}
#bottom p a:active {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: none;
}

/*****************
* Chronology
******************/
.chronology-dates {
	display: inline;
	width: 75px;
	float: left;
	clear: left;
	padding: 9px 0
}
.chronology-output {
	float: left;
	width: 538px;
	padding: 9px 0;
}

/*****************
* List
******************/
.list a:link {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: none;
}
.list a:visited {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: none;
}
.list a:hover {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: none;
}
.list a:active {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: none;
}
.list li {
	padding: 5px 0;
}

/*****************
* Quote List
******************/
.quote p {
	margin: 15px 0 0 0;
}
.quote p.credits {
	margin: 2px 0 15px 0;
}

/*****************
* Article List
******************/
.article_list {
	padding-left: 15px;
}
.article_list li {
	padding: 2px 0;
}
#articles li img {
	vertical-align: middle;
}

/*****************
* Work
******************/
.first-in-row {
	clear: left;
}
#work-scroll {
	height: 530px;
	overflow: auto;
	position: relative;
	z-index: 2;
}
#work-scroll-buttons {
	position: relative;
	top: -30px;
	left: 600px;
	z-index: 3;
}
#earlier_work_thumbs_wrapper,
#earlier_work_thumbs_wrapper {
	position: relative;
	z-index: 1;
}
#work_thumbs_wrapper div.work,
#work_thumbs_wrapper div.work_photo,
#earlier_work_thumbs_wrapper div.work,
#earlier_work_thumbs_wrapper div.work_photo {
	width: 120px;
	text-align: center;
	float: left;
	padding: 0 20px 10px 0;
	position: relative;
}
#earlier_work_thumbs_wrapper {
	clear: left;
}
.work_drag_handle,
.earlier_work_drag_handle {
	position: absolute;
	top: -10px;
	left: -8px;
}
div#work-scroll-buttons {
	position: relative;
	
}
.work a:link {
	color: #666;
	text-decoration: underline;
}
.work a:visited {
	color: #666;
	text-decoration: underline;
}
.work a:hover {
	color: rgb(230,0,108);
	text-decoration: underline;
}
.work a:active {
	color: #666;
	text-decoration: underline;
}
#work_photo_wrapper,
#video_wrapper {
	width: 450px;
	float: left;
}
#video_wrapper {
	padding-top: 125px;
}
#work_details {
	margin: 125px 0 0 470px;
}
#add_photo_container {
	clear: left;
	padding-left: 25px;
}
#venue_date {
	padding: 10px 5px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#description {
	padding: 10px 5px;
}
#credits,
#video_link {
	padding:  40px 5px 5px 5px;
}
#video_link a:link {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: underline;
}
#video_link a:visited {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: underline;
}
#video_link a:hover {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: underline;
}
#video_link a:active {
	color: rgb(230,0,108);
	font-weight: bold;
	text-decoration: underline;
}

ul#photo_link_list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 80%;
	float: right;
	text-align: right;
}
ul#photo_link_list li {
	display: inline;
}
ul#photo_link_list a.active:link {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: underline;
}
ul#photo_link_list a.active:visited {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: underline;
}
ul#photo_link_list a.active:hover {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: underline;
}
ul#photo_link_list a.active:active {
	font-weight: bold;
	color: rgb(230,0,108);
	text-decoration: underline;
}

/*****************
* Video
******************/
ul#videomenu {
	margin: 0;
	padding: 0 0 0 10px;
}
ul#videomenu li {
	white-space: nowrap;
	list-style: none;
}
ul#videomenu li.active {
	list-style-image: url(/images/arrow-bullet.png);
}

/*****************
* Contact
******************/

div#page-container-contact {
	margin-left: 180px;
	padding: 100px 0 0 75px;
	text-align: left;
}
div#contact_form_container {
	width: 445px;
}
div#contact_form_container textarea,
div#contact_form_container input {
	border: 1px solid #000;
}
div#contact_form_container textarea {
	width: 100%;
}
p#signup {
	margin-top: 0;
	float: right;
	text-align: right;
}
p#submit {
	text-align: right;
}
p#submit input {
	border: 0;
}
.contact-callout {
	margin: 30px 0;
	position: relative;
	left: -20px;
}
/***********************
************************
* CMS dependent styles
* these are element ID 
* dependent
************************/

/** About - Bio **/
.copytext-25 {
	width: 270px;
}
.media-26 {
	position: absolute;
	right: -47px;
	bottom: 0;
}

/** About - Statement **/
.copytext-27 {
	width: 270px;
}
.media-28 {
	position: absolute;
	right: -15px;
	top: -10px;
}
#scroll_buttons_27 {
	left: 285px !important;
}

/** News **/
#list_12 {
	padding-left: 15px;
}

/** Press - Quotes **/
.quotelist-30 {
	width: 360px;
}
.media-31 {
	position: absolute;
	right: 0;
	top: 0;
}

/** Press - Publications **/
#list_13 {
	padding-left: 15px;
}
.press-publications ul.article_list {
	width: 350px;
}