body {
	color: #b6d5ed;
	font-family: "Century Gothic", Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#nav {
	color: #000;
}

#leftcol, #rightcol {
	text-align: justify;
}

#footer {
	padding: 10px 0;
	text-align: center;
}

h1 {
	font-size: 2.5em;
	font-weight: normal;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-weight: normal;
	margin-top: 1em;
}

.index h2 {
	margin-top: 0;
}

h2 img {
	vertical-align: middle;
}

p {
	margin-bottom: 1em;
}

a {
	color: #fff;
	white-space: nowrap;
}
a:hover {
	color: #d7d7e1;
}

a img {
	vertical-align: middle;	
}

hr {
	background-color: #414141;
	clear: both;
	border: 0;
	border-top: 1px solid #555;
	margin-top: 2em;
}

abbr {
	cursor: help;	
}

ul {
	padding: 0 0 0 1.5em;
	text-align: left;
}

.largeimage {
	margin-top: 1em;
}

.largeimage img{
	border: 1px solid #b6d5ed;
}

.border {
	border: 1px solid #b6d5ed;
	margin: 1em 0;
	padding: .2em;
}

.border a {
	text-decoration: none;
	padding: .3em;
	margin: 0 .4em;
	border: 1px solid #414141;
}
.border a:hover {
	border: 1px solid #b6d5ed;
	text-decoration: none;	
}

.borderless {
	border: 0;	
}

img {
	border: 0;
	margin: 10px 0;
}

img.border {
	border: 1px solid #b6d5ed;
	padding: 0;
}

#logo img {
	margin: 0;
}
#logo {
	font-size: 2em;
	color: #000;
}
#logo a {
	color: #000;
	text-decoration: none;
}
#logo a:hover {
	color: #414141;
}

.clear {
	width: 100%;
	clear: both;
}

.center, .centre {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
}

.large {
	font-size: 1.3em;
}
.medium {
	font-size: 1.1em;
}
.small {
	font-size: .9em;
}
.smaller {
	font-size: .8em;
}

.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter, .textcentre {
	text-align: center;
}

.left {
	float: left;
	margin: .5em;
}
.right {
	float: right;
	margin: .5em;
}

.block {
	display: block;	
	width: 100%;
}

.inline {
	display: inline;	
}

.nowhite {
	white-space: nowrap;
}

.whitewrap {
	white-space: normal;	
}

.marginless {
	margin: 0;	
}

h1 .small {
	font-size: .4em;
}

.error {
	background-color: #edb6b6;
	border: 1px solid #ed8989;
}

div.error {
	background: url("../images/icons/cancel.png") .2em 1.2em no-repeat #edb6b6;
}

.warning {
	background-color: #fefbef;
	border: 1px solid #c36c06;	
}

div.warning {
	background: url("../images/icons/error.png") .2em 1.2em no-repeat #f5e3be;
}

div.error, div.warning {
	color: #414141;
	padding: 1em .5em .2em 1.8em;
	margin: .5em 0;
	text-align: left;
}

.underwritecontainer {
	text-align: center;
	clear: both;
}
.underwrite {
	text-align: left;
	margin: 0 auto;
	width: 28em;
}

.copy {
	background: url("../images/mountain-little.gif") 10px 50% no-repeat;
	color: #7a7a7a;
	font-size: .8em;
	margin: 0 0 0 8em;
	padding: 2.5em 2.5em 2.5em 100px;
	text-align: left;
	height: 40px;
}

.copy .date {
	font-weight: bold;
	display: block;
	font-size: 1.4em;
}

.underwrite ul {
	list-style-type: none;
	float: left;
	padding: 1em 2em 0 0;
	text-align: right;
}

.underwrite ul li a {
	color: #7a7a7a;
	text-decoration: none;
}
.underwrite ul li a:hover {
	color: #fff;
}

/* SPECIAL FORM */
#nav fieldset {
	text-align: left;
	border: 0;
	width: 23em;
}


#nav span.right, #leftcol span.right {
	display: block;
	float: right;
	padding-right: 1em;
}


/* FORMS */

label, input, textarea, select {
	margin: .2em 0;
}

label {
	float: left;
	width: 5.5em;
	text-align: right;
	padding-right: .3em;
}

#content form, #content fieldset {
	border: 0;
}

input, textarea, select {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


/* CUSTOM BUTTONS */



/* PORTFOLIO ONLY */

.largeimage {
	display: block;
	height: 500px;
}

.largeimage div {
	display: inline;
}

.largeimage .image {
	display: block;
	width: 540px;
}

.largeimage div.next {
	float: right;
	margin-right: -50px;
}
.largeimage div.previous {
	float: left;
	margin-left: -50px;
}

.largeimage div.previous, .largeimage div.next {
	margin-top: -526px;
}

.largeimage div a {
	display: block;
	height: 500px;
	width: 50px;
	margin-top: 10px;
	text-decoration: none;
}

.largeimage div.previous a:hover {
	background: url("../images/portfolio-arrow-left.gif") 50% 50% no-repeat #b6d5ed;
	border: 1px solid #b6d5ed;
}
.largeimage div.next a:hover {
	background: url("../images/portfolio-arrow-right.gif") 50% 50% no-repeat #b6d5ed;
	border: 1px solid #b6d5ed;
}

.largeimage div.previous a {
	background: url("../images/portfolio-arrow-left-on.gif") 50% 50% no-repeat #414141;
	border: 1px solid #414141;
	border-right: 1px solid #b6d5ed;
}
.largeimage div.next a {
	background: url("../images/portfolio-arrow-right-on.gif") 50% 50% no-repeat #414141;
	border: 1px solid #414141;
	border-left: 1px solid #b6d5ed;
}


/* TABLES */
table {
	width: 100%;
	margin: 1em 0;
}

caption {
	font-size: 1.3em;
	font-weight: bold;
	border: 1px solid #b6d5ed;
	padding: .25em;
	margin: 0 .15em;
}

th, td {
	border: 1px solid #b6d5ed;
	padding: .2em .5em;
}

th {
	text-align: center;
}

table a img {
	padding: .2em;
	border: 1px solid #414141;	
}
table tr:hover a img {
	border: 1px solid #333;	
}
table tr:hover a:hover img {
	border: 1px solid #b6d5ed;	
}

/* LOG IN SECTION */
.clients #rightcol {
	width: 340px;
}

.clients table tr:hover, .projects table tr:hover, .users table tr:hover {
	background-color: #333;	
}

/* Hidden Cuppa Page */
/* CUSTOM FONT TEST */
.cuppa h1 {
	font-family: "GeosansLight", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
}
.cuppa h1 * {
	
}