/* design copyright 2009 Antonio Malcolm, code and structure released under a GPL v3 license, all rights reserved */

/* defaults & browser resets */

* {  margin: 0;  padding: 0;
  border: 0;}

html * {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  
}

h1, h2, h3 {
    font-weight: normal;
}
 
ol, ul {
 	list-style: none;
}

a:focus, a:active {
    outline: none;
}

/* intro page */

#intro {
	width: 844px;
	height: 450px;
	margin: 20px auto 0;
}

#intro #outerWrapper {
	position: relative;
	width: 829px;
	height: 741px;
	margin: 0;
	background: url(/mochaCMS/styles/img/splashBorder.png) no-repeat center;
}

#intro #middleWrapper {
	position: absolute;
	top: 28px;
	left: 29px;
	width: 750px;
	height: 667px;
	margin: 0;
	padding: 10px;
	background: none;
}

#intro #innerWrapper {
	float: none;
	width: 750px;
	height: 495px;
	margin: 0;
	background: url(/mochaCMS/styles/img/pileup.png) no-repeat center;
}

#intro #header {
	height: auto;
	width: 750px;
	background: none;
}

#intro #backdrop {
	width: 750px;
	height: 426px;
	margin: 0;
	background: url(/mochaCMS/styles/img/splashBackground.png) no-repeat top;
}

#intro .backdropSpacer {
	width: 750px;
	height: 262px;
}

#intro #headerContent {
	position: absolute;
	top: 33px;
	left: 36px;
	width: 495px;
	height: 239px;
	margin: 0;
	background: url(/mochaCMS/styles/img/splashText.png) no-repeat top;
}

#intro p {
	width: 515px;
	height: auto;
	font: 1.75em impact;
	color: #232323;
	text-align: right;
	margin-bottom: 55px;
}

#intro a#enter {
	font-size: 1.6em;
	letter-spacing: .1em;
	text-align: right;
	text-decoration: none;
	color: #007cb0;
	padding: 4px 2px 0 3px;
	outline: 3px solid #007cb0;
}

#intro a#enter:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #d36120;
	outline: 3px solid #d36120;
}

/* main typography & headers */

h1#headline {
	height: auto;
	width: 450px;
	margin: 0 0 15px;
	padding: 7px 0 0;
	color: #bdcb9d;
	font: 2em impact, Sans-Serif;
	font-weight: normal;
	letter-spacing: .075em;
	text-decoration: none;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 2px dotted;
}

h2.biline {
	height: auto;
	width: 450px;
	margin: 5px 0 10px;
	padding: 0 0 3px;
	color: #191919;
	font: 1.4em impact, Sans-Serif;
	font-weight: normal;
	letter-spacing: .075em;
	text-decoration: none;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 2px dotted;
}

h2.bilineGreen {
	height: auto;
	width: 450px;
	margin: 5px 0 10px;
	padding: 0 0 3px;
	color: #bdcb9d;
	font: 1.4em impact, Sans-Serif;
	font-weight: normal;
	letter-spacing: .075em;
	text-decoration: none;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 2px dotted;
}

h3.header {
	height: auto;
	width: auto;
	margin: -2px 0 0;
	color: #414141;
	font: .9em impact, sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
	text-decoration: none;
	text-align: left;
	text-transform: none;
}

h3.spacedHeader {
	height: auto;
	width: auto;
	margin: 15px 0 7px;
	color: #606060;
	font: .9em impact, sans-serif;
	font-weight: normal;
	letter-spacing: .5em;
	text-decoration: none;
	text-align: left;
	text-transform: lowercase;
}

h4.listHeader {
	height: auto;
	width: 140px;
	font: .9em impact, sans-serif;
	font-weight: normal;
	color: #414141;
	letter-spacing: .2em;
	text-decoration: underline;
	text-align: center;
	text-transform: lowercase;
	padding-right: 5px;
}

.inlineHeader {
    float: left;
	height: auto;
	width: auto;
	margin: -1px 3px -2px 0;
	color: #000000;
	font: 1.7em impact, sans-serif;
	font-weight: normal;
	letter-spacing: .05em;
	text-decoration: none;
	text-align: left;
	text-transform: lowercase;
}	

.inlineSubheader {
    color: #afbc8f;
}

.dropcap  {
	float: left;
	height: .8em;
	width: auto;
	font: 6em helvetica, arial, sans-serif;
	line-height: .95em;
	color: #b6c299;
	margin: 0 0 0 -4px;
}

.dropcapBlack  {
	float: left;
	height: .8em;
	width: auto;
	font: 6em helvetica, arial, sans-serif;
	line-height: .95em;
	color: #414141;
	margin: 0 0 0 -4px;
}

.subtext {
	font: .9em helvetica, arial, sans-serif;
}

.smallText {
    font-size: 0.8em;
}

.tinyText {
	font: .6em helvetica, arial, sans-serif;
}

pre.bash {
    font: 1em courier, sans-serif;
    color: #ffffff;
    text-align: left;
    padding: 0 0 5px 15px;
    background-color: #333333;
}


/* links & lists */

a {
	color: #007cb0; /* color: #7a865c; */
	text-decoration: none;
}

a:hover {
	color: #d36120;
}

a#skip {
	float: right;
	margin: 10px 40px 0 0;
	font-size: .75em;
	text-decoration: none;
	color: #b6c299;
}

a#topJump {
	height: 5px;
}

ul.breadcrumbs {
	float: left;
    width: auto;
    height: auto;
    text-align: left;
}

ul.breadcrumbs li {
    list-style: none;
	display: inline;
    font-size: .85em;
    text-align: left;
    color: #2d2d2d;
}  

ul.breadcrumbs li a {
    color: #007cb0;
}

ul.breadcrumbs li a:hover {
    color: #d36120;
}

.herenow {
    color: #2c2c2c;
}

ul.chapterNav {
    float: right;
    clear: both;
    margin-top: 18px;
    text-align: right;
}

ul.chapterNav li {
    display: inline;
    list-style: none;
    color: #2d2d2d;
}

ul.chapterNav li a {
    color: #007cb0;
}

ul.chapterNav li a:hover {
    color: #d36120;
}

ul.messageNav {
    float: left;
    clear: both;
    margin-top: 18px;
}

ul.messageNav li {
    display: block;
    list-style: none;
    color: #2d2d2d;
}

ul.messageNav li a {
    color: #007cb0;
}

ul.messageNav li a:hover {
    color: #d36120;
}

ul.vSelection {
    width: 470px;
    margin: 0 35px;
}

ul.vSelection li {
    text-align: left;
    font-weight: normal;
    margin: 7px 0;
}

ul.vSelection li a:hover {
    text-decoration: none;
}

li.listHeader {
	text-decoration: underline;
	padding-bottom: 3px;
}

/* forms */

form {
    height: auto;
	width: 450px;
	margin: 8px 0 9px;
	font: .85em helvetica, arial, sans-serif;
	color: #2c2c2c;
	text-align: left;
	line-height: 1.25em;
}

form input, #content form textarea {
    font: .85em lucida grande, helvetica, arial, sans-serif;
    text-align: left;
    border-top: 1px solid #606060;
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #606060;
}

#searchForm {
    height: auto;
	width: 150px;
	margin: -5px 0 15px;
}

#searchForm input {
	margin-bottom: 7px;
}

#searchForm input.text {
	padding-left: 4px;
}

#searchForm input.submit {
	float: none;
	margin: 5px 0 0;
}

.inputHeader {
    font-size: 0.8em;
}

label {
	vertical-align: middle;
	padding-bottom: 5px;
}

.errorLabel {
    font-size: 0.8em;
    font-weight: bold;
    color: #f40f0f;
}

input.text {
    width: auto;
    height: 15px;
    margin: 0 0 15px;
    padding: 3px 1px 1px;
    font: .85em lucida grande, helvetica, arial, sans-serif;
}
    
input.file {
    height: 21px;
    margin: 7px 7px 7px 0;
    padding: 2px 1px 1px;
}

input.addfile {
    height: 21px;
    margin: 10px 0 0;
    padding: 2px 1px 1px;
}

textarea.body {
    width: 450px;
    height: 175px;
    margin: 3px 0 10px;
    padding: 2px 1px 1px;
}

input.submit {
    cursor: pointer;
    float: right;
    width: auto;
    height: 20px;
    font-size: .85em;
    text-align: center;
    margin: 10px 0 0;
    padding: 0 5px;
}

input.radio {
	border: none;
	outline: none;
}


/* primary structure */

body {
	background: none;
	background-color: #ffffff;
	text-align: center;
	font: .95em helvetica, arial, sans-serif;
	line-height: 1em;
	color: #110f0f;
}

#outerWrapper {
	position: relative;
	width: 880px;
	height: auto;
	margin: 0 auto 25px;
	background: url(/mochaCMS/styles/img/wrapperNarrow.jpg) repeat-y;
}

#middleWrapper {
    width: 710px;
    height: auto;
    margin: 50px auto 0;
}

#innerWrapper {
	float: right;
	width: 710px;
	height: auto;
	min-height: 500px;
	margin: 0 auto;
	background: url(/mochaCMS/styles/img/sidebar.png) repeat-y right top;
}

.quicknav {
	float: left;
	width: auto;
	height: 50px;
	padding-top: 80px;
}

/* header */

#header {
	width: 880px;
	height: 170px;
	background: url(/mochaCMS/styles/img/headerNarrow.jpg) no-repeat top;
}

#backdrop {
	width: 740px;
	height: 701px;
	margin: 0 auto;
	background: url(/mochaCMS/styles/img/backdropGrey.jpg) no-repeat top;
}

.backdropSpacer {
	height: 57px;
}

#headerContent {
    position: absolute;
    top: 75px;
    left: 80px;
	width: 710px;
	height: auto;
	margin: 2px 0 0;
}

#headerContent a {
    outline: none;
}

#logoArea {
	margin-top: 3px;
    text-align: left;
}

img.antonioBoxen {
    margin-top: -7px;
}

ul#topnav {
    float: left;
    margin-top: -2px;
	padding: 0 0 0 4px;
	border: none;
	letter-spacing: .09em;
	word-spacing: .2em;
}

ul#topnav li {
    font-size: 1.05em;
	display: inline;
}

ul#topnav li a {
	color: #000000;
	display: inline;
	font-weight: normal;
	text-decoration: none;
}

ul#topnav li a:hover {
	color: #007cb0;
	text-decoration: none;
}

#topSpace {
	width: 710px;
	height: 156px;
}

/* content area */

#content {
	float: left;
	height: auto;
	width: 460px;
	margin: -25px 0 10px;
	font-size: 1em;
}

#content p, #content ul {
	height: auto;
	margin: 8px 0 9px;
	font: .85em helvetica, arial, sans-serif;
	color: #2c2c2c;
	text-align: left;
	line-height: 1.2em;
}

#content p strong {
	font-weight: bold;
}

#content p em {
	font-style: italic;
}

#content p a:hover {
	color: #ffffff;
	background-color: #d36120;
}

#content p b {
	font-weight: bold;
}

#content p i {
	font-style: italic;
}

#content ul li {
    list-style: none;
	margin: 4px 0;
}

#content ul.result li a {
    color: #007cb0;
    text-decoration: none;
}

#content ul.result li a:hover {
    color: #d36120;
}

/* sidebar */

#sidebarCap {
	float: right;
	width: 280px;
	height: 156px;
	background: url(/mochaCMS/styles/img/sidebarCap.png) no-repeat bottom;
}

#sidebar {
	float: right;
	width: 217px;
	height: auto;
} 

#sidebarContent {
	float: right;
	width: 145px;
	height: auto;
	margin: -12px -1px 0 0;
}

#sidebar p {
	font-size: .8em;
	padding-left: 13px;
	margin-top: 3px;
}

#sidebar .annotation {
	color: #777777;
}

#sideboxHeader {
	width: 150px;
	height: 25px;
	background: url(/mochaCMS/styles/img/sideboxHeader.png) no-repeat top;
}

#sideboxHeader h4 {
	padding: 8px 0 0 4px;
}

#searchHeader img {
	padding-bottom: 3px;
}

#sideboxLists {
	width: 155px;
	height: auto;
	min-height: 400px;
	text-align: left;
	padding: 12px 0 5px 7px;
	background: url(/mochaCMS/styles/img/sideboxWrapper.png) repeat-y;
}

#sideboxLists h4 {
	margin-bottom: 5px;
}

#sideboxLists ul.tags {
	width: 130px;
	padding: 3px 0 0 3px;
	margin: 0 0 20px;
}

#sideboxLists ul.tags li {
	display: list-item;
	font-size: .75em;
	line-height: 1.15em;
}

#sideboxLists ul.tags li a {
	color: #007cb0;
}

#sideboxLists ul.tags li a:hover {
	color: #d36120;
}

.dukester {
	width: 130px;
	text-align: center;
}

#sideboxFooter {
	width: 165px;
	height: 96px;
	margin: -2px 0 0 0;
	background: url(/mochaCMS/styles/img/sideboxFooter.png) no-repeat bottom;
}

ul.sidemenu {
	padding: 35px 0 0 50px;
}

ul.sidemenu li {
	text-align: left;
}

ul.sidemenu li a {
	text-decoration: none;
}

#infobar {
	height: 175px;
	width: 755px;
	margin: 0 0 65px 12px;
	border: 1px dotted;
}

#sidebarShoe {
	float: right;
	width: 306px;
	height: 329px;
	background: url(/mochaCMS/styles/img/sidebarShoe.png) no-repeat center bottom;
}

/* footer */

#footer {
	height: 150px;
	width: 880px;
	clear: both;
	background: url(/mochaCMS/styles/img/footerNarrow.jpg) no-repeat center bottom;
}

p.return {
    width: auto;
    height: auto;
    margin: 9px 0 0;
    font-size: .85em;
    text-align: left;
    color: #3C3C3C;
}

#bottomSpace {
    float: left;
    width: 710px;
    height: auto;
}

#footerContent {
    padding-top: 40px;
}

blockquote#signature q {
    font: .85em palatino;
    font-style: italic;
    text-align: center;
}

p.serif {
	font: .85em palatino;
}

p.copyright {
    font: .6em helvetica, arial, sans-serif;
    text-align: center;
}


/* images */

#pileup {
	margin: 5px 0 10px;
}
   

/* Journal */

#journalEntries {
    width: auto;
    height: auto;
    margin: 10px 0 75px;
}

.journalEntry {
    text-align: left;
    margin-bottom: 45px;
}

h2.entryHeader {
    width: 450px;
	height: auto;
	margin-bottom: 5px;
	color: #bdcb9b;
	font: 1.4em impact, Sans-Serif;
	font-weight: normal;
	letter-spacing: .085em;
	text-decoration: none;
	text-align: left;
	text-transform: lowercase;
	border-bottom: 2px dotted;
}

h2.entryHeader a {
    color: #bdcb9b;
}

h2.entryHeader a:hover {
    color: #d36120;
}

.copy {
    margin: 15px 0;
}

#journalEntries .entryFooter {
	width: auto;
	height: auto;
	font-size: .85em;
}

.journalEntry #comments {
	margin-top: 50px;
}

#journalEntries .entryFooter p {
    margin-bottom: -7px;
    color:#777777;
}

#journalEntries .entryFooter p b a {
	font-weight: bold;
}

.comment {
    width: 265px;
    height: auto;
    margin: 15px 0;
}

#comments {
    margin-bottom: 75px;
}

#comments p {
    margin: 2px 0 0;
    font-size: .8em;
    color: #555555;
}

#commentForm, .commentForm {
    width: 400px;
    height: auto;
}

#commentForm h3 {
    font-size: 1.05em;
}

#commentForm p {
    margin: 0 0 9px;
    color: #2c2c2c;
}

#commentForm .textareaWrap {
    width: 305px;
}

#commentForm textarea {
    width: 300px;
    height: 100px;
    margin: 3px 0 10px;
    padding: 2px 1px 1px;
}

#commentForm input.submit { /* button width set for IE6, which likes to make buttons as big as possible */
    width: 105px;
}

.readMore {
    float: right;
    width: auto;
    font-weight: bold;
}

/* Gallery */

#galleryImage {
	width: 1000px;
	height: 930px;
	margin: 20px auto 0;
}

#galleryImage a#skip {
	margin-top: -2px;
}

#galleryImage #outerWrapper {
	position: relative;
	width: 1000px;
	height: 930px;
	margin: 0 auto;
	padding: 10px;
	background: url(/mochaCMS/styles/img/galleryImageBorder.jpg) no-repeat center;
}

#galleryImage .backdropSpacer {
	width: 750px;
	height: 35px;
}

#galleryImage #backdrop {
	float: right;
	width: 900px;
	height: 701px;
	margin: 0 37px 0 0;
	background: url(/mochaCMS/styles/img/backdropGrey.jpg) no-repeat top right;
}

#galleryImage #headerContent {
    position: absolute;
    top: 40px;
    left: 50px;
	width: 710px;
	height: auto;
	margin: 2px 0 0;
}

#galleryImage #middleWrapper {
	position: absolute;
	top: 150px;
	left: 35px;
	width: 900px;
	height: 750px;
	margin: 0;
	padding: 10px;
	background: none;
}

#galleryImage .quicknav {
	height: 30px;
	padding: 5px 0 0 10px;
	margin-top: -10px;
}

#galleryImage #innerWrapper {
	width: 875px;
	height: 700px;
	margin: 0;
	padding: 5px;
	background: none;
}

#image {
	float: left;
    width: 705px;
    height: auto;
    text-align: left;
}    

#image img {
	border: 4px solid #ffffff;
    outline: 11px solid #4b4b4b;
    margin-bottom: 10px;
}

#image p {
    float: left;
    margin-left: 0;
    margin-bottom: 0;
    color: #777777;
}

#image ul.tags {
	float: left;
	min-width: 500px;
	margin-top: 0;
}

#image ul.chapterNav {
	float: right;
	font-size: .9em;
	margin: -60px 0 0;
}

#image .breadcrumbs {
	margin-top: 20px;
}

#galleryImage #sidebar {
	width: 165px;
}

ul#gallery {
	width: 450px;
	height: auto;
	min-height: 50px;
	margin-bottom: 60px;
}

ul#gallery li {
    float: left;
    display: inline;
    width: 74px;
    height: auto;
    min-height: 74px;
    overflow: hidden;
    margin: 4px;
    text-align: center;
    background: #ffffff;
    border: 2px solid #ffffff;
    outline: 2px solid #bdcb9b;
} 

ul#gallery li:hover {
    outline: 2px solid #d36120;
}

.imageInfo {
	width: 500px;
	height: auto;
	font-size: .9em;
	line-height: 1.2em;
}

.chapterNav li#listEnd {
    float: right;
    border: 0;
}

/* tutorials */

#tutorial {
	margin-bottom: 75px;
}

/* tags */

ul.tags li {
	display: inline;
	color: #777777;
}

/* search results */

#searchResults h3.header {
	margin-bottom: 15px;
}

#searchResults h2.entryHeader {
	margin-top: 0;
}

#searchResults .journalEntry {
	margin-bottom: 35px;
}

#searchResults .authoredBy p {
	font-size: .7em;
	color:#777777;
	margin-bottom:-7px;
}

#searchResults .authoredBy p a {
	font-weight: bold;
}

ul#gallery li.noImage {
	height: auto;
	width: auto;
	font-size: 1em;
	border: none;
	outline: none;
}

/* social bookmarking widget */

ul#syndication {
	width: auto;
	height: auto;
	float: right;
	margin-top: -5px;
}

ul#syndication li {
	display: inline;
	padding: 0 2px;
}

li#propeller a img {
	margin-bottom: -4px;
}

/* administrative area */

#content ul.tabNav {
	position: relative;
	list-style: none;
	margin-bottom: 35px;
	padding: 0 0 28px;
	font-size: .85em;
	line-height:1.5em;
	border-bottom: 1px solid #888888;
}

#content ul.tabNav li {
	float: left;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 5px 12px 3px;
	border-top: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}

#content ul.tabNav li:hover, #content ul.tabNav li.active {
	border-top: 1px solid #888888;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
}

#content ul.tabNav li.active {
	border-top: 1px solid #888888;
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #888888;
	border-left: 1px solid #888888;
}

ul.tabNav a {
	font-weight: bold;
	color: #94c5da;
}

ul.tabNav li:hover {
	cursor: pointer;
}

ul.tabNav li:hover  a {
	color: #007cb0;
}

ul.tabNav li.active a {
    color: #007cb0;
}

ul.tabNav li.cpSwitch a {
    color: #007cb0;
}

ul.tabNav li.cpSwitch a:hover {
    color: #d36120;
}

#content ul.tabNav li.cpSwitch {
	float: right;
	font-size: .8em;
	border: none;
}

#content ul.tabNav li.cpSwitch a {
	font-weight: normal;
}

.cpDiv {
	display: none;
}

#content .additionalOptions {
	float: right;
	font-size: .9em;
}

#content .additionalOptions a:hover {
	cursor: pointer;
	color: #d36120;
	background-color: transparent;
}

form.uploadForm a {
    font-size: .75em;
	color: #007cb0;
}

form.uploadForm a:hover {
    cursor: pointer;
}

ul#additionalFields, ul#additionalFields2, ul#additionalFields3 {
	font-size: 1em;
}

ul#additionalFields .newInputs {
	margin-bottom: 25px;
}

a#addImage:hover, a#addFile:hover, a#addFile2:hover, a.remove:hover {
	color: #d36120;
}

ul#sectionEdit {
    margin: 0 0 20px;
}

ul#sectionEdit li {
    font-size: 0.8em;
    margin: 0;
}

