/* Anna Campbell CSS */

/* reset whitespace */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,label,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

/* basic layout */
body {
	font: normal 11px verdana, arial;
	color: #ccc;
	background-color: #606060;
	line-height: 18px;
}

.center {
	width: 770px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	margin: 0;
	font-size: 0px;
	line-height: 0px;
}

.header {
	background: transparent url('../images/bg-header.gif') no-repeat left top;
	height: 60px;
	border-bottom: solid 1px #4d4d4d;
	clear: both;
}

.content {
	padding: 0px 0px 40px 0px;
	float: left;
}

/* header */

.noborder {
	border: none;
}

/* nav */

ul.nav {
	padding: 25px 0px 0px 0px;
	list-style-type: none;
	float: right;
}

.nav li {
	float: left;
	margin: 0px 0px 0px 10px;
}

/* content */

#flashcontent {
	width: 770px;
	height: 525px;
	background: #262626;
}

.col1,
.col2,
.col3 {
	margin: 8px 0px 0px 0px;
	width: 240px;
}

.col1 {
	margin-right: 24px;
}

.col2 {
	margin-right: 24px;
}

.col3 {
	margin-top: 14px;
}

.wide {
	width: 504px;
	margin: 0px;
}


/* forms */

label {
	display: block;
	margin: 2px 0px 4px 0px;
	font: normal 10px arial;
	clear: both;
}

.single {
	width: 230px;
	border: solid 1px #494949;
	padding: 3px 4px 3px 4px;
}

.multi {
	width: 494px;
	border: solid 1px #494949;
	padding: 3px 4px 3px 4px;
}

.shadow {
	background: #585858 url('../images/bg-input.gif') no-repeat left top;
	font: normal 12px verdana;
	color: #fff;
}

/* text */

h1 { /* use for the image replacement headings only */
	font: normal 18px arial;
	height: 15px;
	width: 400px;
	margin: 24px 0px 0px 0px;
	color: #fff;
	text-indent: -1000px;
	float: left;
}

h1.portfolio {
	background: transparent url('../images/heading-photographer.gif') no-repeat left top;
}

h1.profile {
	background: transparent url('../images/heading-profile.gif') no-repeat left top;
}

h1.contact {
	background: transparent url('../images/heading-contact.gif') no-repeat left top;
}

h1.terms {
	background: transparent url('../images/heading-terms.gif') no-repeat left top;
}

h2 { /* text headings */
	font: normal 16px arial;
	text-transform: uppercase;
	float: left;
	color: #fff;
	margin: 23px 0px 0px 0px;
}

p {
	margin: 15px 0px 15px 0px;
}

#footer p {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	font-size: 10px;
}

/* links */

a,
a:visited {
	color: #fff0be;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.nav a,
.nav a:visited {
	display: block;
	color: #ccc;
	text-decoration: none;
	font: normal 10px arial;
	text-transform: uppercase;
	padding: 2px 6px 2px 6px;
}

.nav a:hover {
	color: #fff;
}

.nav li.current a,
.nav li.current a:visited {
	color: #fff;
	background-color: #a60000;
}

.anchor {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	display: block;
}

.userMessage {
	color: red;
	font-weight: bold;
}
